47 Commits

Author SHA1 Message Date
RD42
13dedd6c68 [saco] Implement/match CGame::UpdateCheckpoints() 2024-11-08 00:32:04 +08:00
RD42
ee78eae116 [saco] Implement/match CGame::MakeRaceCheckpoint() 2024-11-08 00:20:39 +08:00
RD42
802fe277f2 [saco] Implement/match CPlayerPed::SetFightingStyle(...) 2024-11-02 23:06:07 +08:00
RD42
4039572cbc [saco] Implement/match CPlayerPed::ToggleCellphone(...) 2024-11-02 23:03:00 +08:00
RD42
27b31e604d [saco] Implement/match CPlayerPed::IsPerformingAnimation(...) 2024-10-31 19:17:46 +08:00
RD42
63d04d6639 [saco] Implement/match CPlayerPed::ExitCurrentVehicle() 2024-10-31 17:27:54 +08:00
RD42
0a7fc0799b [saco] Implement/match CPlayerPed::EnterVehicle(...) 2024-10-31 17:26:43 +08:00
RD42
aacad6daf2 [saco] Implement/match CPlayerPed::PutDirectlyInVehicle(...) 2024-10-31 17:22:38 +08:00
RD42
4a3df886e2 [saco] Implement/match CActorPed::ApplyAnimation(...) 2024-10-25 23:47:29 +08:00
RD42
bde196c8f8 [saco] Implement/match CActorPed::SetHealth(...) 2024-10-24 22:29:13 +08:00
RD42
94bfbc8947 [saco] Implement/match CActorPed constructor 2024-10-24 22:24:40 +08:00
RD42
694b02e99a [saco] Implement/match ScrSetPlayerDrunkHandling(...) 2024-10-17 17:22:08 +08:00
RD42
40e3ac46c4 [saco] Implement/match ScrSetPlayerDrunkVisuals(...) 2024-10-17 17:19:25 +08:00
RD42
ea3f2e0246 [saco] Implement/match CPlayerPed::HandsUp() 2024-10-15 18:05:38 +08:00
RD42
76dde69cdf [saco] Implement/match CPlayerPed::TogglePlayerControllable(...) 2024-10-15 17:56:30 +08:00
RD42
3227dd0905 [saco] Implement/match CPlayerPed::RemoveFromVehicleAndPutAt(...) 2024-10-15 17:52:24 +08:00
RD42
8154fb5da2 [saco] Implement/match CPickupPool destructor
* Update CPickupPool constructor
2024-08-21 23:23:07 +08:00
RD42
a66488518b [saco] Implement/match CVehicle::IsWrecked() 2024-08-20 23:04:18 +08:00
RD42
3320ed4e95 [saco] Implement/match CVehicle::HasSunk() 2024-08-20 23:03:15 +08:00
RD42
075133ad72 [saco] Implement/match CVehicle::SetLockedState(...) 2024-08-20 22:55:12 +08:00
RD42
c57b99ceac [saco] Implement/match CVehicle::LinkToInterior(...) 2024-08-20 22:44:22 +08:00
RD42
572c53d887 [saco] Implement/match CGame::SetWorldTime(...) 2024-08-15 22:26:13 +08:00
RD42
e83613689a [saco] Implement/match CGame::CreateWeaponPickup(...) 2024-08-14 23:06:11 +08:00
RD42
a75303c645 [saco] Implement/match CPlayerPed::ForceTargetRotation(...) 2024-08-05 18:14:12 +08:00
RD42
c71af77066 [saco] Implement/match CGame::FindGroundZForCoord(...) 2024-07-28 22:55:34 +08:00
unk.cs
be2e532eec [saco] Implement 'CGame::EnableZoneNames' 2024-07-23 16:57:24 -03:00
RD42
62eaba43a7 [saco] Implement/match CMenuPool::Process()
* Implement/match `CMenu::GetSelectedRow()`
2024-07-16 23:32:22 +08:00
RD42
6fb501be50 [saco] Implement/match CMenuPool::ShowMenu(...)
* Implement/match `CMenu::Show()`
* Implement/match `CMenu::MS(...)`
2024-07-16 23:24:53 +08:00
RD42
37642d51d4 [saco] Implement/match CMenuPool destructor
* Implement/match `CMenu::Hide()`
2024-07-16 23:19:34 +08:00
RD42
8bad01ccf4 [saco] Implement/match CPlayerPed::SetMoney(...) 2024-07-14 22:51:45 +08:00
RD42
410d45a6da [saco] Implement/match CPlayerPed::SetAnimationSet(...) 2024-07-14 22:50:36 +08:00
RD42
d9fe4ea5d1 [saco] Update CGame::StartGame() 2024-07-12 18:41:17 +08:00
RD42
8a535f0dc6 [saco] Implement/match ScriptCommand(...) 2024-07-12 18:38:48 +08:00
RD42
4cd7a6942b [saco] Implement and match CPlayerPed::SetImmunities(...) 2024-05-05 19:02:17 +08:00
RD42
f7ff8d45df [saco] Implement and match CPlayerPed::GetCurrentWeapon() 2024-05-05 18:52:08 +08:00
RD42
653f8dcc16 [saco] Implement CPlayerPed::SetArmedWeapon(...) 2024-05-03 22:07:17 +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
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
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
696ec417f8 [saco] Implement CPlayerPed ctor 2024-02-15 22:23:36 +08:00
RD42
b370b8d980 [saco] Add more member functions to CCamera
* Adds ´sub_1009D560()´
* Adds ´CCamera::Attach´
* Adds ´CCamera::InterpolatePosition´
* Adds `CCamera::InterpolateLookAt`
2024-02-10 22:45:20 +08:00
RD42
315a961c3e [saco] Implement member functions to CCamera 2024-02-06 21:37:52 +08:00
RD42
57d7aa1e22 [saco] Update scriping.cpp/.h
* Implements ExecuteScriptBuf
* Implements InitScripting
* Adds ScriptCommand stub
2024-01-09 23:53:36 +08:00
RD42
916d4d02f2 [saco] Implement few exception functions 2023-11-08 20:10:20 +08:00