Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-27 | Report more info on client in cURL useragent and Desktop | Jared Adams | 1 | -1/+11 | |
Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -3/+2 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -4/+4 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -0/+1 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
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. |