RD42
|
4a7312878e
|
[saco] Add missing ADDR_STARTGAME macro
|
2024-07-12 18:35:10 +08:00 |
|
RD42
|
f398b9c82c
|
[saco] Implement util functions
Implements:
* `WorldAddEntity(...)`
* `WorldRemoveEntity(...)`
* `GameDisableCheatCodes()`
* `GamePool_Ped_GetAt(...)`
* `GamePool_Ped_GetIndex(...)`
* `GamePool_Vehicle_GetAt(...)`
* `GamePool_Vehicle_GetIndex(...)`
* `GamePool_Object_GetAt(...)`
* Updates `InitPlayerPedPtrRecords()`
|
2024-02-26 23:05:29 +08:00 |
|
RD42
|
ff4a8795f2
|
[saco] Add DoInitStuff() and DoProcessStuff()
* Updates `TheGraphicsLoop()`
|
2024-02-18 22:05:04 +08:00 |
|
RD42
|
bd5ff19c90
|
[saco] Implement few CGame member functions
Implements:
* `CGame::RequestModel(...)`
* `CGame::LoadRequestedModels()`
* `CGame::IsModelLoaded(...)`
* `CGame::SetWorldWeather(...)`
* `CGame::GetWorldWeather()`
* `CGame::IsHudEnabled()`
* `CGame::SetFrameLimiterOn(...)`
* `CGame::IsFrameLimiterEnabled()`
* `CGame::EnableFrameLimiter()`
* `CGame::SetFrameLimit(...)`
* `CGame::SetMaxStats()`
* `CGame::DisableTrainTraffic()`
* `CGame::RefreshStreamingAt(...)`
* `CGame::RequestAnimation(...)`
* `CGame::IsAnimationLoaded(...)`
* `CGame::ReleaseAnimation(...)`
* `CGame::ToggleRadar(...)`
|
2024-02-18 21:46:45 +08:00 |
|
RD42
|
7a5465b4cf
|
[saco] Add member functions to CGame
* Adds `CGame::RestartEverything()`
* Adds `CGame::GetWeaponInfo()`
* Adds `CGame::SetGravity()`
* Adds `CGame::SetWantedLevel()`
* Adds `CGame::SetGameTextCount()`
* Adds `CGame::DrawGangZone()`
|
2024-02-10 22:57:18 +08:00 |
|
RD42
|
315a961c3e
|
[saco] Implement member functions to CCamera
|
2024-02-06 21:37:52 +08:00 |
|
RD42
|
8a02086d3f
|
[saco] Implement CGame::GetD3DDevice()
|
2024-02-01 00:11:46 +08:00 |
|
RD42
|
99157fd9f2
|
[saco] Implement ApplyPreGamePatches
|
2023-11-15 18:46:57 +08:00 |
|
RD42
|
916d4d02f2
|
[saco] Implement few exception functions
|
2023-11-08 20:10:20 +08:00 |
|
RD42
|
49b2219015
|
[saco] Implement key stuff functions
|
2023-10-31 21:15:51 +08:00 |
|