Commit Graph

21 Commits

Author SHA1 Message Date
RD42
15ab1d056a [saco] Fix compilation errors 2024-10-28 00:00:41 +08:00
RD42
a99e62029f [saco] Implement/match QuitGame() 2024-10-21 22:46:54 +08:00
RD42
3e5f6d3379 [saco] Add missing CNetGame::GetWalkStyle() function 2024-10-15 15:09:19 +08:00
RD42
07a69485d1 [saco] Update CNetGame constructor 2024-07-19 23:15:22 +08:00
RD42
b6d8c9c215 [saco] Update DoProcessStuff()
* Add `CNetGame::Process()` stub
* Add `CNetGame::UpdateNetwork()` stub
* Implement `GetPacketID(...)`
* Implement `HasTimestamps()`
2024-03-16 23:28:06 +08:00
RD42
824e446786 [saco] Implement CNetGame map icon functions
Implements:
* `CNetGame::SetMapIcon(...)`
* `CNetGame::DisableMapIcon(...)`
* `CNetGame::ResetMapIcons()`
2024-02-21 19:04:26 +08:00
RD42
efa55de427 [saco] Implement CGangZonePool ctor 2024-02-18 21:21:09 +08:00
RD42
96cd12248f [saco] Implement CTextDrawPool constructor 2024-02-16 22:32:25 +08:00
RD42
0bd8c87f21 [saco] Implement cmdDefaultCmdProc(...)
* Adds ` CLocalPlayer::Say(...)` stub
2024-02-16 22:15:16 +08:00
RD42
56e0bf3910 [saco] Implement CMenuPool ctor 2024-02-12 20:22:51 +08:00
RD42
2da4d86441 [saco] Implement CLabelPool ctor 2024-02-12 20:16:37 +08:00
RD42
864ab50d1e [saco] Implement CActorPool ctor 2024-02-12 20:12:15 +08:00
RD42
05309cad36 [saco] Implement CObjectPool ctor 2024-02-12 20:10:26 +08:00
RD42
1002c13453 [saco] Implement CPickupPool constructor 2024-02-07 23:59:04 +08:00
RD42
c6b1f81352 [saco] Implement CPlayerPool ctor 2024-02-06 22:20:05 +08:00
RD42
125a453d53 [saco] Implement CVehiclePool ctor 2024-02-06 22:08:24 +08:00
RD42
2ae74bd25e [saco] Add CNetGame::InitPools() 2024-02-06 22:01:20 +08:00
RD42
1d12c53e86 [saco] Update CNetGame ctor 2024-01-31 23:57:40 +08:00
RD42
b4233b91f5 [saco] Implement CNetGame::GetTime 2024-01-06 23:39:04 +08:00
RD42
7fe0cca7de [saco] Update CNetGame constructor 2023-11-23 23:56:11 +08:00
RD42
0fa1ef624a [saco] Add few class stub
+ CChatWindow
+ CCmdWindow
+ CNetGame
+ CFontRender
2023-11-14 22:58:51 +08:00