97 Commits

Author SHA1 Message Date
RD42
2eaeae5b56 [saco] Implement and match GamePool_GetBuilding() 2024-05-05 16:39:28 +08:00
RD42
4db124b7d3 [saco] Match ProcessLineOfSight(...) 2024-05-05 16:37:48 +08:00
RD42
b2397256b8 [saco] Implement VehicleModel_SetEnvironmentMapHook() 2024-05-04 22:57:30 +08:00
RD42
f3e040cfc3 [saco] Implement CPlayerPed_ProcessCollision_Hook() 2024-05-04 22:56:40 +08:00
RD42
b5d2f63338 [saco] Implement Rand_Hook() 2024-05-04 22:55:06 +08:00
RD42
5b75400b9f [saco] Implement HOOK_6() 2024-05-04 22:52:42 +08:00
RD42
3e2c80c2b1 [saco] Implement CPlayerPed::HasAmmoForCurrentWeapon() 2024-05-03 22:10:53 +08:00
RD42
9894fd3ec7 [saco] Implement CPlayerPed::StartGoggles() 2024-05-03 22:10:08 +08:00
RD42
f6211221c4 [saco] Implement CPlayerPed::GiveWeapon(...) 2024-05-03 22:09:09 +08:00
RD42
653f8dcc16 [saco] Implement CPlayerPed::SetArmedWeapon(...) 2024-05-03 22:07:17 +08:00
RD42
1b274863d8 [saco] Implement CPlayerPed::GetAmmo() 2024-05-03 21:59:22 +08:00
RD42
d20bd16a24 [saco] Implement CPlayerPed::GetCurrentWeaponSlot() 2024-05-03 21:56:41 +08:00
RD42
8f763d8f30 [saco] Implement CPlayerPed::FindWeaponSlot(...) 2024-05-03 21:54:53 +08:00
RD42
7f0710a9d3 [saco] Implement CPlayerPed::StopGoggles() 2024-05-03 21:51:28 +08:00
RD42
c905d1dfb4 [saco] Implement CPlayerPed::HasGoggles() 2024-05-03 21:48:31 +08:00
RD42
4a6bdad74a [saco] Implement CTaskKillPedOnFootArmed constructor 2024-05-02 21:51:45 +08:00
RD42
c70e9f59c8 [saco] Implement CTaskGoToPoint constructor 2024-05-02 21:50:59 +08:00
RD42
4c400c51ed [saco] Implement CTaskGoggles constructor 2024-05-02 21:50:26 +08:00
RD42
e600a29d0c [saco] Implement CTaskTakeDamageFall constructor 2024-05-02 21:49:48 +08:00
RD42
b5e5b572d9 [saco] Implement CTaskJetpack constructor and destructor 2024-05-02 21:49:22 +08:00
RD42
161bc72d96 [saco] Implement CTask member functions 2024-05-02 21:47:10 +08:00
RD42
33cb3d22f7 [saco] Implement and match file hook functions 2024-04-17 22:48:54 +08:00
RD42
783b4fb01a [saco] Add ApplyInGamePatches()() 2024-04-10 22:15:51 +08:00
RD42
e1bd0daf96 [saco] Implement RelocateBaseModelInfoHack() 2024-04-10 22:15:00 +08:00
RD42
d790a6bee1 [saco] Update RelocateScanListHack() 2024-04-10 22:14:25 +08:00
RD42
b9ee9d4786 [saco] Implement SetTimedObjects(...)
* Implement `SetIPLs(...)`
* Implement `_patch(...)`
2024-04-08 22:20:41 +08:00
RD42
9ce72dcf79 [saco] Implement CAudio::StopRadio()
* Implement `CAudio::sub_100A21D0()`
2024-04-08 22:17:26 +08:00
RD42
e3430e3719 [saco] Implement ApplyGameLimitPatches() 2024-04-07 22:43:44 +08:00
RD42
6506991783 [saco] Implement CUnkClass15 constructor
* Implement `CUnkClass15::sub_1006BE40()`
* Implement various RenderWare function calls
* Update `DoInitStuff()`
2024-04-02 22:40:58 +08:00
RD42
d17a278bcd [saco] Fix compilation errors 2024-03-22 23:47:43 +08:00
RD42
d89893ce91 [saco] Implement few CCamera member functions
* Implement `CCamera::sub_1009D660()`
* Implement `CCamera::sub_1009D6B0()`
* Implement `CCamera::GetDistanceFromPoint(...)`
* Implement `unnamed_100B4B50(...)`
2024-03-16 23:35:28 +08:00
RD42
d32fb4e22f [saco] Implement GameGetWeaponModelIDFromWeaponID 2024-03-16 23:29:52 +08:00
RD42
80089f972e [saco] Implement texture related functions 2024-02-27 23:40:59 +08:00
RD42
8dca484dc7 [saco] Implement few CGame member functions
Implements:
* `CGame::GetActiveInterior()`
* `CGame::UpdateFarClippingPlane()`
* `CGame::AddToLocalMoney(...)`
* `CGame::GetLocalMoney()`
* `CGame::DisplayGameText(...)`
* `CGame::DisableRaceCheckpoint()`
2024-02-27 23:37:45 +08:00
RD42
f5fd849bc3 [saco] Implement CEntity::TeleportTo(...)
Implements:
* `CEntity::GetModelIndex()`
* `CEntity::TeleportTo(...)`
2024-02-27 21:25:04 +08:00
RD42
ab608ee0ef [saco] Implement CAudio class member functions
Implements:
* `CAudio::GetRadioStation()`
* `CAudio::StartRadio(...)`
* `CAudio::GetRadioVolume()`
* `CAudio::StopOutdoorAmbienceTrack()`
* `CAudio::SetOutdoorAmbienceTrack(...)`
* `CAudio::PlaySound(...)`
* `CAudio::IsOutdoorAmbienceTrackDisabled()`
2024-02-26 23:40:36 +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
089ff5df25 [saco] Macros for ed2ec894c99fa6798eeb74ab9cf5fa3ecf45accc 2024-02-21 19:35:39 +08:00
RD42
6dc2f60412 [saco] Implement few unnamed CEntity member functions
Implements:
* `CEntity::sub_1009EE90()`
* `CEntity::sub_1009EEB0()`
* `CEntity::sub_1009EEF0(...)`
* `CEntity::sub_1009EF20(...)`
* `CEntity::sub_1009FDE0()`
2024-02-21 19:32:18 +08:00
RD42
6929accc69 [saco] Implement ProcessLineOfSight(...) 2024-02-21 19:18:21 +08:00
RD42
3586ab1c9e [saco] Implement CGame::DisableMarker(...) 2024-02-21 18:58:07 +08:00
RD42
ed2ec894c9 [saco] Implement CGame::CreateRadarMarkerIcon(...) 2024-02-21 18:54:22 +08:00
RD42
d0e488b35e [saco] Implement unnamed_100B6100(...) 2024-02-19 21:32:38 +08:00
RD42
1f9d252063 [saco] Implement WriteRwRasterToFile() 2024-02-19 21:13:45 +08:00
RD42
6d31d17632 [saco] Implement CEntity Set/GetTurnSpeedVector 2024-02-19 21:10:50 +08:00
RD42
73935d422a [saco] Implement CGame::GetWeaponName 2024-02-19 21:08:29 +08:00
RD42
66174a720f [saco] Implement rest of CGangZonePool member functions 2024-02-18 23:26:49 +08:00
RD42
6ea7682c3c [saco] Implement CEntity::sub_1009ED40(...) 2024-02-18 22:44:02 +08:00
RD42
17dcdb62f0 [saco] Implement CEntity Set/GetMoveSpeedVector 2024-02-18 22:43:14 +08:00
RD42
ff4a8795f2 [saco] Add DoInitStuff() and DoProcessStuff()
* Updates `TheGraphicsLoop()`
2024-02-18 22:05:04 +08:00