Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-06 | Use fillRectangle instead of tiling a colored image | Thorbjørn Lindeijer | 1 | -18/+6 | |
2009-07-26 | Fixed a '+' string operation, and attempt to resolve the Mantis 427. | Bertram | 1 | -1/+18 | |
2009-07-24 | Made the wallpaper be rescaled when necessary under SDL and OpenGL. | Bertram | 1 | -4/+23 | |
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL? | |||||
2009-04-12 | Moved client version string creation to preprocessor | Bjørn | 1 | -3/+2 | |
2009-04-12 | Merge version strings, add version to setup, etc | Jared Adams | 1 | -0/+8 | |
All instances of version strings should now use the same text. The version label was moved from main.cpp to Desktop. A new version label was added to SetupDialog to make it easier to get the version if you are already in game. | |||||
2009-04-10 | Introduced a Desktop widget to handle the wallpaper | Bjørn Lindeijer | 1 | -0/+95 | |
Cleans up main.cpp a little. |