1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-10 02:58:48 +08:00

86 Commits

Author SHA1 Message Date
Nick Hastings
d306f68e6b Finished ResetDbgInfo/m_pElements removal on data structures 2023-09-27 16:54:58 +00:00
GAMMACASE
0d4a232fc6 Update CVValue_t to respect EConVarType 2023-09-27 16:54:58 +00:00
GAMMACASE
f0d39355d6 Small struct and class adjastments 2023-09-27 16:54:58 +00:00
GAMMACASE
2460e77afe ConVar rework initial 2023-09-27 16:54:58 +00:00
Nick Hastings
c5627090f7 Update KeyValues headers to better match exported symbols 2022-09-04 12:40:16 -04:00
Nick Hastings
f60592b4f9 More Source 2 / Dota shuffling.
- Remove tier1 interface/factory funcs that no longer exist.
- Add/fix tier0 interface funcs.
- Fix tier0 win64 link lib to have correct decorated names for Msg, Warning, etc.
- Update Error() shim to act more closely to old behavior.
- Moved CreateInterface impl to interfaces lib (appears to not be in tier1 anymore).
- Removed exports log channels that aren't exported in S2.
2018-06-30 08:15:58 -04:00
Nicholas Hastings
4f463be480 More removal of tier1 iface stuff that doesn't exist. 2018-06-17 10:25:04 -04:00
Nicholas Hastings
d8d293dc4e Include mathlib in utlmemory.h to fix build. 2018-06-16 09:23:55 -04:00
Nicholas Hastings
27fe1b091f Update ConVar flags for ConVar_Register to use correct type (alliedmodders/metamod-source#42). 2018-03-14 18:09:45 -04:00
Nicholas Hastings
16ba4f7602 Merge branch 'dota' of https://github.com/alliedmodders/hl2sdk into dota 2018-03-13 17:55:21 -04:00
Nicholas Hastings
3940eefc90 Update ConVar flags to use int64 everywhere. (alliedmodders/metamod-source#42)
Still needs tier1 recompile.
2018-03-13 17:54:16 -04:00
Nicholas Hastings
abe4efe820 Fix 64-bit debug build error in bitbuf. 2018-01-26 16:54:30 -05:00
Nicholas Hastings
b230458c97 Added some missing ConVar flags. 2016-11-27 09:31:13 -05:00
Nicholas Hastings
6e19ef7779 Fix UtlHash for 64-bit. 2016-11-09 15:21:21 -05:00
Nicholas Hastings
ebb0e1ea3b Fix randomish issues with command callbacks.
Also implemented ctors for remaining variants.
2016-08-29 19:16:45 -04:00
Nicholas Hastings
3d846a2056 Fix various other compiler warnings/errors. 2016-07-22 13:43:35 -04:00
Nicholas Hastings
4a34a76984 Various other fixes for 64-bit. 2016-07-22 13:43:08 -04:00
Nicholas Hastings
68828e5ef9 In datamanager, change from ptr handle to int handle (it only refs a short). 2016-07-22 13:38:02 -04:00
Nicholas Hastings
e7e04dc259 Hack-fix ConVar / ConCommandBase.
Not sure what these new GetXVirtualized are for. They seem to have their own stored values,
but were only added when Server-bounded convars were also touched (and implementing these).
2015-10-19 15:53:41 -04:00
Nicholas Hastings
b1d180a2d7 Hackfix KeyValues class so at least self-owned ones work.
Still completely incorrect for working with ones from the game.
2015-10-08 12:54:18 -04:00
Scott Ehlert
4e0f6d3c60 Fix ConVar and ConCommands 2015-07-09 13:10:10 -04:00
Nicholas Hastings
cd9b331641 Start of Source2 work. 2015-07-09 13:07:26 -04:00
AnAkkk
a0bb9c48cf Fix command callbacks 2014-08-28 19:42:10 +02:00
Scott Ehlert
3c4dc1c9cf Fix various GCC/Clang warnings in ivscript.h and functors.h. 2014-03-15 01:20:26 -05:00
Nicholas Hastings
1200d949cb Add missing CORRECT_PATH_SEPARATOR_S and INCORRECT_PATH_SEPARATOR_S defines.
--HG--
extra : rebase_source : cb6c6b8d501a6ceac9a394bbb2caa0d86098c9b3
2014-03-15 00:56:21 -04:00
Scott Ehlert
51e1b89dcf Fixed sizeof warning in utlbuffer.h. 2014-03-03 04:57:58 -06:00
Scott Ehlert
84ff4858a8 More fixes for GCC and Clang builds. 2014-03-02 00:56:59 -06:00
Scott Ehlert
755381dc49 Various fixes for building static libs on Mac OS X and Linux. 2014-03-01 13:28:50 -06:00
Nicholas Hastings
0a130c1a1f Updated IServerGameDLL, added new convar flag. 2013-12-13 11:08:21 -05:00
Nicholas Hastings
b4f7c7966a Did a pass of updating/fixing now that symbol info is available. 2013-07-12 02:25:04 -04:00
Nicholas Hastings
bac49f4e16 Updated IFileSystem, IKeyValuesSystem, ConCommand and tier1 lib for 2013-04-19 game update. 2013-04-22 18:57:11 -04:00
Nicholas Hastings
4322ebcfb8 Added WriteVarInt32 and ByteSizeVarInt32 to tier1 bf_write. 2013-01-10 19:02:29 -05:00
Scott Ehlert
e0359f5d9d Block out seemingly unused CRefDebug class for clang builds. 2011-06-17 17:41:40 -05:00
Scott Ehlert
e09b17c2c0 Mac compatibility. 2012-05-21 18:30:56 -05:00
Scott Ehlert
fb701bd569 Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
Scott Ehlert
c0a96ff1e8 Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00