aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Revert "embedded smart actionqueue"NatureFreshMilk2019-09-105-115/+188
| | | | This reverts commit 0941f6726b67669173c524302cf006c365895179.
* Revert "remove hacky overrides"NatureFreshMilk2019-09-103-1/+119
| | | | This reverts commit f9f5339e71b4768cc035b58da7b785d294fe1beb.
* remove hacky overridesNatureFreshMilk2019-09-093-119/+1
|
* embedded smart actionqueueNatureFreshMilk2019-09-095-188/+115
|
* increase globalstep cooldownNatureFreshMilk2019-09-091-1/+1
|
* warn msgThomas Rudin2019-09-071-0/+1
|
* mesecons cooldownThomas Rudin2019-09-071-0/+12
|
* Merge pull request #1 from Panquesito7/masterThomas Rudin2019-09-044-57/+53
|\ | | | | Use "mod.conf", improve "README.md", delete "depends.txt"
| * Delete deprecated depends.txtPanquesito72019-09-021-4/+0
| |
| * Create mod.confPanquesito72019-09-021-0/+3
| |
| * Rename readme.md to README.mdPanquesito72019-09-021-0/+0
| |
| * Improve "README.md"Panquesito72019-09-021-33/+30
|/
* disable circuit breakerNatureFreshMilk2019-08-271-1/+1
|