Commit Graph

723 Commits

Author SHA1 Message Date
Nefarius
b3744abf8e Restored accidentally deleted updater.sln 2016-06-21 11:04:18 -04:00
Nefarius
721ba97cd8 Removed SourceHook dependencies 2016-06-21 11:04:18 -04:00
Nefarius
5e8f5a5405 Fixed AMBuild error: use of undeclared identifier 'memcmp' 2016-06-21 11:04:18 -04:00
Nefarius
a4f2f6a363 (Hopefully) fixed AMBuild 2016-06-21 11:04:18 -04:00
Nefarius
44a9b0f0be Removed outdated parts 2016-06-21 11:04:18 -04:00
Nefarius
67659bf657 Swapped out STL items with AMTL counterparts 2016-06-21 11:04:18 -04:00
Nefarius
a75627e048 Added a more meaningful note on HTTPRequestCompletedContextFunction 2016-06-21 11:04:18 -04:00
Nefarius
3ae505229b Minor optimization 2016-06-21 11:04:18 -04:00
Nefarius
27256665ac Removed unnecessary check in RunFrame() 2016-06-21 11:04:18 -04:00
Nefarius
c3364d1975 Fixed AMBuild error: use of undeclared identifier 'memcpy' 2016-06-21 11:04:18 -04:00
Nefarius
fd79125026 Fixed crash caused by FileDownloader´s unimplemented GetBuffer() 2016-06-21 11:04:18 -04:00
Nefarius
94770f0772 Webternet: Implemented clean extension unload shutdown 2016-06-21 11:04:18 -04:00
Nefarius
5b701aec7a Fixed queue handling mistake 2016-06-21 11:04:18 -04:00
Nefarius
351f564292 Minor error message corrections 2016-06-21 11:04:18 -04:00
Nefarius
29373dc491 Minor style corrections 2016-06-21 11:04:18 -04:00
Nefarius
b86518682c Removed old comments
Removed unused debug code
Corrected syntax flaws created by VAX
Initialized pointers with NULL
2016-06-21 11:04:18 -04:00
Nefarius
9e6601145b Removed absolute path to OpenSSL from libcurl project file 2016-06-21 11:04:18 -04:00
Nefarius
6ff1f2930c Added newline at end of IBaseDownloader.h 2016-06-21 11:04:18 -04:00
Nefarius
40c18e38ee Removed absolute path to OpenSSL libraries
Removed unused post-build event
2016-06-21 11:04:18 -04:00
Nefarius
0e0edadbcc Fixed Windows build with VC++ 2010 2016-06-21 11:04:18 -04:00
Nefarius
d357d3de6d Moved webternet patches to new git repository 2016-06-21 11:04:18 -04:00
peace-maker
f425236bac Increase topmenu display buffer size (#520)
The buffer for menu options was 64 chars. That limit can easily be
reached by some utf8 string which would get truncated. Double the buffer
size to 128 chars.
2016-06-20 16:03:54 +01:00
Nicholas Hastings
f12924458f Merge branch 'vs2015' 2016-06-11 12:14:12 -04:00
Nicholas Hastings
0f96a28cca Use VSERVERTOOLS003 in Nuclear Dawn if server has it available. 2016-06-08 12:32:20 -04:00
Nicholas Hastings
e3d7a047bd Fixed varint sendprops being treated improperly in CS:GO. 2016-06-05 11:03:18 -04:00
Nicholas Hastings
31928e6282 Fix late/incorrect calls to TR_GetEntityIndex potentially causing crash. (#513) 2016-05-21 14:44:00 -04:00
Nicholas Hastings
5edc46c994 Don't enable FileExists hook (SendFile forward) on TF2 servers with Replay. (#512)
It will crash. See PR #493 for details.
2016-05-19 19:11:28 -04:00
Kyle Sanderson
57c6e09fcf Merge pull request #493 from alliedmodders/tfreplaycrash
Only hook IBaseFileSystem::FileExists if we're also hooking INetChannel
2016-05-19 15:23:05 -07:00
Nicholas Hastings
40f2512317 Remove support for Source 1 Dota 2. (#496) 2016-04-26 23:18:47 -04:00
Nicholas Hastings
416abd81a1 Add support for compiling with VS2015. 2016-03-30 08:56:27 -04:00
akowald
283bdad552 Makes sending the change the default behavior with the GameRules_Set* natives. 2016-03-25 00:43:39 -04:00
Kyle Sanderson
8924a9744e Only hook IBaseFileSystem::FileExists if we're also hooking INetChannel::SendFile or INetChannel::ProcessPacket.
This works around a TF Replay SourceHook crash that Johns was seeing when using 1.8.
SourceHook is not thread-safe at the time of this writing.
2016-03-20 14:07:08 -07:00
Nicholas Hastings
b65de29c92 Add initial version of safety checks for CS:GO to attempt to avoid user GSLT bans. 2016-03-02 15:25:01 -05:00
Ruben Gonzalez
803c6b0a82 Update TerminateRound detour comment's 2016-02-18 11:15:39 -05:00
akowald
7fbc9869bd Fix for crashes related to the GameRules_Set* natives. 2016-02-03 16:20:31 -05:00
Kristian Klausen
4cba1925fd Allow plugins to suppress entity outputs (fix 5515). 2015-12-30 17:51:57 +01:00
Nicholas Hastings
7fbcb81916 Merge pull request #456 from alliedmodders/canbeautobalanced
Add support for hooking CanBeAutobalanced to SDKHooks.
2015-12-29 15:56:24 -05:00
Kyle Sanderson
2812f227b7 Change SDKHooks CanBeAutoBalanced to only MRES_SUPERCEDE if the return changes. 2015-12-29 12:44:03 -08:00
Nicholas Hastings
23f9a1a524 Typo fix fix. 2015-12-22 16:18:53 -05:00
Nicholas Hastings
26b056d2c4 Typo fix. 2015-12-22 09:58:57 -05:00
Nicholas Hastings
bd9fd43b76 Fix for Black Mesa's different GiveNamedItem prototype. 2015-12-22 09:55:15 -05:00
Nicholas Hastings
184ad9083c Fix for varint gamerules sendprops being treated improperly in Black Mesa. 2015-12-22 09:54:55 -05:00
Nicholas Hastings
c5a81d7c6f Adjust for hl2sdk-bms updates. 2015-12-22 09:53:05 -05:00
Nicholas Hastings
818e1e4e18 Add support for hooking CanBeAutobalanced to SDKHooks. 2015-11-26 10:35:00 -05:00
Fyren
cf4f500eda And use it in sdktools, too. 2015-11-18 01:37:15 +00:00
Fyren
fec2fa3bf0 Update SP and use BlamePluginError in sdkhooks. 2015-11-18 01:24:31 +00:00
Nicholas Hastings
a4d06e1077 Update CTakeDamageInfoHack in SDK Hooks for semi-recent game/SDK updates. 2015-11-11 13:12:04 -05:00
David Anderson
e2b399b8d3 Update to the latest AMTL - Rename Ref to RefPtr. 2015-11-08 13:14:57 -08:00
Kyle Sanderson
72edc74e8b Use present netchannel instead of cached netchannel in CHookManager::SendFile. 2015-11-07 12:51:13 -08:00
Asher Baker
0387c45995 Fix Mac build. 2015-11-04 16:28:45 +00:00