Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State-machine implementation of umc_mapcycle.txt #15

Open
Steell opened this issue Jul 17, 2012 · 0 comments
Open

State-machine implementation of umc_mapcycle.txt #15

Steell opened this issue Jul 17, 2012 · 0 comments
Milestone

Comments

@Steell
Copy link
Owner

Steell commented Jul 17, 2012

This will allow for multiple settings in the UMC-Mapcycle. The file will be read sequentially, when a new setting is found react appropriately.

Ex:

"default_*" -- update the current default setting, affecting all following map definitions

"command" -- Add another command to a list of commands to be executed

etc.


Problems with doing this:
Right now, modules know their own settings, and core has no idea of what these are. For this to work, each module would have to sequentially parse the KV each time it is queried for weighting/exclusion. This is quite inefficient.

@ghost ghost assigned Steell Jul 17, 2012
@Steell Steell removed their assignment Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant