summaryrefslogtreecommitdiff
path: root/src/configuration.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-01Simplified configuration.Bjørn Lindeijer1-22/+2
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-1/+1
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-2/+0
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.
2005-01-06Whoops left in two debug prints.Bjørn Lindeijer1-0/+2
2005-01-05Small fix in handling spaces around delimiter in ini file.Bjørn Lindeijer1-13/+56
2004-12-30- ported Configuration from lists to mapAlexander Baldeck1-4/+3
2004-12-27*** empty log message ***Alexander Baldeck1-0/+1
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-3/+2
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files
2004-12-26- replaced default ini creation routine with new systemAlexander Baldeck1-2/+4
- testing version of write support for config system
2004-12-26added some doxgen commentsAlexander Baldeck1-0/+5
2004-12-26added new config file handling (code integration has yet to be done)Alexander Baldeck1-0/+55
please test overloaded geValue() using GCCs other than 3.4.3 (seems not to work properly)