Commit Graph

1282 Commits

Author SHA1 Message Date
CheesyPeteza
2e24077b77 Added idle kicker 2004-09-19 00:41:47 +00:00
David Anderson
d819c76024 Fixed formatting bugs 2004-09-19 00:37:58 +00:00
David Anderson
89b5496dfb New alignment (y0shi) 2004-09-19 00:33:50 +00:00
CheesyPeteza
de44b4382a Added idle kicker cvars 2004-09-19 00:27:06 +00:00
CheesyPeteza
c71fc25a9d New plugin, it kicks those damn idle players. 2004-09-19 00:03:23 +00:00
Pavol Marko
5527afc91e Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 16:54:04 +00:00
CheesyPeteza
47eb690a89 disabled fun module (only telemenu uses it) enabled ns module (required for amx_slay) 2004-09-18 14:03:35 +00:00
CheesyPeteza
bb662770e0 Removed the statscfg plugin from base package. 2004-09-18 13:41:53 +00:00
Pavol Marko
4d04072672 Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 13:37:46 +00:00
CheesyPeteza
4c00d8b95d Changes were merged into the base package so this version is no longer required. 2004-09-18 13:35:07 +00:00
Pavol Marko
f828e1c8a0 small changes 2004-09-18 13:34:39 +00:00
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