Commit Graph
2533 Commits
Author SHA1 Message Date
David Anderson eb010688af optimized + fixed parsing in strbreak() 2006-02-01 12:10:26 +00:00
David Anderson 314392bffe removed old cvarquery stuff, added support for queryclientcvarvalue2 2006-02-01 12:09:43 +00:00
David Anderson 28ede82f91 added cell list registering 2006-02-01 12:09:19 +00:00
David Anderson a5819d8cf8 added create forward natives 2006-02-01 12:08:42 +00:00
David Anderson 2d0e12363f added include defs for new forward creation 2006-02-01 11:54:57 +00:00
David Anderson cb291dbdd5 sync 2006-01-30 21:40:10 +00:00
Christian Hammacher 44db80bc75 Added madExcept
Updated some captions
Improved the "Cancel" button
2006-01-29 17:24:49 +00:00
Christian Hammacher bc5445d255 Added madExcept settings 2006-01-29 17:23:19 +00:00
Borja Ferrer 55613eb882 fixed bug at24752 2006-01-27 22:43:51 +00:00
David Anderson 04c54128af fixed case 2006-01-27 09:07:37 +00:00
David Anderson 82cb94ab56 removed old fakemeta #defines
added better mm version handling
2006-01-27 09:07:04 +00:00
Borja Ferrer 82653094fb another synce with SH 2006-01-24 22:51:29 +00:00
Borja Ferrer 7c7422a553 added language debug 2006-01-24 18:47:08 +00:00
David Anderson 018b4645e8 *** empty log message *** 2006-01-24 15:43:49 +00:00
David Anderson 6cec38a329 committed latest compiler 2006-01-24 15:09:27 +00:00
David Anderson 8cc73227c7 removed changelevel forward 2006-01-24 15:02:11 +00:00
Borja Ferrer 93ce1ac470 fixed a forward bug causing client_death to pass weapindex as the damage 2006-01-23 07:27:58 +00:00
Borja Ferrer bd1999cdfb added amx_mldebug cvar 2006-01-23 00:21:35 +00:00
Borja Ferrer 8d9ad2ce06 fixed bug for checking colored menus in TFC and other mods 2006-01-20 23:24:36 +00:00
Twilight Suzuka 8ee50cee1b Commited to show new natives 2006-01-14 03:16:25 +00:00
Christian Hammacher 7183954b08 Fixed a bug in the Code-Inspector
Added madExcept again
2006-01-12 19:14:56 +00:00
Christian Hammacher 564dfbf329 Part of the madExcept component 2006-01-12 19:12:33 +00:00
Twilight Suzuka ab5c11f876 Finally done!!! I finished what DS started:
AMXx Mods may now patch/retreive memory of several varieties directly from the game .dll, mod .dll, or can go free and patch/retreive any peice of memory.

I salute you DS.
2006-01-12 03:55:49 +00:00
Christian Hammacher 73ba5d1644 Updated some captions
Updated the Autocomplete-Check function
Prepared AMXX-Studio for release
2006-01-11 18:02:42 +00:00
David Anderson fd7f4441fb final version I hope 2006-01-07 06:17:16 +00:00
David Anderson 636f1141e4 removed test code 2006-01-07 06:16:52 +00:00
David Anderson 2eac69e9b4 *** empty log message *** 2006-01-07 05:40:57 +00:00
David Anderson 3b79a063b6 finally, a correct fix 2006-01-07 05:39:40 +00:00
David Anderson 69b6ed5f56 *** empty log message *** 2006-01-07 04:48:02 +00:00
David Anderson 07b9bb9987 okay, works 2006-01-07 04:47:49 +00:00
David Anderson 9578e8ac3d *** empty log message *** 2006-01-07 04:44:36 +00:00
David Anderson 39fd00c5be real fix this time 2006-01-07 04:43:01 +00:00
Twilight Suzuka a3572f7206 Added and working! Array module 1.65 is a go for release! 2006-01-07 04:36:12 +00:00
Borja Ferrer e8a4b46cc5 removed 4 cmds from statsx, and implemented currentmap and FF status in nextmap (at22858) 2006-01-07 03:26:50 +00:00
David Anderson 6a59d8cd07 patch of compiler binaries 2006-01-07 02:24:58 +00:00
David Anderson a4db0d927a Fixed bug at22981 2006-01-07 02:20:54 +00:00
Borja Ferrer bec98dcddd added new cvar for adminslots plugin 2006-01-07 01:04:07 +00:00
Borja Ferrer e27c0b205f (Marticus)
-Added documentation and cleaned up the code
-Created amx_hideslots cvar to replace #define HIDE_RESERVED_SLOTS
-Removed ackSignal *sigh* and the horribly coded setVisibleSlots function
-Removed client disconnect
-Created global variable gPlayerLimit to be used in both functions
-Moved set cvar sv_visiblemaxplayers to plugin_init
2006-01-07 00:54:40 +00:00
David Anderson 85f14422cb re-added file natives 2006-01-06 22:49:42 +00:00
David Anderson 66c278c64b wrong handle, oops 2006-01-06 21:05:48 +00:00
Borja Ferrer 04113f8a02 merged changes from SH:TinyHash 2006-01-06 18:52:12 +00:00
David Anderson 86c033a922 gab gab 2006-01-06 14:47:59 +00:00
David Anderson 91c082878c wa 2006-01-06 14:44:32 +00:00
David Anderson 3d00b8c545 Merged changes from SH:List
Fixed bug where natives did not use the debugger (experimental)
Removed array size detection :(
2006-01-06 14:37:58 +00:00
David Anderson 0c745590ec Added functions for smashing the stack and memory :) 2006-01-06 14:22:12 +00:00
Borja Ferrer b46ee941d4 reverted tasks to v1.60 2006-01-06 05:10:17 +00:00
Borja Ferrer 0d3055e505 partial fix for dynamic natives when running on debug mode 2006-01-06 04:59:39 +00:00
Pavol Marko 4b51565e3b hello my name is pm and i just fixed the bug described in 23888 2006-01-04 23:23:52 +00:00
Twilight Suzuka c9e84c563d Updated to include additional protection for PDATA. 2006-01-03 21:48:59 +00:00
Twilight Suzuka 60716cd346 *** empty log message *** 2006-01-03 21:19:11 +00:00