amxmodx/amxmodx
2004-09-19 17:20:14 +00:00
..
JIT COFF fix 2004-09-17 01:26:42 +00:00
mmgr changed set_new_handler to std::ser_new_handler 2004-05-03 20:00:41 +00:00
msvc for autobuilder 2004-09-13 06:58:54 +00:00
sdk Fixed GetPlayerTeam 2004-09-19 16:43:55 +00:00
zlib amd64 zlib 2004-09-11 17:20:59 +00:00
amx_mm.def Initial revision 2004-01-31 20:56:22 +00:00
amx.cpp New "debug" status for amxx plugins. 2004-09-17 00:27:28 +00:00
amx.h New AMX headers 2004-09-15 04:18:35 +00:00
amxcore.cpp these files are now cpp to support the memory manager 2004-04-22 10:53:18 +00:00
amxexecn.asm New "debug" status for amxx plugins. 2004-09-17 00:27:28 +00:00
amxmodx.cpp 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
amxmodx.h New debugging engine 2004-09-15 21:21:46 +00:00
amxtime.cpp these files are now cpp to support the memory manager 2004-04-22 10:53:18 +00:00
amxx_mm.def new file names 2004-03-24 01:35:44 +00:00
amxxfile.cpp fixed memory leak 2004-08-29 18:50:38 +00:00
amxxfile.h Fixed a crash bug in FormatAmxString() 2004-08-24 04:30:13 +00:00
amxxlog.cpp Changed amx structure for compatibility 2004-09-03 06:53:00 +00:00
amxxlog.h Dear me, many changes 2004-08-15 10:53:48 +00:00
CCmd.cpp Rewrote CString 2004-08-13 08:46:04 +00:00
CCmd.h Dear me, many changes 2004-08-15 10:53:48 +00:00
CEvent.cpp converted core to new debugging engine 2004-09-15 21:27:35 +00:00
CEvent.h Dear me, many changes 2004-08-15 10:53:48 +00:00
CFile.cpp Dear me, many changes 2004-08-15 10:53:48 +00:00
CFile.h Fixed a few bugs, added new Makefile in perl 2004-08-22 09:28:09 +00:00
CForward.cpp Fixed bug where memory allocated for FP_ARRAY parameters was not released. 2004-09-19 09:32:52 +00:00
CForward.h 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
CLang.cpp Fixed locking issue with lang files 2004-09-17 01:59:27 +00:00
CLang.h Added the Format function for C style strings 2004-09-10 21:00:42 +00:00
CList.h Added a new overloaded find function where the caller can set where to start searching 2004-07-18 18:48:54 +00:00
CLogEvent.cpp converted core to new debugging engine 2004-09-15 21:27:35 +00:00
CLogEvent.h Dear me, many changes 2004-08-15 10:53:48 +00:00
CMenu.cpp Rewrote CString 2004-08-13 08:46:04 +00:00
CMenu.h Dear me, many changes 2004-08-15 10:53:48 +00:00
CMisc.cpp Rewrote CString 2004-08-13 08:46:04 +00:00
CMisc.h Dear me, many changes 2004-08-15 10:53:48 +00:00
CModule.cpp Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
CModule.h Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
COPYING Initial revision 2004-01-31 20:56:22 +00:00
CPlugin.cpp Changed how plugins.ini is read 2004-09-17 00:46:33 +00:00
CPlugin.h New "debug" status for amxx plugins. 2004-09-17 00:27:28 +00:00
CQueue.h Fixed makefile bugs 2004-08-22 11:46:04 +00:00
CString.h fixed bug where 'v' was considered a whitespace character 2004-09-17 18:32:00 +00:00
CTask.cpp small changes 2004-09-18 13:34:39 +00:00
CTask.h Removed inline notation. 2004-08-28 22:34:02 +00:00
CVault.cpp Rewrote CString 2004-08-13 08:46:04 +00:00
CVault.h Fixed a few bugs, added new Makefile in perl 2004-08-22 09:28:09 +00:00
CVector.h Upgraded CVector 2004-09-10 03:31:36 +00:00
emsg.cpp Rewrote CString 2004-08-13 08:46:04 +00:00
fakemeta.cpp Fixed NewDLL heap corruption 2004-08-29 16:48:31 +00:00
fakemeta.h Dear me, many changes 2004-08-15 10:53:48 +00:00
file.cpp PM's fix: engclient_cmd is now client_cmd 2004-06-28 18:54:58 +00:00
float.cpp More fixes from malex 2004-08-31 22:40:30 +00:00
Makefile MULTILINGUAL - ALL BUGS FIXED 2004-08-16 21:34:50 +00:00
Makefile.pl Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
md5.cpp Dear me, many changes 2004-08-15 10:53:48 +00:00
md5.h Dear me, many changes 2004-08-15 10:53:48 +00:00
meta_api.cpp small changes 2004-09-18 13:34:39 +00:00
modules.cpp Added MF_Prepare*ArrayA functions 2004-09-18 13:37:46 +00:00
modules.h Fixed JIT line op problem 2004-09-08 07:05:16 +00:00
osdefs.h Initial revision 2004-01-31 20:56:22 +00:00
power.cpp these files are now cpp to support the memory manager 2004-04-22 10:53:18 +00:00
sclinux.h Initial revision 2004-01-31 20:56:22 +00:00
srvcmd.cpp New debugging engine 2004-09-15 21:21:46 +00:00
string.cpp added amx_strtok for jtp10181 2004-09-19 17:20:14 +00:00
strptime.cpp nothing important 2004-04-22 10:46:58 +00:00
util.cpp Changed so that a MOTD will also display when there is no ServerName message (as proposed by karlos on the forums). 2004-08-31 13:20:29 +00:00
vault.cpp nothing important 2004-04-22 08:10:29 +00:00
version.rc added version information to the dll 2004-08-20 13:25:19 +00:00