amxmodx/amxmodx
2004-09-15 04:18:35 +00:00
..
JIT Linux port 2004-09-08 07:22:48 +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 Added MNF_GetPlayerTeam for mahnsawce 2004-09-14 16:18:52 +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 Removed old debugging engine 2004-09-15 04:09:47 +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 Added assembler implementation 2004-09-06 09:09:36 +00:00
amxmodx.cpp Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
amxmodx.h Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +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 Rewrote CString 2004-08-13 08:46:04 +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 the first registered forward would be automatically unregistered on unregisterForward too 2004-09-09 20:32:34 +00:00
CForward.h Fixed a bug that caused crashes on registering a forward after unregistering a forward 2004-09-07 05:43:55 +00:00
CLang.cpp Added the Format function for C style strings 2004-09-10 21:00:42 +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 Rewrote CString 2004-08-13 08:46:04 +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 Added new "amxx plugins" plugin fail message 2004-09-10 15:52:48 +00:00
CPlugin.h Added new "amxx plugins" plugin fail message 2004-09-10 15:52:48 +00:00
CQueue.h Fixed makefile bugs 2004-08-22 11:46:04 +00:00
CString.h Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
CTask.cpp Fixed small bug where the behaviour of a CTask object would be undefined if a plugin delted the task when it executes 2004-09-12 17:00:22 +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 Experimentally changed back to old g_initialized method 2004-09-14 19:01:44 +00:00
modules.cpp amx_debug is now set correctly. 2004-09-14 19:27:55 +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 Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
string.cpp Fixed almost all CLang bugs: (mem leaks?, parsing, key system, etc) 2004-08-15 13:49:59 +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