No description
Find a file
Andrew DeLisa 37d9e2c930 Fix NullReferenceException, guard against DirectoryNotFoundException (#26)
* disable "Test All Servers Without Data Clear" by default

* set various controls Enabled property to be conditional on project presence (paving the way for a "File > Close")

* prevent unexpected case where test command is enabled despite no project being loaded

* guard against DirectoryNotFoundException, log it as a MessageBox

* set enabled to true if, only if, and when project is loaded successfully (avoids performance hit of changing Enabled on paint)

* "true" is shorter than "enabled"...
2019-01-02 16:19:05 -05:00
Data Initial commit 2018-12-22 10:02:57 -05:00
IslandImages Initial commit 2018-12-22 10:02:57 -05:00
Projects Minor example tweaks and fixes 2018-12-28 17:02:54 -05:00
Resources Initial commit 2018-12-22 10:02:57 -05:00
Src Fix NullReferenceException, guard against DirectoryNotFoundException (#26) 2019-01-02 16:19:05 -05:00
WaterTiles Initial commit 2018-12-22 10:02:57 -05:00
.gitignore Initial commit 2018-12-22 10:02:57 -05:00
LICENSE Initial commit 2018-12-22 09:48:08 -05:00
README.md Fix typo (#18) 2018-12-29 02:16:42 +00:00
ServerGridEditor.exe Updated Binary 2018-12-29 00:38:27 -05:00
ServerGridEditor.exe.config Initial commit 2018-12-22 10:02:57 -05:00

Early WIP ServerGridEditor for Atlas

Initially created by Instinct Games. Feel free to edit and use how you please or contribute to make this better for all that use it. In the end it just is a quick example of how to generate the json for the game Atlas.

A fully web version or even another C# one but in WPF might prove better for your needs!

Infromation

For more information about Atlas please visit playatlas.com.

How to use?

For detailed instructions please see ServerGridEditor/wiki as it is updated over time! More to come soon!