Commit Graph

993 Commits

Author SHA1 Message Date
RD42
e3c87d2776 [saco] Implement/match CGame::GetMemoryAvailableForStreaming() 2024-08-14 23:11:20 +08:00
RD42
22b98ae6a4 [saco] Implement/match CGame::GetMemoryUsedForStreaming() 2024-08-14 23:10:17 +08:00
RD42
b0176e8874 [saco] Implement/match CGame::LoadScene(...) 2024-08-14 23:09:34 +08:00
RD42
fe3c24967d [saco] Implement/match CGame::DisableEnterExits() 2024-08-14 23:08:30 +08:00
RD42
e79a03a240 [saco] Implement/match CGame::EnableStuntBonus(...) 2024-08-14 23:07:27 +08:00
RD42
e83613689a [saco] Implement/match CGame::CreateWeaponPickup(...) 2024-08-14 23:06:11 +08:00
RD42
a03988d085 [saco] Update CGame::UpdateFarClippingPlane() 2024-08-14 23:01:34 +08:00
RD42
9d80ae64b8 [saco] Match CGame::CreateRadarMarkerIcon(...) 2024-08-14 23:01:03 +08:00
RD42
8dfa9afa31 [saco] Change COMDAT folding and references to default
* Remove saco.aps and saco.sln
* Update project GUID
2024-08-14 22:48:18 +08:00
RD42
2c418701fd [saco] Implement/match CPlayerPed::GetDistanceFromVehicle(...)
* Add CVehicle constructor stub
2024-08-13 23:29:34 +08:00
RD42
db28736d81 [saco] Implement/match CFontRender::RenderText(...) 2024-08-13 23:24:19 +08:00
RD42
aee889c32c [saco] Implement/match CFontRender::RenderText(...) 2024-08-13 23:24:07 +08:00
RD42
b26a287a0b [saco] Implement/match CFontRender::RenderText(...) 2024-08-13 23:23:21 +08:00
RD42
c739657b56 [saco] Implement/match CPlayerPed::RemoveWeaponWhenEnteringVehicle() 2024-08-13 23:13:17 +08:00
RD42
7cda157fd9 [saco] Implement/match CPlayerPed::ClearAllWeapons() 2024-08-13 23:12:39 +08:00
RD42
d4ea1ee91e [saco] Implement/match CPlayerPed::GetGtaVehicle() 2024-08-11 23:44:07 +08:00
RD42
ee4a0b40a7 [saco] Implement/match CPlayerPed::IsAPassenger() 2024-08-11 23:42:32 +08:00
RD42
29ec3c70e4 [saco] Implement/match CPlayerPed::StartJetpack() 2024-08-11 23:37:07 +08:00
RD42
939bc77912 [saco] Implement/match CPlayerPed::StopJetpack() 2024-08-11 23:36:29 +08:00
RD42
3bb1a5c63d [saco] Implement/match CPlayerPed::IsInJetpackMode() 2024-08-11 23:34:43 +08:00
RD42
9fc8409232 [saco] Fix typo in unnamed_100A7010() 2024-08-11 23:33:57 +08:00
RD42
98ef9925ce [saco] Implement/match CEntity::SetApplySpeed(...) 2024-08-07 19:08:55 +08:00
RD42
9c46d72f9e [saco] Implement/match CEntity::EnableTunnelTransition() 2024-08-07 19:07:01 +08:00
RD42
53a5bcb2ea [saco] Implement/match CEntity::DisableStreaming() 2024-08-07 19:06:05 +08:00
RD42
7653b3648e [saco] Implement/match CEntity::SetWaitingForCollision(...) 2024-08-07 19:05:28 +08:00
RD42
3f5038c55e [saco] Implement/match CEntity::SetGravityProcessing(...) 2024-08-07 19:04:51 +08:00
RD42
4000169a88 [saco] Implement/match CEntity::IsCollisionCheckingEnabled() 2024-08-07 19:04:19 +08:00
RD42
5d701d1ec9 [saco] Implement/match CEntity::SetCollisionChecking(...) 2024-08-07 19:03:47 +08:00
RD42
a0f164ed15 [saco] Implement/match CEntity::Get2DDistanceFromLocalPlayerPed() 2024-08-07 19:03:03 +08:00
RD42
fa0b2fb065 [saco] Implement/match CEntity::GetDistanceFromCamera() 2024-08-07 19:02:25 +08:00
RD42
669437e30b [saco] Implement/match CEntity::GetDistanceFromLocalPlayerPed()
* Update CLocalPlayer constructor
* Update `CLocalPlayer::ResetAllSyncAttributes()`
2024-08-07 19:01:32 +08:00
RD42
c0b2e2689b [saco] Implement/match CEntity::HasExceededWorldBoundries(...) 2024-08-07 18:56:03 +08:00
RD42
c7ae0d329c [saco] Implement/match CEntity::EnforceWorldBoundries(...) 2024-08-07 18:54:50 +08:00
RD42
65d1cb2201 [saco] Implement/match CEntity::IsStationary() 2024-08-07 18:50:46 +08:00
RD42
4fd253f52e [saco] Implement/match CEntity::Remove() 2024-08-06 19:08:47 +08:00
RD42
e3320fd439 [saco] Implement/match CEntity::Add() 2024-08-06 19:06:50 +08:00
RD42
9a5a830cee [saco] Implement/match CEntity::IsAdded() 2024-08-06 19:05:29 +08:00
RD42
c2d3f0cfda [saco] Implement/match CEntity::GetDistanceFromPoint(...) 2024-08-06 19:03:32 +08:00
RD42
89573e770f [saco] Rename CEntity::FUNC_1009EF20(...) to CEntity::GetBoundRect(...) 2024-08-06 18:57:57 +08:00
RD42
a3d33b0847 [saco] Rename CEntity::FUNC_1009EEF0(...) to CEntity::GetBoundCentre(...) 2024-08-06 18:56:37 +08:00
RD42
0fa04c94f2 [saco] Rename CEntity::FUNC_1009EEB0() to CEntity::GetDistanceFromCentreOfMassToBaseOfModel() 2024-08-06 18:55:23 +08:00
RD42
a6253fc14e [saco] Rename CEntity::FUNC_1009EE90() to CEntity::ApplyTurnSpeed() 2024-08-06 18:54:08 +08:00
RD42
9f783f391a [saco] Remove commented codes in playerped.cpp 2024-08-05 18:16:57 +08:00
RD42
d35afe824d [saco] Match CPlayerPed::SetArmedWeapon(...) 2024-08-05 18:15:05 +08:00
RD42
a75303c645 [saco] Implement/match CPlayerPed::ForceTargetRotation(...) 2024-08-05 18:14:12 +08:00
RD42
e56e35f94e [saco] Implement/match CPlayerPed::SetTargetRotation(...) 2024-08-05 18:12:18 +08:00
RD42
195f63f62e [saco] Implement/match CPlayerPed::GetTargetRotation() 2024-08-05 18:11:12 +08:00
RD42
caed517670 [saco] Implement/match RpClumpDestroy(...) 2024-08-04 22:37:45 +08:00
RD42
1f1a6046ab [saco] Implement/match RpClumpClone(...) 2024-08-04 22:37:18 +08:00
RD42
896515e38f [saco] Implement/match CVisibilityPlugins_SetRenderWareCamera(...) 2024-08-04 22:36:45 +08:00