Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-08 | Fix crash with incorrect wallpaper names. (From 4144) | Bertram | 1 | -11/+16 | |
Reviewed-by: Bertram | |||||
2010-02-21 | Do some more copyright header cleanups | Jared Adams | 1 | -1/+1 | |
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1 | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
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 | -3/+3 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-10-03 | Added support for the "too fast" login error | Thorbjørn Lindeijer | 1 | -4/+2 | |
So that next time somebody encounters it, it doesn't turn up as "unknown error". | |||||
2009-10-02 | Updating Code::Blocks project and adding header to fix compiler error. | Stefan Dombrowski | 1 | -0/+1 | |
2009-08-11 | Added the possibility to get random login wallpapers, when several fit the ↵ | Bertram | 1 | -34/+57 | |
resolution. This resolve the Mantis #809. The images filenames must end using the mask "_<width>x<height>.png" For instance: myskylogin_800x600.png. Of course, the images must be in the data/graphics/images folder. | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-10 | Introduced a Desktop widget to handle the wallpaper | Bjørn Lindeijer | 1 | -7/+7 | |
Cleans up main.cpp a little. | |||||
2009-04-10 | Some tweaks to wallpaper loading code | Bjørn Lindeijer | 1 | -26/+30 | |
Mainly to conform better with coding conventions. | |||||
2009-04-09 | Fixed some warnings | Bjørn Lindeijer | 1 | -4/+13 | |
Unused variable, compiler suggested braces to disambiguate an else statement and another comparision between signed and unsigned integers. | |||||
2009-04-08 | Add a more flexible wallpaper system | Jared Adams | 1 | -0/+99 | |