Commit graph

28 commits

Author SHA1 Message Date
in0finite
65afa28d30 ... 2022-04-22 16:16:57 +02:00
in0finite
652e8e892e add option to skip loading render meshes, which also skips loading of Clumps 2022-02-28 01:03:57 +01:00
in0finite
5874357ba9 open project with new version of Unity 2022-01-30 21:02:34 +01:00
in0finite
e3c0cbc81c remove "anim_group_files" config setting - this fixes a bug with IL2CPP where json library tried to use Reflection.Emit functions 2021-10-21 11:16:05 +02:00
in0finite
39db523a21 ... 2021-05-03 00:11:47 +02:00
in0finite
2fc4d58bb6 assign "_HasNightColors" to materials which have night colors 2021-05-02 23:45:02 +02:00
in0finite
4fe958d86b ... 2021-05-02 23:04:24 +02:00
in0finite
077d34e79b add night colors to other shaders 2021-05-02 23:03:00 +02:00
in0finite
b963a95d85 wip 2021-04-26 00:43:30 +02:00
in0finite
38e1d4f0b2 set mesh vertex colors 2021-04-25 23:16:16 +02: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
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