Nicholas Hastings
|
2b0daba573
|
Bumping version.
|
2013-08-25 19:45:28 -04:00 |
|
Nicholas Hastings
|
ba4aa4d37f
|
Added tag sourcemod-1.5.0 for changeset 78a1f1b1c6fa
|
2013-08-25 19:44:52 -04:00 |
|
Nicholas Hastings
|
e3f31af5d3
|
Update versioning for 1.5.0 release.
|
2013-08-25 17:38:09 -04:00 |
|
Nicholas Hastings
|
bc0bf4e270
|
Updated changelog for version 1.5.0.
|
2013-08-25 16:59:14 -04:00 |
|
Nicholas Hastings
|
60c5ad6324
|
Synced changelog.txt from releases/sourcemod-1.4.
|
2013-08-25 12:16:54 -04:00 |
|
Nicholas Hastings
|
e996a00675
|
Add missing MarkNativeAsOptional calls for cstrike.inc (r=me).
|
2013-08-25 11:01:55 -04:00 |
|
Kyle Sanderson
|
0be3f0afed
|
Fix broken translating in some plugins and natives (bug 5612, r=psychonic).
|
2013-08-25 10:15:35 -04:00 |
|
Kyle Sanderson
|
86bdfa2205
|
Fixed potential deadlock in HandleSystem::TryAndFreeSomeHandles (bug 5665, r=dvander).
|
2013-08-25 09:59:53 -04:00 |
|
Nicholas Hastings
|
56c87e927f
|
Fix cmd listener callback return behavior to match func doc (bug 5882, r=asherkin).
|
2013-08-24 23:56:39 -04:00 |
|
Nicholas Hastings
|
be54443918
|
Replace hardcoded "/ff" check in basetriggers (bug 5863, r=drifter).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
676ea8b29c
|
Don't call SayCommand forwards for chat triggers (bug 5863, r=asherkin).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
d77ff38428
|
Fixed regression causing public triggers to no longer display (bug 5863, r=drifter).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
d3256ef339
|
Removed unused var m_bTriggerWasSilent from core ChatTriggers (bug 5863, r=asherkin).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
3d11742f91
|
Add missing GetFunctionCount check in ChatTriggers::OnSayCommand_Pre (bug 5864, r=kyles).
|
2013-08-23 18:48:06 -04:00 |
|
Peace-Maker
|
a2aa5d1cda
|
Fixed crash in OnSayCommand_Post with console chat, pass console chat (bug 5864, r=kyles).
|
2013-08-23 07:31:04 -04:00 |
|
Nicholas Hastings
|
8860e18026
|
Backed out changeset: 6118b70b1103 (bug 5864).
|
2013-08-23 07:31:56 -04:00 |
|
Nicholas Hastings
|
7dba540b97
|
Fixed crash in OnSayCommand_Post with console chat, pass console chat (bug 5864, r=voided);
--HG--
extra : rebase_source : 3090e700ea04a1b2cc6a92c727e3bb58df69500d
|
2013-08-22 21:45:42 -04:00 |
|
Nicholas Hastings
|
0dd9a5b842
|
Changed from RemoveEdict to using the Kill input for TF2_RemoveWeapon (r=voided).
--HG--
extra : rebase_source : 1bc5d8aa9aa6be4022b3e1e730ff06de3e428f8e
|
2013-08-22 21:45:40 -04:00 |
|
Nicholas Hastings
|
e6c3565544
|
Fixed SDKHooks thinking a hook type was supported when gamedata missing (r=voided).
--HG--
extra : rebase_source : 8e89e780c12309a3a772f1edfadc9c4541318b48
|
2013-08-22 21:45:19 -04:00 |
|
Kyle Sanderson
|
8cacba922a
|
Fix weapon ID checks (bug 5872, r=Dr!fter)
|
2013-08-21 10:56:04 -04:00 |
|
Nicholas Hastings
|
767396d4ee
|
Fixed GuessSDKVersion return value when using MM:S versions < 1.10 (r=me).
|
2013-08-16 11:47:35 -04:00 |
|
Nicholas Hastings
|
07a51a0d4e
|
Fixed char * constant conversion warning in cstrike ext.
|
2013-08-15 18:43:14 -04:00 |
|
Drifter
|
9f042625d0
|
Fix CS:GO GetWeaponPrice and OnGetWeaponPrice using outdated method (r=psychonic).
|
2013-08-15 14:40:30 -04:00 |
|
Dr!fter
|
fc29f4249a
|
Update some more CS:GO gamedata
|
2013-08-15 17:04:33 -04:00 |
|
Nicholas Hastings
|
5ca5ecee85
|
Fixed chat trigger crash regression on ep1 (bug 5394, r=asherkin).
|
2013-08-15 10:21:04 -04:00 |
|
Nicholas Hastings
|
c79d547492
|
Update BuyCommand detour in CStrike extension with new param on CS:GO.
|
2013-08-14 17:08:02 -04:00 |
|
Nicholas Hastings
|
f079773195
|
Update GivePlayerItem for new params in CS:GO.
|
2013-08-14 17:07:27 -04:00 |
|
Dr!fter
|
e6ead8b5aa
|
Update some more CS:GO gamedata
|
2013-08-14 16:40:58 -04:00 |
|
Nicholas Hastings
|
9eba6402eb
|
Updated some CS:GO gamedata.
|
2013-08-14 14:20:57 -04:00 |
|
Nicholas Hastings
|
f95be3b10c
|
Fixed typo in Nuclear Dawn gamedata backcompat fix.
|
2013-08-14 13:14:59 -04:00 |
|
Nicholas Hastings
|
2220cc961e
|
Added compat shim to load on Nuclear Dawn with MM:S < 1.9.3. (bug 5813, r=me).
|
2013-08-14 12:55:55 -04:00 |
|
Nicholas Hastings
|
cfc6b2fee9
|
Added gamedata and extension loading compat shims for Nuclear Dawn (bug 5813, r=asherkin).
|
2013-08-14 11:56:34 -04:00 |
|
Nicholas Hastings
|
d188859fc5
|
Readded another missing hunk from 394499aa9d33 merge.
|
2013-08-14 12:10:31 -04:00 |
|
Kyle Sanderson
|
96a8003448
|
Added global pre and post forwards for client chat (bug 5394, r=psychonic).
|
2013-08-05 11:46:29 -04:00 |
|
Nicholas Hastings
|
696f702204
|
Fixed a path not using updated mapcycle file detection (bug 5719).
|
2013-08-05 11:36:59 -04:00 |
|
Nicholas Hastings
|
8b26ce73c2
|
Triggering build.
|
2013-08-05 08:36:34 -04:00 |
|
GoD-Tony
|
ee5f488aa2
|
Added ISDKHooks interface with entity listeners (bug 5602, r=psychonic).
|
2013-08-04 10:03:40 -04:00 |
|
Nicholas Hastings
|
3a5cf80e2b
|
Fixed build.
|
2013-08-03 20:22:01 -04:00 |
|
Nicholas Hastings
|
3e4f7af96a
|
Readded missing hunk from 394499aa9d33 merge for ep2v extension loading backcompat.
|
2013-08-03 19:10:23 -04:00 |
|
Erik Minekus
|
a1a483fa27
|
Numerous code documentation fixups (bug 5720, r=psychonic).
--HG--
extra : rebase_source : 864171c29442accaef2a051e37dfd25c2ee1566c
|
2013-08-01 09:26:34 -04:00 |
|
Asher Baker
|
b32f8a4803
|
Disable SteamAuthstringValidation config option by default (bug 5791, r=psychonic).
|
2013-08-01 14:33:06 +01:00 |
|
Nicholas Hastings
|
96ee6dbf8a
|
Check all possible mapcycle paths on newer orangebox games (bug 5719, r=asherkin).
|
2013-07-31 22:57:50 -04:00 |
|
Drifter
|
ac07cf95e1
|
Added CS_IsValidWeaponID native and validity checks to other natives (bug 5566, r=psychonic).
|
2013-07-31 22:11:15 -04:00 |
|
Drifter
|
8f51e33167
|
Fixed incorrect return for some weapons in CS_GetWeaponPrice (bug 5562, r=psychonic).
|
2013-07-31 22:08:23 -04:00 |
|
Kyle Sanderson
|
8366f371ad
|
Fixed crash in SDKHooks when throwing bad ent type error on logical ent (r=psychonic).
|
2013-07-31 22:03:59 -04:00 |
|
Nicholas Hastings
|
9b44dfea11
|
Build against MM:S 1.10.
--HG--
extra : rebase_source : 3ae670b671c8bbc964affa77ccf3f2c9191c7f90
|
2013-07-31 18:42:15 -04:00 |
|
Nicholas Hastings
|
7ede8e0924
|
Split TF2, DoD:S, HL2:DM, and ND to separate binaries (bug 5813, r=asherkin).
--HG--
extra : rebase_source : 89a3d9703bbb0f5c3225ce8f5da85ce1fabafeaa
|
2013-07-21 11:53:56 -04:00 |
|
Dr!fter
|
9fe2d9c1cf
|
Update WeaponIDToAlias Sig for CS:GO
|
2013-07-26 14:42:36 -04:00 |
|
Kyle Sanderson
|
1836ec9d45
|
Fixed handle misuse in clientprefs plugin (bug 5805, r=psychonic).
|
2013-07-20 15:17:43 -04:00 |
|
Kyle Sanderson
|
380d7adc09
|
Make compile.sh set working dir to own dir (bug 5710, r=psychonic).
|
2013-07-18 19:40:42 -04:00 |
|