434 Commits

Author SHA1 Message Date
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
1cb324b4fe
Update invite link 2024-02-11 21:56:07 +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
a1e0406f33
Update README.md 2024-02-10 22:31:32 +08:00
RD42
1002c13453 [saco] Implement CPickupPool constructor 2024-02-07 23:59:04 +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
9ec91cdd26 [raknet] Update PacketEnumerations.h
* Adds more packet IDs
* Adds comments to the packet IDs
2024-02-07 23:31:27 +08:00
RD42
62cf30ae36 Create samp.saa 2024-02-07 23:23:47 +08:00
RD42
43d15cd151 [announce] Update announce.ncb, announce.suo 2024-02-07 23:05:52 +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
2ae74bd25e [saco] Add CNetGame::InitPools() 2024-02-06 22:01:20 +08:00
RD42
315a961c3e [saco] Implement member functions to CCamera 2024-02-06 21:37:52 +08:00
RD42
1f16817ef0 [saco] Rename sha1.cpp/.h to fhicl-sha1.cpp/.h
Due to a object file conflict with RakNet's SHA1
2024-02-06 21:23:49 +08:00
RD42
27fecef578 [saco] Fix undeclared RakClientInterface error 2024-02-05 23:33:23 +08:00
RD42
c05ebd7125 [saco] Add netrpc.cpp/.h to the project 2024-02-05 23:28:43 +08:00
RD42
e7dd466f6a [saco] Implement cmdTestDeathWindow() 2024-02-05 22:00:42 +08:00
RD42
93b0d9ea8f [saco] Add CDeathWindow::AddMessage(...) stub 2024-02-05 21:59:11 +08:00
RD42
8b2b8fdd05 [saco] Implement cmdMem() 2024-02-05 21:54:49 +08:00
RD42
503cb19e4f [saco] Implement InstallNewWindowProcedure() 2024-02-05 21:49:33 +08:00
RD42
66ebd64042 Add main.scm, main.txt, SASCM.INI, script.img to scm 2024-02-05 21:43:05 +08:00
RD42
fc358a2996 [saco] Implement LaunchMonitor()
* Adds `CGame::StartGame()` stub
2024-02-05 21:30:36 +08:00
RD42
4daffd4d83 [saco] Implement CallRwRenderStateSet, CallRwRenderStateGet 2024-02-05 21:19:22 +08:00
RD42
d853e72abe [saco] Implement sub_1009DD50() 2024-02-05 21:01:41 +08:00
RD42
854f890108 [saco/server/bot] Add and match RakNet Rand functions 2024-02-04 19:26:33 +08:00
RD42
4ceb300a75 [saco/server/bot] Add and match RakNet SHA1 2024-02-04 19:23:08 +08:00
RD42
0a99004615 [server/bot] Add and match amxfloat.c functions 2024-02-04 19:18:38 +08:00
RD42
7c011b0ba7 [server/bot] Add and match amxtime.c functions 2024-02-04 19:15:17 +08:00
RD42
3db8ea2f68 [saco] Implement SetupCommands 2024-02-02 22:51:57 +08:00
RD42
dc47e22f45 [saco] Implement CCmdWindow::AddCmdProc 2024-02-02 22:47:51 +08:00
RD42
99b6dd3eda [saco] Implement CCmdWindow::AddDefaultCmdProc 2024-02-02 22:47:18 +08:00
RD42
e1fc24b768 [raknet] Add ReliabilityLayer ctor as stub
* Adds `ReliabilityLayer::InitializeVariable()` stub
2024-02-01 00:14:32 +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
1d12c53e86 [saco] Update CNetGame ctor 2024-01-31 23:57:40 +08:00
RD42
2db87fb94e [saco] Add CChatWindow::AddDebugMessage stub 2024-01-31 23:55:30 +08:00
RD42
c1d78dd05d [server] Add CFilterScripts::RemoveFilterScript stub 2024-01-31 23:54:17 +08:00
RD42
0362c5f6fa [server] Add RakNet source files to the project 2024-01-31 23:52:11 +08:00
RD42
d1c38ccdcc [saco] Add RakNet source files to the project 2024-01-31 23:46:06 +08:00