Borja Ferrer
|
0dd88dccbd
|
fixed and improved function at20081
|
2005-11-07 16:37:47 +00:00 |
|
David Anderson
|
d5c75fd6a5
|
What...
|
2005-10-30 14:17:32 +00:00 |
|
David Anderson
|
10a64737b5
|
Added optimizations to the task system
Added optimizations to the forward system
Fixed some debugger errors
|
2005-10-25 20:38:00 +00:00 |
|
Pavol Marko
|
c8d69c41bc
|
Hello quickfix 64bit negative values to executeForwards -> now upcasting everything 32bit to cell before passing to executeForwards
|
2005-10-18 21:05:52 +00:00 |
|
David Anderson
|
21caa9a0de
|
Really fixed callfunc this time (debugger invocation error)
|
2005-10-13 05:27:13 +00:00 |
|
Pavol Marko
|
a46ec5357e
|
Am I wrong or should this be this way to prevent security bugs?
|
2005-10-09 15:39:20 +00:00 |
|
David Anderson
|
a75feafc4f
|
Downgraded compile time flags to 586
|
2005-10-02 20:12:48 +00:00 |
|
Borja Ferrer
|
21d13507b1
|
fixed an error output msg
|
2005-09-28 22:10:11 +00:00 |
|
David Anderson
|
adfe7de08e
|
callfunc_begin_i should not take -1
|
2005-09-27 19:51:23 +00:00 |
|
David Anderson
|
116536fe36
|
Fix for bug 19453 (karlos)
|
2005-09-26 22:11:44 +00:00 |
|
Borja Ferrer
|
f7dbc25461
|
fixed a small typo
|
2005-09-23 13:01:33 +00:00 |
|
David Anderson
|
be762580b7
|
Bumped versions
|
2005-09-22 02:13:23 +00:00 |
|
Borja Ferrer
|
ebd4974c75
|
final cleaned revision (I hope)
|
2005-09-16 23:48:51 +00:00 |
|
Borja Ferrer
|
f58c0f4508
|
added request for EKS at18961
|
2005-09-15 00:51:27 +00:00 |
|
David Anderson
|
b6a4514bd0
|
Fixed bug at18763 (karlos)
|
2005-09-11 18:57:33 +00:00 |
|
David Anderson
|
e3afe22a48
|
Fixed initialization bug in native filters
Fixed bug where address boundaries were not checked on arrays
|
2005-09-11 05:43:17 +00:00 |
|
David Anderson
|
73d70aff29
|
added module_exists
|
2005-09-11 04:43:40 +00:00 |
|
David Anderson
|
760e29e531
|
Finalized new debugging system
|
2005-09-11 03:58:38 +00:00 |
|
Borja Ferrer
|
76760b221d
|
more cleaned-up code
|
2005-09-10 20:09:14 +00:00 |
|
Pavol Marko
|
369ece2d56
|
----------------------------------------------------------------------
Linux compatibility problem in debugger.cpp, made Makefile also compile
debugger.cpp
|
2005-09-10 18:19:02 +00:00 |
|
David Anderson
|
cc37f479aa
|
Added Phase 3 of the debugger (debug tracing from plugins)
|
2005-09-10 07:24:26 +00:00 |
|
Borja Ferrer
|
52b1d67ca2
|
latest cleaned files for today (i cant read more :o )
|
2005-09-10 03:39:23 +00:00 |
|
Borja Ferrer
|
16ad8739e7
|
started the clean-up of cpp files
|
2005-09-10 00:59:24 +00:00 |
|
Borja Ferrer
|
e67457440d
|
cleaned-up versions of header files
|
2005-09-10 00:38:42 +00:00 |
|
Borja Ferrer
|
fc955009da
|
cleaned-up version of ccmd.h
|
2005-09-09 23:54:15 +00:00 |
|
David Anderson
|
0dc2ba85e8
|
Added set_error_filter()
|
2005-09-09 23:13:34 +00:00 |
|
David Anderson
|
f8aac5e88d
|
Reworked code to support error handling, LogError() is separate from DisplayTrace() implementation
|
2005-09-09 16:04:44 +00:00 |
|
David Anderson
|
4738c92b8e
|
Committed new debugger with AMX fixes
|
2005-09-09 03:23:31 +00:00 |
|
Pavol Marko
|
7ce59966fc
|
Replaced with faluco's cleaned-up version of meta_api.cpp
|
2005-09-08 22:20:27 +00:00 |
|
Pavol Marko
|
97b5391118
|
Logs the map name on mapchange (as requested by lantz69 on forums)
|
2005-09-08 13:03:38 +00:00 |
|
Pavol Marko
|
f2527ecc86
|
The query_client_cvar native now checks for a non-zero g_engfuncs.pfnQueryClientCvarValue before proceeding
|
2005-09-06 16:31:54 +00:00 |
|
Pavol Marko
|
66b95f64a5
|
Now checks whether there is a non-zero g_engfuncs.pfnQueryClientCvarValue before setting newdll's pfnCvarValue function pointer
|
2005-09-06 16:31:07 +00:00 |
|
Pavol Marko
|
af79fe8e20
|
Added natives str_to_float and float_to_str; indents are now tabs
|
2005-09-06 16:29:27 +00:00 |
|
Pavol Marko
|
6bebf37f1a
|
An optional array parameter (LIKE TEH TASKS ONE) can be now passed to cvar query handlers
|
2005-09-06 10:12:02 +00:00 |
|
Pavol Marko
|
2f27b7da8d
|
zomg! updated teh vectorz codeses a bit! Hopefully didn't break anything
|
2005-09-06 09:34:13 +00:00 |
|
David Anderson
|
ad634924fa
|
Fixed two bugs from at18519 (Lord of Destruction)
|
2005-09-05 21:43:05 +00:00 |
|
Pavol Marko
|
2d5f9ba181
|
Using the (*g_engfuncs.pfnQueryClientCvarValue) directlty instead of the macro so that it compiles on both metamod and metamod-p
|
2005-09-05 20:51:24 +00:00 |
|
Pavol Marko
|
aa0e4e121e
|
Now properly cleaning up pending client cvar queries in the queue on client disconnect
|
2005-09-05 19:56:40 +00:00 |
|
David Anderson
|
57ce74c4c7
|
Bumped version, lowered -O flag
|
2005-08-30 18:43:11 +00:00 |
|
David Anderson
|
5d6c72bf42
|
Patch for pausing issues
|
2005-08-30 07:18:47 +00:00 |
|
David Anderson
|
63b2bbc67e
|
Made more de-allocation safety precautions
|
2005-08-30 07:15:27 +00:00 |
|
Pavol Marko
|
dc57ef1e0c
|
Simple implementation for cvar queries
|
2005-08-27 23:00:44 +00:00 |
|
Pavol Marko
|
462916d00f
|
Got rid of many annoying warnings MSVC7.1 was reporting
|
2005-08-27 09:55:32 +00:00 |
|
David Anderson
|
7ea47c5a96
|
Fixed a deallocation mismatch with debug plugins in linux
|
2005-08-21 21:54:14 +00:00 |
|
David Anderson
|
5693d2629e
|
Attempted fix at DEP
|
2005-08-21 19:30:27 +00:00 |
|
David Anderson
|
f986202b06
|
AMD64 no stdc++ support
|
2005-08-18 08:33:21 +00:00 |
|
David Anderson
|
a4168a2096
|
version bump
|
2005-08-18 07:53:14 +00:00 |
|
David Anderson
|
9ddc24898f
|
same win32 fix
|
2005-08-18 06:37:50 +00:00 |
|
David Anderson
|
f5350c0e0e
|
fix for win32
|
2005-08-18 06:37:05 +00:00 |
|
David Anderson
|
fa64bef511
|
New SDK for gcc-3 compilations
|
2005-08-18 06:34:34 +00:00 |
|