336 Commits

Author SHA1 Message Date
RD42
410d45a6da [saco] Implement/match CPlayerPed::SetAnimationSet(...) 2024-07-14 22:50:36 +08:00
RD42
c1b0fbded2 [saco] Change character set to "Not Set"
Force to use generic string functions, instead of multi-byte variants
2024-07-14 22:30:28 +08:00
RD42
4719195b6d [saco] Match CPlayerPed constructor 2024-07-13 23:26:40 +08:00
RD42
9bbc1fb3d8 [saco] Implement CRemotePlayer constructor
* Implement/match `CRemotePlayer::ResetAllSyncAttributes()`
2024-07-13 21:59:37 +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
4a7312878e [saco] Add missing ADDR_STARTGAME macro 2024-07-12 18:35:10 +08:00
RD42
fc20e24d91 [saco] Implement/match exc_filter(...) 2024-07-12 18:01:15 +08:00
RD42
3878481975 [saco] Match InitAnimNameHashes() 2024-07-11 19:19:59 +08:00
RD42
5a6eb5a43a [saco] Implement InitAnimNameHashes()
* Update `CGame::StartGame()`
2024-07-11 19:09:33 +08:00
RD42
67f4e5ba51 [saco] Implement CRC32FromUpcaseString(...) 2024-07-11 19:02:33 +08:00
RD42
d9976bb678 [bot] Implement WorldVehicleAdd(...) 2024-06-26 23:21:06 +08:00
RD42
a94fbc924b [bot] Implement WorldVehicleRemove(...) 2024-06-26 23:12:06 +08:00
RD42
5ce9095241 [bot] Implement WorldPlayerRemove(...) 2024-06-08 21:44:02 +08:00
RD42
0902c67707 [bot] Implement WorldPlayerDeath(...) 2024-06-08 21:42:42 +08:00
RD42
a88d88bb26 [bot] Implement ServerJoin(...)
* Implement `CPlayerPool::New(...)`
2024-06-08 21:39:40 +08:00
RD42
2aa2b1e628 [bot] Implement ScrRemovePlayerFromVehicle(...) 2024-06-08 21:35:32 +08:00
RD42
8b36c6d805 [bot] Implement ScrPutPlayerInVehicle(...) 2024-06-08 21:34:42 +08:00
RD42
6038cf0a59 [bot] Implement ScrSetPlayerPos(...) 2024-06-07 22:56:29 +08:00
RD42
bcb50d8800 [bot] Implement ScrSetPlayerFacingAngle(...) 2024-06-07 22:52:35 +08:00
RD42
8b46841b34 [bot] Rename RPC_Unk27 to RPC_DisableRaceCheckpoint 2024-06-06 23:01:27 +08:00
RD42
a7e6441afa [bot] Rename RPC_Unk26 to RPC_SetRaceCheckpoint 2024-06-06 22:59:52 +08:00
RD42
964c0ad96d [bot] Rename RPC_Unk25 to RPC_DisableCheckpoint 2024-06-06 22:58:14 +08:00
RD42
8d50bf0963 [bot] Rename RPC_Unk6B to RPC_SetCheckpoint 2024-06-06 22:55:39 +08:00
RD42
26ea16aaae [bot] Implement WorldPlayerAdd(...)
* Rename `CNetGame::sub_415EC0(...)` to `CNetGame::SetPlayerAdded(...)`
2024-06-03 22:58:59 +08:00
RD42
843b2406bf [bot] Implement InitGame(...) 2024-06-03 22:51:04 +08:00
RD42
aca41ed816 [bot] Implement ServerQuit(...) 2024-06-02 22:55:46 +08:00
RD42
05e65e3d17 [bot] Implement ScrSetSpawnInfo(...) 2024-06-02 22:36:16 +08:00
RD42
1b58865926 [bot] Implement ScrDisplayGameText(...) 2024-06-02 22:21:36 +08:00
RD42
fc879a6fdc [bot] Implement ConnectionRejected(...)
* Update SAMPRPC.h

* Update `RegisterRPCs(...)`

* Update `UnRegisterRPCs(...)`
2024-06-01 19:43:12 +08:00
RD42
9a61b24a2f [bot] Implement GameModeRestart(...)
* Implement `CNetGame::ShutdownForGameModeRestart()`

* Implement `CPlayerPool::Process()`

* Implement `CNetGame::ResetVehiclePool()`

* Implement `CNetGame::StopRecordingPlayback()`
2024-06-01 18:30:44 +08:00
RD42
eb2876272f [saco] Implement CDXUTDialog::GetPrevControl(...) 2024-05-29 16:32:30 +08:00
RD42
92f47f526f [saco] Implement CDXUTDialog::GetNextControl(...) 2024-05-29 16:32:30 +08:00
RD42
937495a9b8 [saco] Implement CDXUTDialog::GetControl(...) 2024-05-29 16:32:30 +08:00
RD42
66cb7f0290 [saco] Implement CDXUTDialog::AddControl(...) 2024-05-29 16:32:30 +08:00
RD42
0c26d699c2 [saco] Implement CDXUTDialog::InitControl(...) 2024-05-29 16:32:30 +08:00
RD42
87488b7d52 [saco] Implement CDXUTDialog::GetFont(...) 2024-05-29 16:32:30 +08:00
RD42
d2c7139b01 [saco] Implement CDXUTDialog::SetFont(...) 2024-05-29 16:32:30 +08:00
RD42
efc90f78e3 [saco] Implement CDXUTDialogResourceManager::AddFont(...) 2024-05-29 16:32:30 +08:00
RD42
fd4965bf98 [saco] Implement CDXUTDialog::SendEvent(...) 2024-05-29 16:32:30 +08:00
RD42
8fc6a8e473 [saco] Implement CDXUTDialog::Refresh() 2024-05-29 16:32:30 +08:00
RD42
b3ff5fd8aa [saco] Implement CDXUTDialog::RemoveAllControls() 2024-05-29 16:32:30 +08:00
RD42
7ad9b52673 [saco] Implement CDXUTDialog::SetCallback(...) 2024-05-29 16:32:30 +08:00
RD42
fee3ab194a [saco] Implement CDXUTDialog destructor 2024-05-29 16:32:30 +08:00
RD42
a630a523e1 [arctool2] Add archive tool 2024-05-29 16:32:30 +08:00
RD42
16f92725a7 [saco] Add ms_hAdvApi32 variable to CCryptoContext 2024-05-29 16:32:30 +08:00
RD42
98041c3628 [saco] Add ms_dwRSAKeySize variable to CKeyPair 2024-05-29 16:32:30 +08:00
RD42
8ec4a246a6 [saco] Implement CFileStream constructor 2024-05-29 16:32:30 +08:00
RD42
ca014a8e6c [saco] Implement CDXUTIMEEditBox::EnableImeSystem(...) 2024-05-18 22:59:21 +08:00
RD42
69708b5ff5 [saco] Implement CDXUTElement::Refresh() 2024-05-18 22:55:23 +08:00