Age | Commit message (Collapse) | Author | Files | Lines |
|
Trivial.
|
|
Please note that I didn't turned all the getValue() call into new ones,
simply because I have to have config object initiated which is not
forcefully the case the branding file.
Resolves: Manasource Mantis #170.
|
|
data/paths.xml configuration file.
Also added default gui theme path in branding and default wallpaper path
and file searched respectively in the branding and paths.xml files.
Hard-coded values are still used as fallbacks.
Resolves: Manasource Mantis #148.
Reviewed-by: jaxad0127.
|
|
Reviewed-by: Bertram
|
|
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
|
|
|
|
|
|
Also added the update copyright tool from the Wormux Team.
( And not forgetting credit's due. :P )
|
|
Also remove some extra new lines and fix eAthena's PartyTab define guards.
|
|
So that next time somebody encounters it, it doesn't turn up as "unknown
error".
|
|
|
|
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.
|
|
|
|
Cleans up main.cpp a little.
|
|
Mainly to conform better with coding conventions.
|
|
Unused variable, compiler suggested braces to disambiguate an else
statement and another comparision between signed and unsigned integers.
|
|
|