1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Quadrum
21d33afaaf
More elegant solution for more use-cases
Filter_time will return input table if filtered table would have been empty, should fix bugs
2021-05-04 18:38:33 +02:00
Quadrum
ba75b9741e
Fix nil bug - Fancy Time
Values below 60 seconds were returning nil in short_fancy_time()
Filter removed seconds, resulting values was empty (nil)
2021-05-04 18:34:44 +02:00
Quadrum
218f9acafb
Ignore luacheck
Last 3 warnings were: 
    tools/fancy_time.lua:48:9: (W211) unused variable internal_name_index
    tools/fancy_time.lua:50:9: (W211) unused variable internal_name_index
    tools/fancy_time.lua:57:27: (W113) accessing undefined variable internal_name_index
2021-05-01 12:54:41 +02:00
Quadrum
8b01db794b
Should make the auto check happy 2021-04-30 20:48:59 +02:00
Quadrum
3fcd582c4a
Trying to appease the automatic file check ._. 2021-04-30 20:46:31 +02:00
Quadrum
167e8c665a
Update fancy_time.lua
Added "local" in front of variable declaration
2021-04-30 20:41:03 +02:00
Quadrum
f0d0b614b0
Create fancy_time.lua
Tools to make time look better once applied
2021-04-30 20:10:30 +02:00