knoxfighter
27a5f62560
added windows-os to travis
2019-03-22 00:39:53 +01:00
knoxfighter
30ae0a58e3
fixed filepaths for Windows
2019-03-22 00:36:38 +01:00
knoxfighter
1a5941d7e9
use bootstrap-fileinput for savefile upload
2019-03-15 00:26:37 +01:00
knoxfighter
870ab3829c
fixed #139
2019-03-13 01:09:11 +01:00
CodeLingo Bot
9e2def0173
Fix function comments based on best practices from Effective Go
...
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-06 03:13:25 +00:00
knoxfighter
3b207fc750
fixed sweetalert2 API changes
2019-03-03 02:16:36 +01:00
knoxfighter
4b721bd865
also updated sweetalert2
2019-03-03 02:10:58 +01:00
knoxfighter
d82eb447d6
updated npm packages (w/o sweetalert2)
2019-03-03 01:57:43 +01:00
knoxfighter
2b94eaf826
missing login-designs
2019-03-03 01:25:59 +01:00
knoxfighter
98e7454745
fixed login-page design
2019-03-03 01:25:00 +01:00
knoxfighter
9ed51468f1
Merge remote-tracking branch 'upstream/develop' into develop
2019-03-03 00:08:14 +01:00
Mitch Roote
6dc7ec63e4
Merge branch 'develop'
2019-02-28 20:02:28 -05:00
Mitch Roote
97ef9a113e
Update go versions in travis.yml
2019-02-28 19:47:26 -05:00
Mitch Roote
ccf03964a6
Bump manager version in dockerfile
2019-02-28 19:30:15 -05:00
Mitch Roote
dabc659d54
Fix Route import
2019-02-28 19:29:36 -05:00
Mitch Roote
2a69a8d75b
Merge pull request #135 from knoxfighter/fix-#123
...
fix #123
2019-02-28 19:28:23 -05:00
knoxfighter
57a5e4debb
Merge branch 'fix-#123' into develop
2019-02-28 23:25:47 +01:00
knoxfighter
c22fd4a024
fixed redirect when not logged in
2019-02-28 17:59:18 +01:00
knoxfighter
af0dfd3614
removed HiddenSidebar
2019-02-28 15:55:36 +01:00
Mitch Roote
9304c1f7d1
Merge branch 'develop'
2019-02-26 21:09:03 -05:00
Mitch Roote
4683e32b99
Bump manager version in dockerfile
2019-02-26 21:06:58 -05:00
Mitch Roote
425e4adc30
Merge pull request #132 from knoxfighter/0.17-fixes
...
0.17-fixes
2019-02-26 20:55:53 -05:00
knoxfighter
71a5ca64a4
fixed new uint8 in saves
2019-02-27 02:27:11 +01:00
Mitch Roote
dd1f187aa7
Merge pull request #128 from knoxfighter/Feature/general_mod_fixes
...
another npm update && fix of red incompatible background
2019-01-20 07:34:33 -05:00
Mitch Roote
890bd00bca
Merge pull request #127 from sean-callahan/feature/save-refactor
...
Mod loading from save refactor
2019-01-17 20:08:01 -05:00
knoxfighter
7e8a6d12c7
updated webpack version one bugfix
2019-01-14 21:10:23 +01:00
Sean Callahan
cdef0c4b8e
fixed optimized strings and versions for older save file versions
...
Modified `readString` to properly read optimized lengths based on version.
`version48` now represents optimized uint16 versions; via the new `ReadFrom` method.
2019-01-12 14:43:30 -08:00
knoxfighter
c49733aba0
fixed incompatible red background color
2019-01-12 22:03:36 +01:00
Sean Callahan
2edbc65f5a
Merge pull request #1 from knoxfighter/feature/save-refactor
...
added test for factorio_save.go
2019-01-12 11:27:37 -08:00
knoxfighter
c92a4919df
added test for factorio_save.go
2019-01-12 19:37:51 +01:00
Sean Callahan
e9dc110c4a
Fixed version parsing and comparison on ModPortalInstallMultipleHandler
...
The string parsing was incorrect with the updated Version schema.
Updated to use the new Version type and comparisons.
2019-01-11 22:04:01 -08:00
Sean Callahan
a46f69fda4
Make Version four parts; add compatibility for older save file versions
...
* Extended Version type to support build versions.
* Removed special io.Stringer and marshallers on version64.
* Added obsolete `stats` field for save files 0.13.0.42 and older.
* Normalized `allowed_commands` values on save files 0.13.0.87 and older.
* Added `OpenArchiveFile` function to open an archive sub file.
* Altered `LoadModsFromSaveHandler` to use new `OpenArchiveFile` function.
2019-01-11 21:42:24 -08:00
Sean Callahan
27d78ea9c4
Refactored mod loading from save file
...
* Removed dependency on semver library
* Moved to new version struct types in level.dat structure
- added version24, version48, and version64 types and marshallers
* Fixed UI to reflect new json schema
- removed `num_mods`
- versions are now 3D arrays instead of objects
* Fixed read optimized uint implementation
2019-01-10 14:28:57 -08:00
Mitch Roote
663bd85805
Merge pull request #126 from sean-callahan/develop
...
fix #123 : incorrect incompatibility flags
2019-01-09 17:56:26 -05:00
Sean Callahan
7a38183241
go: allow more comparison operators for mod dependencies
...
Added support for ==, !=, >, <, >=, <= when checking the base dependency version.
2019-01-08 08:47:57 -08:00
Sean Callahan
7161b3a5a9
go: allow dependencies without version
...
Factorio allows a mod to specify a dependency without a version number.
2019-01-08 08:25:09 -08:00
Sean Callahan
637acba383
fix #123 : incorrect incompatiblity flags
...
Added a new Version type to wean off of the vendored semver library.
Simplified base dependency checking for mod.json
2019-01-06 20:32:39 -08:00
knoxfighter
06798429ee
show progress in production build
2019-01-07 00:51:34 +01:00
knoxfighter
6137ad609f
updated npm packages ... again
2019-01-07 00:44:01 +01:00
Mitch Roote
9774e5f859
Update readme
2018-09-22 22:38:26 -04:00
Mitch Roote
807950a26c
Merge pull request #120 from knoxfighter/Feature/update-everything
...
Updated everything
2018-09-22 22:33:14 -04:00
knoxfighter
7e16fd7db8
updated file-loader and webpack-style-fix
2018-08-29 21:27:25 +02:00
knoxfighter
c73f14c104
added css-minification
2018-08-29 20:48:24 +02:00
knoxfighter
a22d1f6d41
added prop-types-version
2018-08-29 20:01:10 +02:00
knoxfighter
7b8311e151
updated to babel 7
2018-08-29 19:17:11 +02:00
knoxfighter
dc35cff8e2
reworked npm scripts
2018-08-29 18:11:46 +02:00
knoxfighter
d8e2143ac9
removed last laravel-file
2018-08-29 05:14:07 +02:00
knoxfighter
282c8be8e8
enabled sourceMaps
2018-08-29 05:08:55 +02:00
knoxfighter
978b759b00
reenabled compile of js-files
2018-08-29 03:54:52 +02:00
knoxfighter
5bd95338f6
added workaround for creating js-files for extracted css.
2018-08-29 03:46:30 +02:00