-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e37b64
commit 6b019e6
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule FactorioLoaderLib
updated
6 files
+30 −1 | LICENCE.externals | |
+140 −0 | externals/serpent.lua | |
+51 −0 | library/ZipModLoader.lua | |
+14 −0 | library/factorioglobals.lua | |
+9 −34 | library/factorioloader.lua | |
+19 −2 | library/settingloader.lua |
Submodule factorio-web-calc
updated
25 files
+200 −0 | boxline.js | |
+83 −84 | calc.css | |
+90 −6 | calc.html | |
+311 −0 | circlepath.js | |
+23 −0 | d3-sankey/align.js | |
+5 −0 | d3-sankey/constant.js | |
+122 −0 | d3-sankey/cycle.js | |
+3 −0 | d3-sankey/index.js | |
+400 −0 | d3-sankey/sankey.js | |
+15 −0 | d3-sankey/sankeyLinkHorizontal.js | |
+17 −51 | display.js | |
+82 −0 | dropdown.css | |
+74 −63 | dropdown.js | |
+98 −121 | events.js | |
+6 −0 | factory.js | |
+12 −0 | fragment.js | |
+92 −0 | images/icons.svg | |
+0 −13 | images/popout.svg | |
+16 −0 | init.js | |
+40 −0 | module.js | |
+128 −76 | settings.js | |
+34 −58 | target.js | |
+2 −0 | third_party/d3.min.js | |
+3,801 −0 | third_party/dagre.min.js | |
+574 −237 | visualize.js |