1271 Commits

Author SHA1 Message Date
c82e9153fb Add annouce IDBs and update README.md 2025-03-05 04:04:35 -08:00
6139e1027a Update rcon.idb and README.md 2025-03-05 03:13:21 -08:00
58ac40e523 Update rcon.idb and README.md 2025-03-04 03:59:33 -08:00
94bf62aba2 Update README.md 2025-03-02 02:03:44 -08:00
27d5840f65 Update README.md 2025-03-01 09:56:17 -08:00
bbba560e0a Create README.md 2025-02-27 12:12:23 -08:00
5449f3ea8e Update samp.idb 2025-02-25 10:27:30 -08:00
be22d2ded9 Update samp_debug.idb 2025-02-24 11:02:32 -08:00
5aae1784ad Update samp_debug.idb 2025-02-23 10:25:21 -08:00
b9c2356799 Update samp_debug.idb 2025-02-22 09:33:42 -08:00
8936422ad9 Add Thumbs.db to .gitignore 2025-02-16 13:15:10 -08:00
83a11ac2df Delete launch3.opt 2025-02-16 13:07:17 -08:00
2814fe1ef9 Update samp_debug.idb 2025-02-16 11:08:27 -08:00
4b802d4d4b Update samp_debug.idb 2025-02-15 11:15:38 -08:00
a59c1e9c87 Update samp_debug.idb 2025-02-14 10:42:47 -08:00
4787fe29b0 Add launch3 IDB file 2025-02-13 10:46:48 -08:00
93e6188f09 Update rcon.idb 2025-02-12 09:50:04 -08:00
180cf9518f Add rcon.exe IDA database 2025-01-06 03:20:35 -08:00
4a4ead2c06 Remove rcon.opt and ignore .opt files 2025-01-06 03:04:19 -08:00
5e23966f5f [saco] Rename and update CGame::sub_100A00F0() 2024-11-15 19:05:48 +08:00
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
13dedd6c68 [saco] Implement/match CGame::UpdateCheckpoints() 2024-11-08 00:32:04 +08:00
24f318de7a [saco] Implement/match CGame::SetRaceCheckpointInformation(...) 2024-11-08 00:25:56 +08:00
ee78eae116 [saco] Implement/match CGame::MakeRaceCheckpoint() 2024-11-08 00:20:39 +08:00
b8af4eacc3 [saco] Implement/match CGame::SetCheckpointInformation(...) 2024-11-08 00:13:23 +08:00
98b7dfc413 [saco] Remove unneded things 2024-11-07 23:54:20 +08:00
9e6548a7bd [saco] Add BASS to the project 2024-11-07 00:12:21 +08:00
43f186edd1 [saco] Implement/match CGame::EnableClock(...) 2024-11-06 00:11:24 +08:00
6dbcdc827e [saco] Match FUNC_1009D560 2024-11-06 00:03:12 +08:00
45e41a529b [saco] Match CCamera::GetDistanceFromPoint(...) 2024-11-06 00:02:54 +08:00
ce68f76eb0 [saco] Match CCamera::FUNC_1009D6B0() 2024-11-06 00:01:54 +08:00
39edded764 [saco] Implement/match CEntity::SetEulerAngles(...) 2024-11-03 23:30:11 +08:00
ddbda01200 [saco] Implement/match CEntity::GetWorldBoundRadius() 2024-11-03 23:29:33 +08:00
0339744fdf [saco] Implement/match CEntity::SetClumpAlpha(...) 2024-11-03 23:28:25 +08:00
dc0f63e824 [saco] Implement/match CEntity::MakeNonCollidable() 2024-11-03 23:27:15 +08:00
51df0649e0 [saco] Rename and match unnamed_100B4B50(...) 2024-11-03 23:08:30 +08:00
cf6eec3a3f [saco] Update CPlayerPed::SetWeaponSkillLevel(...) 2024-11-03 17:34:44 +08:00
218e6b1d53 [saco] Match GameSetLocalPlayerWeaponSkillLevel(...) 2024-11-03 17:33:45 +08:00
0c52dc8cdd [saco] Match GameSetPlayerWeaponSkillLevel(...) 2024-11-03 17:32:34 +08:00
414629e296 [saco] Match GameSetRemotePlayerCameraExtZoom(...) 2024-11-03 17:30:37 +08:00
10f79b7bde [saco] Remove GameGetPlayerCameraExtZoom(...) 2024-11-03 17:30:11 +08:00
802fe277f2 [saco] Implement/match CPlayerPed::SetFightingStyle(...) 2024-11-02 23:06:07 +08:00
3bf84844a3 [saco] Implement/match CPlayerPed::GetFightingStyle() 2024-11-02 23:04:47 +08:00
25f2999e3f [saco] Implement/match CPlayerPed::IsCellphoneEnabled() 2024-11-02 23:03:33 +08:00
4039572cbc [saco] Implement/match CPlayerPed::ToggleCellphone(...) 2024-11-02 23:03:00 +08:00
1b62a8d3c4 [saco] Implement/match CPlayerPed::DestroyFollowPedTask() 2024-11-02 22:58:45 +08:00
42647cce48 [saco] Implement/match CPlayerPed::ApplyCommandTask(...) 2024-11-02 22:55:17 +08:00
20c3b9f7da [saco] Implement/match CPlayerPed::ProcessMarkers(...) 2024-11-02 22:54:28 +08:00
f829baf38c [saco] Implement/match CPlayerPed::IsSwimming() 2024-11-02 22:52:02 +08:00
38470a88e1 [saco] Implement/match CPlayerPed::IsFalling() 2024-11-02 22:50:38 +08:00