Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 1 | -1/+3 | |
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-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 1 | -3/+5 | |
2005-01-06 | Whoops left in two debug prints. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-01-05 | Small fix in handling spaces around delimiter in ini file. | Bjørn Lindeijer | 1 | -48/+30 | |
2005-01-03 | Some more comment and indent changes. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-02 | Don't try to create video bitmaps, and store whole numbers as whole numbers | Bjørn Lindeijer | 1 | -15/+31 | |
in the configuration file. | |||||
2004-12-31 | - fixed bad bug in Configuration that always treated values as numeric | Alexander Baldeck | 1 | -1/+1 | |
2004-12-30 | - ported Configuration from lists to map | Alexander Baldeck | 1 | -64/+28 | |
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 1 | -9/+7 | |
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL | |||||
2004-12-28 | - some optimization :) | Alexander Baldeck | 1 | -19/+17 | |
2004-12-27 | *** empty log message *** | Alexander Baldeck | 1 | -2/+11 | |
2004-12-27 | *** empty log message *** | Alexander Baldeck | 1 | -1/+1 | |
2004-12-26 | - spaces are now stripped when options are being read (relaxed syntax in ↵ | Alexander Baldeck | 1 | -2/+30 | |
tmw.ini) - sorry for the "blah" in login.cpp - | |||||
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -22/+35 | |
- 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 | - minor fixes for ini creation/writing | Alexander Baldeck | 1 | -1/+1 | |
2004-12-26 | - replaced default ini creation routine with new system | Alexander Baldeck | 1 | -4/+51 | |
- testing version of write support for config system | |||||
2004-12-26 | some more code beautification :) | Alexander Baldeck | 1 | -6/+6 | |
2004-12-26 | added some doxgen comments | Alexander Baldeck | 1 | -0/+14 | |
2004-12-26 | added new config file handling (code integration has yet to be done) | Alexander Baldeck | 1 | -0/+86 | |
please test overloaded geValue() using GCCs other than 3.4.3 (seems not to work properly) |