Commit Graph

49 Commits

Author SHA1 Message Date
RD42
75d426fbee [saco] Add DirectX .lib files 2024-03-16 23:40:38 +08:00
RD42
aeda9835f3 [saco] Implement SHA1_HashData(...) 2024-02-21 19:16:31 +08:00
RD42
f48407e96f [saco] Implement IDirect3DDevice9Hook class 2024-02-19 21:28:23 +08:00
RD42
cb7bdd1950 [saco] Add detours.h to the project 2024-02-19 21:22:21 +08:00
RD42
ff4a8795f2 [saco] Add DoInitStuff() and DoProcessStuff()
* Updates `TheGraphicsLoop()`
2024-02-18 22:05:04 +08:00
RD42
efa55de427 [saco] Implement CGangZonePool ctor 2024-02-18 21:21:09 +08:00
RD42
96cd12248f [saco] Implement CTextDrawPool constructor 2024-02-16 22:32:25 +08:00
RD42
3b45f9932c [saco] Implement CLocalPlayer ctor
* Updates CGame ctor
* Implements `CGame::FindPlayerPed()`
* Implements `CLocalPlayer::ResetAllSyncAttributes()`
* Updates CPlayerPool ctor
2024-02-15 22:41:04 +08:00
RD42
696ec417f8 [saco] Implement CPlayerPed ctor 2024-02-15 22:23:36 +08:00
RD42
53c6b978c2 [saco] Implement InstallFileSystemHooks() 2024-02-14 23:23: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
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
1002c13453 [saco] Implement CPickupPool constructor 2024-02-07 23:59:04 +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
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
c05ebd7125 [saco] Add netrpc.cpp/.h to the project 2024-02-05 23:28:43 +08:00
RD42
93b0d9ea8f [saco] Add CDeathWindow::AddMessage(...) stub 2024-02-05 21:59:11 +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
3db8ea2f68 [saco] Implement SetupCommands 2024-02-02 22:51:57 +08:00
RD42
d1c38ccdcc [saco] Add RakNet source files to the project 2024-01-31 23:46:06 +08:00
RD42
d86e5cd53c [saco] Implement RegisterScriptRPCs and UnRegisterScriptRPCs 2024-01-29 19:43:52 +08:00
RD42
b4233b91f5 [saco] Implement CNetGame::GetTime 2024-01-06 23:39:04 +08:00
RD42
94a25da90d [saco] Implement SubclassGameWindow
- Adds NewWndProc stub
2024-01-06 23:36:46 +08:00
RD42
b1ca75bf85 [saco] Disable BufferSecurityCheck 2023-12-01 22:05:28 +08:00
RD42
99157fd9f2 [saco] Implement ApplyPreGamePatches 2023-11-15 18:46:57 +08:00
RD42
0fa1ef624a [saco] Add few class stub
+ CChatWindow
+ CCmdWindow
+ CNetGame
+ CFontRender
2023-11-14 22:58:51 +08:00
RD42
1ee87f332b [saco] Add cheats.cpp to the project 2023-11-14 22:52:57 +08:00
RD42
d286182d25 Add ttmath 0.9.1 library 2023-11-13 20:32:38 +08:00
RD42
3e501c13ac [saco] Add font functions 2023-11-12 23:36:02 +08:00
RD42
8defa849b9 [saco] Implement archive functions 2023-11-08 20:29:53 +08:00
RD42
916d4d02f2 [saco] Implement few exception functions 2023-11-08 20:10:20 +08:00
RD42
d78351ca51 [saco] Add sources and headers to project 2023-11-08 20:06:06 +08:00
RD42
27cbd475c5 [saco] Add wsock32.lib to additional dependencies 2023-11-03 18:50:23 +08:00
RD42
9a0f042cb8 [saco] Set structure alignment to 1 2023-11-03 18:48:46 +08:00
RD42
01b0a60743 [saco] Add exported public and TEA keys 2023-11-01 21:01:00 +08:00
RD42
49b2219015 [saco] Implement key stuff functions 2023-10-31 21:15:51 +08:00
RD42
a80d3607f4 [saco] Add CGame class 2023-10-23 23:04:28 +08:00
RD42
0b3365935c [saco] Change output file to samp.dll 2023-10-21 16:48:55 +08:00
RD42
3505c634e3 [saco] Add version resource 2023-10-21 00:50:49 +08:00
RD42
f02d18c93d [saco] Add exceptbox dialog 2023-10-21 00:50:15 +08:00
RD42
464dbb5db8 [saco] Implement command line parser 2023-10-20 06:46:57 +08:00
RD42
f422a29a10 [saco] Remove file filters 2023-10-20 06:46:40 +08:00
RD42
ec0f1febb0 Create VC2003 project for saco 2023-10-19 02:02:18 +02:00