Nicholas Hastings
|
5e1d207eae
|
Added engine support for Blade Symphony (bug 5949, r=asherkin).
|
2013-10-13 14:15:29 -04:00 |
|
Nicholas Hastings
|
3e15966c3e
|
Add support for Source SDK Base 2013 (bug 5917, r=asherkin).
|
2013-10-13 14:14:51 -04:00 |
|
Nicholas Hastings
|
ff54fb431f
|
Fix ep1 build.
|
2013-10-09 09:12:46 -04:00 |
|
Nicholas Hastings
|
1ba6b2653a
|
Move ForwardSys from core to logic (bug 5953, r=fyren).
--HG--
rename : core/ForwardSys.cpp => core/logic/ForwardSys.cpp
rename : core/ForwardSys.h => core/logic/ForwardSys.h
|
2013-10-09 08:43:08 -04:00 |
|
Nicholas Hastings
|
1d1b5d1c6d
|
Move DBManager and DB natives from core to logic (bug 5953, r=fyren).
--HG--
rename : core/Database.cpp => core/logic/Database.cpp
rename : core/Database.h => core/logic/Database.h
rename : core/sm_simple_prioqueue.h => core/logic/sm_simple_prioqueue.h
rename : core/smn_database.cpp => core/logic/smn_database.cpp
rename : core/sm_queue.h => public/sm_queue.h
|
2013-10-09 08:43:08 -04:00 |
|
Nicholas Hastings
|
9027d15211
|
Move ADTFactory from core to logic (bug 5953, r=fyren).
--HG--
rename : core/ADTFactory.cpp => core/logic/ADTFactory.cpp
rename : core/ADTFactory.h => core/logic/ADTFactory.h
|
2013-10-09 08:43:08 -04:00 |
|
Nicholas Hastings
|
5bde264c43
|
Rename some register defines to avoid conflict with sys headers (bug 5917, r=hamdinger).
|
2013-10-08 21:01:21 -04:00 |
|
Nicholas Hastings
|
3174fb7d19
|
Update CTakeDamageInfo var names from sdk update.
|
2013-10-06 10:57:38 -04:00 |
|
Nicholas Hastings
|
1836f69cf0
|
Updated gamedata for CS:GO Get/SetClientContribution score.
|
2013-10-03 10:43:20 -04:00 |
|
Nicholas Hastings
|
55bf8ec095
|
Fix watchdog timer hanging on exit (r=dvander).
|
2013-09-23 22:29:28 -04:00 |
|
Nicholas Hastings
|
39e955c412
|
Updated HL2DM gamedata.
|
2013-09-18 21:49:36 -04:00 |
|
Nicholas Hastings
|
d808d6d8a5
|
Fix some format string misuse with map names.
|
2013-09-13 13:47:55 -04:00 |
|
Nicholas Hastings
|
b471109c08
|
Increase mapname buffer size in nextmap to accomodate longer map names.
|
2013-09-13 13:47:55 -04:00 |
|
Nicholas Hastings
|
427e93c573
|
Fix attempted triggers from gagged users displaying in chat (bug 5918, r=asherkin).
|
2013-09-10 09:52:37 -04:00 |
|
Nicholas Hastings
|
46327563f2
|
Initialize DamageCustom var in SDKHooks CTakeDamageInfoHack (nobug, r=asherkin).
|
2013-09-09 18:41:54 -04:00 |
|
Nicholas Hastings
|
e620d973f4
|
Reserved slot fixes for OB games when SourceTV or Replay are enabled (bug 5499, r=drifter).
|
2013-08-30 14:15:02 -04:00 |
|
Nicholas Hastings
|
7ad43a5b11
|
Make sm_mapvote_runoffpercent cvar work as advertised (bug 5890, r=asherkin).
|
2013-08-30 14:14:59 -04:00 |
|
Nicholas Hastings
|
124ede82b3
|
Fix build.
|
2013-08-29 15:05:34 -04:00 |
|
Nicholas Hastings
|
1c40d77b14
|
Fix build.
|
2013-08-29 14:16:18 -04:00 |
|
Nicholas Hastings
|
e8ce238eb7
|
Another fix for build on non-windows.
|
2013-08-29 10:12:44 -04:00 |
|
Nicholas Hastings
|
404b1c5ed0
|
Fix build on non-windows.
|
2013-08-29 09:47:20 -04:00 |
|
Nicholas Hastings
|
dde1deb6bc
|
Clean up TF2 ext CalcCritical code (bug 5894, r=voided).
|
2013-08-29 09:27:35 -04:00 |
|
Nicholas Hastings
|
d9f23a8af2
|
Fix translator system not loading languages with long identifier (bug 5888, r=dvander).
|
2013-08-28 13:18:55 -04:00 |
|
Nicholas Hastings
|
693c4024d6
|
Updated TF2 Regenerate signature.
|
2013-08-27 23:32:04 -04:00 |
|
Nicholas Hastings
|
d7eee4191f
|
Updated TF2 AddCond signature.
|
2013-08-27 21:08:37 -04:00 |
|
Nicholas Hastings
|
f6255c72d1
|
Compile with clang by default on linux.
|
2013-08-26 23:07:45 -04:00 |
|
Nicholas Hastings
|
cd68567ce3
|
Updated plugin blacklist.
|
2013-08-26 10:31:25 -04:00 |
|
Nicholas Hastings
|
a9905ec95e
|
Add missing MarkNativeAsOptional calls for cstrike.inc (r=me).
|
2013-08-25 11:01:55 -04:00 |
|
Nicholas Hastings
|
ea3e602835
|
Fix cmd listener callback return behavior to match func doc (bug 5882, r=asherkin).
|
2013-08-24 23:56:39 -04:00 |
|
Nicholas Hastings
|
96e971084a
|
Fix SDKHooks hook ent validation missing first datatable name (bug 5881, r=asherkin).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
9bf78a96cc
|
Replace hardcoded "/ff" check in basetriggers (bug 5863, r=drifter).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
ba55ef0b2e
|
Don't call SayCommand forwards for chat triggers (bug 5863, r=asherkin).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
0c00f7393c
|
Fixed regression causing public triggers to no longer display (bug 5863, r=drifter).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
1824826474
|
Removed unused var m_bTriggerWasSilent from core ChatTriggers (bug 5863, r=asherkin).
|
2013-08-24 21:59:52 -04:00 |
|
Nicholas Hastings
|
bc789d7c1a
|
Add missing GetFunctionCount check in ChatTriggers::OnSayCommand_Pre (bug 5864, r=kyles).
--HG--
extra : rebase_source : afa6969f8319c80b027c4ae81e6b8db6b8d5c14f
|
2013-08-23 18:48:06 -04:00 |
|
Nicholas Hastings
|
cf39bc97a5
|
Backed out changeset: 4af1c2ab3816 (bug 5864).
--HG--
extra : rebase_source : 7a3f03aaa4bb80d4b01c59cdb4dc12b0f5e020da
|
2013-08-23 07:28:07 -04:00 |
|
Nicholas Hastings
|
5954f15989
|
Fixed crash in OnSayCommand_Post with console chat, pass console chat (bug 5864, r=voided);
--HG--
extra : rebase_source : 4a1a1945efc119f40e7d55d4fdfcc250bdc0febc
|
2013-08-22 21:45:42 -04:00 |
|
Nicholas Hastings
|
4d2eb7af30
|
Changed from RemoveEdict to using the Kill input for TF2_RemoveWeapon (r=voided).
--HG--
extra : rebase_source : cb9bd8d35bddfb5feb3bead7284398eb8bd7d6b4
|
2013-08-22 21:45:40 -04:00 |
|
Nicholas Hastings
|
50083048f6
|
Fixed SDKHooks thinking a hook type was supported when gamedata missing (r=voided).
--HG--
extra : rebase_source : 88a08b03ecbbbaa3bf1c91db30c2e08ceb106e95
|
2013-08-22 21:45:19 -04:00 |
|
Nicholas Hastings
|
e970c36419
|
Fixed GuessSDKVersion return value when using MM:S versions < 1.10 (r=me).
|
2013-08-16 11:47:35 -04:00 |
|
Nicholas Hastings
|
3d6d4f5464
|
typo
|
2013-08-15 18:53:02 -04:00 |
|
Nicholas Hastings
|
61bc6ec825
|
snaaaaaaaaaaaaaaaaakes
|
2013-08-15 18:49:55 -04:00 |
|
Nicholas Hastings
|
6f0f6676db
|
Fixed char * constant conversion warning in cstrike ext.
|
2013-08-15 18:43:14 -04:00 |
|
Nicholas Hastings
|
fc240d4dfa
|
Only add -Wno-narrowing if GCC >= 4.6 or Clang(?).
|
2013-08-15 18:34:51 -04:00 |
|
Nicholas Hastings
|
5fc854ab4f
|
Fixed chat trigger crash regression on ep1 (bug 5394, r=asherkin).
--HG--
extra : rebase_source : 39f0eff210b785b266422157c48b538921e16cc8
|
2013-08-15 10:18:27 -04:00 |
|
Nicholas Hastings
|
7d431e55df
|
Update BuyCommand detour in CStrike extension with new param on CS:GO.
|
2013-08-14 17:08:02 -04:00 |
|
Nicholas Hastings
|
575962569f
|
Update GivePlayerItem for new params in CS:GO.
|
2013-08-14 17:07:27 -04:00 |
|
Nicholas Hastings
|
439f4f6f0e
|
Updated some CS:GO gamedata.
|
2013-08-14 14:20:57 -04:00 |
|
Nicholas Hastings
|
00b1f33725
|
Fixed typo in Nuclear Dawn gamedata backcompat fix.
|
2013-08-14 13:14:59 -04:00 |
|
Nicholas Hastings
|
1204eec8ac
|
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
|
f3ac8f6649
|
Added gamedata and extension loading compat shims for Nuclear Dawn (bug 5813, r=asherkin).
|
2013-08-14 11:56:34 -04:00 |
|
Nicholas Hastings
|
d0e18ed0ba
|
Debug build fixes.
--HG--
extra : rebase_source : 772710f29b5aca5e0e4b7276fcb19b3702450e3f
|
2013-08-10 12:22:09 -04:00 |
|
Nicholas Hastings
|
36b8b81914
|
Ep1 compile fixes.
|
2013-08-05 12:06:04 -04:00 |
|
Nicholas Hastings
|
37316fed84
|
Fixed a path not using updated mapcycle file detection (bug 5719).
|
2013-08-05 11:36:59 -04:00 |
|
Nicholas Hastings
|
ecd568510d
|
Triggering build.
|
2013-08-05 08:36:25 -04:00 |
|
Nicholas Hastings
|
1b13f0a2ec
|
Triggering build.
--HG--
extra : amend_source : 2a8f0c1879b366883b96eeebf304e5aa8b19153f
|
2013-08-03 19:03:12 -04:00 |
|
Nicholas Hastings
|
8fe6d09613
|
Check all possible mapcycle paths on newer orangebox games (bug 5719, r=asherkin).
|
2013-07-31 22:57:50 -04:00 |
|
Nicholas Hastings
|
80d94e1aa3
|
Build against MM:S 1.10.
|
2013-07-31 18:42:15 -04:00 |
|
Nicholas Hastings
|
a36c266e7d
|
Split TF2, DoD:S, HL2:DM, and ND to separate binaries (bug 5813, r=asherkin).
|
2013-07-21 11:53:56 -04:00 |
|
Nicholas Hastings
|
636c100b6b
|
Updated for latest hl2sdk-dota changes.
--HG--
extra : amend_source : 503e712bb88b2da051c9ea3d6d51b7294ba83230
|
2013-07-29 10:03:18 -04:00 |
|
Nicholas Hastings
|
3f92d2f300
|
Synced gdc-psyfork symbols.txt with live version (NPOTB).
--HG--
extra : amend_source : 5d889731940a87f676145713d79ae563a176b0fb
|
2013-07-18 21:07:14 -04:00 |
|
Nicholas Hastings
|
0e25540a89
|
Updated DoD:S gamedata.
|
2013-07-16 20:45:02 -04:00 |
|
Nicholas Hastings
|
21169f4e9a
|
Updated for latest hl2sdk-dota changes.
|
2013-07-13 13:58:47 -04:00 |
|
Nicholas Hastings
|
1fbed9f7d0
|
Don't load nextmap on Dota 2.
|
2013-07-13 13:58:47 -04:00 |
|
Nicholas Hastings
|
c230cf5aab
|
Updated for latest hl2sdk-dota changes.
|
2013-07-12 02:31:41 -04:00 |
|
Nicholas Hastings
|
ee62e33dd0
|
Updated L4D2 IServer gamedata for Windows.
|
2013-07-08 16:10:55 -04:00 |
|
Nicholas Hastings
|
a22de48e40
|
Fix tier0/vstdlib lookup in core for recent L4D2 changes.
|
2013-07-06 11:54:37 -04:00 |
|
Nicholas Hastings
|
7b5708a8b4
|
Define POSIX when compiling for any build on linux/mac.
|
2013-07-06 11:53:58 -04:00 |
|
Nicholas Hastings
|
71c1767790
|
Updated L4D2 gamedata.
|
2013-07-05 14:29:12 -04:00 |
|
Nicholas Hastings
|
5fb0115d06
|
Triggering build for L4D2 sdk update.
|
2013-07-04 16:45:00 -04:00 |
|
Nicholas Hastings
|
c8e6128720
|
Fixed build for real.
|
2013-07-04 11:28:32 -04:00 |
|
Nicholas Hastings
|
55583540a8
|
Fix posix builds.
|
2013-07-03 23:27:04 -04:00 |
|
Nicholas Hastings
|
325d05b59c
|
Triggering build for bug 5613.
|
2013-06-30 22:04:04 -04:00 |
|
Nicholas Hastings
|
d1500dc99b
|
Updated ambuild script for new l4d2 library names.
|
2013-06-30 10:45:19 -04:00 |
|
Nicholas Hastings
|
0533b5cefc
|
Fixed Dota build.
|
2013-06-18 12:16:48 -04:00 |
|
Nicholas Hastings
|
702885ebb2
|
Fixed SDKTools dota build.
|
2013-05-14 11:27:06 -04:00 |
|
Nicholas Hastings
|
a12b83de59
|
Typo fix.
|
2013-05-14 10:24:47 -04:00 |
|
Nicholas Hastings
|
3b83356825
|
Updated for latest hl2sdk-dota changes.
--HG--
extra : rebase_source : 0365a2c057523822481dee0880f8a5d525a8050a
|
2013-05-14 10:19:29 -04:00 |
|
Nicholas Hastings
|
ef4edc6ff1
|
One more dota build fix.
|
2013-05-13 15:33:55 -04:00 |
|
Nicholas Hastings
|
614967ccc1
|
Updated for latest hl2sdk-dota changes.
|
2013-05-13 15:18:12 -04:00 |
|
Nicholas Hastings
|
e8dc1480eb
|
Don't omit frame pointer on msvc builds.
|
2013-05-13 14:19:17 -04:00 |
|
Nicholas Hastings
|
8fb87df0f0
|
Updated for hl2sdk-dota changes.
|
2013-05-08 09:21:40 -04:00 |
|
Nicholas Hastings
|
1b19622ab8
|
Fixed CS:S CommitSuicide offset.
--HG--
extra : rebase_source : fc01c099f2af0de819a327262e6e8ffe6f79c658
|
2013-05-03 15:29:20 -04:00 |
|
Nicholas Hastings
|
157a286d1b
|
Backed out changeset: f2f13520e8a1.
|
2013-05-02 15:31:01 -04:00 |
|
Nicholas Hastings
|
0eb199a9a8
|
Backed out changeset: 2c69e71dc4df.
|
2013-05-02 15:30:38 -04:00 |
|
Nicholas Hastings
|
77a928cef9
|
Backed out changeset: cf4356fd3524.
|
2013-05-02 15:30:16 -04:00 |
|
Nicholas Hastings
|
290388159a
|
Backed out changeset: 7d07b4f23cd0.
|
2013-04-30 15:38:15 -04:00 |
|
Nicholas Hastings
|
d0551a3ede
|
Updated TF2 gamedata.
|
2013-04-29 21:20:11 -04:00 |
|
Nicholas Hastings
|
1e0d0429d0
|
Synced gdc-psyfork (NPOTB).
|
2013-04-29 20:51:54 -04:00 |
|
Nicholas Hastings
|
37ad913086
|
Triggering build.
|
2013-04-25 11:41:49 -04:00 |
|
Nicholas Hastings
|
3755ad7515
|
Triggering build.
|
2013-04-23 11:44:52 -04:00 |
|
Nicholas Hastings
|
369e141ea8
|
Build fixes for recent hl2sdk-dota updates.
|
2013-04-23 07:11:49 -04:00 |
|
Nicholas Hastings
|
39c9e69d8a
|
Remove deprecated PbReadRepeated natives.
|
2013-04-23 07:11:49 -04:00 |
|
Nicholas Hastings
|
30be1ea16e
|
Updated CS:S gamedata.
|
2013-04-16 12:19:45 -04:00 |
|
Nicholas Hastings
|
a450361956
|
Added support for getting/setting protobuf enum values with Pb*Int natives (nobug, r=asherkin).
|
2013-04-16 11:33:36 -04:00 |
|
Nicholas Hastings
|
df48ad6b61
|
Fixed build.
|
2013-04-15 07:22:23 -04:00 |
|
Nicholas Hastings
|
264de34c31
|
Merge.
|
2013-04-15 07:13:23 -04:00 |
|
Nicholas Hastings
|
70444b46b9
|
Fixed regression in cset 68d82718dc99 causing missing protobuf natives (bug 5712).
|
2013-04-15 07:12:52 -04:00 |
|
Nicholas Hastings
|
46b9ae4174
|
Merge.
|
2013-04-08 08:00:50 -04:00 |
|
Nicholas Hastings
|
c0d1aaa8a0
|
Allow localizaton of more base plugin strings (bug 5120, r=asherkin).
|
2013-04-08 08:00:13 -04:00 |
|