AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
Arkshine 0cf5a2e12f Expose ParseFile_INI to API.
Some minor changes have been made in parser:

- Added ReadINI_ParseStart and ReadINI_ParseEnd call.
- Function returns SMCResult instead of bool. To avoid unecessary complexity and duplicating natives, this feels more appropriate to let these functions to share some SMCResult and SMCParse constants. Since properly documented, this should be ok.
- Made sure curtok is set to 0 when ptr_val is null, otherwise unexpected value would be passed into the forward.
2014-08-06 09:17:45 +02:00
amxmodx Expose ParseFile_INI to API. 2014-08-06 09:17:45 +02:00
compiler Update license headers for compiler. 2014-08-04 13:18:28 -05:00
configs Replace hardcoded defines in adminhelp with cvars 2014-07-27 15:59:09 +03:00
dlls Geoip: Fix missing continent id and fix indentation. 2014-08-05 23:00:00 +02:00
editor/studio Add AMXXStudio configs to the tree. 2013-02-14 23:31:42 -08:00
installer Remove svn_version.inc from package script 2014-07-27 11:09:15 +03:00
plugins Expose ParseFile_INI to API. 2014-08-06 09:17:45 +02:00
public Expose ParseFile_INI to API. 2014-08-06 09:17:45 +02:00
support Expose ParseFile_INI to API. 2014-08-06 09:17:45 +02:00
tools Add the SourceMod API doc generator. 2014-07-31 10:22:04 -07:00
.gitignore Ignore compiled plugins 2014-07-27 11:04:17 +03:00
.travis.yml Add --no-mysql to checkout-deps.sh 2014-07-27 12:31:19 +03:00
AMBuildScript Tweak build scripts so the vs build frontend will work. 2014-08-02 12:29:53 -07:00
configure.py Tweak build scripts so the vs build frontend will work. 2014-08-02 12:29:53 -07:00
product.version Bump version to 1.8.3-dev. 2013-02-14 23:30:38 -08:00
pushbuild.txt Trigger build. 2014-05-17 19:22:10 -05:00
README.md 💇 2014-06-03 12:19:43 +03:00

AMX Mod X

AMX Mod X - Half-Life 1 Scripting and Server Administration

General

Development