factorio-server-manager/src
2019-10-29 23:41:38 +01:00
..
factorio_save_testfiles fixed new uint8 in saves 2019-02-27 02:27:11 +01:00
lockfile added package management via go modules (go v1.11) 2019-10-29 16:00:27 +01:00
auth.go add handlers for received commands, improved initial rcon connection establishment 2017-01-22 21:30:11 -05:00
factorio_config.go moved serverSettings to own component, changed settings to format into a table 2016-10-11 11:17:17 -04:00
factorio_save_test.go fixed new uint8 in saves 2019-02-27 02:27:11 +01:00
factorio_save.go added missing file.Close() & some closing error handling 2019-10-13 21:47:55 +02:00
factorio_server_linux.go run gofmt to format everything 2017-12-22 19:32:33 +01:00
factorio_server_windows.go run gofmt to format everything 2017-12-22 19:32:33 +01:00
factorio_server.go added missing file.Close() & some closing error handling 2019-10-13 21:47:55 +02:00
gamelog.go moved backend application to src directory 2016-05-12 07:31:05 -04:00
go.mod ran go mod tidy to cleanup go.mod 2019-10-29 23:41:38 +01:00
go.sum ran go mod tidy to cleanup go.mod 2019-10-29 23:41:38 +01:00
handlers.go Merge pull request #157 from dgw/makefile-bundle-fix 2019-08-07 01:10:04 +02:00
main.go Merge pull request #155 from Psychomantis71/master 2019-08-01 19:34:50 -04:00
mod_modInfo.go added package management via go modules (go v1.11) 2019-10-29 16:00:27 +01:00
mod_modpacks.go made go-code all camelCase 2017-12-22 20:13:49 +01:00
mod_Mods.go added package management via go modules (go v1.11) 2019-10-29 16:00:27 +01:00
mod_modSimple.go made go-code all camelCase 2017-12-22 20:13:49 +01:00
mods_handler.go added package management via go modules (go v1.11) 2019-10-29 16:00:27 +01:00
mods.go added missing file.Close() & some closing error handling 2019-10-13 21:47:55 +02:00
rcon.go add handlers for received commands, improved initial rcon connection establishment 2017-01-22 21:30:11 -05:00
routes.go finished downloading multiple mods from save 2018-07-17 03:53:21 +02:00
saves.go fix nil reference pointer in saves 2016-10-23 20:00:50 -07:00
version.go fixed optimized strings and versions for older save file versions 2019-01-12 14:43:30 -08:00
wsclient.go made go-code all camelCase 2017-12-22 20:13:49 +01:00
wsroutes.go fix #149 2019-05-10 21:31:47 +02:00