Commit Graph

688 Commits

Author SHA1 Message Date
RD42
5e23966f5f [saco] Rename and update CGame::sub_100A00F0() 2024-11-15 19:05:48 +08:00
RD42
5443357df1 [saco] Rename and match CGame::sub_100A00C0()
* Rename `unnamed_10150340` to `bUsedPlayerSlots`
* Update CGame constructor
* Rename `CGame::sub_100A00C0()` to `CGame::FindFirstFreePlayerPedSlot()`
* Update `CGame::sub_100A00F0()`
2024-11-15 19:03:19 +08:00
RD42
13dedd6c68 [saco] Implement/match CGame::UpdateCheckpoints() 2024-11-08 00:32:04 +08:00
RD42
24f318de7a [saco] Implement/match CGame::SetRaceCheckpointInformation(...) 2024-11-08 00:25:56 +08:00
RD42
ee78eae116 [saco] Implement/match CGame::MakeRaceCheckpoint() 2024-11-08 00:20:39 +08:00
RD42
b8af4eacc3 [saco] Implement/match CGame::SetCheckpointInformation(...) 2024-11-08 00:13:23 +08:00
RD42
98b7dfc413 [saco] Remove unneded things 2024-11-07 23:54:20 +08:00
RD42
9e6548a7bd [saco] Add BASS to the project 2024-11-07 00:12:21 +08:00
RD42
43f186edd1 [saco] Implement/match CGame::EnableClock(...) 2024-11-06 00:11:24 +08:00
RD42
6dbcdc827e [saco] Match FUNC_1009D560 2024-11-06 00:03:12 +08:00
RD42
45e41a529b [saco] Match CCamera::GetDistanceFromPoint(...) 2024-11-06 00:02:54 +08:00
RD42
ce68f76eb0 [saco] Match CCamera::FUNC_1009D6B0() 2024-11-06 00:01:54 +08:00
RD42
39edded764 [saco] Implement/match CEntity::SetEulerAngles(...) 2024-11-03 23:30:11 +08:00
RD42
ddbda01200 [saco] Implement/match CEntity::GetWorldBoundRadius() 2024-11-03 23:29:33 +08:00
RD42
0339744fdf [saco] Implement/match CEntity::SetClumpAlpha(...) 2024-11-03 23:28:25 +08:00
RD42
dc0f63e824 [saco] Implement/match CEntity::MakeNonCollidable() 2024-11-03 23:27:15 +08:00
RD42
51df0649e0 [saco] Rename and match unnamed_100B4B50(...) 2024-11-03 23:08:30 +08:00
RD42
cf6eec3a3f [saco] Update CPlayerPed::SetWeaponSkillLevel(...) 2024-11-03 17:34:44 +08:00
RD42
218e6b1d53 [saco] Match GameSetLocalPlayerWeaponSkillLevel(...) 2024-11-03 17:33:45 +08:00
RD42
0c52dc8cdd [saco] Match GameSetPlayerWeaponSkillLevel(...) 2024-11-03 17:32:34 +08:00
RD42
414629e296 [saco] Match GameSetRemotePlayerCameraExtZoom(...) 2024-11-03 17:30:37 +08:00
RD42
10f79b7bde [saco] Remove GameGetPlayerCameraExtZoom(...) 2024-11-03 17:30:11 +08:00
RD42
802fe277f2 [saco] Implement/match CPlayerPed::SetFightingStyle(...) 2024-11-02 23:06:07 +08:00
RD42
3bf84844a3 [saco] Implement/match CPlayerPed::GetFightingStyle() 2024-11-02 23:04:47 +08:00
RD42
25f2999e3f [saco] Implement/match CPlayerPed::IsCellphoneEnabled() 2024-11-02 23:03:33 +08:00
RD42
4039572cbc [saco] Implement/match CPlayerPed::ToggleCellphone(...) 2024-11-02 23:03:00 +08:00
RD42
1b62a8d3c4 [saco] Implement/match CPlayerPed::DestroyFollowPedTask() 2024-11-02 22:58:45 +08:00
RD42
42647cce48 [saco] Implement/match CPlayerPed::ApplyCommandTask(...) 2024-11-02 22:55:17 +08:00
RD42
20c3b9f7da [saco] Implement/match CPlayerPed::ProcessMarkers(...) 2024-11-02 22:54:28 +08:00
RD42
f829baf38c [saco] Implement/match CPlayerPed::IsSwimming() 2024-11-02 22:52:02 +08:00
RD42
38470a88e1 [saco] Implement/match CPlayerPed::IsFalling() 2024-11-02 22:50:38 +08:00
RD42
975fdd589e [saco] Implement/match CPlayerPed::IsFighting() 2024-11-02 22:48:04 +08:00
RD42
a7ffe33721 [saco] Implement/match CPlayerPed::IsJumping() 2024-11-02 22:42:58 +08:00
RD42
f4121ea14f [saco] Implement/match GetTaskNameFromTask(...) 2024-11-02 22:38:54 +08:00
RD42
7e6ec7860f [saco] Implement/match GetTaskTypeFromTask(...) 2024-11-02 22:37:47 +08:00
RD42
24b3ff6039 [saco] Implement/match GetNextTaskFromTask(...) 2024-11-02 22:36:15 +08:00
RD42
5aa26948af [saco] Implement/match CPlayerPed::IsDancing() 2024-10-31 19:20:37 +08:00
RD42
0de166559e [saco] Implement/match CPlayerPed::StopDancing() 2024-10-31 19:20:07 +08:00
RD42
5ef37e76c2 [saco] Implement/match CPlayerPed::StartDancing(...) 2024-10-31 19:19:32 +08:00
RD42
27b31e604d [saco] Implement/match CPlayerPed::IsPerformingAnimation(...) 2024-10-31 19:17:46 +08:00
RD42
4c8333f443 [saco] Implement/match CPlayerPed::ApplyAnimation(...) 2024-10-31 19:16:49 +08:00
RD42
74e2a5f12a [saco] Implement/match CPlayerPed::HoldItem(...) 2024-10-31 19:15:00 +08:00
RD42
fd3ffe3de8 [saco] Implement/match CPlayerPed::HasHandsUp() 2024-10-31 19:14:05 +08:00
RD42
4bc31cc88b [saco] Reorder functions in playerped.cpp 2024-10-31 19:10:40 +08:00
RD42
b65e643be4 [saco] Implement/match CRemotePlayer::ExitVehicle() 2024-10-31 17:43:13 +08:00
RD42
9b91485a8a [saco] Implement/match CRemotePlayer::EnterVehicle(...) 2024-10-31 17:31:36 +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
7e8ea75194 [saco] Implement/match CActorPed::ToggleImmunity(...) 2024-10-30 18:28:36 +08:00