Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -1/+1 | |
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams | |||||
2010-07-28 | Centralized configuration default values using the VariableData system. | Yohann Ferreira | 1 | -0/+34 | |
Please note that I didn't turned all the getValue() call into new ones, simply because I have to have config object initiated which is not forcefully the case the branding file. Resolves: Manasource Mantis #170. |