Commit Graph

1271 Commits

Author SHA1 Message Date
Pavol Marko
34abaa1d56 The prepare*Array functions now have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to core / module space after function execution (=whether the original array should be updated) 2004-09-18 13:33:21 +00:00
Johnny Bergström
768ea7519f get_info_keybuffer() now works in client_authorized 2004-09-18 13:14:20 +00:00
David Anderson
3eed3b7f07 Removed CString references 2004-09-18 05:39:14 +00:00
David Anderson
3419aa4dc5 Fix for isspace 2004-09-17 19:04:44 +00:00
David Anderson
54a00466e8 debug mode default 2004-09-17 19:00:11 +00:00
Pavol Marko
5133915e9c Fixed crashbug in get_module: if a not-new-api or bad-file module didn't load, it crashed 2004-09-17 18:33:15 +00:00
Pavol Marko
895948ca45 fixed bug where 'v' was considered a whitespace character 2004-09-17 18:32:00 +00:00
David Anderson
d0c51bd637 Removed compact encoding - fixes compaction errors on OP_FILE 2004-09-17 18:21:49 +00:00
David Anderson
2e028ebe20 new compile script from malex 2004-09-17 06:11:14 +00:00
David Anderson
26349730e5 Fixed locking issue with lang files 2004-09-17 01:59:27 +00:00
David Anderson
c0374c5fe5 COFF fix 2004-09-17 01:26:42 +00:00
David Anderson
ab2794d4bd Fixed files not fclose()ing
Module no longer reloads on mapchange
2004-09-17 01:19:03 +00:00
David Anderson
e0af113cac Fixed bug reported by kexz 2004-09-17 00:51:20 +00:00
David Anderson
f9a57a83a0 Changed how plugins.ini is read 2004-09-17 00:46:33 +00:00
David Anderson
b7c0c47c05 New "debug" status for amxx plugins.
Correctly switches between amx_opcodelist and nodebug.
Fixed metamod and amxmodx GPL alignment.
Fixed debug mode not being set for non-JIT.
2004-09-17 00:27:28 +00:00
David Anderson
2d9ec5295d Synced translations 2004-09-16 22:43:51 +00:00
David Anderson
b3f01faf38 Message if menu is disabled 2004-09-16 22:39:07 +00:00
David Anderson
58578690ad Fixed server_changelevel (fsfod)
Added dod deathmsg stock (Pimp_Daddy)
2004-09-16 22:35:12 +00:00
David Anderson
4754ccdd1d Removed co_rebirth (Emanon) 2004-09-16 22:33:55 +00:00
David Anderson
f6facb5349 Removed old code 2004-09-16 22:15:07 +00:00
David Anderson
1728c02561 Added debug info to OP_RETN in JIT 2004-09-16 22:14:05 +00:00
David Anderson
c90d922443 Added some notes about how the JIT works 2004-09-16 20:31:38 +00:00
David Anderson
2f1de39dd3 JIT's OP_CALL now supports a debug hook 2004-09-16 20:08:11 +00:00
Lukasz Wlasinksi
ec5f944c03 added csx module 2004-09-16 18:15:20 +00:00
Johnny Bergström
d43807a248 Added get_string() to engine:
/* Converts a string offset into a real string. Some of the forwards in fakemeta
   uses string offsets. (FM_CreateNamedEntity) */
native get_string(_string, _returnString[], _len);
2004-09-16 11:02:51 +00:00
David Anderson
1980c524d3 fix 2004-09-16 02:42:40 +00:00
David Anderson
31604d44a8 exported debug engine 2004-09-15 21:34:06 +00:00
David Anderson
dba30f7ee6 Exported error logger to modules 2004-09-15 21:28:20 +00:00
David Anderson
1aaf540be4 converted core to new debugging engine 2004-09-15 21:27:35 +00:00
David Anderson
d3751054da New debugging engine 2004-09-15 21:21:46 +00:00
Steve Dudenhoeffer
0c2dbdbc47 Minor check in get_tr added 2004-09-15 18:55:30 +00:00
Steve Dudenhoeffer
1485014229 Fixed traceresults and trace hooks.. 2004-09-15 18:40:18 +00:00
Pavol Marko
0ea68c81dc test dlls 2004-09-15 16:09:58 +00:00
Pavol Marko
8fbbda13c6 added FNullEntity check 2004-09-15 15:17:52 +00:00
David Anderson
a96d26d573 *** empty log message *** 2004-09-15 08:33:39 +00:00
Lukasz Wlasinksi
fb7d1c0a7d fixed wrong kills and deaths number 2004-09-15 08:25:07 +00:00
Lukasz Wlasinksi
d7d8ba1398 no message 2004-09-15 07:31:53 +00:00
David Anderson
36c78421ae OP_FILE is now always generated 2004-09-15 05:42:33 +00:00
David Anderson
083fe35188 New AMX headers 2004-09-15 04:18:35 +00:00
David Anderson
9e4a611b7f Removed old debugging engine 2004-09-15 04:09:47 +00:00
David Anderson
4ed906248d Fixed traceresults (Freecode) 2004-09-14 23:39:22 +00:00
David Anderson
44bb871f7e amx_debug is now set correctly. 2004-09-14 19:27:55 +00:00
Pavol Marko
c1a138f370 Experimentally changed back to old g_initialized method 2004-09-14 19:01:44 +00:00
David Anderson
569ef4d494 fix for tracelien forward 2004-09-14 18:02:32 +00:00
Johnny Bergström
26465afbf7 Fixed cs_set_hostage_follow for amd64 2004-09-14 17:57:34 +00:00
Lukasz Wlasinksi
e287a2f202 fixed "BACK" : "EXIT" format bug 2004-09-14 17:04:19 +00:00
David Anderson
91decabfde Added MNF_GetPlayerTeam for mahnsawce 2004-09-14 16:18:52 +00:00
Steve Dudenhoeffer
9a21e3e9d3 Removed some debugging output 2004-09-14 15:41:55 +00:00
Johnny Bergström
60940512e2 Fixed amd64 offsets... cs_get_hostage_follow works, cs_set_hostage_follow doesn't yet :-( 2004-09-14 09:58:45 +00:00
Johnny Bergström
d4e69d97e0 Added amd64 offsets. They aren't 100% tested to work (but should work...) 2004-09-14 09:35:52 +00:00