Nicholas Hastings
fff17f8043
Updated HL2DM gamedata.
2013-04-03 12:26:08 -04:00
Nicholas Hastings
847eaf38f9
Updated DoD:S gamedata.
2013-03-29 15:45:16 -04:00
Drifter
1d59a329eb
Update gamedata for CS:GO update
2013-03-21 20:00:29 -04:00
Nicholas Hastings
5689888682
Fixed IsMapValid passing blank string to engine's IsMapValid which crashes some games.
2013-03-21 01:22:08 -04:00
Nicholas Hastings
a01768525a
Backed out changeset: f38675c67f64 (bug 5484).
2013-03-20 07:08:49 -04:00
Kyle Sanderson
e3d2ddf278
Fix a number of issues with cloned handles (bug 5240, r=asherkin).
2013-03-17 22:05:33 +00:00
Kyle Sanderson
b3e48b0ad7
Check for cloned handles when dumping (bug 5245, r=asherkin).
2013-03-17 21:58:56 +00:00
Nicholas Hastings
6d528b5c55
Merge.
2013-03-18 20:39:41 -04:00
Peace-Maker
22daf26e3e
Fixed possible rte in basetriggers for !ingame clients (bug 5191, r=psychonic).
2013-03-18 20:11:50 -04:00
Michael McKoy
73061969da
Fixed mapchooser interaction with CS:GO winlimits (bug 5484, r=psychonic).
2013-03-18 20:10:31 -04:00
Kyle Sanderson
4653530095
Fixed check against uninitialized string in extension loader (bug 5546, r=psychonic).
2013-03-18 20:03:17 -04:00
Peace-Maker
ef5faaaa4a
Fixed double print when sending psay to self (bug 5649, r=psychonic).
2013-03-18 19:58:18 -04:00
GoD-Tony
f52ea98eb4
Added logged error when PlayerRunCommand offset lookup fails (bug 5535, r=psychonic).
2013-03-18 19:53:30 -04:00
Asher Baker
d315d4bf53
Backport some clientprefs crash fixes from 1.6.
2013-03-18 18:54:00 +00:00
Kyle Sanderson
eaef2a46fb
Change extension unload order to avoid exposing finalisation window (bug 5556, r=asherkin).
2013-03-18 18:06:55 +00:00
Nicholas Hastings
b0304a89a6
Fixed errors with SendConVarValue on CS:GO (bug 5638, r=asherkin).
2013-03-18 11:47:55 -04:00
Asher Baker
a4790f0358
Generate debugging information during compilation (bug 5227, r=ds).
2013-03-17 21:00:28 +00:00
Scott Ehlert
d3d5cd8181
Added --no-mysql option to configure script to make MySQL optional (bug 5661, r+a=dvander).
2013-03-17 04:09:44 -05:00
Peace-Maker
64be2bc5a0
Increased map name buffer sizes in mapchooser (bug 5609, r=psychonic).
2013-03-16 23:17:22 -04:00
Kyle Sanderson
30e476c35e
Added GetSteamAccountID function to IPlayerHelpers and native for sp (bug 5548, r=asherkin).
2013-03-16 23:12:40 -04:00
Nicholas Hastings
88af208cdd
Add DPT_Int64 type to netprop dumps (bug 5655, r=asherkin).
2013-03-16 22:57:57 -04:00
Scott Ehlert
b64751c1af
Made BreakpadSymbols script compatbile with Python 2.6 and above (bug 5660, r=asherkin).
2013-03-16 22:55:59 -04:00
FlaminSarge
2e158a72e2
Exposed third parameter of TF2's AddCond in TF2_AddCondition (bug 5641, r=psychonic).
2013-03-16 18:05:22 -04:00
Nicholas Hastings
c8fb05dd4b
Fixed some engine builds failing.
2013-03-16 14:11:56 -04:00
Nicholas Hastings
860af1e6cb
Add GetPlayerResourceEntity to SDKTools; deprecate old, broken TF2-specific impl (bug 5491, r=asherkin).
2013-03-16 13:50:36 -04:00
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