Brant Martin
|
92d7f8f578
|
Merge branch 'Patron' of https://github.com/TorchAPI/Torch into Patron
|
2019-06-09 17:45:56 -04:00 |
|
Brant Martin
|
f94bfc2850
|
Merge branch 'master' into Patron
|
2019-06-09 17:45:37 -04:00 |
|
Brant Martin
|
db283fad15
|
Fix admin permission/logger errors. Probably.
|
2019-06-08 09:33:35 -04:00 |
|
John Gross
|
dd7288b787
|
Merge branch 'master' into Patron
|
2019-06-06 19:36:40 -07:00 |
|
John Gross
|
a6e41b2a90
|
Fix native Havok.dll loading
|
2019-06-06 18:23:39 -07:00 |
|
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
|
dc0a085d86
|
Merge branch 'master' into Patron
|
2019-06-06 15:36:32 -04:00 |
|
Brant Martin
|
0a852c49e8
|
Copy missing dll
|
2019-06-06 15:35:54 -04:00 |
|
Brant Martin
|
3a7cbe48b8
|
Merge branch 'master' into Patron
|
2019-06-06 15:15:31 -04:00 |
|
Brant Martin
|
ed298cdfb0
|
Fix for update
|
2019-06-06 15:11:39 -04:00 |
|
Brant Martin
|
3925c34610
|
Remove return statement in plugin loader because I'm stupid
|
2019-06-06 08:28:23 -04:00 |
|
Brant Martin
|
a6fa112050
|
Fix random MT error in SortedView
|
2019-06-05 13:56:28 -04:00 |
|
Brant Martin
|
d97a6a52a4
|
Handle xml errors in Persistent.Load gracefully
|
2019-06-05 13:56:08 -04:00 |
|
Brant Martin
|
121846eeae
|
Fix rare crash in entity view sorting
|
2019-06-03 19:56:29 -04:00 |
|
Brant Martin
|
ebef1edc09
|
Plugin loading, init, and update now actually catch and report errors.
|
2019-06-03 16:16:25 -04:00 |
|
Brant Martin
|
bbaf1384ba
|
Allow property grid description field to resize
|
2019-06-03 00:07:59 -04:00 |
|
Brant Martin
|
7036a4da81
|
Enable deleting characters when there is no controller attached.
Increase !save timeout to 5 mintues
|
2019-06-02 11:15:16 -04:00 |
|
Brant Martin
|
91ceb0aa22
|
Implement ScrollContainerProperty to allow plugins to disable the default scrollviewer wrapper on their controls
|
2019-05-08 18:34:09 -04:00 |
|
John Gross
|
de12327ac2
|
Merge branch 'master' into Patron
|
2019-05-06 23:54:52 -07:00 |
|
John Gross
|
6f65b54883
|
stop
|
2019-05-06 23:54:02 -07:00 |
|
John Gross
|
c0ffd7e641
|
Merge branch 'master' into Patron
|
2019-05-06 18:59:12 -07:00 |
|
John Gross
|
b0c1ccf9b4
|
Add NLog-user.cfg to build output
|
2019-05-06 18:01:40 -07:00 |
|
Brant Martin
|
ed3e1aa846
|
Merge branch 'master' into Patron
|
2019-05-06 19:35:11 -04: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 |
|
Brant Martin
|
6cbcbc6f3f
|
Save config on backwards-compatible load
|
2019-05-04 18:42:27 -04:00 |
|
Brant Martin
|
53ae9bc42d
|
Remove debug code
|
2019-05-04 18:40:17 -04:00 |
|
Brant Martin
|
9813d6946a
|
Refactor plugin loading. All active plugins must now be listed in torch.cfg
|
2019-05-03 21:39:56 -04:00 |
|
John Gross
|
c7651c9949
|
Fix NRE if help command is used from server
|
2019-04-29 11:43:19 -07:00 |
|
Brant Martin
|
34211c4b3f
|
Filter help commands by promote level of requesting user. Closes #306
|
2019-04-28 18:25:53 -04:00 |
|
Brant Martin
|
8bc4c247e6
|
Enable the scrollbar on the config page
|
2019-04-22 15:55:02 -04:00 |
|
Brant Martin
|
92406a051a
|
Add bulk editing of roles
|
2019-04-22 15:44:34 -04:00 |
|
Brant Martin
|
56f7578d13
|
Implement chat muting TorchAPI/Essentials#81
|
2019-04-20 11:43:55 -04:00 |
|
Brant Martin
|
068b074de0
|
Add player display to main UI window. Ref TorchAPI/Essentials#106
|
2019-04-20 09:02:21 -04:00 |
|
Brant Martin
|
bb0ee3b861
|
Add editor for player promotion levels. Resolves #280
|
2019-04-19 21:30:10 -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 |
|