summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-07-30Changed the FloatData class to store double instead of single floats.Yohann Ferreira1-0/+5
Also fixed a few compile warnings.
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-0/+177
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.