Go to file
Peace-Maker 491d24a028 Add missing debug info for multidimensional strings
new String:INVISIBLE[2][8];

Multidimensional arrays like this wouldn't get their debug info added to
the debug symbols table.
Bug: https://bugs.alliedmods.net/show_bug.cgi?id=6324

See Fyren's comment in the bug report.
This patch recursively checks the parent symbol of array dimensions
until it finds the top symbol and uses that to check for the compound
level.
This still allows for early exiting the loop when going out of scope.
2015-04-04 11:05:36 -04:00
configs Remove references to the DisableJIT option. r=psychonic 2014-07-15 09:42:49 -07:00
core Fix build. 2015-04-04 10:26:11 -04:00
editor Added AMXX Pawn geshi generation script. 2010-08-23 13:53:44 -04:00
extensions Fix not being able to block CS_OnCSWeaponDrop and clarify include file. (bug 6334) 2015-03-29 18:39:38 -04:00
gamedata Update TF2 gamedata. 2015-03-31 17:39:50 -04:00
knight/shared Update linux platform check in KePlatform.h to be consistent with others. 2014-06-19 20:57:54 -04:00
loader Disable RTTI for Loader, Logic, and JIT bins 2014-09-11 17:15:59 -07:00
msvc10 Added msvc10 proj file for Regex extension and hooked up to meta sln (NPOTB). 2013-03-17 11:29:55 -04:00
plugins Add explicit return types to forwards missing them. 2015-04-04 10:21:34 -04:00
public Initial CSGO GetWeaponPrice fixes 2015-02-01 12:12:31 -05:00
sourcepawn Add missing debug info for multidimensional strings 2015-04-04 11:05:36 -04:00
tools Roll version number. 2015-02-04 18:25:02 -05:00
translations Add support for customizing ban reasons in basebans.sp (bug 5762, r=psychonic). 2013-08-28 13:17:17 -04:00
versionlib Change version display. 2014-05-25 03:18:05 -07:00
.arcconfig Add a .arcconfig file so that arc works 2013-10-15 22:57:59 +01:00
.gitignore Fix .gitignore typo 2014-06-30 15:06:22 +02:00
.travis.yml Add Travis-CI config file. 2014-05-28 14:38:55 -04:00
AMBuildScript Remove /Zo on debug builds and add on release builds. 2014-12-14 16:03:42 -05:00
changelog.txt Update changelog for version 1.7.0. 2015-02-04 17:29:10 -05:00
configure.py Add an ambuild configure option to disable auto versioning. 2014-07-02 13:29:59 -05:00
product.version Roll version number. 2015-02-04 18:25:02 -05:00
pushbuild.txt Trigger build for hl2sdk-dota changes. 2015-03-06 11:26:26 -05:00
README.md and maybe also a hyphen 2014-05-27 01:09:12 -06:00

SourceMod

General

Development