Commit Graph

5208 Commits

Author SHA1 Message Date
Nicholas Hastings
255e2ef6f0 Merge branch '1.7-dev' of https://github.com/alliedmodders/sourcemod into 1.7-dev. 2015-05-30 08:06:56 -04:00
Nicholas Hastings
18f8d10f10 Update versioning for 1.7.2 release. 2015-05-30 08:06:23 -04:00
Nicholas Hastings
a626005cc6 Update changelog for version 1.7.2. 2015-05-30 08:05:13 -04:00
Nicholas Hastings
bf9c96b48f Fix sm_trigger_show default in shipped sourcemod.cfg match default in basetriggers. 2015-05-30 07:56:06 -04:00
Ruben Gonzalez
dca2596788 Update more CS:GO gamedata. 2015-05-28 13:29:35 -04:00
David Anderson
b491345d78 Fix continue in a loop body leaking heap-allocated variables. (bug 6370, r=fyren) 2015-05-27 10:33:07 -04:00
Ruben Gonzalez
8cb2fcdf65 Update CS:GO gamedata for latest update. 2015-05-26 21:53:44 -04:00
Nicholas Hastings
f86c5e9940 Fix regression in admin-sql-threaded when porting to transitional syntax. 2015-05-18 13:22:34 -04:00
Ruben Gonzalez
fd9dbded8b Trigger build. 2015-05-15 20:53:31 -04:00
Ruben Gonzalez
404cd28423 Trigger Build. 2015-05-15 18:30:35 -04:00
Ruben Gonzalez
afaddda8cf Trigger Build 2015-05-15 15:51:46 -04:00
Asher Baker
6c7a6c72aa Correct NameHashSet::add() return type. 2015-05-09 11:56:15 +01:00
Asher Baker
97605a500c Remove check_thunks reliance on Tier0. 2015-05-07 21:56:31 +01:00
Kyle Sanderson
16b7c576d4 Merge pull request #330 from yedpodtrzitko/1.7-dev
Add IsFree check to FindEntityByNetClass in SDKTools.
2015-05-04 18:08:51 -07:00
yed_
f504188854 add IsFree check 2015-05-05 01:06:40 +01:00
Nicholas Hastings
8b2d7a1e49 Trigger build for hl2sdk-dota changes. 2015-05-03 15:08:03 -04:00
Nicholas Hastings
b429c37ab3 Trigger build for hl2sdk-dota changes. 2015-05-03 10:05:53 -04:00
Nicholas Hastings
13cf293f1c Merge pull request #250 from alliedmodders/sdkhooks-newdecls
Convert remainder of sdkhooks.inc to newdecls (r=dvander).
2015-04-20 10:19:23 -07:00
Nicholas Hastings
a2b9c91423 Roll version number. 2015-04-18 15:48:19 -04:00
Nicholas Hastings
cf9aa05a0c Update versioning for 1.7.1 release. 2015-04-18 15:13:41 -04:00
Nicholas Hastings
824b0f9a3c Update changelog for version 1.7.1. 2015-04-18 09:58:37 -04:00
David Anderson
f74e357e91 Merge pull request #288 from klausenbusk/patch-1
Updated KillTimer documentation to reflect "Invalid handles" = runtime error.
2015-04-18 09:41:30 -04:00
David Anderson
15b65468ac Fix bug where the compiler could crash trying to dereference a decayed accessor expression used as |this|. 2015-04-18 08:53:13 -04:00
David Anderson
d64bcc763a Fix bug where complex |this| values could be corrupted while evaluating function arguments. (bug 6329) 2015-04-18 08:51:02 -04:00
Nicholas Hastings
f4ff0e574c Fix CoreConfig init to happen after SMGlobalClasses from logic bin are added.
This fixes OnSourceModConfigChanged not being called for logic classes when
config is first read, matching behavior for core classes. The function is still called
before each class's OnSourceModStartup func.
2015-04-18 08:35:10 -04:00
Nicholas Hastings
4ffe11a235 Enable the "name %s" command blocking on CS:GO as well. 2015-04-17 04:51:24 -07:00
Nicholas Hastings
fc2addf11e Merge pull request #313 from alliedmodders/set-client-name
Add SetClientName native.
2015-04-07 04:39:52 -07:00
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
Peace-Maker
9a26ae0526 Fix declaring variable on same line after array
int a[5], b;
b would get a size of |0| on the stack instead of a sizeof(cell_t).
Bug: https://bugs.alliedmods.net/show_bug.cgi?id=6335
2015-04-04 11:03:27 -04:00
Ryan Stecker
8f0067b3b4 Improve the diagnostic given when a function prototype doesn't match an existing definition. 2015-04-04 10:51:10 -04:00
Nicholas Hastings
d68829d301 Fix build. 2015-04-04 10:26:11 -04:00
Nicholas Hastings
a48d5bfe1f Add missing impl for File.ReadUint16. 2015-04-04 10:22:41 -04:00
Nicholas Hastings
e54850e1f9 Add explicit return types to forwards missing them. 2015-04-04 10:21:34 -04:00
InstantMuffin
fd4ac6312c Update functions.inc 2015-04-04 10:17:02 -04:00
Alexander Corn
3c95f191c4 Moved note about releasing resources from OnPluginStart to OnPluginEnd 2015-04-04 10:10:51 -04:00
Nicholas Hastings
a523948ebb Make OpenDirectory error for empty path match error in DirExists. 2015-04-04 10:10:13 -04:00
Nicholas Hastings
fc5149a1c7 Throw an error if DirExists called with empty path. 2015-04-04 10:10:07 -04:00
Nicholas Hastings
50399f25f4 Update TF2 gamedata. 2015-03-31 17:39:50 -04:00
Ruben Gonzalez
1552464465 Fix not being able to block CS_OnCSWeaponDrop and clarify include file. (bug 6334) 2015-03-29 18:39:38 -04:00
Dr!fter
dd401e760c Fix more Freak Fortress gamedata. 2015-03-27 21:59:02 -04:00
Ruben Gonzalez
0c976cd1f0 Fix Fortress Forever gamedata. 2015-03-27 21:47:32 -04:00
Nicholas Hastings
e5fb8984f4 Merge pull request #286 from peace-maker/noradiomenu_regression
Fix crash regression in games that don't support radio style menus (r=psychonic).
2015-03-21 18:46:56 -04:00
Ruben Gonzalez
57c993e17e Merge pull request #303 from alliedmodders/tf2_vstk_fix
Fix some TF2 natives not having the correct vstk size.
2015-03-14 09:51:08 -04:00
Ruben Gonzalez
ec32f3cf2d Update TF2's MakeBleed native for the latest update. 2015-03-12 18:07:12 -04:00
Nicholas Hastings
3764881daa Trigger build for hl2sdk-dota changes. 2015-03-06 11:26:26 -05:00
Ryan Stecker
2754be4066 Fix tag mismatch warning when using SQLite_UseDatabase. (bug 6310) 2015-03-03 23:04:23 -05:00
Peace-Maker
b52054de1e Fix crash in games that don't support radio style menus
Fix regression in ad7d920ce0
GetMenuStyleHandle(MenuStyle_Radio) crashes games, which don't support
the radio menu style. The style is never added to the menu manager, if
it's not supported, so GetMenuStyleHandle tries to call IsSupported on a
nullptr.
2015-03-01 18:48:30 +01:00
Nicholas Hastings
94c982f8cf Merge pull request #267 from 50Wliu/tf2_setclientteam
Add TF2_SetClientTeam to provide symmetry to TF2_GetClientTeam (r=psychonic).
2015-02-26 17:42:32 -05:00
Asher Baker
66b00d4ae7 Updated plugin blacklist. 2015-02-25 01:17:42 +00:00
Asher Baker
784f9f4993 Merge pull request #213 from splewis/find-array-nonzero-blocks
Add block parameter to FindValueInArray native.
2015-02-25 01:16:06 +00:00