AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
Arkshine c4b233d094 Compiler: Improve sizeof return on array without specifiying the dimensions.
Imported from Pawn 3.1.3636.

"When making an array without specifiying the dimensions, but where the element
count at the lowest dimension is the same for all, the compiler now "counts"
this size, rather than setting the lowest dimension as "variable length".

An example for this situation is the declaration:
    new my_array[][] = { {1,0}, {2,1}, {3,1} }
No dimensions are given, but the new compiler determines that the minor
dimension is 2 (and the major dimension is 3). Previous compilers set the
minor dimension to 0 --meaning "variable"."
2014-08-26 09:05:00 +02:00
amxmodx Merge pull request #112 from Arkshine/deduplicate-files 2014-08-23 10:00:13 +02:00
compiler Compiler: Improve sizeof return on array without specifiying the dimensions. 2014-08-26 09:05:00 +02:00
configs Replace hardcoded defines in adminhelp with cvars 2014-07-27 15:59:09 +03:00
dlls Attempt to fix build 2014-08-23 10:17:47 +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 Compiler: Add #pragma deprecated. 2014-08-26 09:04:36 +02:00
public Remove some SourceMod namespace. 2014-08-10 22:25:14 +02:00
support Update PackageScript. 2014-08-06 09:17:48 +02:00
tools Add the SourceMod API doc generator. 2014-07-31 10:22:04 -07:00
.gitignore Update project files. 2014-08-08 11:27:40 +02:00
.travis.yml Add --no-mysql to checkout-deps.sh 2014-07-27 12:31:19 +03:00
AMBuildScript Compiler: Fix issue with multidimensional array variable release. 2014-08-26 09:04:39 +02: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 a build. 2014-08-08 21:26:44 +02: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