promoe/src/skin
Thomas Frauendorfer 0e0adba890 OTHER: rewrite Skin.cpp's image handler functions
I plan to further update it to a completely iterator based approach and add
archive support (through freebsd's libarchive library).
The old code would have had very bad performance for some archives, as
every file was searched seperately in a directory.
Now, a directory is only scanned once. There also should be no additional
performance cost for the string comparisons, as the old code used roughly the
same amount of string comparisons
2010-02-07 01:19:02 +01:00
..
Skin.cpp OTHER: rewrite Skin.cpp's image handler functions 2010-02-07 01:19:02 +01:00
Skin.h OTHER: rewrite Skin.cpp's image handler functions 2010-02-07 01:19:02 +01:00
SkinChooser.cpp OTHER: Add SkinManager class 2010-02-06 19:45:05 +01:00
SkinChooser.h OTHER: move skin handling into own subdirectory 2010-01-29 22:06:13 +01:00
skinmanager.cpp OTHER: Add SkinManager class 2010-02-06 19:45:05 +01:00
skinmanager.h OTHER: Add SkinManager class 2010-02-06 19:45:05 +01:00