RD42
|
3e6824e686
|
[saco] Implement PedPtrRecord functions
Implements:
* `InitPlayerPedPtrRecords()`
* `SetPlayerPedPtrRecord(...)`
* `GetPlayerPedPtrRecord(...)`
* `FindPlayerNumFromPedPtr(...)`
|
2024-02-15 21:56:14 +08:00 |
|
RD42
|
1a6f6c55e4
|
[saco] Implement GamePool_FindPlayerPed()
|
2024-02-15 21:41:26 +08:00 |
|
RD42
|
03cc592835
|
Fix building errors
|
2024-02-14 22:51:29 +08:00 |
|
RD42
|
56e0bf3910
|
[saco] Implement CMenuPool ctor
|
2024-02-12 20:22:51 +08:00 |
|
RD42
|
a6b3920780
|
[saco] Implement unnamed_100B2AF0() and unnamed_100B2B20()
|
2024-02-12 20:18:31 +08:00 |
|
RD42
|
2da4d86441
|
[saco] Implement CLabelPool ctor
|
2024-02-12 20:16:37 +08:00 |
|
RD42
|
864ab50d1e
|
[saco] Implement CActorPool ctor
|
2024-02-12 20:12:15 +08:00 |
|
RD42
|
05309cad36
|
[saco] Implement CObjectPool ctor
|
2024-02-12 20:10:26 +08:00 |
|
RD42
|
7a5465b4cf
|
[saco] Add member functions to CGame
* Adds `CGame::RestartEverything()`
* Adds `CGame::GetWeaponInfo()`
* Adds `CGame::SetGravity()`
* Adds `CGame::SetWantedLevel()`
* Adds `CGame::SetGameTextCount()`
* Adds `CGame::DrawGangZone()`
|
2024-02-10 22:57:18 +08:00 |
|
RD42
|
7755205ea9
|
[saco] Implement CEntity::GetMatrix and CEntity::SetMatrix
|
2024-02-10 22:48:48 +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
|
fea970deef
|
[saco] Add missing global variables for CGame::sub_100A0010()
|
2024-02-07 23:53:11 +08:00 |
|
RD42
|
70f517909c
|
[saco] Add few unnamed functions to CGame
|
2024-02-07 23:50:57 +08:00 |
|
RD42
|
8b198a659d
|
[saco] Add CEntity ctor/dtor
|
2024-02-07 23:40:39 +08:00 |
|
RD42
|
c6b1f81352
|
[saco] Implement CPlayerPool ctor
|
2024-02-06 22:20:05 +08:00 |
|
RD42
|
125a453d53
|
[saco] Implement CVehiclePool ctor
|
2024-02-06 22:08:24 +08:00 |
|
RD42
|
315a961c3e
|
[saco] Implement member functions to CCamera
|
2024-02-06 21:37:52 +08:00 |
|
RD42
|
fc358a2996
|
[saco] Implement LaunchMonitor()
* Adds `CGame::StartGame()` stub
|
2024-02-05 21:30:36 +08:00 |
|
RD42
|
d853e72abe
|
[saco] Implement sub_1009DD50()
|
2024-02-05 21:01:41 +08:00 |
|
RD42
|
8a02086d3f
|
[saco] Implement CGame::GetD3DDevice()
|
2024-02-01 00:11:46 +08:00 |
|
RD42
|
d043e7c55a
|
[saco] Implement RelocateScanListHack
|
2024-02-01 00:05:04 +08:00 |
|
RD42
|
a13ab2d9b6
|
[saco] Implement RelocatePedsListHack
|
2024-02-01 00:03:23 +08:00 |
|
RD42
|
9f816ede65
|
[saco] Implement _VehicleEnvMappingFromScreen
|
2024-02-01 00:00:47 +08:00 |
|
RD42
|
946a16b42b
|
[saco] Implement IsNumeric
|
2024-01-31 23:59:28 +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
|
c8b7097a57
|
[saco] Fix GameResetRadarColors
|
2024-01-04 23:16:46 +08:00 |
|
RD42
|
fed514aa5b
|
[saco] Add directory setup functions
|
2023-12-01 18:31:52 +08:00 |
|
RD42
|
890e3a92a5
|
[saco] Implement sub_100A0010
|
2023-11-23 23:49:41 +08:00 |
|
RD42
|
44d17b0586
|
[saco] Add hooks and hook functions
|
2023-11-23 23:41:28 +08:00 |
|
RD42
|
acbd3ab863
|
[saco] Add few CGame stubs
|
2023-11-15 18:49:21 +08:00 |
|
RD42
|
99157fd9f2
|
[saco] Implement ApplyPreGamePatches
|
2023-11-15 18:46:57 +08:00 |
|
RD42
|
a072f8b32d
|
[saco] Implement CheckDuplicateD3D9Dlls
|
2023-11-13 20:36:28 +08:00 |
|
RD42
|
3e501c13ac
|
[saco] Add font functions
|
2023-11-12 23:36:02 +08:00 |
|
RD42
|
916d4d02f2
|
[saco] Implement few exception functions
|
2023-11-08 20:10:20 +08:00 |
|
RD42
|
3c409b1db0
|
[saco] Implement radar color functions
|
2023-11-03 18:51:53 +08:00 |
|
RD42
|
d7101d3a02
|
[saco] Implement aim stuff functions
|
2023-11-01 21:24:45 +08:00 |
|
RD42
|
49b2219015
|
[saco] Implement key stuff functions
|
2023-10-31 21:15:51 +08:00 |
|
unkcs
|
a779e73009
|
[saco] Add CAudio stubs
|
2023-10-28 10:39:11 -03:00 |
|
RD42
|
a80d3607f4
|
[saco] Add CGame class
|
2023-10-23 23:04:28 +08:00 |
|
RD42
|
c61ed03712
|
[saco] Add CCamera class
|
2023-10-23 22:49:42 +08:00 |
|
RD42
|
20d22b68be
|
[saco] Add CAudio class
|
2023-10-23 22:49:21 +08:00 |
|