c644a2862e
Misc, ILoopMode tweak, ServerConfig param names
2023-10-15 23:03:25 -04:00
dd33369b7d
Extend CEntityIdentity api
2023-10-13 23:08:06 +03:00
62490710ed
Update libs.
2023-10-13 14:51:08 -04:00
c0def21c93
Major refactor of utl* classes ( #164 )
...
Changed/Added classes: CThreadMutex, CUtlMemoryBlockAllocator, CRawAllocator, CUtlHashtable, CUtlVector, CUtlMemory, CUtlMemory_RawAllocator, CUtlSymbolLarge, CUtlSymbolTableLargeBase
2023-10-13 20:16:09 +03:00
dfa2103b28
Update structures adjacent to ILoopMode ( #165 )
...
* Move ISwitchLoopModeStatusNotify forward decl closer to where it's used
* Add event dispatcher
* Move InputContextHandle_t decl to where it more likely belongs, update InputEvent_t
* Remove duplicated PlatWindow_t definition
---------
Co-authored-by: GAMMACASE <darknesss456@mail.ru >
2023-10-13 17:08:04 +00:00
f95a4bff77
Add missing func to INetworkServerService.
2023-10-13 12:42:07 -04:00
f782bbf7ed
Replace obsoleted IHandleEntity with CEntityInstance ( #161 )
2023-10-13 19:38:47 +03:00
628a9be543
Add iloopmode.h ( #163 )
...
Also minor update to IRecipientFilter
2023-10-13 19:19:02 +03:00
3903ac9d50
Update tier1.lib
2023-10-10 00:07:21 +03:00
838abb0049
Update INetworkServerService ( #160 )
2023-10-09 15:37:35 +03:00
11e4a8b7f1
Fix introduced compile error
2023-10-09 01:29:40 +03:00
1220e9a8d1
Minor update to IVEngineServer2
2023-10-09 01:23:49 +03:00
4c5294550f
Update IGameEvent ( #155 )
...
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com >
2023-10-09 00:16:21 +03:00
edef920f90
Update CGameEntitySystem ( #159 )
2023-10-08 18:55:15 +03:00
a138f7fb01
Remove m_nAllocationCount, m_nGrowSize from CUtlRBTree ( #158 )
2023-10-08 18:46:08 +03:00
968099bcb3
Update Collision_Group_t ( #157 )
2023-10-08 16:22:49 +03:00
22c1807de6
Fix IEntityResourceManifest warning and EntitySpawnInfo_t size ( #156 )
2023-10-07 11:06:14 +03:00
b4b86c8408
Add CUtlVector::AddToTailGetPtr ( #152 )
2023-10-04 10:29:54 +03:00
75e940c0c8
Add IVEngineServer::DisconnectClient ( #149 )
...
Also rename KickClient method to BanClient
2023-10-04 10:25:43 +03:00
4a27020115
Update IVEngineServer2 interface
2023-10-03 10:09:51 +03:00
5bbd47e578
Fix compilation errors for std=c++2a ( #146 )
2023-10-02 16:34:18 +03:00
6fd990f46b
Few minor fixes
2023-10-01 17:27:56 +03:00
05a5907e05
Rename byteswap to cbyteswap ( #140 )
...
Resolves include collision with protobuf dependency
2023-10-01 16:41:15 +03:00
f6fe5165fc
Don't redefine X64BITS if already defined. ( #138 )
2023-09-30 23:55:30 +00:00
db9b90619f
Update SteamWorks SDK to v1.58
2023-09-30 10:03:16 -04:00
4083053b70
IVEngineServer2: unk014 -> KickClient, from Mooshua
2023-09-30 09:56:40 -04:00
78bdcdaf19
Pass a context to command member callback
2023-09-30 13:51:00 +00:00
6696d3dea4
Fix an abstract CConCommandMemberAccessor<T>
2023-09-30 13:51:00 +00:00
7931af02fa
Implement CEntityHandle & CEntitySystem ( #134 )
...
Add CConcreteEntityList, CEntityComponent, CScriptComponent, CGameEntitySystem, rewrite IHandleEntity to use CEntityHandle instead of CBaseHandle, update NUM_SERIAL_NUM_BITS, comment out old CBaseEntity, obsolete basehandle.h
2023-09-30 15:49:35 +03:00
0ac0302c8e
Fix GCC compilation issues
2023-09-29 13:13:00 +03:00
c6bab37efe
Rebuild interfaces lib
2023-09-28 18:15:35 -04:00
0013fae039
Fix IRecipientFilter::GetRecipientIndex
2023-09-28 18:12:17 -04:00
b157209d4c
Update IRecipientFilter::GetRecipientIndex's signature
2023-09-28 19:12:29 +00:00
e76ee08f95
Add ISource2ServerConfig interface
2023-09-28 19:12:29 +00:00
29e9027679
Fix CBufferStringGrowable initialization order
2023-09-27 19:56:15 -04:00
924e0d9a67
Update tier1.lib
2023-09-27 16:54:58 +00:00
62c3df6af5
Update bitbuf to match sdk2013
2023-09-27 16:54:58 +00:00
052ef19902
Correct the old windows SDK's fix
2023-09-27 16:54:58 +00:00
0c956066ec
Fix compile for old windows SDK's
2023-09-27 16:54:58 +00:00
0185e8aded
Fix minor compile time issues & update interfaces project files
2023-09-27 16:54:58 +00:00
fad33b4ac0
Update mathlib.lib
2023-09-27 16:54:58 +00:00
2d0698c6e4
Update interfaces.lib
2023-09-27 16:54:58 +00:00
c847d25215
Update VPhysics2 interface
2023-09-27 16:54:58 +00:00
4a6540eb29
Update tier1 VS project
2023-09-27 16:54:58 +00:00
de31558103
Update CUtlMemory EXTERNAL_* flags handling
2023-09-27 16:54:58 +00:00
d107389982
Fix IVEngineServer2::GetPlayerUserId
2023-09-27 16:54:58 +00:00
c194aa0102
Fix compilation errors
2023-09-27 16:54:58 +00:00
5fa3fbeaeb
Minor code tweaks
2023-09-27 16:54:58 +00:00
24d6dd2058
Update ISource2GameClients connect functions
2023-09-27 16:54:58 +00:00
5bd88329db
Update HKeySymbol & return back KeyValuesSystem()
2023-09-27 16:54:58 +00:00