Commit Graph

552 Commits

Author SHA1 Message Date
John Gross
0e6ac14b74 Error handling 2019-06-06 18:06:28 -07:00
John Gross
97f380fb7b Fix moar 2019-06-06 18:03:58 -07:00
John Gross
3e5b29c84d I think I actually fixed it 2019-06-06 17:07:25 -07:00
John Gross
5d19cc7cf1 I think I fixed it 2019-06-06 15:48:29 -07:00
Brant Martin
19995eba1a Update protobuf to 2.4 2019-06-06 15:54:05 -04:00
Brant Martin
0a852c49e8 Copy missing dll 2019-06-06 15:35:54 -04:00
Brant Martin
ed298cdfb0 Fix for update 2019-06-06 15:11:39 -04:00
John Gross
6f65b54883 stop 2019-05-06 23:54:02 -07:00
John Gross
b0c1ccf9b4 Add NLog-user.cfg to build output 2019-05-06 18:01:40 -07:00
Brant Martin
7f720a1753 Implement user nlog configs, update updater to ignore user config. Resolves #309
Also changes FilesystemManager to use system temp directory when appropriate. (reduces clutter on disk)
2019-05-06 19:34:12 -04:00
John Gross
93bb11c135 Fix crash on invalid command from UI 2019-04-19 11:23:04 -07:00
John Gross
2fd8c17525 Merge branch 'master' into Patron 2019-04-19 08:26:04 -07:00
John Gross
b974487fc4 Fix for command response in UI. How did this ever work? 2019-04-16 11:57:13 -07:00
John Gross
8198243425 Add backwards compatibility to CommandContext.Respond for plugins compiled against older Torch 2019-04-16 10:20:13 -07:00
John Gross
b4addcc125 Add nullchecks to player action buttons 2019-04-15 15:41:13 -07:00
John Gross
2d7893b9de Merge branch 'master' of https://github.com/TorchAPI/Torch 2019-04-15 15:39:09 -07:00
John Gross
60c0ae1049 Fix message target bug 2019-04-15 15:38:34 -07:00
Brant Martin
aaabfa2d01 Merge branch 'master' into Patron 2019-04-10 16:31:19 -04:00
Brant Martin
5c8a1f3677 Don't throw exceptions when saving is abnormal 2019-04-10 16:29:41 -04:00
Brant Martin
b37cd74e56 Fix gross initializer error on first time installations 2019-04-10 14:28:13 -04:00
Brant Martin
af9a31f4ad Keen broke network intercept. Disable it until we decide what to do. 2019-04-09 21:20:56 -04:00
John Gross
7d8838c0ee Add customizable server chat name and color 2019-04-08 19:46:58 -07:00
Brant Martin
2c47cfd60e Enable PatchShim for plugins 2019-03-13 14:41:25 -04:00
Brant Martin
6422f7c576 Fail *gracefully* when Havok runs out of memory. 2019-03-12 20:49:45 -04:00
Brant Martin
369a3217f7 Change plugin update IO logic 2019-03-10 16:45:18 -04:00
Jimmacle
f44bf935d3 Merge pull request #299 from N1Ran/Patron
Fix for the GUI entity count.  Revert just the count from Sorted
2019-03-09 10:25:25 -08:00
N1Ran
0e43eee2f3 Fix for the GUI entity count. Revert just the count from Sorted 2019-03-09 09:51:03 -05:00
Jimmacle
c6121ab590 Merge pull request #298 from TorchAPI/master
Update events/UI to reflect new chat
2019-03-08 12:58:45 -08:00
John Gross
72ceeffdad Update events/UI to reflect new chat 2019-03-05 11:31:00 -08:00
Brant Martin
5eb6e9990c Don't die when updating plugins with no releases 2019-03-03 19:02:20 -05:00
Brant Martin
3d3769cf5a Enable plugin updating from website 2019-03-03 18:46:11 -05:00
Brant Martin
2a64151f67 There's a damn typo in the jenkins file 2019-03-03 17:44:26 -05:00
Brant Martin
34616607a8 Implement Torch auto-update. Sadly does not work for Patron branch. 2019-03-03 17:42:02 -05:00
Brant Martin
796feb05e6 I shouldn't be allowed to have a computer 2019-03-03 15:23:43 -05:00
Brant Martin
14ae58ca0c Versioning should work now 2019-03-03 15:21:57 -05:00
Brant Martin
b555f46f56 Try versioning again 2019-03-03 15:17:00 -05:00
Brant Martin
dc5e7e4cb0 Try new version scheme 2019-03-03 15:01:51 -05:00
Brant Martin
deb0b202bf Merge remote-tracking branch 'origin/master' into Patron 2019-03-03 13:01:46 -05:00
Brant Martin
0a5a70f583 csproj didn't update for some reason 2019-03-02 14:38:52 -05:00
John Gross
f16e825b57 Fix command hiding, remove duplicate event invoke 2019-03-02 11:14:23 -08:00
Brant Martin
263a8229fa Enable hyperlinks.
Sanitize hyperlinks.
2019-03-02 12:14:32 -05:00
Brant Martin
dc7a27a5e3 Merge branch 'master' of https://github.com/TorchAPI/Torch into Patron 2019-03-02 11:42:24 -05:00
Brant Martin
651865f28a Implement plugin browser and downloader 2019-03-02 11:42:08 -05:00
John Gross
27493d3b23 Revert "Replace the stupid MyMultiplayer.GetMemberName with something that actually works."
This reverts commit 8c59098c28.
2019-03-01 20:28:38 -08:00
John Gross
295bbd62b8 Fix window size shenanigans breaking the config 2019-02-28 13:44:14 -08:00
John Gross
5cf3ae1203 Fix command hiding, add new chat properties to TorchChatMessage 2019-02-28 12:33:26 -08:00
John Gross
c650e190fb Clean up mess from last commit 2019-02-28 12:03:26 -08:00
John Gross
5cd5873ec3 Replace chat intercept with patch 2019-02-28 11:57:36 -08:00
John Gross
42a66b04c5 Revert build scripts for merge 2019-02-28 08:28:33 -08:00
Brant Martin
a237185e4c Move all deprecated junk to the deprecated file 2019-02-27 19:11:47 -05:00