mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-18 00:12:53 -06:00
updated todo
This commit is contained in:
20
.luarc.json
20
.luarc.json
@@ -14,6 +14,24 @@
|
|||||||
"__Profiler",
|
"__Profiler",
|
||||||
"create_inactivity_order"
|
"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": {
|
"runtime": {
|
||||||
"plugin": "C:\\Users\\mmoni\\files\\data\\projects\\factorio\\cybersyn\\.vscode\\lua\\plugin.lua",
|
"plugin": "C:\\Users\\mmoni\\files\\data\\projects\\factorio\\cybersyn\\.vscode\\lua\\plugin.lua",
|
||||||
"pluginArgs": [
|
"pluginArgs": [
|
||||||
@@ -35,4 +53,4 @@
|
|||||||
"useGitIgnore": false
|
"useGitIgnore": false
|
||||||
},
|
},
|
||||||
"workspace.ignoreSubmodules": false
|
"workspace.ignoreSubmodules": false
|
||||||
}
|
}
|
||||||
8
TODO
8
TODO
@@ -4,15 +4,13 @@ bugs:
|
|||||||
find se bug https://mods.factorio.com/mod/cybersyn/discussion/639d1ea26f00ecfa7b048da0
|
find se bug https://mods.factorio.com/mod/cybersyn/discussion/639d1ea26f00ecfa7b048da0
|
||||||
|
|
||||||
major:
|
major:
|
||||||
models & art
|
|
||||||
move to an event based algorithm
|
|
||||||
debug output
|
debug output
|
||||||
more detailed missing train alerts
|
more detailed missing train alerts
|
||||||
implement provide station priority locking
|
implement provide station priority locking
|
||||||
add in game guide
|
|
||||||
add request threshold provide override
|
add request threshold provide override
|
||||||
|
add in game guide
|
||||||
|
move to an event based algorithm
|
||||||
|
models & art
|
||||||
|
|
||||||
minor:
|
minor:
|
||||||
railloader compat
|
railloader compat
|
||||||
|
|||||||
Reference in New Issue
Block a user