Commit Graph

  • d14c107db1 Fixed some include bugs Fixed adminslots not showing right slots on connect Fixed RTEs on wrong team David Anderson 2004-09-19 00:52:15 +00:00
  • 2e24077b77 Added idle kicker CheesyPeteza 2004-09-19 00:41:47 +00:00
  • d819c76024 Fixed formatting bugs David Anderson 2004-09-19 00:37:58 +00:00
  • 89b5496dfb New alignment (y0shi) David Anderson 2004-09-19 00:33:50 +00:00
  • de44b4382a Added idle kicker cvars CheesyPeteza 2004-09-19 00:27:06 +00:00
  • c71fc25a9d New plugin, it kicks those damn idle players. CheesyPeteza 2004-09-19 00:03:23 +00:00
  • 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); Pavol Marko 2004-09-18 16:54:04 +00:00
  • 47eb690a89 disabled fun module (only telemenu uses it) enabled ns module (required for amx_slay) CheesyPeteza 2004-09-18 14:03:35 +00:00
  • bb662770e0 Removed the statscfg plugin from base package. CheesyPeteza 2004-09-18 13:41:53 +00:00
  • 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); Pavol Marko 2004-09-18 13:37:46 +00:00
  • 4c00d8b95d Changes were merged into the base package so this version is no longer required. CheesyPeteza 2004-09-18 13:35:07 +00:00
  • f828e1c8a0 small changes Pavol Marko 2004-09-18 13:34:39 +00:00
  • 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) Pavol Marko 2004-09-18 13:33:21 +00:00
  • 768ea7519f get_info_keybuffer() now works in client_authorized Johnny Bergström 2004-09-18 13:14:20 +00:00
  • 3eed3b7f07 Removed CString references David Anderson 2004-09-18 05:39:14 +00:00
  • 3419aa4dc5 Fix for isspace David Anderson 2004-09-17 19:04:44 +00:00
  • 54a00466e8 debug mode default David Anderson 2004-09-17 19:00:11 +00:00
  • 5133915e9c Fixed crashbug in get_module: if a not-new-api or bad-file module didn't load, it crashed Pavol Marko 2004-09-17 18:33:15 +00:00
  • 895948ca45 fixed bug where 'v' was considered a whitespace character Pavol Marko 2004-09-17 18:32:00 +00:00
  • d0c51bd637 Removed compact encoding - fixes compaction errors on OP_FILE David Anderson 2004-09-17 18:21:49 +00:00
  • 2e028ebe20 new compile script from malex David Anderson 2004-09-17 06:11:14 +00:00
  • 26349730e5 Fixed locking issue with lang files David Anderson 2004-09-17 01:59:27 +00:00
  • c0374c5fe5 COFF fix David Anderson 2004-09-17 01:26:42 +00:00
  • ab2794d4bd Fixed files not fclose()ing Module no longer reloads on mapchange David Anderson 2004-09-17 01:19:03 +00:00
  • e0af113cac Fixed bug reported by kexz David Anderson 2004-09-17 00:51:20 +00:00
  • f9a57a83a0 Changed how plugins.ini is read David Anderson 2004-09-17 00:46:33 +00:00
  • 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. David Anderson 2004-09-17 00:27:28 +00:00
  • 2d9ec5295d Synced translations David Anderson 2004-09-16 22:43:51 +00:00
  • b3f01faf38 Message if menu is disabled David Anderson 2004-09-16 22:39:07 +00:00
  • 58578690ad Fixed server_changelevel (fsfod) Added dod deathmsg stock (Pimp_Daddy) David Anderson 2004-09-16 22:35:12 +00:00
  • 4754ccdd1d Removed co_rebirth (Emanon) David Anderson 2004-09-16 22:33:55 +00:00
  • f6facb5349 Removed old code David Anderson 2004-09-16 22:15:07 +00:00
  • 1728c02561 Added debug info to OP_RETN in JIT David Anderson 2004-09-16 22:14:05 +00:00
  • c90d922443 Added some notes about how the JIT works David Anderson 2004-09-16 20:31:38 +00:00
  • 2f1de39dd3 JIT's OP_CALL now supports a debug hook David Anderson 2004-09-16 20:08:11 +00:00
  • ec5f944c03 added csx module Lukasz Wlasinksi 2004-09-16 18:15:20 +00:00
  • d43807a248 Added get_string() to engine: Johnny Bergström 2004-09-16 11:02:51 +00:00
  • 1980c524d3 fix David Anderson 2004-09-16 02:42:40 +00:00
  • 31604d44a8 exported debug engine David Anderson 2004-09-15 21:34:06 +00:00
  • dba30f7ee6 Exported error logger to modules David Anderson 2004-09-15 21:28:20 +00:00
  • 1aaf540be4 converted core to new debugging engine David Anderson 2004-09-15 21:27:35 +00:00
  • d3751054da New debugging engine David Anderson 2004-09-15 21:21:46 +00:00
  • 0c2dbdbc47 Minor check in get_tr added Steve Dudenhoeffer 2004-09-15 18:55:30 +00:00
  • 1485014229 Fixed traceresults and trace hooks.. Steve Dudenhoeffer 2004-09-15 18:40:18 +00:00
  • 0ea68c81dc test dlls Pavol Marko 2004-09-15 16:09:58 +00:00
  • 8fbbda13c6 added FNullEntity check Pavol Marko 2004-09-15 15:17:52 +00:00
  • a96d26d573 *** empty log message *** David Anderson 2004-09-15 08:33:39 +00:00
  • fb7d1c0a7d fixed wrong kills and deaths number Lukasz Wlasinksi 2004-09-15 08:25:07 +00:00
  • d7d8ba1398 no message Lukasz Wlasinksi 2004-09-15 07:31:53 +00:00
  • 36c78421ae OP_FILE is now always generated David Anderson 2004-09-15 05:42:33 +00:00
  • 083fe35188 New AMX headers David Anderson 2004-09-15 04:18:35 +00:00
  • 9e4a611b7f Removed old debugging engine David Anderson 2004-09-15 04:09:47 +00:00
  • 4ed906248d Fixed traceresults (Freecode) David Anderson 2004-09-14 23:39:22 +00:00
  • 44bb871f7e amx_debug is now set correctly. David Anderson 2004-09-14 19:27:55 +00:00
  • c1a138f370 Experimentally changed back to old g_initialized method Pavol Marko 2004-09-14 19:01:44 +00:00
  • 569ef4d494 fix for tracelien forward David Anderson 2004-09-14 18:02:32 +00:00
  • 26465afbf7 Fixed cs_set_hostage_follow for amd64 Johnny Bergström 2004-09-14 17:57:34 +00:00
  • e287a2f202 fixed "BACK" : "EXIT" format bug Lukasz Wlasinksi 2004-09-14 17:04:19 +00:00
  • 91decabfde Added MNF_GetPlayerTeam for mahnsawce David Anderson 2004-09-14 16:18:52 +00:00
  • 9a21e3e9d3 Removed some debugging output Steve Dudenhoeffer 2004-09-14 15:41:55 +00:00
  • 60940512e2 Fixed amd64 offsets... cs_get_hostage_follow works, cs_set_hostage_follow doesn't yet :-( Johnny Bergström 2004-09-14 09:58:45 +00:00
  • d4e69d97e0 Added amd64 offsets. They aren't 100% tested to work (but should work...) Johnny Bergström 2004-09-14 09:35:52 +00:00
  • f171842cf8 added traceresult stuff David Anderson 2004-09-14 06:16:52 +00:00
  • 3d9bf8bc93 Fixed modules.ini (EKS) David Anderson 2004-09-13 20:01:41 +00:00
  • d7325f4209 amx_logging -> amxx_logging David Anderson 2004-09-13 16:42:28 +00:00
  • 5c177aada0 fixed -o bug David Anderson 2004-09-13 14:40:59 +00:00
  • 5c6289e1f0 Fixed -o bug David Anderson 2004-09-13 14:18:08 +00:00
  • 844fbf581e for autobuilder David Anderson 2004-09-13 06:58:54 +00:00
  • 22bac3c8f4 strip user flags on reload (mrhunt) David Anderson 2004-09-13 06:17:47 +00:00
  • 35ffbf8ca6 Fixed API error David Anderson 2004-09-12 22:16:56 +00:00
  • 926f995a3a Added 64bit simulator David Anderson 2004-09-12 20:58:27 +00:00
  • 8589f0bcf5 fixed null weapon problems in get_user_astats Lukasz Wlasinksi 2004-09-12 18:00:53 +00:00
  • 1a2ef38588 Renamed anglevector to angle_vector because that's its name in module... Johnny Bergström 2004-09-12 17:00:33 +00:00
  • fed8228712 Fixed small bug where the behaviour of a CTask object would be undefined if a plugin delted the task when it executes Pavol Marko 2004-09-12 17:00:22 +00:00
  • 09d0ba039d deleted menufront plugins .. Lukasz Wlasinksi 2004-09-12 11:05:24 +00:00
  • f2dcb89609 possible bad library David Anderson 2004-09-12 07:24:35 +00:00
  • 69e7cbc722 removed debug info David Anderson 2004-09-12 07:18:54 +00:00
  • 54e88bf8a8 Fixed path handling for plugins David Anderson 2004-09-12 07:13:41 +00:00
  • b0315f5d56 Added more error reporting David Anderson 2004-09-12 04:35:24 +00:00
  • ec55a2ab97 possible fix for dbi bug David Anderson 2004-09-12 04:03:54 +00:00
  • 1082ef31c7 Modules no longer need to have the correct extension (requested by UgLyPuNk) David Anderson 2004-09-12 03:48:21 +00:00
  • ee28532c53 *** empty log message *** David Anderson 2004-09-12 00:52:18 +00:00
  • e4294da5bd no more stdc++ David Anderson 2004-09-12 00:48:36 +00:00
  • 1ba9a39b3f removed iostream David Anderson 2004-09-12 00:44:15 +00:00
  • 5453b55bdc *** empty log message *** David Anderson 2004-09-12 00:38:17 +00:00
  • 16f51ea619 *** empty log message *** David Anderson 2004-09-12 00:32:11 +00:00
  • b209d92a2a Fixed bug noted by JJKiller David Anderson 2004-09-12 00:20:00 +00:00
  • 0def8c9354 wow David Anderson 2004-09-12 00:17:21 +00:00
  • ac59f75523 Fixed memory allocation David Anderson 2004-09-12 00:14:34 +00:00
  • f2faf990a0 Fixed bug reported by JJKiller David Anderson 2004-09-12 00:13:46 +00:00
  • 7f6e9f5e20 *** empty log message *** David Anderson 2004-09-11 22:46:28 +00:00
  • c12b04d302 new SDK David Anderson 2004-09-11 21:58:46 +00:00
  • 9922b5016f Fixed stdc errors David Anderson 2004-09-11 21:55:33 +00:00
  • 77fffb46b2 Added allocator / reallocator / reallocator funcs in not-memtest builds so modules can use them Pavol Marko 2004-09-11 21:52:18 +00:00
  • e7cd31b1d5 *** empty log message *** David Anderson 2004-09-11 21:13:02 +00:00
  • 9006673b09 amd64 now does lstdc++ David Anderson 2004-09-11 19:38:58 +00:00
  • 96271810d8 no g++ David Anderson 2004-09-11 17:42:50 +00:00
  • 8377680989 memory test David Anderson 2004-09-11 17:42:08 +00:00
  • 00582481c6 stdc++ errors David Anderson 2004-09-11 17:36:45 +00:00
  • c2255016d2 stdc++ errors David Anderson 2004-09-11 17:32:25 +00:00