amxmodx/amxmodx
2015-05-06 12:01:15 +02:00
..
JIT Rebuilt amxjitsn object with older version of nasm to fix JIT crash on OS X (r=dvander). 2013-09-03 17:53:42 -05:00
mmgr New dir reading natives, new memory outputs 2005-07-13 23:31:02 +00:00
msvc12 VFS: Update AMbuild and VS project files 2015-03-22 11:08:22 +01:00
AMBuilder VFS: Update AMbuild and VS project files 2015-03-22 11:08:22 +01:00
amx.cpp Replace more snprintf by UTIL_Format. 2014-08-08 12:47:15 +02:00
amx.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxcore.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxdbg.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxdbg.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxdefn.asm Whoa! Merged in Pawn! (Small 3.0) 2005-07-25 06:03:43 +00:00
amxexecn.asm Align stack on 16-byte boundary for native calls in the assembly interpreter (bug 5601, r=dvander). 2013-02-24 01:03:53 -06:00
amxjitsn.asm Rebuilt amxjitsn object with older version of nasm to fix JIT crash on OS X (r=dvander). 2013-09-03 17:53:42 -05:00
amxmodx.cpp Add NULL_VECTOR 2015-05-06 11:28:54 +02:00
amxmodx.h Add NULL_VECTOR 2015-05-06 11:28:54 +02:00
amxtime.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxx_mm.def new file names 2004-03-24 01:35:44 +00:00
amxxfile.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxxfile.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
amxxlog.cpp Replace old SVN_* defines by the new ones 2014-12-08 01:42:42 +01:00
amxxlog.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
binlog.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
binlog.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CCmd.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CCmd.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CDataPack.cpp Add CanRead[Cell|Float|String|Memory] to CDataPack 2015-03-30 04:14:54 +02:00
CDataPack.h Add CanRead[Cell|Float|String|Memory] to CDataPack 2015-03-30 04:14:54 +02:00
CEvent.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CEvent.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CFile.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CFile.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CFileSystem.h VFS: Do not traumatize Nextra 2015-03-23 18:30:22 +01:00
CFlagManager.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CFlagManager.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CForward.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CForward.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CLang.cpp VFS: Reflect changes in natives and documentation 2015-03-22 11:12:21 +01:00
CLang.h Replace CLang file hashing with .st_mtime 2015-02-19 21:28:45 +02:00
CLibrarySys.cpp VFS: Fix various things 2015-03-25 13:50:07 +01:00
CLibrarySys.h VFS: Fix various things 2015-03-25 13:50:07 +01:00
CList.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CLogEvent.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CLogEvent.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CMenu.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CMenu.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CMisc.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CMisc.h Cvars: Move CCVar class to cvars.h 2015-01-23 19:05:31 +01:00
CModule.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CModule.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CPlugin.cpp Add NULL_VECTOR 2015-05-06 11:28:54 +02:00
CPlugin.h Add NULL_VECTOR 2015-05-06 11:28:54 +02:00
CQueue.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CString.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CTask.cpp Normalize all the line endings 2015-03-10 16:51:45 +01:00
CTask.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CTextParsers.cpp Replace snprintf by UTIL_Format. 2014-08-07 00:51:01 +02:00
CTextParsers.h Remove some SourceMod namespace. 2014-08-10 22:25:14 +02:00
CvarManager.cpp Fix issue where at mapchange a cvar current value is overwritten by defined bounds where it should not 2015-02-19 16:05:49 +01:00
CvarManager.h Fix issue where at mapchange a cvar current value is overwritten by defined bounds where it should not 2015-02-19 16:05:49 +01:00
cvars.cpp Fix checking cvar's bounds 2015-03-26 21:31:16 +01:00
CVault.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CVault.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
CVector.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
datapacks.cpp Make datapack natives error consistently, stop using IsPackReadable 2015-03-30 04:14:55 +02:00
datastructs.cpp Fix ArrayDestroy/DestroyStack erroring on null handle 2015-02-17 23:24:17 +01:00
datastructs.h Normalize all the line endings 2015-03-10 16:51:45 +01:00
debugger.cpp Don't show blank line in abort() with AMX_ERR_NONE (bug 6233). 2014-08-17 23:33:00 +02:00
debugger.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
emsg.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
fakemeta.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
fakemeta.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
file.cpp Fix fgets native not setting the plugin buffer on null result 2015-04-12 20:20:21 +02:00
float.cpp merged bcompat changed into trunk 2006-09-01 03:29:27 +00:00
format.cpp Add %l format specifier and SetTranslationTarget() native 2015-03-26 22:42:55 +01:00
format.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
helpers-x86.asm Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
libraries.cpp Replace more snprintf by UTIL_Format. 2014-08-08 12:47:15 +02:00
libraries.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
Makefile Update copyright year 2015-03-29 20:01:25 +02:00
messages.cpp Add MSG_INIT support in messsage_begin native (bug 6254) 2014-10-24 21:04:42 +02:00
messages.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
meta_api.cpp Update copyright year 2015-03-29 20:01:25 +02:00
modules.cpp Expose get_amxstring_null and get_amxvector_null to modules 2015-05-06 12:01:15 +02:00
modules.h VFS: Add LibrarySys class helper 2015-03-22 11:00:32 +01:00
natives-amd64.asm Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
natives-x86.asm Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
natives.cpp Replace all snprintf with UTIL_Format. 2014-08-07 01:42:58 +02:00
natives.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
newmenus.cpp Normalize all the line endings 2015-03-10 16:51:45 +01:00
newmenus.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
nongpl_matches.cpp Normalize all the line endings 2015-03-10 16:51:45 +01:00
nongpl_matches.h Normalize all the line endings 2015-03-10 16:51:45 +01:00
optimizer.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
optimizer.h Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
osdefs.h Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
power.cpp quick fixes before adding debugger again 2005-07-25 06:48:54 +00:00
sclinux.h Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
sh_list.h Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
sh_stack.h Added optimizations to the task system 2005-10-25 20:38:00 +00:00
sh_tinyhash.h Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
sorting.cpp Normalize all the line endings 2015-03-10 16:51:45 +01:00
srvcmd.cpp Fix missing new lines in "amxx version" command 2015-02-12 10:46:20 +01:00
stackstructs.cpp Fix ArrayDestroy/DestroyStack erroring on null handle 2015-02-17 23:24:17 +01:00
string.cpp Add NULL_VECTOR 2015-05-06 11:28:54 +02:00
strptime.cpp Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
textparse.cpp Fix wrong log error message. 2014-08-07 00:53:15 +02:00
textparse.h Fix few issues. 2014-08-06 09:17:53 +02:00
trie_natives.cpp Remove some SourceMod namespace. 2014-08-10 22:25:14 +02:00
trie_natives.h C++11: Fix some code 2014-12-06 14:02:55 +01:00
util.cpp Zlib: Remove unrelated changes 2015-03-10 00:06:30 +01:00
vault.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
vector.cpp Update license headers for AMXX core. 2014-08-04 13:18:19 -05:00
version.rc Update copyright year 2015-03-29 20:01:25 +02:00