Commit Graph

4564 Commits

Author SHA1 Message Date
Nicholas Hastings
f08b60bc98 Disable RTTI for Loader, Logic, and JIT bins 2014-09-11 20:17:24 -04:00
Nicholas Hastings
4d98fc2a3d Link libstdc++ on linux for CS:GO. 2014-09-11 19:24:58 -04:00
Nicholas Hastings
0b4ec459d3 Update core AMBuild script for hl2sdk-csgo and hl2sdk-dota protobuf changes. 2014-09-10 21:08:47 -04:00
Nicholas Hastings
65269551f9 Trigger build for hl2sdk-tf2 changes. 2014-09-10 21:05:00 -04:00
Nicholas Hastings
47b0022331 Update for hl2sdk-dota changes 2014-08-29 10:00:08 -07:00
FlaminSarge
7df2b28fe0 Update TF2 enums for Love & War 2014-08-23 09:33:51 -04:00
Nicholas Hastings
7df1069613 Merge pull request #136 from alliedmodders/steamid-bcompat-hack
Add bad hack to add backcompat for new SteamID rendering changes in TF2 and later others.
2014-08-21 20:46:16 -04:00
Nicholas Hastings
7585acaeef << >> 2014-08-21 20:20:12 -04:00
Nicholas Hastings
dfcf953131 Add bad hack to add backcompat for new SteamID rendering changes in TF2 and later others. 2014-08-21 20:10:17 -04:00
Ruben Gonzalez
cb31a65807 Update NMRIH gamedata. 2014-08-21 09:34:05 -04:00
Ruben Gonzalez
6123c5e013 Update FoF gamedata. 2014-08-18 08:57:38 -04:00
Nicholas Hastings
cb73b935ec Bumping version. 2014-08-17 09:55:54 -04:00
Nicholas Hastings
76e8e7e50c Update versioning for 1.6.1 release. 2014-08-17 09:14:04 -04:00
Ryan Stecker
40d049e1f6 Update changelog for 1.6.1. 2014-08-17 09:05:29 -04:00
Ryan Stecker
48012ccf08 Mark TF2_RemoveWearable as optional. 2014-08-16 16:30:39 -04:00
Ryan Stecker
80ceb149b0 Fix typo related to invalid regex handle errors. 2014-08-14 14:15:18 -04:00
Nicholas Hastings
1ef60a13d0 Fix automatic language detection on CS:GO (bug 6163). 2014-08-11 05:28:29 -07:00
WildCard65
e8e40d126e Actually remove extra wearables.
Old logic was to try to get extra wearables on a non-existent entity.
2014-08-08 16:04:34 +01:00
Ryan Stecker
c7033827f5 Implement StringToKeyValues. 2014-08-03 09:49:16 -04:00
Ryan Stecker
ff27214615 Remove the extra wearables of weapons in TF2_RemoveWeaponSlot. 2014-08-03 09:06:22 -04:00
Ross Bemrose
7b45e963d5 Make sure the edict isn't free.
return GetParametersForSoundEx's return value instead of always true.
2014-07-31 07:53:19 -07:00
Ross Bemrose
96965ef7cd Fixed overwriting the same copy/pasted line twice instead of once per new native. 2014-07-31 07:53:12 -07:00
Ross Bemrose
8f7ce184fb Commit new version of bug 5942: New functions for SDKTools to get information from game_sound files. 2014-07-31 07:52:58 -07:00
Ryan Stecker
4bed0a2893 Fix PerformGravity's logging format. 2014-07-31 12:46:27 +01:00
Kyle Sanderson
6ab2e23d9d Rename SDKHooks function and variable to be friendlier. 2014-07-31 12:46:23 +01:00
Ryan Stecker
dd27de8d85 Add more TF2_RemoveWearable documentation. 2014-07-31 12:46:22 +01:00
Asher Baker
8c79a6df33 Improved error reporting in basebans custom reasons loading. 2014-07-31 12:46:13 +01:00
Ryan Stecker
e8111f3c0a Implement TF2_RemoveWearable native. 2014-07-31 12:46:09 +01:00
Kyle Sanderson
a038181193 Pre-allocate 8 elements to skip trivial reallocations near the beginning of the vectors life. 2014-07-31 12:46:08 +01:00
Kyle Sanderson
52fe916311 Store only the callback as per VoiDeD, re-eval if HookList changes. 2014-07-31 12:46:05 +01:00
Kyle Sanderson
d01d7b1879 HackFix: Mimic forwardsys style of pawn calling. 2014-07-31 12:46:04 +01:00
Nicholas Hastings
d8406a3efc Update Fistful of Frags gamedata. 2014-07-30 06:36:00 -04:00
Peace-Maker
d74204aded Fix regression. SDKHook_ReloadPost never firing
The switch to vtable hooks typo'd the ReloadPost hooks.
2014-07-16 18:05:27 -04:00
David Anderson
77be859667 Remove references to the DisableJIT option. r=psychonic 2014-07-15 09:42:15 -07:00
David Anderson
71193c67b2 Revert "Merge pull request #94 from alliedmodders/debug-jit"
This reverts commit cc1493aa66, reversing
changes made to 5776909b13.
2014-07-15 09:35:16 -07:00
David Anderson
cc1493aa66 Merge pull request #94 from alliedmodders/debug-jit
Add instrumentation to JIT for invalid instruction errors.
2014-07-14 09:49:18 -07:00
David Anderson
43946e6b6f Add instrumentation to JIT invalid instruction errors. 2014-07-14 09:19:44 -07:00
Ruben Gonzalez
5776909b13 Update TerminateRound code and gamedata for update. 2014-07-11 09:20:05 -04:00
Nicholas Hastings
048c227fcc Bumping version. 2014-07-03 15:58:02 -04:00
Nicholas Hastings
95ab81f0db Update versioning for 1.6.0 release. 2014-07-03 12:56:45 -04:00
Nicholas Hastings
2fb01e412e Switch TF2 to use IVEngineServer::GetIServer in SDKTools to find IServer ptr. 2014-07-03 12:45:50 -04:00
Nicholas Hastings
6e9b4bf276 Update changelog for version 1.6.0. 2014-07-03 12:30:48 -04:00
David Anderson
b344e81816 Merge pull request #62 from peace-maker/lineendings
Fix line ending parsing issues in spcomp on windows.
2014-07-02 12:27:09 -07:00
Peace-Maker
fec133bee6 Fix line ending parsing issues in spcomp on windows
fgetpos fails with UNIX \n new lines on windows if the file was open in
textual mode.
2014-07-02 21:16:06 +02:00
Nicholas Hastings
594cc249ef Update CStrike extension CSWeaponDrop to use Vector overload on CS:GO. 2014-07-02 10:52:03 -04:00
Nicholas Hastings
0967035dd0 Update CS:GO CSWeaponDrop gamedata. 2014-07-01 21:06:53 -04:00
Peace-Maker
7e93cf8f6b Fix .gitignore typo
VS build directories weren't excluded correctly

(cherry picked from commit c2c7f090ba)
2014-06-30 21:30:18 -05:00
Peace-Maker
7f20a7b6bb Refresh sorting of topmenu after (re)LoadTopMenuConfig (bug 6032, r=psychonic). 2014-06-29 21:16:22 -04:00
Nicholas Hastings
a9de6ed52c Add HudText gamedata support for Synergy (bug 6161). 2014-06-29 20:23:24 -04:00
Nicholas Hastings
f0f50aa7bb Update Dota Linux EntityFactoryDictionary gamedata. 2014-06-28 17:04:56 -04:00