Commit Graph

73 Commits

Author SHA1 Message Date
RD42
a50b453784 [raknet] Implement RakSleep 2023-11-01 21:16:31 +08:00
RD42
a89c9b75f9 [saco] Implement SHA1 hash functions 2023-11-01 21:14:13 +08:00
RD42
32256591bd [saco] Implement MD5 hash functions 2023-11-01 21:13:50 +08:00
RD42
01b0a60743 [saco] Add exported public and TEA keys 2023-11-01 21:01:00 +08:00
RD42
ba1294ad03 [bot] Add few classes 2023-10-31 21:31:16 +08:00
RD42
49b2219015 [saco] Implement key stuff functions 2023-10-31 21:15:51 +08:00
RD42
e7bebd1b9f [raknet] Implement SimpleMutex 2023-10-31 21:11:58 +08:00
RD42
5550c20f37 [raknet] Implement GetTime and GetTimeNS 2023-10-31 21:05:49 +08:00
RD42
7992273f86 [server] Rename most of the CNetGame member variables 2023-10-30 00:27:01 +08:00
RD42
e1c7981db5 [server] Add bunch of classes 2023-10-29 22:26:43 +08:00
RD42
e377d429f5
Merge pull request #1 from unkcs/main
[saco] Rename class function names and add CAudio class stubs
2023-10-29 10:22:52 +01:00
unk.cs
070bc7b5b5
Merge branch 'dashr9230:main' into main 2023-10-28 13:04:30 -03:00
RD42
61d4bba25e [server] Add CPlugins and CNetGame stubs 2023-10-29 00:00:36 +08:00
RD42
824a608f80 [server] Add console variables 2023-10-28 23:37:40 +08:00
RD42
070fb0a4b2 [server] Match CConsole constructor/destructor 2023-10-28 23:27:44 +08:00
unkcs
a779e73009 [saco] Add CAudio stubs 2023-10-28 10:39:11 -03:00
unkcs
05187b27ed [saco] renamed CAudioStream class function names 2023-10-28 10:36:58 -03:00
RD42
6c6b831be6 [saco] Add CConfig and CAudioStream stubs 2023-10-28 18:49:21 +08:00
RD42
d8a7bafd22 [saco] Implement CHttpClient 2023-10-28 18:45:48 +08:00
RD42
a9fc395182 [launch3] Refactor and match 2023-10-27 18:04:36 +08:00
RD42
7c4cb763b2 [launch3] Replace DLL injection functions with Detours library integration 2023-10-27 17:05:24 +08:00
RD42
3dba9aef58 [launch3] Remove more about dialog stuff 2023-10-27 16:34:07 +08:00
RD42
606e7b709e [launch3] Fix icon height 2023-10-27 16:21:50 +08:00
RD42
29026a61ea [raknet] Rename ID_UNK_208_SYNC to ID_MARKERS_SYNC 2023-10-27 16:21:00 +08:00
RD42
a2762758d9 [saco] Implement CFileSystem 2023-10-26 19:22:39 +08:00
RD42
ff6fce366b [raknet] Rename ID_UNK_206_SYNC to ID_BULLET_SYNC 2023-10-26 15:33:10 +08:00
RD42
d5bac377b3 [saco] Add CHttpClient stubs 2023-10-26 15:32:16 +08:00
RD42
3ee88bc77f [saco] Implement run utility functions 2023-10-26 15:18:25 +08:00
RD42
b1bf31811a [announce] Change some Release properties to match with the original file 2023-10-25 17:02:08 +08:00
RD42
6a3fbf9571 [announce] Update WinMain and main 2023-10-25 16:54:54 +08:00
RD42
39e810e1b1 [announce] Implement CHttpClient 2023-10-25 16:53:42 +08:00
RD42
15fb2e6559 [server] Implement exception functions 2023-10-25 15:06:01 +08:00
RD42
77acff8b2c [announce] Implement util functions 2023-10-25 14:46:26 +08:00
RD42
5a71f0b9fa [server] Implement few CConsole functions 2023-10-25 00:01:33 +08:00
RD42
a83e0d65cc [launch3] Implement DLL inject functions 2023-10-24 23:58:07 +08:00
RD42
a80d3607f4 [saco] Add CGame class 2023-10-23 23:04:28 +08:00
RD42
f157a5f8f0 [saco] Add font resources 2023-10-23 22:58: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
RD42
c9701b9174 [raknet] Add few found packet IDs 2023-10-23 00:02:43 +08:00
RD42
9e76a85080 [launch3] Change main dialog form 2023-10-22 17:19:24 +08:00
RD42
9c0651a883 [announce] Add CHttpClient and util stubs 2023-10-22 17:10:27 +08:00
RD42
f0516a9467 [bot] Add few CNetGame stubs 2023-10-22 17:08:53 +08:00
RD42
6a8b5aeae9 [launch3] Remove about box 2023-10-22 07:54:35 +08:00
RD42
585408cebb [launch3] Change launch3.ico 2023-10-22 07:43:22 +08:00
RD42
344b46906e [launch3] Remove AfxEnableControlContainer 2023-10-22 07:36:58 +08:00
RD42
d45480fe0d [launch3] Update version info resource 2023-10-22 07:32:43 +08:00
RD42
98491c23d0 [launch3] Change output file to samp_debug.exe 2023-10-22 07:24:25 +08:00
RD42
c3b845b15c [saco] Missing exceptbox and saco .aps 2023-10-22 01:44:29 +08:00
RD42
af4346b14b [bot] Implement command line parser 2023-10-22 01:43:00 +08:00