aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash when LuaJIT is unavailableHEADmasterLuke2024-06-291-2/+2
|
* penalty_controller isn't ground contentLuke aka SwissalpS2024-02-271-0/+1
|
* mesecons_lagger isn't ground contentLuke aka SwissalpS2024-02-271-0/+1
|
* fixes issue #11MCLV2023-06-091-4/+6
|
* put luacheck back how it should beOgelGames2023-01-275-710/+21
|
* `MIT` license for codeBuckarooBanzay2023-01-263-3/+28
|
* some more updates (#9)fluxionary2023-01-2624-186/+901
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * update lag even when mesecons isn't active * update lag even when mesecons isn't active * tweak default settings * move hud so it doesn't interfere w/ areas * tweak default settings * put the HUD in a place which doesn't conflict w/ areas mod * ensure that actions have a valid position to avoid a crash * stylua * make sure we don't update the wrong HUD * spaces not tabs Co-authored-by: AliasAlreadyTaken <aliasalreadytaken@noreply.example.org3>
* Update lag-hud (#8)fluxionary2022-05-161-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * update lag even when mesecons isn't active
* rework mesecons debug to be more flexible (#7)fluxionary2022-02-1329-489/+1023
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* setting for "mesecons_debug.max_usage_micros"BuckarooBanzay2021-06-172-2/+2
|
* indent stuffBuckarooBanzay2021-05-141-53/+52
|
* add "mesecons_debug:penalty_controller"BuckarooBanzay2021-05-146-2/+109
|
* cleanup some of the tab/space messBuckarooBanzay2021-03-143-29/+29
|
* rework penalty stuffBuckarooBanzay2021-03-145-52/+106
| | | | addresses some issues in #6
* fix typoBuckarooBanzay2020-10-281-1/+1
|
* add /mesecons_global_stats commandBuckarooBanzay2020-10-282-0/+28
|
* globalize context dataBuckarooBanzay2020-10-282-8/+6
|
* fix indentsBuckarooBanzay2020-10-287-58/+60
|
* execute luacheck on PRBuckarooBanzay2020-07-131-1/+1
|
* fix luacheck issue with unused parameterBuckarooBanzay2020-07-131-1/+1
|
* add whitelist_get chat commandAlexander Ried2020-07-132-0/+17
| | | | | this adds a new chat command that prints a list of all currently whitelisted mapblocks
* fix globalstep if monitoring is absentAlexander Ried2020-07-131-2/+4
|
* fix whitelist_remove chat commandAlexander Ried2020-07-131-1/+1
|
* fix whitelist typoBuckaroo Banzai2020-05-111-1/+1
|
* add missing file, updated privs in readmeBuckarooBanzay2020-05-042-0/+25
|
* persist whitelistBuckarooBanzay2020-05-042-2/+7
|
* working mapblock whitelistBuckarooBanzay2020-05-045-17/+52
|
* modernize a bitBuckarooBanzay2020-05-046-124/+134
|
* go back to 15ms penalty thresholdBuckarooBanzay2020-03-011-1/+1
|
* increase max usage to 25ms (from 10ms)Thomas Rudin2020-01-211-1/+1
|
* Merge branch 'master' of https://github.com/thomasrudin-mt/mesecons_debugNatureFreshMilk2019-10-2113-437/+308
|\
| * monitoring and cleanupThomas Rudin2019-10-143-13/+51
| |
| * add luac penaltyThomas Rudin2019-10-143-1/+47
| |
| * lower limitThomas Rudin2019-10-122-2/+2
| |
| * per mapblock penalty and hud displayThomas Rudin2019-10-124-67/+191
| |
| * flush before re-initThomas Rudin2019-10-091-2/+3
| |
| * global circuit breaker conceptThomas Rudin2019-10-091-1/+51
| |
| * radical cleanupThomas Rudin2019-10-0910-470/+44
| |
* | cleanupNatureFreshMilk2019-09-302-38/+0
|/
* disable add_action overrideThomas Rudin2019-09-141-1/+1
|
* missing fileThomas Rudin2019-09-141-0/+37
|
* add_action overrideThomas Rudin2019-09-141-1/+1
|
* renamingThomas Rudin2019-09-131-5/+6
|
* globalstep min delayNatureFreshMilk2019-09-131-0/+22
|
* dump 10 queue snapshotsNatureFreshMilk2019-09-132-5/+5
|
* dump fixThomas Rudin2019-09-132-7/+20
|
* /dump_queueNatureFreshMilk2019-09-132-0/+23
|
* fix settingsThomas Rudin2019-09-101-3/+3
|
* more knobsThomas Rudin2019-09-102-11/+19
|
* Revert "increase globalstep cooldown"NatureFreshMilk2019-09-101-1/+1
| | | | This reverts commit efaae8f2fcd04490957c291082ee8ae5d2345ad5.