diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-14 22:55:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-14 22:55:25 +0000 |
commit | aba2f7bce6a9d968d325636627f26ea12d9d0a48 (patch) | |
tree | 65cf6159f503197d8ea6b14c799e5ec3bd781b3a | |
parent | f40c9b8012191d72b1a738c1161b0c82b8387fed (diff) | |
download | mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.gz mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.bz2 mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.tar.xz mana-aba2f7bce6a9d968d325636627f26ea12d9d0a48.zip |
Renamed icons to make things easier for Debian packaging, and the "-icon" part
was superfluous anyway.
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | data/icons/CMakeLists.txt | 8 | ||||
-rw-r--r-- | data/icons/Makefile.am | 8 | ||||
-rw-r--r-- | data/icons/tmw.ico (renamed from data/icons/tmw-icon.ico) | bin | 2238 -> 2238 bytes | |||
-rw-r--r-- | data/icons/tmw.png (renamed from data/icons/tmw-icon.png) | bin | 1103 -> 1103 bytes | |||
-rw-r--r-- | data/icons/tmw.xpm (renamed from data/icons/tmw-icon.xpm) | 0 | ||||
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/tmw.rc | 2 |
8 files changed, 25 insertions, 16 deletions
@@ -1,4 +1,12 @@ -2007-03-12 Philipp Sehmisch <tmw@crushnet.org> +2007-03-14 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/main.cpp, src/tmw.rc, data/icons/tmw-icon.png, + data/icons/tmw-icon.xpm, data/icons/tmw.ico, data/icons/tmw-icon.ico, + data/icons/Makefile.am, data/icons/tmw.png, data/icons/tmw.xpm, + data/icons/CMakeLists.txt: Renamed icons to make things easier for + Debian packaging, and the "-icon" part was superfluous anyway. + +2007-03-12 Philipp Sehmisch <tmw@crushnet.org> * src/simpleanimation.cpp, src/simpleanimation.h, src/CmakeLists.txt, src/Makefile.am: Added a simple animation class that hosts a looping @@ -6,8 +14,8 @@ 2007-03-12 Bjørn Lindeijer <bjorn@lindeijer.nl> - * data/graphics/items/armor-head-rangerhat.png: New version of ranger hat - icon by Pauan. + * data/graphics/items/armor-head-rangerhat.png: New version of ranger + hat icon by Pauan. 2007-03-11 Philipp Sehmisch <tmw@crushnet.org> @@ -17,10 +25,11 @@ 2007-03-09 Bjørn Lindeijer <bjorn@lindeijer.nl> * data/graphics/gui/target-cursor-blue.png, - data/graphics/gui/target-cursor-red.png: Added targeting cursors by Pauan. + data/graphics/gui/target-cursor-red.png: Added targeting cursors by + Pauan. * data/graphics/sprites/chest-cotton-male.png, - data/graphics/sprites/chest-cotton-female.png: Replaced cotton shirt with - improved version by Pauan. + data/graphics/sprites/chest-cotton-female.png: Replaced cotton shirt + with improved version by Pauan. 2007-02-27 Philipp Sehmisch <tmw@crushnet.org> diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 30d96d86..009ed32e 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -1,9 +1,9 @@ SET(FILES - tmw-icon.ico - tmw-icon.png - tmw-icon.xpm + tmw.ico + tmw.png + tmw.xpm ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) -INSTALL(FILES "tmw-icon.png" DESTINATION share/pixmaps RENAME tmw.png) +INSTALL(FILES "tmw.png" DESTINATION share/pixmaps) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 26dcd623..9697a363 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -2,13 +2,13 @@ iconsdir = $(pkgdatadir)/data/icons icons_DATA = \ - tmw-icon.ico \ - tmw-icon.png \ - tmw-icon.xpm + tmw.ico \ + tmw.png \ + tmw.xpm install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps - $(INSTALL) $(srcdir)/tmw-icon.png $(DESTDIR)$(datadir)/pixmaps/tmw.png + $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png uninstall-local: rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png diff --git a/data/icons/tmw-icon.ico b/data/icons/tmw.ico Binary files differindex 5ba6e1b7..5ba6e1b7 100644 --- a/data/icons/tmw-icon.ico +++ b/data/icons/tmw.ico diff --git a/data/icons/tmw-icon.png b/data/icons/tmw.png Binary files differindex 2598a620..2598a620 100644 --- a/data/icons/tmw-icon.png +++ b/data/icons/tmw.png diff --git a/data/icons/tmw-icon.xpm b/data/icons/tmw.xpm index a9e91161..a9e91161 100644 --- a/data/icons/tmw-icon.xpm +++ b/data/icons/tmw.xpm diff --git a/src/main.cpp b/src/main.cpp index 383e7f39..3cc32873 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -256,7 +256,7 @@ void init_engine(const Options &options) } SDL_WM_SetCaption("The Mana World", NULL); - SDL_WM_SetIcon(IMG_Load(TMW_DATADIR "data/icons/tmw-icon.png"), NULL); + SDL_WM_SetIcon(IMG_Load(TMW_DATADIR "data/icons/tmw.png"), NULL); #ifdef USE_OPENGL bool useOpenGL = (config.getValue("opengl", 0) == 1); @@ -2,7 +2,7 @@ #include "winver.h"
-A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw-icon.ico"
+A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw.ico"
1 VERSIONINFO
FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
|