aboutsummaryrefslogtreecommitdiff
path: root/chatcommands.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rework mesecons debug to be more flexible (#7)fluxionary2022-02-131-131/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add proper settings (untested) * more constants -> settings * normalize whitespace between code files * refactor globalsteps in order to simplify logic * minor refactoring * rename file * use mod_storage for persistent data; optimize context initialization * refactoring (moving files around) * rewrite penalty * add settings; document; allow changing while game is running * add command to update settings * update init after splitting commands into files * fix bugs; add debugging tools; too much for one commit... * fix whitelist conversion * add adjustable blinky plant to timer overrides * add some more mesecons nodes with repeating timers * resolve luacheck warnings * tweak hud * Update documentation; parameterize more things; refactor some logic for readability
* fix typoBuckarooBanzay2020-10-281-1/+1
|
* add /mesecons_global_stats commandBuckarooBanzay2020-10-281-0/+27
|
* fix indentsBuckarooBanzay2020-10-281-1/+1
|
* fix luacheck issue with unused parameterBuckarooBanzay2020-07-131-1/+1
|
* add whitelist_get chat commandAlexander Ried2020-07-131-0/+16
| | | | | this adds a new chat command that prints a list of all currently whitelisted mapblocks
* fix whitelist_remove chat commandAlexander Ried2020-07-131-1/+1
|
* persist whitelistBuckarooBanzay2020-05-041-2/+4
|
* working mapblock whitelistBuckarooBanzay2020-05-041-4/+26
|
* modernize a bitBuckarooBanzay2020-05-041-0/+16
|
* per mapblock penalty and hud displayThomas Rudin2019-10-121-0/+48
|
* Revert "embedded smart actionqueue"NatureFreshMilk2019-09-101-22/+0
| | | | This reverts commit 0941f6726b67669173c524302cf006c365895179.
* embedded smart actionqueueNatureFreshMilk2019-09-091-0/+22