Commit Graph

603 Commits

Author SHA1 Message Date
RD42
161bc72d96 [saco] Implement CTask member functions 2024-05-02 21:47:10 +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
8b8827405f [bot] Implement CNetGame::Packet_PassengerSync(...) 2024-04-25 22:33:18 +08:00
RD42
4358eea329 [bot] Implement CNetGame::Packet_TrailerSync(...) 2024-04-25 22:20:29 +08:00
RD42
9be2b5e019 [bot] Implement CNetGame::Packet_AimSync(...) 2024-04-25 22:19:11 +08:00
RD42
16439ae77d [bot] Implement CNetGame::Packet_ModifiedPacket(...)
* Add `CNetGame::UpdateNetwork()`
* Update `CNetGame::Process()`
2024-04-25 22:14:30 +08:00
RD42
9c94cab39f [bot] Implement CNetGame::Init(...) 2024-04-25 22:10:37 +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
002330f840 [bot] Implement GetPacketID(...) 2024-04-24 22:36:46 +08:00
RD42
16635b4ea0 [bot] Implement GetElapsedTime() 2024-04-24 22:15:44 +08:00
RD42
f775572598 Remove and ignore .aps files 2024-04-24 22:14:31 +08:00
RD42
edd33c5d97 [announce] Update VS solution and project file 2024-04-24 22:04:16 +08:00
RD42
8b507225ab Remove announce.suo 2024-04-24 22:01:01 +08:00
RD42
ae590d171c [bot/saco/server] Update CNetGame constructor 2024-04-23 22:44:38 +08:00