Commit Graph

223 Commits

Author SHA1 Message Date
RD42
5467762720 [server] Implement CScriptTimers::Process(...)
* Implement `CScriptTimers::Delete(...)`
* Update `CNetGame::Process()`
2024-06-25 22:29:12 +08:00
RD42
2df59766ac [server] Implement CGameMode::Frame(...)
* Update `CNetGame::Process()`
2024-06-25 22:26:45 +08:00
RD42
52ee926fdd [server] Implement/match CScriptTimers::DeleteForMode(...) 2024-06-24 23:21:47 +08:00
RD42
5675f1555b [server] Implement/match n_KillTimer(...)
* Implement/match `CScriptTimers::Kill(...)`
2024-06-24 23:20:29 +08:00
RD42
875dc0ed5c [server] Implement/match n_SetTimerEx(...)
* Implement/match `CScriptTimers::NewEx(...)`
2024-06-24 23:19:06 +08:00
RD42
f3446e9c36 [server] Implement/match n_SetTimer(...)
* Implement/match `CScriptTimers::New(...)`
2024-06-24 23:10:26 +08:00
RD42
1da7f651ea [server] Implement/match CScriptTimers destructor
* Implement/match `CScriptTimers::FreeMem(...)`
2024-06-24 23:06:46 +08:00
RD42
9a6f3dcfe1 [server] Implement/match CScriptTimers constructor 2024-06-24 23:01:04 +08:00
RD42
f2b77cc356 [server] Update amx_StrParam 2024-06-23 22:14:28 +08:00
RD42
a503b7be9b [server] Update completename(...) 2024-06-23 22:13:14 +08:00
RD42
2dbf9d9f61 [server] Update n_fputchar(...) 2024-06-23 22:12:43 +08:00
RD42
006376b50f [server] Update n_floatstr(...) 2024-06-23 22:11:42 +08:00
RD42
fe2bce37db [server] Update amxDGram.c 2024-06-23 22:11:12 +08:00
RD42
dd6a4fa318 [server] Update project configuration
* Add `AMX_NODYNALOAD` preprocessor definition
* Enable String Pooling
2024-06-23 18:27:40 +08:00
RD42
7dbd5a2c52 [server] Update release configuration
* Adding `AMX_NODYNALOAD` preprocessor
* Setting optimization to Full Optimization (/Ox)
* Enable Inline Function Expansion
* Enable Minimal Rebuild
* Change Runtime Library to Multi-threaded (/MT)
* Enable Function Level Linking
2024-06-22 23:30:15 +08:00
RD42
af6f75dd04 [server] Match printstring(...) 2024-06-22 19:51:34 +08:00
RD42
9f2b5cfb1e [server] Match amx_Exec(...) 2024-06-21 21:14:12 +08:00
RD42
431a1e394f [server] Match amx_NumPublics(...) 2024-06-21 20:34:45 +08:00
RD42
551369a228 [server] Match amx_FindNative(...) 2024-06-21 20:34:14 +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
fc07affef6 [server] Implement and match n_AttachPlayerObjectToPlayer(...) 2024-04-28 22:35:56 +08:00
RD42
bed399209d [server] Implement and match n_EnableZoneNames(...) 2024-04-28 22:35:29 +08:00
RD42
d4b24be604 [server] Implement and match n_GetWeaponName(...) 2024-04-28 22:35:04 +08:00
RD42
7767dc226c [server] Implement and match n_SetGameModeText(...) 2024-04-28 22:34:20 +08:00
RD42
6996d316e6 [server] Implement and match n_SetTeamCount(...) 2024-04-28 22:33:57 +08:00
RD42
c249a1d0ac [server] Implement and match n_GameModeExit(...) 2024-04-28 22:33:31 +08:00
RD42
ea1a2cb2b3 [server] Implement and match n_gpci(...) 2024-04-28 22:32:25 +08:00
RD42
362480c54e [bot/saco/server] Rename static RPC functions 2024-04-28 21:00:12 +08:00
RD42
9cd7b2a0ba [server] Implement and match n_ShowPlayerMarkers(...) 2024-04-28 20:32:09 +08:00
RD42
658432bae0 [server] Implement and match n_ShowNameTags(...) 2024-04-28 20:31:49 +08:00
RD42
7e810757fa [server] Implement and match n_LimitPlayerMarkerRadius(...) 2024-04-28 20:31:18 +08:00
RD42
076e7fcf0e [server] Implement and match n_LimitGlobalChatRadius(...) 2024-04-28 20:30:54 +08:00
RD42
64eaba107a [server] Implement and match n_GetGravity(...) 2024-04-27 21:11:26 +08:00
RD42
798d8e1b50 [server] Implement and match n_AllowInteriorWeapons(...) 2024-04-27 21:11:03 +08:00
RD42
9e30ad1fce [server] Implement and match n_EnableVehicleFriendlyFire(...) 2024-04-27 21:10:38 +08:00
RD42
0ee6b84fd4 [server] Implement and match n_EnableTirePopping(...) 2024-04-27 21:10:12 +08:00
RD42
d36c02eb05 [server] Implement and match n_VectorSize(...) 2024-04-27 21:04:44 +08:00
RD42
4356777720 [server] Update server.vcproj 2024-04-27 21:01:52 +08:00
RD42
cfb5743246 [server] Implement and match n_atan(...) 2024-04-27 18:34:03 +08:00
RD42
b612f60138 [server] Implement and match n_atan2(...) 2024-04-27 18:33:27 +08:00
RD42
7ebc00cec1 [server] Implement and match n_acos(...) 2024-04-27 18:32:16 +08:00
RD42
970527a58a [server] Implement and match n_asin(...) 2024-04-27 18:31:51 +08:00
RD42
027db33883 [server] Implement and match n_AllowAdminTeleport(...) 2024-04-27 18:29:29 +08:00
RD42
124e2e895a [server] Implement and match n_SetDisabledWeapons(...) 2024-04-27 18:28:56 +08:00
RD42
2555feb8d4 [server] Implement and match n_SetDisabledWeapons(...) 2024-04-27 18:28:31 +08:00
RD42
36021314d4 [server] Implement and match n_UsePlayerPedAnims(...) 2024-04-27 18:28:11 +08:00
RD42
c1bcb48b31 [server] Implement and match n_DisableInteriorEnterExits(...) 2024-04-27 18:27:48 +08:00
RD42
9898ad12a8 [server] Implement and match n_SetNameTagDrawDistance(...) 2024-04-27 18:27:27 +08:00
RD42
44ac7453d4 [server] Implement and match n_DisableNameTagLOS(...) 2024-04-27 18:27:03 +08:00
RD42
7f97bd273f [server] Implement and match n_GetActorPoolSize(...) 2024-04-27 18:25:01 +08:00
RD42
026d199e61 [server] Implement and match n_GetVehiclePoolSize(...) 2024-04-27 18:21:27 +08:00
RD42
65ef695183 [server] Implement and match n_GetPlayerPoolSize(...) 2024-04-27 18:18:23 +08:00
RD42
fdd891098b [server] Implement and match n_IsPlayerNPC(...) 2024-04-27 18:17:22 +08:00
RD42
8283f96357 [server] Implement and match n_IsPlayerAdmin(...) 2024-04-27 18:16:08 +08:00
RD42
c7992ab797 [server] Implement n_GetMaxPlayers(...) 2024-04-26 22:18:00 +08:00
RD42
dc695e05d7 [server] Implement n_GetTickCount(...) 2024-04-26 22:17:27 +08:00
RD42
9afbff84dc [server] Implement CNetGame::GetWeaponName(...) 2024-04-24 22:45:44 +08:00
RD42
b59c904836 [server] Implement GetElapsedTime()
* Update `CNetGame::Process()`
2024-04-24 22:42:10 +08:00
RD42
f775572598 Remove and ignore .aps files 2024-04-24 22:14:31 +08:00
RD42
ae590d171c [bot/saco/server] Update CNetGame constructor 2024-04-23 22:44:38 +08:00
RD42
d1451f9529 [bot/saco/server] Implement SocketDataEncryptor functions 2024-04-23 22:07:28 +08:00
RD42
d257372c42 [server] Implement CNetGame::SetNextScriptFile(...) 2024-04-22 23:01:00 +08:00
RD42
2fecf6f0ae [server] Implement CNetGame::GetNextScriptFile() 2024-04-22 22:57:50 +08:00
RD42
e55ff78e60 [server/bot] Change lseek to fseek in n_fseek function 2024-04-18 22:48:15 +08:00
RD42
b25e027cf7 [server/bot] Disable amx_RaiseError in n_strval 2024-04-18 22:46:19 +08:00
RD42
0eccd8405c [server] Update a few CGameMode and CFilterScripts functions 2024-04-18 22:43:22 +08:00
RD42
32f2bc4e94 [server] Implement a few CPlugins member functions 2024-04-18 22:41:01 +08:00
RD42
f21756f285 Remove and ignore .ncb and .suo files 2024-04-18 22:27:21 +08:00
RD42
bf242d5e45 [server] Missing MAX_SPAWNS macro 2024-04-12 22:22:58 +08:00
RD42
5d7faf8fbb [server] Implement con_loadfs(), con_reloadfs(), con_unloadfs() 2024-04-12 22:20:30 +08:00
RD42
f75afc9aa5 [server] Update CConsole::Execute(...) 2024-04-12 22:14:28 +08:00
RD42
c5845d46da [server] Update CPlugins constructor 2024-04-12 22:09:26 +08:00
RD42
5d5702b8c0 [server] Implement CGameMode functions 2024-04-12 22:00:55 +08:00
RD42
ccaba5e18e [server] CNetGame formatting 2024-04-11 22:57:48 +08:00
RD42
50fb6ade91 [server] Implement few CGameMode member functions 2024-04-11 22:50:27 +08:00
RD42
fff2416b13 [server] Change member variable names in CPlayerPool 2024-04-11 22:47:05 +08:00
RD42
1830ceff90 [server] Implement all CFilterScripts member functions 2024-04-11 22:33:00 +08:00
RD42
bdf7350468 [server] Implement script core functions 2024-04-11 22:16:05 +08:00
RD42
23c1cd334e [server] Add SQLite to the VS project 2024-04-11 22:11:42 +08:00
RD42
beb3983b90 [server] Add SQLite 3.7.0.1 2024-04-10 22:19:17 +08:00
RD42
b7d73e3154 [server] Add SQLite natives as stubs 2024-04-07 22:27:16 +08:00
RD42
3fde3eda6d [server] Add custom natives as stubs 2024-04-07 22:22:04 +08:00
RD42
867e31bc55 Update server.vcproj 2024-04-07 22:16:02 +08:00
RD42
23f4ea6be3 [server] Fix typo 2024-03-22 23:46:51 +08:00
RD42
ece72f79e0 [server] Fix broken .vcproj file 2024-03-22 23:34:34 +08:00
RD42
3bdb21283f Add AMX modules 2024-03-12 23:39:27 +08:00
RD42
7678b765ce Match amx_SetString 2024-03-12 23:16:55 +08:00
RD42
824ad9c15d [server] Update CConsole::Execute(...) 2024-02-26 22:55:30 +08:00
RD42
c2b3293bbc [saco] Add TCPInterface.cpp/.h to the project 2024-02-26 22:25:14 +08:00
RD42
03cc592835 Fix building errors 2024-02-14 22:51:29 +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
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
797d3c6afb [server] Implement CNetGame::Init 2024-01-25 22:16:28 +08:00
RD42
0ee5413941 [server] Implement CPlayerPool::ResetPlayerScoresAndMoney 2024-01-25 22:15:40 +08:00