mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 08:12:47 -06:00
updated todo
This commit is contained in:
20
.luarc.json
20
.luarc.json
@@ -14,6 +14,24 @@
|
||||
"__Profiler",
|
||||
"create_inactivity_order"
|
||||
],
|
||||
"Lua.runtime.builtin": {
|
||||
"coroutine": "disable",
|
||||
"debug": "disable",
|
||||
"io": "disable",
|
||||
"math": "disable",
|
||||
"os": "disable",
|
||||
"package": "disable"
|
||||
},
|
||||
"Lua.runtime.plugin": "/home/mami/.config/Code/User/workspaceStorage/9536dbf0665a54126a4b0958ecd5829f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua",
|
||||
"Lua.runtime.special": {
|
||||
"__object_name": "type"
|
||||
},
|
||||
"Lua.workspace.library": [
|
||||
"~/.steam/steam/steamapps/common/Factorio/data",
|
||||
"~/.steam/steam/steamapps/common/Factorio/data/core/lualib",
|
||||
"./.vscode/factorio",
|
||||
"/home/mami/.config/Code/User/workspaceStorage/9536dbf0665a54126a4b0958ecd5829f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/library"
|
||||
],
|
||||
"runtime": {
|
||||
"plugin": "C:\\Users\\mmoni\\files\\data\\projects\\factorio\\cybersyn\\.vscode\\lua\\plugin.lua",
|
||||
"pluginArgs": [
|
||||
@@ -35,4 +53,4 @@
|
||||
"useGitIgnore": false
|
||||
},
|
||||
"workspace.ignoreSubmodules": false
|
||||
}
|
||||
}
|
||||
8
TODO
8
TODO
@@ -4,15 +4,13 @@ bugs:
|
||||
find se bug https://mods.factorio.com/mod/cybersyn/discussion/639d1ea26f00ecfa7b048da0
|
||||
|
||||
major:
|
||||
models & art
|
||||
move to an event based algorithm
|
||||
debug output
|
||||
more detailed missing train alerts
|
||||
implement provide station priority locking
|
||||
add in game guide
|
||||
add request threshold provide override
|
||||
|
||||
|
||||
add in game guide
|
||||
move to an event based algorithm
|
||||
models & art
|
||||
|
||||
minor:
|
||||
railloader compat
|
||||
|
||||
Reference in New Issue
Block a user