Commit graph

1356 commits

Author SHA1 Message Date
in0finite
ea7c27b573 impl weapon commands 2021-02-22 18:13:28 +01:00
in0finite
e3b8d9fd65 impl ped & vehicle commands 2021-02-22 17:51:26 +01:00
in0finite
e649952aa9 don't show "..." button in Peds window on clients 2021-02-22 17:44:29 +01:00
in0finite
780a02e842 add rate-limit to commands 2021-02-22 17:43:18 +01:00
in0finite
71ea451b3b add Player.onDisable event 2021-02-22 15:52:46 +01:00
in0finite
ead26ca9da add "description" and "runOnlyOnServer" to CommandInfo 2021-02-22 15:50:43 +01:00
in0finite
f7022565e3 send response only if it is not empty 2021-02-22 15:48:47 +01:00
in0finite
fb332a40c0 add flag "addWeaponsToSpawnedPlayers" 2021-02-21 02:35:26 +01:00
in0finite
985054b648 add Ped.onAwake event 2021-02-21 01:39:39 +01:00
in0finite
6e23e3a97c add Ped.onStart event 2021-02-21 01:20:20 +01:00
in0finite
fb1212305c add player to ProcessCommandContext 2021-02-21 00:46:48 +01:00
in0finite
3aef4d8559 display in 1 line 2021-02-20 23:56:55 +01:00
in0finite
901ba053c2 add scripts to prefabs 2021-02-20 23:16:26 +01:00
in0finite
97e09134bd add error check 2021-02-20 22:54:25 +01:00
in0finite
18504422f1 run commands from chat messages 2021-02-20 21:59:29 +01:00
in0finite
2f47dbf5d7 trim chat messages 2021-02-20 21:57:52 +01:00
in0finite
4db2437dfc add chat preprocessing 2021-02-20 21:57:10 +01:00
in0finite
11c0680c09 add some basic commands 2021-02-20 21:55:05 +01:00
in0finite
f563597d96 implement command processing 2021-02-20 21:52:23 +01:00
in0finite
485ba93c8d fix sync bug 2021-02-20 17:59:25 +01:00
in0finite
1970c945aa add SpawnHandler - spawn positions can be overridden 2021-02-20 17:04:17 +01:00
in0finite
6eb48ad5f3 remove WorldStatsWindow script 2021-02-20 16:21:01 +01:00
in0finite
2a3374f6c2 make it more error-proof 2021-02-20 16:19:04 +01:00
in0finite
8a8ed71751 use short name because it will be a part of json 2021-02-20 16:15:19 +01:00
in0finite
2c4d09b8c2 use struct so that it doesn't allocate memory 2021-02-20 16:13:41 +01:00
in0finite
5436f71840 display player stats dynamically based on data from server 2021-02-20 02:23:16 +01:00
in0finite
b5e308c135 add SyncedServerData 2021-02-20 02:20:19 +01:00
in0finite
0b4794bb72 extract function 2021-02-19 23:04:45 +01:00
in0finite
a729fa7692 add 'attackingPlayer' to DamageInfo 2021-02-19 22:08:37 +01:00
in0finite
b365759ce9 impl SyncedBag 2021-02-19 21:45:54 +01:00
in0finite
82c6df722b change namespace 2021-02-19 20:36:07 +01:00
in0finite
16f991db98 remove commented code 2021-02-19 20:35:46 +01:00
in0finite
e711eaae58 fix plugin loading 2021-02-19 20:35:38 +01:00
in0finite
98e110881a move file to another folder 2021-02-19 18:30:10 +01:00
in0finite
7e97945021 add Ped.onDamaged event 2021-02-19 02:55:09 +01:00
in0finite
ec436c6037 add plugin loading and game modes 2021-02-19 02:22:03 +01:00
in0finite
44ccd57fd3 increase versions 2021-02-14 15:34:41 +01:00
in0finite
38e23851c6 fix for wrong position of detached vehicle parts 2021-02-14 15:13:39 +01:00
in0finite
eac9bce0c7 fix setting colors on client 2021-02-13 23:04:47 +01:00
in0finite
104f627bd3 extract into static function 2021-02-13 22:52:43 +01:00
in0finite
0d3d8e3dce remove old code 2021-02-13 22:44:22 +01:00
in0finite
7b4d256008 cache shader property ids 2021-02-13 22:38:35 +01:00
in0finite
ec660c368c set vehicle lights' intensity to 0 by default 2021-02-13 22:22:03 +01:00
in0finite
c3cdd59ae3 small optimization for shader 2021-02-13 22:18:58 +01:00
in0finite
2232f4327f fix FPS drop on Android 2021-02-13 22:18:27 +01:00
in0finite
9f1b01296d ... 2021-02-06 23:30:52 +01:00
in0finite
899711abda add ability to specify gui style for area 2021-02-06 23:20:21 +01:00
in0finite
933c3ed089 improve gui 2021-02-06 23:06:43 +01:00
in0finite
f4173e5164 don't use skin for a gui area 2021-02-06 23:06:30 +01:00
in0finite
f31ba9d81e add support for short names in top panel of file browser ; add some common folders on Windows 2021-02-06 22:36:31 +01:00