SanAndreasUnity/Assets/Scripts
Antonio Alexandru Ganea c3aebc3826
RCON Support (#96)
* Added RCON dotnet submodule

* RCON Manager

* RCON works

* Switched inter-thread passing from tasks callbacks to BlockingCollection

* Cleanup

* Config based rcon port and password

* RCON is disabled by default in config

* Added SanAndreasUnity.RCON namespace to CommandInterpreter

* Pass command to main thread first and report progress afterwards

* Minor cleanup

* Removed InvalidOperationException as it was never possible

* Moved OnLoaderFinished code in RCONManager

* Added RCONManager script to prefab

* Added meta files
2020-11-01 23:51:03 +01:00
..
Audio change script execution order for all (?) scripts 2020-05-31 19:09:49 +02:00
Behaviours use InvariantCulture when (de)serializing colors 2020-07-05 22:35:21 +02:00
Chat change SEO of chat scripts 2020-05-31 19:09:51 +02:00
Editor delete postprocessing script 2020-05-31 19:09:47 +02:00
Facepunch change script execution order for all (?) scripts 2020-05-31 19:09:49 +02:00
Importing newly connected clients can see already existing detached parts 2020-07-05 18:37:56 +02:00
Networking assign SEO to new scripts 2020-07-11 15:08:12 +02:00
RCON RCON Support (#96) 2020-11-01 23:51:03 +01:00
Settings use 1 bool to control if FPS should be updated 2020-05-31 19:09:55 +02:00
Stats display num of spawned network objects in Net stats 2020-07-05 13:50:22 +02:00
UI "Destroy all vehicles" button now explodes the vehicles, instead of destroying them 2020-06-20 16:18:09 +02:00
Utilities assign SEO for on-screen message scripts 2020-07-11 15:37:17 +02:00
Audio.meta Initial commit 2020-05-31 19:07:22 +02:00
Behaviours.meta Initial commit 2020-05-31 19:07:22 +02:00
Chat.meta add scripts 2020-05-31 19:09:51 +02:00
Editor.meta Initial commit 2020-05-31 19:07:22 +02:00
Facepunch.meta Initial commit 2020-05-31 19:07:22 +02:00
Importing.meta Initial commit 2020-05-31 19:07:22 +02:00
Networking.meta Working on NetManager 2020-05-31 19:09:37 +02:00
RCON.meta RCON Support (#96) 2020-11-01 23:51:03 +01:00
Settings.meta Initial commit 2020-05-31 19:07:22 +02:00
Stats.meta Create some files 2020-05-31 19:09:41 +02:00
UI.meta Initial commit 2020-05-31 19:07:22 +02:00
Utilities.meta Initial commit 2020-05-31 19:07:22 +02:00