zznty
d15985e918
ensure restart save is exclusive to prevent save corruption
2024-11-09 19:06:10 +07:00
Bishbash777
5804165d2b
205 fixes. ( #590 )
...
Release / Get Version (push) Successful in 7s
Release / Build and Publish Nuget (push) Successful in 2m33s
Release / Build and Publish Package (push) Successful in 3m9s
(cherry picked from commit e41a26dbd2fb966b21757fa0248f6b4a4e716aad)
2024-10-15 01:18:02 +07:00
zznty
6a695f2abf
fix backwards compat with some plugins
2024-10-13 22:26:09 +07:00
zznty
0d74a5c1a8
update deps
Release / Get Version (push) Successful in 11s
Release / Build and Publish Package (push) Successful in 2m11s
Release / Build and Publish Nuget (push) Successful in 4m0s
2024-08-22 14:05:36 +07:00
zznty
46ee2b61a5
refactoring and proper game state destruction
2024-05-15 21:12:54 +07:00
zznty
bfa3604524
update deps and se version
2024-05-15 20:07:32 +07:00
zznty
ccd04585c4
maybe
2024-01-08 19:48:16 +07:00
zznty
29bfcced62
fix this cringe with rids
2024-01-08 19:40:44 +07:00
zznty
5fac281f37
update deps
2024-01-08 19:35:46 +07:00
zznty
7bbdb79257
actually hardcode runtime version
2023-12-17 22:01:28 +07:00
zznty
4afae0fe56
net 8 target
2023-12-17 21:35:51 +07:00
zznty
646916dc7b
force update dependencies
2023-12-14 00:56:46 +07:00
zznty
563c611e3e
revert to net7
2023-12-06 17:23:15 +07:00
zznty
579b090c85
resolve rid ci issues
2023-12-06 16:21:42 +07:00
zznty
d8e2d9fcec
net8 update
2023-12-04 21:22:43 +07:00
zznty
615defabb6
update dependencies
2023-09-07 14:49:27 +07:00
22c4cfb039
Update for latest version
2023-09-04 13:47:48 -04:00
1b2a989441
Update for 1.203.22
2023-08-31 23:53:46 -04:00
zznty
bbc2f9046f
update packages
2023-07-06 03:00:08 +07:00
zznty
343420f1d8
fix initialization issues
2023-07-01 19:57:18 +07:00
zznty
1396c8b1da
upgrade packages
2023-06-29 14:35:37 +07:00
zznty
3be524d169
expose custom config to plugins
...
add support for some basic game parameters to be set via custom config
2023-06-29 14:08:45 +07:00
zznty
d65c20a05d
update se to 1.202.120
2023-06-13 22:42:35 +07:00
6c9ec57d87
Update for latest SE version
2023-05-29 12:32:49 -04:00
zznty
bd27360655
update to new se
2023-04-14 11:05:36 +07:00
zznty
73ce979b54
update packages to new se version
...
keen has thrown a bunch of new static ctors so factory patch cannot be revied :(
2023-02-17 12:43:45 +07:00
zznty
b9cb71e11f
introduction of nuget packages as plugins support
2023-02-08 15:56:50 +07:00
zznty
ac1ec431fd
use lock files
2022-12-12 17:27:21 +07:00
zznty
3acaf25376
fix plugins ui crashes
2022-12-12 17:25:03 +07:00
zznty
8478ee3752
cleanup for webapi things
2022-12-02 15:44:38 +07:00
zznty
ead8e3a4fc
update
2022-12-02 15:23:11 +07:00
zznty
f73b9df924
net7 things
2022-11-20 23:13:16 +07:00
zznty
c283059106
test linux ci v2
2022-11-06 20:41:26 +06:00
zznty
c5acf61f7c
add auto-updates from github
2022-10-15 15:33:57 +07:00
zznty
17f97af52f
add gslt login option ( #515 )
...
(cherry picked from commit c81f139fe6b5de0c9f7a005dc2cbe576f4ca8f67)
2022-10-15 02:09:09 +07:00
zznty
98a4be655f
fix plugins download
2022-10-10 20:31:10 +07:00
zznty
c5c8e527da
projects cleanup
2022-10-09 17:52:30 +07:00
zznty
f8a3647308
seems to be configuration rework
2022-09-09 16:48:14 +07:00
zznty
0a40b1fe0f
move some parts of main class to other
...
fix poorly implemented features
2022-06-05 15:50:03 +07:00
zznty
a1e9434444
remove compat for netframework
2022-06-05 15:43:15 +07:00
zznty
d2d96df8be
fix csproj
2022-05-08 12:39:09 +07:00
zznty
b40f288827
Merge remote-tracking branch 'zznty/master'
...
# Conflicts:
# Torch.API/Torch.API.csproj
# Torch/Patches/ScriptCompilerPatch.cs
2022-05-08 12:36:22 +07:00
zznty
6267cffebe
update packages
2022-05-08 12:30:05 +07:00
zznty
1afb126cb5
fix plugin downloading on separated runtime directory
2022-05-08 12:24:38 +07:00
zznty
15be85b4f5
forced lang version to 10 (as ryo requested)
...
all libs are now packed into directory
jenkins file is back
some directives to get net48 supported too
2022-03-16 20:34:01 +07:00
z__
357e0446df
got it working on docker
...
fixed log closing exception
2022-02-03 17:03:49 +07:00
z__
1c92f69bd4
updated NLog to v5
...
fixed most of issues with world creating/loading
fixed log window lags
fixed some compiler warnings
fixed empty log files creating
fixed logging performance
added better logging of load process
commands autocomplete in torch GUI
chat in torch GUI now has entered history (like console, use up/down arrows)
abstraction of instance manager
session name now correctly displaying in torchSessionManager messages
TorchSession now has loaded world property (as torch now has more control about world load process)
now only dedicated config locks after session start
2022-02-02 14:28:53 +07:00
zznty
057d126658
exception fixes
2022-01-30 19:23:43 +07:00
z__
f6ef662344
queries and restart fixes
2022-01-23 21:03:32 +07:00
z__
58b9c926ae
net6 things
2022-01-22 21:13:38 +07:00