Nicholas Hastings
5c1cadb64e
Move UserMessages::m_pBase to only engines without protobuf msgs (r=asherkin).
2013-03-16 13:42:11 -04:00
Nicholas Hastings
bfb97a4207
Added repeated field handing to PbSet* natives (bug 5633, r=asherkin).
2013-03-16 13:31:56 -04:00
Nicholas Hastings
7e26691b99
Added repeated field handling to PbRead* natives. Deprecate PbReadRepeated* (bug 5633, r=asherkin).
2013-03-16 13:31:35 -04:00
FlaminSarge
ca469a218a
Updated TF2 TFCond defines (bug 5642, r=psychonic).
2013-03-16 13:30:00 -04:00
Scott Ehlert
6052ddaa64
Triggering a build.
2013-03-14 00:07:11 -05:00
Scott Ehlert
0ddc675472
Added --sdks option to configure script to specify which SDKs to build againt (bug 5630, r+a=dvander).
...
Valid arguments are "all", "present", or a comma delimited list of engine names.
The "all" option will try to build against all supported SDKs. (This is the default.)
The "present" option will only attempt to build against SDKs that exist on the system.
Examples:
configure.py --sdks=css,csgo,ep2v
configure.py --sdks=l4d
configure.py -s present
2013-03-13 22:02:40 -05:00
Asher Baker
9412f687cb
Fixed issues with COMMAND_FILTER_NO_BOTS and @bots multi-target. (r=fennec)
2013-03-10 03:24:03 +00:00
Asher Baker
0e865c0618
Allow access to unvalidated authstrings (bug 5587, r=psychonic).
2013-03-07 00:58:17 +00:00
Nicholas Hastings
462b5213d7
Fixed SDKHooks GetMaxHealth callback being passed incorrect parameters.
2013-03-02 13:42:07 -05:00
Scott Ehlert
f52e84730f
Triggering a build.
2013-03-02 11:56:31 -06:00
Asher Baker
b8873efa0d
Error on access to nested datamap props (bug 5446, r=psychonic).
2012-09-03 20:26:39 +01:00
Scott Ehlert
4132b9bd21
Added L4D and L4D2 gamedata for SDK Hooks on Mac OS X (bug 5628, r=psychonic).
2013-02-25 20:45:11 -06:00
Kyle Sanderson
c0caa9f158
Removed call to getchar() in debug build of compiler (bug 5626, r=ds).
2013-02-25 18:02:10 -06:00
Nicholas Hastings
7346b0c081
Added support for "fuzzy" map names in L4D and later (bug 5599, r=asherkin).
2013-02-14 19:28:12 -05:00
Nicholas Hastings
6a361e3045
Updated CS:GO gamedata.
2013-02-13 22:25:15 -05:00
Nicholas Hastings
61d7519ef5
More, hopefully final CS:GO/protobuf usermessage fixups (bug 5588).
2013-02-11 15:11:04 -05:00
Ruben Gonzalez
3e1a78703e
Fix CS_WeaponIDToAlias param missing CSWeaponID tag (bug 5460)
2013-02-11 11:17:46 -05:00
Nicholas Hastings
bb195a9b2d
Added missing smn_protobuf.cpp to core msvc10 project (NPOTB).
2013-02-11 09:39:23 -05:00
Nicholas Hastings
6f095a064c
Removed intentional invalid steamid crash in SDK Hooks.
2013-02-11 09:39:23 -05:00
Nicholas Hastings
eb334f5fe2
Fixed typo in Fortress Forever gamedat.a
2013-02-11 09:39:23 -05:00
Nicholas Hastings
ef825d8a94
Fixed non-CS:GO builds.
2013-02-10 23:11:04 -05:00
Nicholas Hastings
6775898712
Serialize and deserialize usermessages from the server on CS:GO to avoid issues on linux (bug 5588).
2013-02-10 23:06:26 -05:00
Nicholas Hastings
d3dd82f190
Updated core msvc10 project file for CS:GO w/ protobuf (NPOTB).
2013-02-10 09:44:33 -05:00
Nicholas Hastings
95409f7ec7
Updated gdc-psyfork symbols.txt with support for ep1 (NPOTB).
2013-02-09 14:21:50 -05:00
Nicholas Hastings
1141a73945
Updated Fortress Forever gamedata.
2013-02-09 14:19:43 -05:00
Peace-Maker
176c003658
Fixed SDKHooks missing version info.
2013-02-09 11:37:51 -05:00
Nicholas Hastings
74aafaa72f
Fixed SDKHooks looking for IServerTools on < Orangebox, causing load failure (bug 5603).
2013-02-08 22:46:49 -05:00
Nicholas Hastings
0ac7867b3d
Updated SDKHooks msvc10 project files and added to SM solution (NPOTB).
2013-02-08 22:26:51 -05:00
Nicholas Hastings
c1b65f52be
Minor typo fix in SDKHooks version.rc.
2013-02-08 07:57:16 -05:00
Nicholas Hastings
1d242ee161
Triggering build.
2013-02-08 00:08:51 -05:00
Nicholas Hastings
230e4e3a32
Build fix.
2013-02-08 00:00:09 -05:00
Nicholas Hastings
7ff4724e28
Typo fix in SDKHooks AMBuildScript.
2013-02-07 23:46:48 -05:00
Nicholas Hastings
0015d00243
Initial commit of latest functional SDKHooks extension.
2013-02-07 23:43:33 -05:00
Nicholas Hastings
5ca8967375
Updated CS:GO gamedata.
2013-02-07 13:50:22 -05:00
Nicholas Hastings
4e0c1f97ac
Updated more CS:S gamedata.
2013-02-06 17:41:17 -05:00
Nicholas Hastings
191c3dabdb
Updated CS:S gamedata.
2013-02-05 17:20:00 -05:00
Peace-Maker
cd9a28864a
Updated for CS:S sync (r=asherkin).
2013-02-05 21:45:11 +00:00
Nicholas Hastings
c2ecb7363c
Fixed VARINT & UNSIGNED flags being read from dt instead of member in SendProp arrays (bug 5591, r=prodigysim).
2013-02-04 07:38:30 -05:00
Alexandr
e20e272ee1
Fixed basecomm forwards firing with incorrect client parameter value (bug 5583, r=psychonic).
2013-01-28 18:30:44 -05:00
Michael Busby
8dc7f78b0f
Fix GameRules_SetPropVector writing data to unexpected addresses instead of to the proxy entity (bug 5592, r=psychonic).
2013-01-27 14:59:14 -08:00
Nicholas Hastings
c4331c4795
Fixed pb non-intercept hook callbacks being passed handle with NULL pb msg (bug 5579, bug 5590).
2013-01-27 12:29:16 -05:00
Nicholas Hastings
d071ecc17c
Removed accidental resetting of pb msg and memory leak in hooked pb messages (bug 5579, bug 5588).
2013-01-26 21:10:25 -05:00
Nicholas Hastings
7c03276b50
Replaced remaining calls to old MM:S usermessages functions when using protobuf system (bug 5579, bug 5588).
2013-01-26 12:14:40 -05:00
Nicholas Hastings
ee8b180341
Marked some missed Pb natives as optional (bug 5579).
2013-01-23 18:28:06 -05:00
Nicholas Hastings
5258a1dc85
Updated CS:GO Cstrike extension gamedata.
2013-01-23 14:46:23 -05:00
Nicholas Hastings
e74d5593a8
Updated CS:GO HandleCommand_Buy_Internal detour with new bool param.
2013-01-23 14:46:12 -05:00
Nicholas Hastings
18285ca751
Fixed potential for reading out of library bounds in MemoryUtils;:FindPattern (r=asherkin).
2013-01-23 14:05:35 -05:00
Peace-Maker
764a04a201
Fixed Sort_Random not including first value in array sorting functions (bug 4292, r=psychonic).
2013-01-23 12:51:19 -05:00
Nicholas Hastings
1e5a375203
Fixed native error when using PbReadRepeated* natives for index 0 (bug 5579).
2013-01-23 11:14:51 -05:00
Nicholas Hastings
3a2504dc18
Triggering build against new mac libprotobuf.
2013-01-22 23:40:45 -05:00