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
Nicholas Hastings
272dbf94e0
Updated ZPS gamedata (bug 5536).
2012-11-02 13:39:33 -04:00
Nicholas Hastings
d96f7ae4ae
Updated Nuclear Dawn gamedata.
2012-10-31 09:58:13 -04:00
Nicholas Hastings
20d4597fa0
Updated tf2 weapon and dmg custom defines.
2012-10-28 19:14:04 -04:00
Nicholas Hastings
c5947e2dd7
Triggering build.
2012-10-28 15:56:05 -04:00
Nicholas Hastings
544bd7d4cc
Triggering build.
2012-10-27 17:42:43 -04:00
Nicholas Hastings
d1c1cb5f7c
Makefile updates.
2012-10-27 11:59:27 -04:00
Nicholas Hastings
a1165183c2
Updated last piece of gamedata for today's TF2 update.
2012-10-26 22:59:20 -04:00
Nicholas Hastings
07520fb26e
Merge.
2012-10-26 22:03:05 -04:00
Nicholas Hastings
46393d63af
Updated more ep2v gamedata.
2012-10-26 22:02:46 -04:00
Nicholas Hastings
916f60b59b
Updated TF2 extension gamedata.
2012-10-26 20:06:50 -04:00
Nicholas Hastings
115d17de01
Updated core to compile for new ep2v lib names (bug 5524).
2012-10-26 16:28:05 -04:00
Nicholas Hastings
8dfae523a3
Updated ambuilder script for ep2v lib name changes (bug 5524).
2012-10-26 16:27:00 -04:00
Nicholas Hastings
0532135dc3
Updated CS:GO gamedata.
2012-10-26 01:26:45 -04:00
Nicholas Hastings
b28c6d6e4a
Updated PVKII gamedata.
2012-10-24 13:55:07 -04:00
Nicholas Hastings
f703b285bb
Updated NMRiH gamedata (bug 5482).
2012-10-14 18:25:59 -04:00
Nicholas Hastings
021c390091
Merge.
2012-10-02 08:55:04 -04:00
Nicholas Hastings
e55b7fa70f
Merge.
2012-09-11 18:27:50 -04:00
Nicholas Hastings
d11be6fcf4
Updated CS:S SDKTools gamedata.
2012-09-11 18:23:39 -04:00
Nicholas Hastings
6ff5733d7b
Removed old, unsupported msvc8/9 project files for TF2 and CStrike exts (NPOTB).
2012-09-08 12:14:01 -04:00
Nicholas Hastings
a3117ef272
Fixed output name in msvc10 files for TF2 and CStrike exts. (NPOTB) (bug 5479).
2012-09-08 12:13:20 -04:00
Nicholas Hastings
2fdbedfe95
Updated TF2 gamedata.
2012-09-06 18:45:13 -04:00
Nicholas Hastings
5567484a8e
Updated ep2v gamedata.
2012-09-06 17:41:08 -04:00
Nicholas Hastings
d79c5bd1dc
Triggering build for hl2sdk-csgo change.
2012-09-04 13:00:12 -04:00
Nicholas Hastings
731245773a
Fixed core darkm output name in vcxproj (NPOTB).
2012-09-01 11:10:29 -04:00
Nicholas Hastings
d4a80ab3d0
Removed line of last commit that wasn't meant to persist (NPOTB).
2012-09-01 00:11:39 -04:00
Nicholas Hastings
ce709298cc
Merge.
2012-09-01 00:09:46 -04:00
Nicholas Hastings
6ab7a6678c
Fixed sourcemod_mm vcxproj l4d2 build (NPOTB).
2012-09-01 00:09:19 -04:00
Nicholas Hastings
4f800fbd00
Updated SDKCall SetSignature to use same hidden-symbols engine list as core (bug 5440, r=me).
2012-08-27 19:31:38 -04:00
Nicholas Hastings
e367d456e1
Updated GMod gamedata (bug 5408).
2012-08-27 18:56:33 -04:00
Nicholas Hastings
3025b9b5e0
Merge.
2012-08-26 23:35:18 -04:00
Nicholas Hastings
0a10d6022f
Added build directory to hgignore (NPOTB).
2012-08-26 23:33:11 -04:00
Nicholas Hastings
7441af67a8
Really fixed issues for today's TF2 engine update (bug 5450).
2012-08-24 01:36:42 -04:00
Nicholas Hastings
9077686998
Updated gamedata for today's TF2 engine update.
2012-08-24 00:52:44 -04:00
Nicholas Hastings
d88f07fd31
Updated SDKTools IServer finding on Windows for Ep2v and CSS (bug 5450, r=me).
2012-08-23 07:47:44 -04:00
Nicholas Hastings
805306bdf0
Triggering build.
2012-08-22 21:50:01 -04:00
Nicholas Hastings
cb3411481d
Triggering build.
2012-08-21 00:17:48 -04:00
Nicholas Hastings
3aad0dff2e
Triggering build.
2012-08-20 23:48:22 -04:00
Nicholas Hastings
0510723ac1
Triggering build.
2012-08-20 23:28:15 -04:00
Nicholas Hastings
294a120f14
Project files changes for CS:S as separate build (bug 5370) (NPOTB).
2012-08-20 21:54:42 -04:00
Nicholas Hastings
e6313c89bc
Gamedata changes for CS:S as separate build (bug 5370).
2012-08-20 21:54:22 -04:00
Nicholas Hastings
8362b8d226
Split CS:S support off to a separate engine/build (bug 5370, r=asherkin).
2012-08-20 21:53:59 -04:00
Nicholas Hastings
7675472b41
Force build.
2012-08-16 07:40:06 -04:00
Nicholas Hastings
d5c9ce9125
Updated HL2DM and DODS gamedata for today's game update.
2012-08-15 23:29:07 +01:00
Nicholas Hastings
3b4ac1c64d
Updated tf2 weapon and dmg custom defines, added new round state.
2012-08-15 23:29:05 +01:00
Nicholas Hastings
717b4ce4fa
Updated gamedata for latest TF2 update.
2012-08-15 23:29:04 +01:00
Nicholas Hastings
6efc6074cc
Updated TF2 ext MakeBleed and Regenerate natives for latest TF2 update.
2012-08-15 23:29:00 +01:00
Nicholas Hastings
76fa100c1d
Updated jit vcproj/makefile (NPOTB).
2012-08-15 15:10:55 -04:00
Nicholas Hastings
33ef2ff5c9
Merge.
2012-08-10 21:54:03 -04:00
Nicholas Hastings
380d0b9623
Updated CSGO gamedata.
2012-08-10 21:49:40 -04:00
Nicholas Hastings
858c3f653c
Updated sqlite ext vc project file and added to meta SM solution (NPOTB).
2012-08-03 16:12:10 -04:00