Nicholas Hastings
3841e98c4f
Updated TF2 gamedata.
2013-04-29 21:20:11 -04:00
Nicholas Hastings
acd025dba2
Merge.
2013-04-16 13:25:22 -04:00
Nicholas Hastings
78c2206628
Updated CS:S gamedata.
2013-04-16 12:19:45 -04:00
Nicholas Hastings
29ba84fc5c
Allow localizaton of more base plugin strings (bug 5120, r=asherkin).
2013-04-08 08:00:13 -04:00
Nicholas Hastings
283f1f012d
Allow localization of name-reserved kick message (bug 5146, r=asherkin).
2013-04-08 08:00:13 -04:00
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
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
Nicholas Hastings
6d528b5c55
Merge.
2013-03-18 20:39:41 -04:00
Nicholas Hastings
b0304a89a6
Fixed errors with SendConVarValue on CS:GO (bug 5638, r=asherkin).
2013-03-18 11:47:55 -04:00
Nicholas Hastings
88af208cdd
Add DPT_Int64 type to netprop dumps (bug 5655, r=asherkin).
2013-03-16 22:57:57 -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
Nicholas Hastings
462b5213d7
Fixed SDKHooks GetMaxHealth callback being passed incorrect parameters.
2013-03-02 13:42:07 -05: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
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
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
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
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
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
Nicholas Hastings
7bc4c10660
Triggering build against new mac libprotobuf.
2013-01-22 23:18:27 -05:00
Nicholas Hastings
ab9c1217e4
Fixed numerous instances of same "cannot pass objects of non-POD type" error in smn_protobuf.cpp.
2013-01-22 22:36:38 -05:00
Nicholas Hastings
e9f002e9c5
Fixed typo in core causing CS:GO build break.
2013-01-22 22:23:40 -05:00
Nicholas Hastings
a9b6bcf779
CS:GO core build fix for warnings in protobuf headers.
2013-01-22 22:17:24 -05:00
Nicholas Hastings
52e427117c
Triggering build against hl2sdk-csgo with merged protobuf.
2013-01-22 22:02:18 -05:00
Nicholas Hastings
312e26a5cf
Added initial support for protobuf usermessages on CS:GO (bug 5579, r=asherkin).
2013-01-22 21:43:12 -05:00
Nicholas Hastings
f757d5f09b
Updated gdc-psyfork with current (NPOTB).
...
- Added support for custom symbols.txt path (-s <path>).
- Added support for dlsym symbol lookup in linux bins (-n).
- Updated gdc_core.sh example script to account for new options above.
- Updated symbols.txt.
2013-01-07 09:09:14 -05:00
Nicholas Hastings
a66adcbc88
Fixed gamedata offsets for CSPromod, GESource, and Synergy.
2013-01-06 09:35:22 -05:00
Nicholas Hastings
f4f930e8bd
Merge.
2012-12-31 18:17:11 -05:00
Nicholas Hastings
5200940f2f
Updated gamedata offsets for CSPromod, GESource, and Synergy.
2012-12-31 18:15:25 -05:00
Nicholas Hastings
bb9d5e11f1
Backed out changeset: 8048e61b5382.
2012-12-27 16:39:04 -05:00
Nicholas Hastings
df76b7285c
Backed out changeset: c283854680ad.
2012-12-27 16:38:49 -05:00
Nicholas Hastings
e105711678
Backed out changeset: 951598961ea8.
2012-12-27 16:38:34 -05:00
Nicholas Hastings
b206858c67
Triggering build.
2012-12-26 18:05:22 -05:00
Nicholas Hastings
bc1b803093
Backed out changeset: b65f88522631.
2012-12-26 17:57:03 -05:00
Nicholas Hastings
6e54e0f6e4
Backed out changeset: 9d722aa39e4c.
2012-12-26 17:56:43 -05:00
Nicholas Hastings
e0d2287973
Let's try that again...
2012-12-26 13:56:57 -05:00
Nicholas Hastings
7f26803dee
Ifdefing out usermessaging on CS:GO to fix builds.
2012-12-26 13:34:32 -05:00
Nicholas Hastings
22cbe23f85
Merge.
2012-12-26 12:28:43 -05:00
Nicholas Hastings
8f0c442024
Fixed TF2_RemoveCondition being called for added conds instead of removed conds.
2012-12-26 12:27:24 -05:00
Nicholas Hastings
02b8e3f7c0
Fixed typo in TF2 ext asm.c causing accidental assignment instead of compare.
2012-12-26 12:19:15 -05:00
Nicholas Hastings
7846ff1666
Updated Makefile for TF2 extension (NPOTB).
2012-12-26 12:19:15 -05:00
Nicholas Hastings
eaf441c226
Add -Wno-array-bounds for TF2 extension to avoid GCC bugged warning (msvc and Clang fine).
2012-12-23 22:06:52 -05:00
Nicholas Hastings
942b1d2591
Triggering build.
2012-12-23 17:22:19 -05:00
Nicholas Hastings
710456f871
Added new IN_ATTACK3 button define to entity_prop_stocks (bug 5564).
2012-12-23 17:06:14 -05:00
Nicholas Hastings
59df217a09
Updated SQLite to version 3.7.15.1 (bug 5235).
2012-12-23 17:06:11 -05:00
Nicholas Hastings
ffd7603b17
Added support in TF2 ext for detection of player conds >= 64 (bug 5565, r=asherkin).
2012-12-23 16:59:50 -05:00
Nicholas Hastings
329616c029
Fixed hang in TF2 extension when player condition 63 is added.
2012-12-21 01:17:30 -05:00
Nicholas Hastings
8723a69a8f
Updated more TF2 gamedata.
2012-12-20 18:24:47 -05:00
Nicholas Hastings
edddca4857
Updated DOD:S and HL2DM gamedata.
2012-12-20 17:58:43 -05:00
Nicholas Hastings
536123ec59
Updated TF_WEAPON_* and TF_CUSTOM_* defines.
2012-12-19 07:58:21 -05:00
Nicholas Hastings
db699ed2c3
Updated TF2_IsPlayerInCondition stock for m_nPlayerCondEx2...
2012-12-19 07:55:03 -05:00
Nicholas Hastings
bf9c58b8ed
Updated TF2 gamedata.
2012-12-19 07:55:03 -05:00
Nicholas Hastings
8eeec3dc48
Added new param for CTFPlayerShared::AddCond call in TF2 ext.
2012-12-19 07:55:03 -05:00
Nicholas Hastings
4a1dd5f519
Added support for new SPROP_VARINT sendprops.
2012-12-18 17:58:45 -05:00
Nicholas Hastings
5256edf0e5
Ported GetEntProp's unsigned prop support to GameRules_GetProp.
2012-12-18 17:53:45 -05:00
Nicholas Hastings
e9385e6eb6
Validate entity in GameRules_GetPropEnt and in CS_DropWeapon safety checks.
2012-12-17 14:34:44 -05:00
Nicholas Hastings
80f7e3092b
Fixed regressions in a988c42d4248:
...
* Fixed crash when prop/data ent is invalid.
* Restored GetEntPropEnt/GetEntDataEnt2 functionality when logical ent support is not available.
2012-12-17 14:33:57 -05:00
Nicholas Hastings
ab06cf4788
Validate entity in GetEntPropEnt, GetEntDataEnt2 (r=me).
2012-12-16 19:52:31 -05:00
Nicholas Hastings
ba2915ce4e
Added natives to CStrike ext to access assists/score in CSGO (bug 5525, r=asherkin).
2012-12-15 14:36:52 -05:00
Nicholas Hastings
e7f0a005e2
Updated CSPromod gamedata.
2012-12-10 23:35:57 -05:00
Nicholas Hastings
b3c506c69e
Updated Reserved Slots to use max humans as max count (bug 5444, r=asherkin).
2012-12-02 15:37:13 -05:00
Nicholas Hastings
99f741fb3b
Added GetMaxHumanPlayers native exposing IServerGameClients func (bug 5551, r=asherkin).
2012-12-02 11:03:27 -05:00
Nicholas Hastings
b7ac61cbea
Updated gdc-psyfork with current (NPOTB).
...
- Added script support for Steam3 content (CS:GO, ND, etc.).
- Removed script steam.inf temp-move hack now that DepotDownloader correctly handles checksums.
- Updated symbols.txt.
- Fixed gdc having issues with gamedata files that contain new or unknown sections ("Addresses").
2012-12-01 13:39:34 -05:00
Nicholas Hastings
2896e7bd4b
Added missing and removed non-existant headers in vc10 Core and Logic proj files (NPTOB).
2012-12-01 13:37:08 -05:00
Nicholas Hastings
8a10f4b7a2
Fixed Replay dectection on TF2 and SourceTV detection on ND (bug 5529, r=asherkin).
2012-11-24 09:56:46 -05:00
Nicholas Hastings
2175357e72
Updated more L4D2 gamedata.
2012-11-21 08:30:08 -05:00
Nicholas Hastings
bd9f126973
Merge
2012-11-20 20:57:36 -05:00
Nicholas Hastings
4260a5b3df
Updated L4D2 gamedata.
2012-11-20 20:55:28 -05:00
Nicholas Hastings
7d67e851c9
Fixed typo in game.nucleardawn.txt.
2012-11-08 12:56:19 -05:00
Nicholas Hastings
7492ee5d2e
Fixed build.
2012-11-03 15:09:10 -04:00