amxmodx/compiler/libpc300
Arkshine 52c73126e1 VFS: Fix various things
- The "ALL" fake pathID is replaced by what does SM, having a public var NULL_STRING which will acts as NULL when needed.
  To make compiler accepting public array, this patch was needed: https://hg.alliedmods.net/sourcemod-central/rev/b12f329def09
- The offset thing in read_dir: considering that's something very specific to this native and that implementation in CDirectory doesn't make sense because of the offset compatibility for windows, all code is now in the native.
2015-03-25 13:50:07 +01:00
..
AMBuilder Remove scpack 2015-03-10 20:03:57 +02:00
amx.h Fix linux compilation 2014-12-10 15:41:52 +01:00
amxdbg.h Update license headers for compiler. 2014-08-04 13:18:28 -05:00
CMakeLists.txt Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
dllmain.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
getch.h Added linux compatibility 2005-07-27 17:28:06 +00:00
libpawnc.c Compiler: Add a flag for warnings-as-errors 2014-09-29 15:54:39 +02:00
libpawnc.def Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
libpawnc.lbc Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
libpawnc.rc Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
libpc300.sln Removed amxxpc64 and rebuilt amxxpc binaries. 2013-02-08 03:44:40 -06:00
libpc300.vcxproj Fix compiler output 2015-03-21 15:29:55 +01:00
libpc300.vcxproj.filters Fix compiler output 2015-03-21 15:29:55 +01:00
Makefile Fix Wno-delete-non-virtual-dtor flag to be passed only for .cpp files. 2013-08-10 19:29:28 +02:00
memfile.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
memfile.h Update license headers for compiler. 2014-08-04 13:18:28 -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
pawn.ico Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
pawncc.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
pawncc.def Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
prefix.c Added linux compatibility 2005-07-27 17:28:06 +00:00
prefix.h Added linux compatibility 2005-07-27 17:28:06 +00:00
sc.h Merge pull request #164 from Arkshine/fix/regression-member-tag-of-enum 2014-12-13 11:23:10 +01:00
sc1.c VFS: Fix various things 2015-03-25 13:50:07 +01:00
sc2.c Fix and clean up VS projects files 2015-03-10 16:20:21 +01:00
sc3.c Fix tagof operator used as a default value for function arguments 2015-01-30 23:34:04 +01:00
sc4.c Compiler: Revert "Fix runtime error in variadic functions that return strings." 2014-08-26 09:05:11 +02:00
sc5-in.scp Remove scpack 2015-03-10 20:03:57 +02:00
sc5.c Fix compiler output 2015-03-21 15:29:55 +01:00
sc6.c VFS: Fix various things 2015-03-25 13:50:07 +01:00
sc7-in.scp Remove scpack 2015-03-10 20:03:57 +02:00
sc7.c Remove scpack 2015-03-10 20:03:57 +02:00
sci18n.c Add string literal concatenation and stringizing operator 2015-01-06 23:39:46 +01:00
sclinux.h Add support for Emscripten to the compiler. 2014-08-15 16:32:00 +00:00
sclist.c Compiler: Fix indentation. 2014-08-26 09:05:15 +02:00
scmemfil.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
scstate.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
scvars.c Fix trailing commas in array literals changing the result of sizeof() 2014-12-08 20:45:33 +01:00
sp_symhash.c Compiler: Use hash table for global name lookups. 2014-08-26 09:05:20 +02:00
sp_symhash.h Compiler: Use hash table for global name lookups. 2014-08-26 09:05:20 +02:00