Commit graph

18 commits

Author SHA1 Message Date
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
3708c5280c cleanup config file 2021-01-31 20:41:10 +01:00
in0finite
e6a48d4bf6 load all IMG archives that are found in loose archive 2021-01-31 20:08:48 +01:00
in0finite
c6dea949cf add possibility to skip minimap load 2021-01-31 03:21:02 +01:00
in0finite
63c27c28a9 load anim groups using ArchiveManager 2021-01-31 02:07:57 +01:00
in0finite
a9a6bac1f8 add master server url 2021-01-27 01:19:28 +01:00
in0finite
cfab2fec73 improve master server's client 2021-01-12 23:11:10 +01:00
Spider134
52533f836b
Add font loading (#101)
* Added font importing

* Revert "Added font importing"

This reverts commit 31f3463097.

* Fix Loader.cs formatting

* Fix texture issue

* Revert "Fix texture issue"

This reverts commit 79c44f8069.

* Update FontsImporter.cs
2021-01-06 20:46:56 +01:00
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
in0finite
4a35e85e0b correct the path in config file 2020-05-31 19:09:49 +02:00
in0finite
2fd586cfe0 remove SFX timings file 2020-05-31 19:09:48 +02:00
in0finite
d53a8f1c5f remove comment from json file 2020-05-31 19:09:47 +02:00
in0finite
e88487c8fd load gta3.img before loading game folder, because game path could be invalid 2020-05-31 19:09:47 +02:00
in0finite
85a370c043 rename anim group file, because Unity can't load text resources with .dat extension 2020-05-31 19:09:47 +02:00
in0finite
ebaee83e71 moved config.json to resources, and generated some meta files 2020-05-31 19:09:46 +02:00
in0finite
31ba43228c move Data folder to resources 2020-05-31 19:09:46 +02:00
in0finite
039ae76a14 Initial commit 2020-05-31 19:07:22 +02:00