summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-08-05Some cleanups, mostly lowering indentation levels.Björn Steinbrink1-28/+28
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-4/+3
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-3/+4
2006-03-18Added a toString conversion function.Björn Steinbrink1-4/+3
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-33/+17
2005-08-26Remove dependency on math.hBjörn Steinbrink1-14/+3
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-2/+4
2005-08-25Fixed line length in ChangeLog and some other small changes.Bjørn Lindeijer1-14/+5
2005-08-17Removed special #ifdefs for libxml2 linking issues in Win32.Eugenio Favalli1-7/+0
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-9/+7
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+0
2005-05-21Numerous things:Bjørn Lindeijer1-1/+5
2005-05-02Prettier errors when things go wrong.Bjørn Lindeijer1-5/+10
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-4/+15
2005-04-02Work around Guichan focussing bug.Bjørn Lindeijer1-2/+2
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer1-10/+42
2005-03-24logger...Yohann Ferreira1-2/+3
2005-03-01Changed tmw.ini to config.xml which is read/written using libxml2.Bjørn Lindeijer1-40/+53
2005-03-01Simplified configuration.Bjørn Lindeijer1-78/+54
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-1/+3
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-3/+5
2005-01-06Whoops left in two debug prints.Bjørn Lindeijer1-2/+2
2005-01-05Small fix in handling spaces around delimiter in ini file.Bjørn Lindeijer1-48/+30
2005-01-03Some more comment and indent changes.Bjørn Lindeijer1-1/+1
2005-01-02Don't try to create video bitmaps, and store whole numbers as whole numbersBjørn Lindeijer1-15/+31
2004-12-31- fixed bad bug in Configuration that always treated values as numericAlexander Baldeck1-1/+1
2004-12-30- ported Configuration from lists to mapAlexander Baldeck1-64/+28
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck1-9/+7
2004-12-28- some optimization :)Alexander Baldeck1-19/+17
2004-12-27*** empty log message ***Alexander Baldeck1-2/+11
2004-12-27*** empty log message ***Alexander Baldeck1-1/+1
2004-12-26- spaces are now stripped when options are being read (relaxed syntax in tmw....Alexander Baldeck1-2/+30
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-22/+35
2004-12-26- minor fixes for ini creation/writingAlexander Baldeck1-1/+1
2004-12-26- replaced default ini creation routine with new systemAlexander Baldeck1-4/+51
2004-12-26some more code beautification :)Alexander Baldeck1-6/+6
2004-12-26added some doxgen commentsAlexander Baldeck1-0/+14
2004-12-26added new config file handling (code integration has yet to be done)Alexander Baldeck1-0/+86