Commit Graph

579 Commits

Author SHA1 Message Date
RD42
337cc58920 [saco] Implement few CGrowableArray member functions 2024-05-13 22:26:32 +08:00
RD42
07b017d217 [saco] Implement DXUT_Dynamic_* functions 2024-05-13 22:22:05 +08:00
RD42
95be49b49c [saco] Implement and match DXUTFindMediaSearchParentDirs(...) 2024-05-12 22:51:13 +08:00
RD42
94c7b478af [saco] Implement and match DXUTFindMediaSearchTypicalDirs(...) 2024-05-12 22:50:11 +08:00
RD42
1e0ce73275 [saco] Implement DXUTSetMediaSearchPath(...) 2024-05-12 22:48:50 +08:00
RD42
cb0177debc [saco] Implement DXUTGetMediaSearchPath() 2024-05-12 22:45:31 +08:00
RD42
b6605273da [saco] Implement DXUTMediaSearchPath() 2024-05-12 22:44:56 +08:00
RD42
9e6b5a9f94 [saco] Implement DXUTGetGlobalTimer() 2024-05-12 22:41:26 +08:00
RD42
42a6ead0dc [saco] Implement and match CDXUTTimer class member functions 2024-05-12 20:35:20 +08:00
RD42
e38f342453 [server] Implement CNetGame::MasterServerAnnounce(...) 2024-05-11 22:44:43 +08:00
RD42
167456da23 [server] Implement HasTimestamps(...) 2024-05-11 22:43:29 +08:00
RD42
eb1376c960 [server] Implement GetPacketID(..) 2024-05-11 22:43:01 +08:00
RD42
5f90bc9633 [bot] Implement CNetGame::Packet_DisconnectionNotification(...) 2024-05-10 22:20:46 +08:00
RD42
5b4c02f33b [bot] Implement CNetGame::Packet_ConnectionBanned(...) 2024-05-10 22:20:05 +08:00
RD42
3e55404ffc [saco] Change release configuration 2024-05-10 22:18:52 +08:00
RD42
e528b1b769 [saco] Implement and match GetNormalisation(...) 2024-05-07 22:31:48 +08:00
RD42
ffa4d3b01e [saco] Implement and match _VectorNormalise(...) 2024-05-07 22:30:48 +08:00
RD42
23d890c7f9 [saco] Implement and match SquaredDistanceBetweenPoints(...) 2024-05-07 22:29:56 +08:00
RD42
b8ef3c5e16 [saco] Implement and match DistanceBetweenPoints(...) 2024-05-07 22:26:45 +08:00
RD42
7b42598f9a [saco] Implement and match DistanceBetweenHorizontalPoints(...) 2024-05-07 22:25:37 +08:00
RD42
00d60205c5 [saco] Implement and match SquaredDistanceBetweenHorizontalPoints(...) 2024-05-07 22:24:39 +08:00
RD42
5820739d66 [saco] Implement and match NormalizeAngle(...) 2024-05-06 22:35:47 +08:00
RD42
46405f9dc1 [saco] Implement and match FloatOffset(...) 2024-05-06 22:34:58 +08:00
RD42
4643d1ff97 [saco] Implement and match FloatDifference(...) 2024-05-06 22:34:26 +08:00
RD42
282a3c88f6 [saco] Implement and match IsATrainPart(...) 2024-05-06 22:32:46 +08:00
RD42
6b2e018270 [saco] Implement and match HasCollisionLoaded(...) 2024-05-06 22:32:07 +08:00
RD42
21d9e69510 [saco] Implement and match InvDegToRad(...) 2024-05-06 22:30:31 +08:00
RD42
8221529e6c [saco] Implement and match DegToRad(...) 2024-05-06 22:29:22 +08:00
RD42
972a615f42 [saco] Implement and match ResetLocalPad(...) 2024-05-05 22:23:17 +08:00
RD42
d37f421236 [saco] Implement and match CreateCameraRaster() 2024-05-05 22:22:32 +08:00
RD42
e72af6ce72 [saco] Implement and match CPlayerPed::IsInVehicle() 2024-05-05 22:18:25 +08:00
RD42
9c4d7692a6 [saco] Implement and match CPlayerPed::SetActionTrigger(...) 2024-05-05 22:16:50 +08:00
RD42
526dff8889 [saco] Implement and match CPlayerPed::GetActionTrigger() 2024-05-05 22:16:15 +08:00
RD42
a7f29efcef [saco] Implement and match CPlayerPed::IsDead() 2024-05-05 22:14:11 +08:00
RD42
c5eb9a8421 [saco] Implement and match CPlayerPed::SetStateFlags(...) 2024-05-05 22:13:40 +08:00
RD42
24b2cc72c1 [saco] Implement and match CPlayerPed::GetStateFlags() 2024-05-05 22:12:31 +08:00
RD42
525700b01e [saco] Implement and match CPlayerPed::SetArmour(...) 2024-05-05 22:11:39 +08:00
RD42
895adbad7e [saco] Implement and match CPlayerPed::GetArmour() 2024-05-05 22:10:52 +08:00
RD42
a64a724681 [saco] Implement and match SaveCameraRaster(...) 2024-05-05 21:41:12 +08:00
RD42
bb943ef2a3 [saco] Implement and match GameIsEntityOnScreen(...) 2024-05-05 21:33:51 +08:00
RD42
1865de083f [saco] Implement and match CPlayerPed::SetHealth(...) 2024-05-05 19:06:45 +08:00
RD42
e2ee3d3a3b [saco] Implement and match CPlayerPed::GetHealth() 2024-05-05 19:04:57 +08:00
RD42
4cd7a6942b [saco] Implement and match CPlayerPed::SetImmunities(...) 2024-05-05 19:02:17 +08:00
RD42
a14828960b [saco] Implement and match CPlayerPed::IsOnScreen() 2024-05-05 18:59:28 +08:00
RD42
492705d035 [saco] Implement and match CPlayerPed::HideMarker() 2024-05-05 18:57:12 +08:00
RD42
cf591f0fb8 [saco] Implement and match CPlayerPed::GetCurrentVehicleID() 2024-05-05 18:54:54 +08:00
RD42
f7ff8d45df [saco] Implement and match CPlayerPed::GetCurrentWeapon() 2024-05-05 18:52:08 +08:00
RD42
1ff732c35c [saco] Implement and match CPlayerPed::SetCurrentAim(...) 2024-05-05 18:37:07 +08:00
RD42
c8bd72c1a0 [saco] Implement and match CPlayerPed::GetCurrentAim() 2024-05-05 18:34:54 +08:00
RD42
3fc4174268 [saco] Implement and match CPlayerPed::GetSpecialKey() 2024-05-05 18:32:43 +08:00