Commit graph

1356 commits

Author SHA1 Message Date
in0finite
8be99cb5b8 change videos 2021-03-06 21:44:32 +01:00
in0finite
ee4fe6fc33 add "Game modes" section to Readme 2021-03-06 20:24:59 +01:00
in0finite
6233f970f8 some Readme adjustments 2021-03-06 20:11:21 +01:00
in0finite
8b1663b952 update download links to point to 3.5 version 2021-03-06 20:00:10 +01:00
in0finite
6529096a32 increase versions 2021-03-06 13:53:01 +01:00
in0finite
a3a8d5cfdf add script for building for Android from command line 2021-03-05 23:19:26 +01:00
in0finite
072b7f128e change plugins folder name 2021-03-05 21:55:56 +01:00
in0finite
d5d15876fd load plugins from Start() 2021-03-05 21:55:09 +01:00
in0finite
ab4f1e00d9 change SEO 2021-03-05 21:32:49 +01:00
in0finite
f7eeaa379e allow selection of game mode via command line 2021-03-02 23:47:51 +01:00
in0finite
805eaefea7 game modes can be selected ; selected game modes are activated when server starts 2021-03-02 23:09:08 +01:00
in0finite
2c4521200d console subscribes to log event before any other script executes 2021-03-01 02:53:03 +01:00
in0finite
04153d6cc0 chat is visible when local ped is dead 2021-03-01 02:10:27 +01:00
in0finite
8a74156e94 ... 2021-03-01 01:25:31 +01:00
in0finite
b58029aceb improve chat text escaping - markup tags are now visible in a chat message 2021-03-01 01:23:26 +01:00
in0finite
edd328b9bc rename methods 2021-03-01 00:58:50 +01:00
in0finite
1a9fe1754d don't use server nick when echoing command 2021-03-01 00:50:53 +01:00
in0finite
26b51b99c9 move all logic from ChatSync to ChatManager 2021-02-28 23:38:34 +01:00
in0finite
e29bacf3d2 better communication between ChatManager and ChatSync 2021-02-28 23:25:49 +01:00
in0finite
b591ed8fb7 use NetStatus.ThrowIfNotOnServer() 2021-02-28 23:07:26 +01:00
in0finite
f96be81166 skip font loading because fonts are not used anywhere 2021-02-28 22:57:29 +01:00
in0finite
f84bbcf486 rename method 2021-02-28 22:53:16 +01:00
in0finite
2d768ca6b5 properly cut chat messages ; don't cut them on clients 2021-02-28 22:50:11 +01:00
in0finite
f23d9aac04 fix cutting chat message ; reuse string builder 2021-02-28 22:26:30 +01:00
in0finite
a26c1d8bab extract function 2021-02-28 21:28:57 +01:00
in0finite
1d3879eb46 don't wrap weapon ammo text 2021-02-28 21:18:11 +01:00
in0finite
9d5039edfe improve chat UI 2021-02-28 21:15:27 +01:00
in0finite
b8e362cd95 use InvokeEventExceptionSafe() 2021-02-27 23:32:16 +01:00
in0finite
afb443d269 don't update chat UI in headless mode 2021-02-27 23:17:56 +01:00
in0finite
f545981675 remove invalid chat characters on all places ; remove new line & tab characters 2021-02-27 23:15:29 +01:00
in0finite
5d7b63b4c2 increase rocket speed 2021-02-27 19:07:35 +01:00
in0finite
bb8e18195d automatically refresh master-server when JoinGame window is opened 2021-02-27 18:07:52 +01:00
in0finite
92b1352cf5 make "Internet" the default tab in JoinGame window 2021-02-27 17:30:55 +01:00
in0finite
75503c74fd use only Y euler 2021-02-27 17:03:06 +01:00
in0finite
fcb5f6be3e fix Vector3 and Quaternion parsing 2021-02-27 16:26:59 +01:00
in0finite
d5873cf07c improve gitignore file 2021-02-27 16:15:22 +01:00
in0finite
0259e044c2 add SAU_Plugins folder to gitignore 2021-02-27 16:05:55 +01:00
in0finite
8abd08fda8 provide list of registered commands 2021-02-23 00:54:46 +01:00
in0finite
0589ccb039 exit aim & fire states if ped is not holding a weapon 2021-02-23 00:10:11 +01:00
in0finite
c52fd29de8 don't display inflicted damage for the same player 2021-02-22 23:56:58 +01:00
in0finite
9e7378d1ca exit drive-by state if ped doesn't have gun weapon 2021-02-22 23:20:01 +01:00
in0finite
eb937dd512 send command back to player 2021-02-22 22:20:36 +01:00
in0finite
fb2f17792e unsupported vehicles will not cause spamming error messages - they are destroyed 2021-02-22 22:19:15 +01:00
in0finite
e21ef25835 players can specify model id for their ped or stalker 2021-02-22 21:26:57 +01:00
in0finite
000a8a6cc9 revert adaption 2021-02-22 20:21:14 +01:00
in0finite
e36c87861f add script to prefab 2021-02-22 20:16:44 +01:00
in0finite
700e9e9e44 some more adaptions 2021-02-22 19:53:41 +01:00
in0finite
506c7bd1f0 rename script 2021-02-22 19:45:17 +01:00
in0finite
16380a4fe7 adapt all scripts to command system - stop using PlayerRequests 2021-02-22 19:43:17 +01:00
in0finite
a6204749b2 impl teleport command 2021-02-22 18:50:35 +01:00