Commit Graph

686 Commits

Author SHA1 Message Date
Equinox
e9e446f8ab Fix async command responses (#393)
Fix logs not being written for invalid IL
2020-07-09 18:06:35 -07:00
John Gross
b53194184c Fix world generator dialog 2020-06-25 14:48:46 -07:00
John Gross
bcb921cd9d Add code to automatically delete the bad DLL 2020-04-24 19:27:20 -07:00
John Gross
c1632b6b20 Don't serialize temporary autostart flag 2020-04-23 13:03:29 -07:00
John Gross
88d10d1955 Change KeenLogPatch to handle errors better 2020-04-23 12:59:46 -07:00
Jimmacle
d6fe6234d7 Forced MSBuild too much 2020-04-22 21:22:56 -07:00
Brant Martin
29fcdc0bf8 Add temporary autostart flag for restart commands and autostart commandline switch (#382)
Co-authored-by: Jimmacle <mindstorms11@cox.net>
2020-04-22 12:31:55 -07:00
Brant Martin
48ddc6389f Fix property grid stretching rows with low item count (#381) / Fix Jenkins packaging unnecessary binaries (#383)
* Fix property grid stretching rows with low item count

* Fix Jenkins packaging unnecessary binaries (#383)

* Fix Jenkins packaging DLLs it shouldn't

* Zap more sneaky copy locals

* MSBuild won't cooperate so it will be forced to comply

Co-authored-by: Jimmacle <mindstorms11@cox.net>
2020-04-22 12:29:28 -07:00
John Gross
a3d722eb16 Fix missing sender argument 2020-04-13 06:44:11 -07:00
John Gross
b386e53ff5 Force language version so Jenkins is happy 2020-04-13 05:08:52 -07:00
Jimmacle
1dd444759b Add support for new chat colors (#379)
* Add backwards-compatible support for new chat color system

* Use default

* Set LangVersion properly

* Add backwards compatible ctors in TorchChatMessage

* Fix not setting Font if it's not MyFontEnum

* Use correct color mappings
2020-04-13 04:44:12 -07:00
Brant Martin
76ea5fdbc1 Quick hack to reduce sim slowdown during save (#375) 2020-04-09 08:32:23 -07:00
Jimmacle
035325da22 Assert option and other fixes (#370)
* Add option to control assert logging

* Fix logging errors from calling InitMultithreading before InvokeBeforeRun
2020-03-20 09:44:54 -07:00
Equinox
33b2fa7094 Fix init (#369) 2020-03-19 12:34:47 -07:00
Equinox
b220243b75 Fix frostbite (#368)
Stop using playtest dir
2020-03-19 12:15:32 -07:00
John Gross
f2a077deed Whomst removed the plugin update option check 2020-02-23 09:18:11 -08:00
Brant Martin
d3de1426b2 Fix plugin update race condition 2020-02-23 00:27:09 -05:00
Equinox
86b6b94d25 Merge pull request #360 from sirhamsteralot/master
Add injecting of private class fields into patching methods
2020-02-15 15:19:12 -08:00
Equinox
0a19663c33 Merge branch 'master' into master 2020-02-15 15:15:28 -08:00
sirhamsteralot
d236fd9bd9 Bind to anything 2020-02-15 22:52:38 +01:00
Neko Boi Nick
bc54b79098 Fixed #364 (#365)
* Added Move Function

* Fixed #364

* Quick fix as the issue still sort of persisted.

* Update ModToIdConverter.cs

* Fixed the logic inverse.
2020-02-15 15:56:51 -05:00
Jimmacle
5035fa39b7 Fix inaccurate error tooltip
This enum isn't used for any actual features yet
2020-02-03 16:37:45 -08:00
sirhamsteralot
2395c33995 Formatting Part deux 2019-12-26 14:45:12 +01:00
sirhamsteralot
92ae252210 formatting 2019-12-26 00:07:18 +01:00
sirhamsteralot
5d40cf373d injecting of fields -- equinox 2019-12-25 23:22:22 +01:00
sirhamsteralot
9cbcc3ed85 Merge branch 'master' of git://github.com/TorchAPI/Torch 2019-12-25 23:13:24 +01:00
John Gross
a1f397f9bf Keep config disabled after stopping server 2019-12-21 12:22:29 -08:00
John Gross
540b17448a Fix overwriting Sandbox with stale cached version 2019-12-07 18:15:48 -08:00
John Gross
21fd997554 Support NPC identities in GetGridOwnerName 2019-12-07 14:11:27 -08:00
John Gross
23b0318591 Disable forcing IgnoreLastSession true 2019-11-29 15:58:44 -08:00
John Gross
5727e3b1b8 Rewrite Initializer.Run so it doesn't look like a toddler made it 2019-11-10 15:59:30 -08:00
John Gross
28164b491b Merge branch 'master' of https://github.com/TorchAPI/Torch 2019-11-05 10:19:46 -08:00
John Gross
b02d613a28 Fix crash when logging pre-formatted messages 2019-11-05 10:19:16 -08:00
Brant Martin
c18d6d4795 Unhack the hack 2019-11-01 12:18:21 -04:00
Brant Martin
5780cf7c95 Quick and dirty hack to resolve dll conflicts 2019-10-31 18:18:19 -04:00
John Gross
cc91fa3653 Fix mod downloading, more descriptive sandbox error message 2019-10-26 11:38:38 -07:00
John Gross
52ef0b4d6d Add MySteamService wrapper, add UGC service to init, fix chat intercept 2019-10-24 14:35:06 -07:00
John Gross
ef2be78102 Merge branch 'Patron' 2019-10-24 12:59:37 -07:00
Brant Martin
9c2dc69e3c patch prep 2019-10-23 20:36:15 -04:00
Brant Martin
8107bf131b Revert "Set default tab to chat because of spookyness"
This reverts commit 792151a8b7.
2019-09-29 18:16:26 -04:00
Brant Martin
0220f46741 Save changes to config when using plugin browser 2019-09-25 17:44:11 -04:00
Brant Martin
e4ad517cb1 Handle exceptions when clearing temp files BECAUSE NO ONE REPORTED IT 2019-09-25 17:36:16 -04:00
Brant Martin
792151a8b7 Set default tab to chat because of spookyness 2019-09-25 17:22:53 -04:00
John Gross
fb67b2f3d1 Merge branch 'master' of https://github.com/TorchAPI/Torch 2019-09-21 12:28:50 -07:00
John Gross
30c1f07207 Add file to project 2019-09-21 12:28:15 -07:00
John Gross
562a4554f3 Update instance manager for new config format 2019-09-21 12:19:14 -07:00
N1Ran
9f22b63227 This fixed it (#346)
Let's get this help back online
2019-09-21 10:24:30 -04:00
John Gross
c96e7a284a Merge branch 'master' into Patron 2019-09-19 11:34:09 -07:00
Jimmacle
dbcd696936 How did this get here 2019-09-19 11:10:52 -07:00
John Gross
79368aa6dd Fix MessageBox spam if Torch crashes with UI enabled and autorestart disabled 2019-09-13 11:46:35 -07:00