majormjr
4dc8cf40ef
moved logging output to file
2016-11-01 15:58:36 -04:00
majormjr
9dbd525938
added build dir to Makefile
2016-11-01 15:58:06 -04:00
Sean Callahan
bb017ec7cb
Make FactorioServer.Settings use a map instread of a struct
...
To prevent future Factorio updates breaking the server settings,
use a map to store settings. Also, comments are now preserved and
used as help text in the UI. Note: they are also passed through
the settings form, but hidden. Also improved: error handling/logging in
FactorioServer init and more error checking in the handler.
2016-11-01 11:53:55 -07:00
majormjr
3d6855a6bb
fixed email address
2016-11-01 14:20:00 -04:00
majormjr
fc223abb7f
updated Dockerfile
2016-11-01 14:19:24 -04:00
majormjr
c145a8afc2
Starting server saves server-settings.json file to correct position
2016-11-01 10:52:52 -04:00
majormjr
4190ecc621
removed AdminLTE exmaple files
2016-11-01 09:10:44 -04:00
majormjr
14058210ee
removed npm-debug.log
2016-11-01 09:09:42 -04:00
majormjr
dfe08853e4
moved server-settings.json config file to config directory
2016-11-01 08:27:50 -04:00
majormjr
64921908ca
improved log formatting
2016-11-01 08:24:15 -04:00
majormjr
d22822639d
fixed permissions
2016-11-01 08:23:48 -04:00
majormjr
edbdb2730e
added npm-debug.log to gitignore
2016-11-01 08:23:22 -04:00
majormjr
cda386a7b8
Updated makefile and added go 1.7 to travis build script
2016-11-01 08:17:54 -04:00
majormjr
1b71403186
moved defer after err
2016-10-31 18:59:14 -04:00
majormjr
572a338634
added build directory to .gitignore list
2016-10-31 18:39:51 -04:00
majormjr
76a4060341
improving server-settings.json UI
2016-10-31 18:39:18 -04:00
majormjr
54c639634b
handler improvements for retrieving server-settings.json file
2016-10-31 18:37:25 -04:00
majormjr
5f110aa3d3
Added server-settings.json file to example conf.json file
2016-10-31 18:36:29 -04:00
majormjr
618dcbd234
moved builds to build directory
2016-10-31 18:35:53 -04:00
majormjr
5ff7f7c6a3
fixed permissions
2016-10-31 18:31:41 -04:00
majormjr
4e80d5341a
fixed permissions
2016-10-31 18:29:45 -04:00
majormjr
c7bad747f6
removed old no longer needed advanced starting options
2016-10-31 12:21:23 -04:00
majormjr
198b6719e4
added new seting added in Factorio 0.14.16
2016-10-31 12:20:37 -04:00
majormjr
c547081ca7
Merge branch 'master' of github.com:MajorMJR/factorio-server-manager
2016-10-31 11:44:17 -04:00
majormjr
3931b8811f
Added checking for existing server-settings.json file
2016-10-31 11:44:00 -04:00
Mitch Roote
bd6a1f8ab5
Merge pull request #58 from sean-callahan/fix-save-bug
...
Fix nil pointer in saves
2016-10-24 10:41:55 -04:00
Sean Callahan
5ac60f28c3
fix nil reference pointer in saves
...
If there were no saves, listSaves would return a nil slice.
2016-10-23 20:00:50 -07:00
majormjr
f74dff6e1d
fixed bug where date is displayed incorrectly in UI
2016-10-18 17:53:37 -04:00
majormjr
99178f60a1
improved form formatting
2016-10-13 15:37:31 -04:00
majormjr
a3003d7428
removed unused import
2016-10-13 15:16:58 -04:00
majormjr
db13f65032
Merge branch 'master' of github.com:MajorMJR/factorio-server-manager
2016-10-13 15:13:49 -04:00
majormjr
7e97b5bb8c
added form to configuration page for updating server settings
2016-10-13 15:13:39 -04:00
Mitch Roote
4b3dedb4c5
added missing code closing tag
2016-10-11 12:30:27 -04:00
majormjr
1b99c86403
corrected ResponseWriter typo
2016-10-11 12:24:20 -04:00
majormjr
b7eaccce60
fixed bug where saves directory is listed with save files
2016-10-11 12:20:54 -04:00
majormjr
17a9c7c8af
Added route for updating server-settings.json file
2016-10-11 11:38:25 -04:00
majormjr
c4304e9b51
moved serverSettings to own component, changed settings to format into a table
2016-10-11 11:17:17 -04:00
majormjr
e1054bd816
Moved createSave function to saves.go, changed permissions when creating server-settings.json file to remove executable permissions
2016-10-11 11:15:55 -04:00
majormjr
2e1945014b
Added instructions for using prebuilt Windows binary to README, moved existing installation to "Building in Windows" section
2016-10-11 09:55:00 -04:00
majormjr
63909d8710
added Windows build to Makefile
2016-10-11 09:50:38 -04:00
Mitch Roote
2cb7628b4d
Merge pull request #54 from bostelk/server-settings
...
Server settings first-pass
2016-10-11 09:26:34 -04:00
Mitch Roote
42c8cbd175
Merge pull request #56 from cyris69/patch-2
...
Update readme
2016-10-11 09:21:32 -04:00
cyris69
2c5cfeb3d0
Update readme
...
Fixed spelling/grammar errors and added step to run src.exe before using opening FSM in browser
2016-10-08 11:03:29 -04:00
Mitch Roote
1eb6657018
Merge pull request #55 from cyris69/patch-1
...
Update readme
2016-10-07 22:01:49 -04:00
cyris69
daca17a432
Update readme
...
added installation notes for windows.
2016-10-07 13:21:39 -04:00
Kyle Bostelmann
196b6ded6a
Merge remote-tracking branch 'MajorMJR/master' into server-settings
2016-10-05 20:33:46 -03:00
Kyle Bostelmann
a87a0dcdad
Fix empty response.
2016-10-05 20:30:47 -03:00
Kyle Bostelmann
3468c1a214
Use the Game Configuration view to display the server settings for a quick first-pass.
2016-10-05 20:30:16 -03:00
Kyle Bostelmann
ffad306b8c
Add route to get the server settings.
2016-10-05 20:29:31 -03:00
Kyle Bostelmann
0220223369
Write the server-settings.json on Run.
2016-10-05 20:29:06 -03:00