sirhamsteralot
bfcf96f1ad
Disable typing in Log
2018-04-13 20:53:56 +02:00
sirhamsteralot
d257e9e1e8
Fixed crash when plugin doesnt use UI
2018-04-13 20:45:41 +02:00
John Gross
85e307f8db
Fix theming for plugins
2018-04-12 18:04:15 -07:00
sirhamsteralot
2f157a6438
XML comments
2018-04-12 09:54:34 -07:00
sirhamsteralot
cdde72cbe0
Comments
2018-04-12 09:54:33 -07:00
sirhamsteralot
b18420ad55
Themes apply everywhere now
2018-04-12 09:54:33 -07:00
sirhamsteralot
d92daccdbf
I fixed the issue
2018-04-12 09:54:33 -07:00
sirhamsteralot
6b3cc6c421
Save on select
2018-04-12 09:54:32 -07:00
sirhamsteralot
18af85c4d7
Most of these arnt even changes
2018-04-12 09:54:32 -07:00
sirhamsteralot
6c6ff18ec3
Added more themes and serialization of the latest theme
2018-04-12 09:54:32 -07:00
sirhamsteralot
67e663f023
Added Dark themes
2018-04-12 09:54:31 -07:00
sirhamsteralot
3f717b304a
Switching Themes is working, just have to create/find a proper theme now
2018-04-12 09:54:31 -07:00
SirHamsterAlot
300af03012
ColoringAttempts
2018-04-12 09:54:30 -07:00
John Gross
d87cc7f1e7
Truncate log in UI, add ability to cancel restart
2018-04-12 09:51:52 -07:00
John Gross
d59ef20f72
Fix config not saving session settings
2018-04-03 11:17:19 -07:00
John Gross
b2bf0229ed
Revert FirstOrDefault change
2018-04-03 00:05:32 -07:00
John Gross
f03bfd2d7a
Fix suppressed fatal error, make world config importing manual
2018-04-02 21:00:36 -07:00
Brant Martin
58ad553b39
Fix data binding direction
2018-03-20 22:47:33 -07:00
Brant Martin
83056bacf4
Add entity id to grid views
2018-03-20 22:47:33 -07:00
Daniel Osborne
869ba0d33c
Wrap the plugin controls around a ScrollViewer
...
So plugin authors don't have to worry about controls drawing out of the
window, wrap the plugin in a ScrollViewer, which will automatically add
a scroll bar if needed.
2018-03-11 20:29:25 -07:00
John Gross
e242ed6f1f
Disable new world button, fix crash opening plugin folder
2018-02-21 17:19:33 -08:00
Brant Martin
444da941c9
Tweak client join validation
2018-02-15 11:14:57 -05:00
Westin Miller
f19fd84f1d
Fix empty group letting people in over cap
2018-02-12 14:41:50 -08:00
Brant Martin
c32badb750
Add support for Category, Name, and Description to PropertyGrid using DisplayAttribute
2018-02-11 22:43:22 -05:00
John Gross
a2b9c4724d
Remove text template broken by VRage.Game arch change
2018-02-09 09:18:09 -08:00
John Gross
c1961dee5f
Update checkpoint view model
2018-02-02 10:59:21 -08:00
John Gross
e42a231553
Add sane whitelist, fix bad server init logging
2018-01-30 23:40:38 -08:00
John Gross
b3d9a64632
Add validation for world load settings
2018-01-27 09:19:03 -08:00
Westin Miller
17413f81ff
Character view model and fixed character display
2018-01-26 21:48:46 -08:00
John Gross
6764d80534
Enable text wrapping in chat log
2018-01-25 18:34:21 -08:00
John Gross
6fbc06081e
Add block limit editor, various UI tweaks
2018-01-25 18:34:21 -08:00
John Gross
0328876d50
More async init, add proper NLog target for WPF and free console in UI mode
2018-01-25 18:34:16 -08:00
John Gross
c5e1dd7c3a
Oops, don't init the server twice
2018-01-25 18:33:23 -08:00
John Gross
714824df97
Fix start/stop buttons, improve DS init order, add console tab
2018-01-25 18:33:08 -08:00
John Gross
2cb921087f
Remove lazy loading of plugin WPF control
2018-01-25 18:30:23 -08:00
John Gross
ba8fa01ce5
Auto-generate configuration dialog, fix logger names, prepare for async initialization
2018-01-25 18:30:23 -08:00
John Gross
74d9999202
Add informational version type
2018-01-25 18:30:23 -08:00
John Gross
1be1c938cc
View model improvements, load world checkpoints for more config options
2018-01-25 18:30:23 -08:00
Westin Miller
834395bdc3
Admins can join full servers
...
Sessions get cleaned up properly
2017-12-05 00:42:03 -08:00
Westin Miller
18dad5bedf
Add block count to groups
2017-12-05 00:26:31 -08:00
Westin Miller
c188367749
Observable collection base code for those without a true backing collection.
...
Observable sorted dictionary
Grid view now displays blocks grouped by subtype.
Null propagation in entity view models because WPF.
2017-12-04 23:52:03 -08:00
Westin Miller
d07caea0f6
New saving system with proper waiting for file flush
...
Command context for servers now supports Respond()
Chat manager now treats the steam ID Sync.MyId as a local destination, and processes the event accordingly.
Save makes better use of Task<>
Restart actually waits for save
PlayerCollectionExtension uses a dictionary lookup for TryGetBySteamId
Shutting the UI window properly closes Torch
Torch Dispose renamed to Destroy, VRage Dispose marked as obsolete (do not use)
2017-12-02 21:19:09 -08:00
Westin Miller
72b6d0e7bb
Tweaks to versioning scheme
...
Nuke staging
2017-12-02 12:14:48 -08:00
Westin Miller
f0adeddb66
Split game initialization and starting into a separate thread and file.
2017-11-25 17:25:06 -08:00
Westin Miller
e709b6c321
Tweaked initializer to keep the SpaceEngineersGame instance around.
2017-11-25 15:52:53 -08:00
Westin Miller
1b0dcc9808
Validate auth ticket event exposed to other parts of Torch and plugins
2017-11-24 20:46:41 -08:00
John Gross
fe5dfa0ea7
Another restart fix and invoke tweaks
2017-11-23 10:46:28 -08:00
John Gross
25e6f27854
Fixes for 2017-11-17 major
2017-11-17 12:11:11 -08:00
Westin Miller
11bc7cb60c
Trace level messages
...
Collection change events are all deferred, and replaced with reset if it makes sense.
2017-11-09 09:42:48 -08:00
Westin Miller
0fc9b49fba
Didn't work well
2017-11-04 10:19:33 -07:00