From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- data/graphics/CMakeLists.txt | 12 ++++++ data/graphics/Makefile.am | 16 ++++++++ data/graphics/gui/CMakeLists.txt | 48 +++++++++++++++++++++++ data/graphics/gui/Makefile.am | 52 +++++++++++++++++++++++++ data/graphics/gui/bubble.png | Bin 0 -> 407 bytes data/graphics/gui/button.png | Bin 0 -> 374 bytes data/graphics/gui/button_disabled.png | Bin 0 -> 313 bytes data/graphics/gui/buttonhi.png | Bin 0 -> 374 bytes data/graphics/gui/buttonpress.png | Bin 0 -> 377 bytes data/graphics/gui/checkbox.png | Bin 0 -> 802 bytes data/graphics/gui/circle-gray.png | Bin 0 -> 300 bytes data/graphics/gui/circle-green.png | Bin 0 -> 328 bytes data/graphics/gui/close_button.png | Bin 0 -> 650 bytes data/graphics/gui/colors.xml | 53 ++++++++++++++++++++++++++ data/graphics/gui/deepbox.png | Bin 0 -> 219 bytes data/graphics/gui/hscroll_left_default.png | Bin 0 -> 358 bytes data/graphics/gui/hscroll_left_highlight.png | Bin 0 -> 364 bytes data/graphics/gui/hscroll_left_pressed.png | Bin 0 -> 349 bytes data/graphics/gui/hscroll_right_default.png | Bin 0 -> 340 bytes data/graphics/gui/hscroll_right_highlight.png | Bin 0 -> 359 bytes data/graphics/gui/hscroll_right_pressed.png | Bin 0 -> 350 bytes data/graphics/gui/item_shortcut_bgr.png | Bin 0 -> 284 bytes data/graphics/gui/mouse.png | Bin 0 -> 6193 bytes data/graphics/gui/progress-indicator.png | Bin 0 -> 5533 bytes data/graphics/gui/radioin.png | Bin 0 -> 454 bytes data/graphics/gui/radioin_highlight.png | Bin 0 -> 485 bytes data/graphics/gui/radioout.png | Bin 0 -> 380 bytes data/graphics/gui/radioout_highlight.png | Bin 0 -> 434 bytes data/graphics/gui/resize.png | Bin 0 -> 443 bytes data/graphics/gui/selection.png | Bin 0 -> 740 bytes data/graphics/gui/slider.png | Bin 0 -> 485 bytes data/graphics/gui/slider_hilight.png | Bin 0 -> 444 bytes data/graphics/gui/speechbubble.xml | 18 +++++++++ data/graphics/gui/sticky_button.png | Bin 0 -> 526 bytes data/graphics/gui/tab.png | Bin 0 -> 329 bytes data/graphics/gui/tab_hilight.png | Bin 0 -> 316 bytes data/graphics/gui/tabselected.png | Bin 0 -> 313 bytes data/graphics/gui/unknown-item.png | Bin 0 -> 540 bytes data/graphics/gui/vscroll_down_default.png | Bin 0 -> 367 bytes data/graphics/gui/vscroll_down_highlight.png | Bin 0 -> 382 bytes data/graphics/gui/vscroll_down_pressed.png | Bin 0 -> 376 bytes data/graphics/gui/vscroll_grey.png | Bin 0 -> 338 bytes data/graphics/gui/vscroll_highlight.png | Bin 0 -> 338 bytes data/graphics/gui/vscroll_up_default.png | Bin 0 -> 377 bytes data/graphics/gui/vscroll_up_highlight.png | Bin 0 -> 376 bytes data/graphics/gui/vscroll_up_pressed.png | Bin 0 -> 364 bytes data/graphics/gui/window.png | Bin 0 -> 3410 bytes data/graphics/gui/window.xml | 18 +++++++++ data/graphics/images/CMakeLists.txt | 6 +++ data/graphics/images/Makefile.am | 9 +++++ data/graphics/images/error.png | Bin 0 -> 314 bytes data/graphics/images/login_wallpaper.png | Bin 0 -> 10948 bytes data/graphics/sprites/CMakeLists.txt | 13 +++++++ data/graphics/sprites/Makefile.am | 16 ++++++++ data/graphics/sprites/arrow_down.gif | Bin 0 -> 152 bytes data/graphics/sprites/arrow_left.gif | Bin 0 -> 148 bytes data/graphics/sprites/arrow_right.gif | Bin 0 -> 145 bytes data/graphics/sprites/arrow_up.gif | Bin 0 -> 139 bytes data/graphics/sprites/error.png | Bin 0 -> 314 bytes data/graphics/sprites/error.xml | 10 +++++ data/graphics/sprites/manaplus_emote.xml | 10 +++++ data/graphics/sprites/manaplus_emotes.xml | 22 +++++++++++ data/graphics/sprites/manaplus_emotions.png | Bin 0 -> 27366 bytes data/graphics/target-cursor-in-range-l.png | Bin 0 -> 23803 bytes data/graphics/target-cursor-in-range-m.png | Bin 0 -> 18439 bytes data/graphics/target-cursor-in-range-s.png | Bin 0 -> 8353 bytes data/graphics/target-cursor-normal-l.png | Bin 0 -> 25586 bytes data/graphics/target-cursor-normal-m.png | Bin 0 -> 17950 bytes data/graphics/target-cursor-normal-s.png | Bin 0 -> 8361 bytes 69 files changed, 303 insertions(+) create mode 100644 data/graphics/CMakeLists.txt create mode 100644 data/graphics/Makefile.am create mode 100644 data/graphics/gui/CMakeLists.txt create mode 100644 data/graphics/gui/Makefile.am create mode 100644 data/graphics/gui/bubble.png create mode 100644 data/graphics/gui/button.png create mode 100644 data/graphics/gui/button_disabled.png create mode 100644 data/graphics/gui/buttonhi.png create mode 100644 data/graphics/gui/buttonpress.png create mode 100644 data/graphics/gui/checkbox.png create mode 100644 data/graphics/gui/circle-gray.png create mode 100644 data/graphics/gui/circle-green.png create mode 100644 data/graphics/gui/close_button.png create mode 100644 data/graphics/gui/colors.xml create mode 100644 data/graphics/gui/deepbox.png create mode 100644 data/graphics/gui/hscroll_left_default.png create mode 100644 data/graphics/gui/hscroll_left_highlight.png create mode 100644 data/graphics/gui/hscroll_left_pressed.png create mode 100644 data/graphics/gui/hscroll_right_default.png create mode 100644 data/graphics/gui/hscroll_right_highlight.png create mode 100644 data/graphics/gui/hscroll_right_pressed.png create mode 100644 data/graphics/gui/item_shortcut_bgr.png create mode 100644 data/graphics/gui/mouse.png create mode 100644 data/graphics/gui/progress-indicator.png create mode 100644 data/graphics/gui/radioin.png create mode 100644 data/graphics/gui/radioin_highlight.png create mode 100644 data/graphics/gui/radioout.png create mode 100644 data/graphics/gui/radioout_highlight.png create mode 100644 data/graphics/gui/resize.png create mode 100644 data/graphics/gui/selection.png create mode 100644 data/graphics/gui/slider.png create mode 100644 data/graphics/gui/slider_hilight.png create mode 100644 data/graphics/gui/speechbubble.xml create mode 100644 data/graphics/gui/sticky_button.png create mode 100644 data/graphics/gui/tab.png create mode 100644 data/graphics/gui/tab_hilight.png create mode 100644 data/graphics/gui/tabselected.png create mode 100644 data/graphics/gui/unknown-item.png create mode 100644 data/graphics/gui/vscroll_down_default.png create mode 100644 data/graphics/gui/vscroll_down_highlight.png create mode 100644 data/graphics/gui/vscroll_down_pressed.png create mode 100644 data/graphics/gui/vscroll_grey.png create mode 100644 data/graphics/gui/vscroll_highlight.png create mode 100644 data/graphics/gui/vscroll_up_default.png create mode 100644 data/graphics/gui/vscroll_up_highlight.png create mode 100644 data/graphics/gui/vscroll_up_pressed.png create mode 100644 data/graphics/gui/window.png create mode 100644 data/graphics/gui/window.xml create mode 100644 data/graphics/images/CMakeLists.txt create mode 100644 data/graphics/images/Makefile.am create mode 100644 data/graphics/images/error.png create mode 100644 data/graphics/images/login_wallpaper.png create mode 100644 data/graphics/sprites/CMakeLists.txt create mode 100644 data/graphics/sprites/Makefile.am create mode 100644 data/graphics/sprites/arrow_down.gif create mode 100644 data/graphics/sprites/arrow_left.gif create mode 100644 data/graphics/sprites/arrow_right.gif create mode 100644 data/graphics/sprites/arrow_up.gif create mode 100644 data/graphics/sprites/error.png create mode 100644 data/graphics/sprites/error.xml create mode 100644 data/graphics/sprites/manaplus_emote.xml create mode 100644 data/graphics/sprites/manaplus_emotes.xml create mode 100644 data/graphics/sprites/manaplus_emotions.png create mode 100644 data/graphics/target-cursor-in-range-l.png create mode 100644 data/graphics/target-cursor-in-range-m.png create mode 100644 data/graphics/target-cursor-in-range-s.png create mode 100644 data/graphics/target-cursor-normal-l.png create mode 100644 data/graphics/target-cursor-normal-m.png create mode 100644 data/graphics/target-cursor-normal-s.png (limited to 'data/graphics') diff --git a/data/graphics/CMakeLists.txt b/data/graphics/CMakeLists.txt new file mode 100644 index 000000000..a46ccfd0e --- /dev/null +++ b/data/graphics/CMakeLists.txt @@ -0,0 +1,12 @@ +ADD_SUBDIRECTORY(gui) +ADD_SUBDIRECTORY(images) +ADD_SUBDIRECTORY(sprites) + +SET (FILES + target-cursor-in-range-l.png + target-cursor-in-range-m.png + target-cursor-in-range-s.png + target-cursor-normal-l.png + target-cursor-normal-m.png + target-cursor-normal-s.png + ) diff --git a/data/graphics/Makefile.am b/data/graphics/Makefile.am new file mode 100644 index 000000000..d2f93f584 --- /dev/null +++ b/data/graphics/Makefile.am @@ -0,0 +1,16 @@ + +graphicsdir = $(pkgdatadir)/data/graphics + +graphics_DATA = \ + target-cursor-in-range-l.png \ + target-cursor-in-range-m.png \ + target-cursor-in-range-s.png \ + target-cursor-normal-l.png \ + target-cursor-normal-m.png \ + target-cursor-normal-s.png + +EXTRA_DIST = \ + $(graphics_DATA) \ + CMakeLists.txt + +SUBDIRS = gui images sprites diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt new file mode 100644 index 000000000..92a1e3efa --- /dev/null +++ b/data/graphics/gui/CMakeLists.txt @@ -0,0 +1,48 @@ +SET (FILES + bubble.png + button.png + button_disabled.png + buttonhi.png + buttonpress.png + checkbox.png + circle-gray.png + circle-green.png + close_button.png + colors.xml + deepbox.png + hscroll_left_default.png + hscroll_left_highlight.png + hscroll_left_pressed.png + hscroll_right_default.png + hscroll_right_highlight.png + hscroll_right_pressed.png + item_shortcut_bgr.png + mouse.png + progress-indicator.png + radioin.png + radioin_highlight.png + radioout.png + radioout_highlight.png + resize.png + selection.png + slider.png + slider_hilight.png + speechbubble.xml + sticky_button.png + tab.png + tab_hilight.png + tabselected.png + unknown-item.png + vscroll_down_default.png + vscroll_down_highlight.png + vscroll_down_pressed.png + vscroll_grey.png + vscroll_highlight.png + vscroll_up_default.png + vscroll_up_highlight.png + vscroll_up_pressed.png + window.png + window.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/gui) diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am new file mode 100644 index 000000000..04f957b7f --- /dev/null +++ b/data/graphics/gui/Makefile.am @@ -0,0 +1,52 @@ + +guidir = $(pkgdatadir)/data/graphics/gui + +gui_DATA = \ + bubble.png \ + button.png \ + button_disabled.png \ + buttonhi.png \ + buttonpress.png \ + checkbox.png \ + circle-gray.png \ + circle-green.png \ + close_button.png \ + colors.xml \ + deepbox.png \ + hscroll_left_default.png \ + hscroll_left_highlight.png \ + hscroll_left_pressed.png \ + hscroll_right_default.png \ + hscroll_right_highlight.png \ + hscroll_right_pressed.png \ + item_shortcut_bgr.png \ + mouse.png \ + progress-indicator.png \ + radioin.png \ + radioin_highlight.png \ + radioout.png \ + radioout_highlight.png \ + resize.png \ + selection.png \ + slider.png \ + slider_hilight.png \ + speechbubble.xml \ + sticky_button.png \ + tab.png \ + tab_hilight.png \ + tabselected.png \ + unknown-item.png \ + vscroll_down_default.png \ + vscroll_down_highlight.png \ + vscroll_down_pressed.png \ + vscroll_grey.png \ + vscroll_highlight.png \ + vscroll_up_default.png \ + vscroll_up_highlight.png \ + vscroll_up_pressed.png \ + window.png \ + window.xml + +EXTRA_DIST = \ + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/graphics/gui/bubble.png b/data/graphics/gui/bubble.png new file mode 100644 index 000000000..45322eb2e Binary files /dev/null and b/data/graphics/gui/bubble.png differ diff --git a/data/graphics/gui/button.png b/data/graphics/gui/button.png new file mode 100644 index 000000000..9ebbea639 Binary files /dev/null and b/data/graphics/gui/button.png differ diff --git a/data/graphics/gui/button_disabled.png b/data/graphics/gui/button_disabled.png new file mode 100644 index 000000000..0ce3aa6ff Binary files /dev/null and b/data/graphics/gui/button_disabled.png differ diff --git a/data/graphics/gui/buttonhi.png b/data/graphics/gui/buttonhi.png new file mode 100644 index 000000000..c47726346 Binary files /dev/null and b/data/graphics/gui/buttonhi.png differ diff --git a/data/graphics/gui/buttonpress.png b/data/graphics/gui/buttonpress.png new file mode 100644 index 000000000..e9cd17653 Binary files /dev/null and b/data/graphics/gui/buttonpress.png differ diff --git a/data/graphics/gui/checkbox.png b/data/graphics/gui/checkbox.png new file mode 100644 index 000000000..29b64100a Binary files /dev/null and b/data/graphics/gui/checkbox.png differ diff --git a/data/graphics/gui/circle-gray.png b/data/graphics/gui/circle-gray.png new file mode 100644 index 000000000..3e884f405 Binary files /dev/null and b/data/graphics/gui/circle-gray.png differ diff --git a/data/graphics/gui/circle-green.png b/data/graphics/gui/circle-green.png new file mode 100644 index 000000000..2c98e9ef1 Binary files /dev/null and b/data/graphics/gui/circle-green.png differ diff --git a/data/graphics/gui/close_button.png b/data/graphics/gui/close_button.png new file mode 100644 index 000000000..f87cc2a91 Binary files /dev/null and b/data/graphics/gui/close_button.png differ diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml new file mode 100644 index 000000000..b8bcdda8e --- /dev/null +++ b/data/graphics/gui/colors.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/gui/deepbox.png b/data/graphics/gui/deepbox.png new file mode 100644 index 000000000..084b5f618 Binary files /dev/null and b/data/graphics/gui/deepbox.png differ diff --git a/data/graphics/gui/hscroll_left_default.png b/data/graphics/gui/hscroll_left_default.png new file mode 100644 index 000000000..2f763d302 Binary files /dev/null and b/data/graphics/gui/hscroll_left_default.png differ diff --git a/data/graphics/gui/hscroll_left_highlight.png b/data/graphics/gui/hscroll_left_highlight.png new file mode 100644 index 000000000..6be5ae259 Binary files /dev/null and b/data/graphics/gui/hscroll_left_highlight.png differ diff --git a/data/graphics/gui/hscroll_left_pressed.png b/data/graphics/gui/hscroll_left_pressed.png new file mode 100644 index 000000000..b8ebcb463 Binary files /dev/null and b/data/graphics/gui/hscroll_left_pressed.png differ diff --git a/data/graphics/gui/hscroll_right_default.png b/data/graphics/gui/hscroll_right_default.png new file mode 100644 index 000000000..33fdddd0a Binary files /dev/null and b/data/graphics/gui/hscroll_right_default.png differ diff --git a/data/graphics/gui/hscroll_right_highlight.png b/data/graphics/gui/hscroll_right_highlight.png new file mode 100644 index 000000000..e9e633eac Binary files /dev/null and b/data/graphics/gui/hscroll_right_highlight.png differ diff --git a/data/graphics/gui/hscroll_right_pressed.png b/data/graphics/gui/hscroll_right_pressed.png new file mode 100644 index 000000000..53972f2bb Binary files /dev/null and b/data/graphics/gui/hscroll_right_pressed.png differ diff --git a/data/graphics/gui/item_shortcut_bgr.png b/data/graphics/gui/item_shortcut_bgr.png new file mode 100644 index 000000000..0543e38ac Binary files /dev/null and b/data/graphics/gui/item_shortcut_bgr.png differ diff --git a/data/graphics/gui/mouse.png b/data/graphics/gui/mouse.png new file mode 100644 index 000000000..df460e49c Binary files /dev/null and b/data/graphics/gui/mouse.png differ diff --git a/data/graphics/gui/progress-indicator.png b/data/graphics/gui/progress-indicator.png new file mode 100644 index 000000000..907f334eb Binary files /dev/null and b/data/graphics/gui/progress-indicator.png differ diff --git a/data/graphics/gui/radioin.png b/data/graphics/gui/radioin.png new file mode 100644 index 000000000..12e027fec Binary files /dev/null and b/data/graphics/gui/radioin.png differ diff --git a/data/graphics/gui/radioin_highlight.png b/data/graphics/gui/radioin_highlight.png new file mode 100644 index 000000000..b193d3e30 Binary files /dev/null and b/data/graphics/gui/radioin_highlight.png differ diff --git a/data/graphics/gui/radioout.png b/data/graphics/gui/radioout.png new file mode 100644 index 000000000..5eb67bd85 Binary files /dev/null and b/data/graphics/gui/radioout.png differ diff --git a/data/graphics/gui/radioout_highlight.png b/data/graphics/gui/radioout_highlight.png new file mode 100644 index 000000000..dd31e6e30 Binary files /dev/null and b/data/graphics/gui/radioout_highlight.png differ diff --git a/data/graphics/gui/resize.png b/data/graphics/gui/resize.png new file mode 100644 index 000000000..6b31ac64b Binary files /dev/null and b/data/graphics/gui/resize.png differ diff --git a/data/graphics/gui/selection.png b/data/graphics/gui/selection.png new file mode 100644 index 000000000..78827dafa Binary files /dev/null and b/data/graphics/gui/selection.png differ diff --git a/data/graphics/gui/slider.png b/data/graphics/gui/slider.png new file mode 100644 index 000000000..465ad0e88 Binary files /dev/null and b/data/graphics/gui/slider.png differ diff --git a/data/graphics/gui/slider_hilight.png b/data/graphics/gui/slider_hilight.png new file mode 100644 index 000000000..37c780cd1 Binary files /dev/null and b/data/graphics/gui/slider_hilight.png differ diff --git a/data/graphics/gui/speechbubble.xml b/data/graphics/gui/speechbubble.xml new file mode 100644 index 000000000..84b6557b3 --- /dev/null +++ b/data/graphics/gui/speechbubble.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/gui/sticky_button.png b/data/graphics/gui/sticky_button.png new file mode 100644 index 000000000..8c5705736 Binary files /dev/null and b/data/graphics/gui/sticky_button.png differ diff --git a/data/graphics/gui/tab.png b/data/graphics/gui/tab.png new file mode 100644 index 000000000..91eadf08f Binary files /dev/null and b/data/graphics/gui/tab.png differ diff --git a/data/graphics/gui/tab_hilight.png b/data/graphics/gui/tab_hilight.png new file mode 100644 index 000000000..f6b39942d Binary files /dev/null and b/data/graphics/gui/tab_hilight.png differ diff --git a/data/graphics/gui/tabselected.png b/data/graphics/gui/tabselected.png new file mode 100644 index 000000000..e2983060c Binary files /dev/null and b/data/graphics/gui/tabselected.png differ diff --git a/data/graphics/gui/unknown-item.png b/data/graphics/gui/unknown-item.png new file mode 100644 index 000000000..9201d688e Binary files /dev/null and b/data/graphics/gui/unknown-item.png differ diff --git a/data/graphics/gui/vscroll_down_default.png b/data/graphics/gui/vscroll_down_default.png new file mode 100644 index 000000000..c4292489e Binary files /dev/null and b/data/graphics/gui/vscroll_down_default.png differ diff --git a/data/graphics/gui/vscroll_down_highlight.png b/data/graphics/gui/vscroll_down_highlight.png new file mode 100644 index 000000000..ac88f7c73 Binary files /dev/null and b/data/graphics/gui/vscroll_down_highlight.png differ diff --git a/data/graphics/gui/vscroll_down_pressed.png b/data/graphics/gui/vscroll_down_pressed.png new file mode 100644 index 000000000..9dcc89f6f Binary files /dev/null and b/data/graphics/gui/vscroll_down_pressed.png differ diff --git a/data/graphics/gui/vscroll_grey.png b/data/graphics/gui/vscroll_grey.png new file mode 100644 index 000000000..f99da4676 Binary files /dev/null and b/data/graphics/gui/vscroll_grey.png differ diff --git a/data/graphics/gui/vscroll_highlight.png b/data/graphics/gui/vscroll_highlight.png new file mode 100644 index 000000000..2e0fcbfc1 Binary files /dev/null and b/data/graphics/gui/vscroll_highlight.png differ diff --git a/data/graphics/gui/vscroll_up_default.png b/data/graphics/gui/vscroll_up_default.png new file mode 100644 index 000000000..1cecc3512 Binary files /dev/null and b/data/graphics/gui/vscroll_up_default.png differ diff --git a/data/graphics/gui/vscroll_up_highlight.png b/data/graphics/gui/vscroll_up_highlight.png new file mode 100644 index 000000000..7b5009f39 Binary files /dev/null and b/data/graphics/gui/vscroll_up_highlight.png differ diff --git a/data/graphics/gui/vscroll_up_pressed.png b/data/graphics/gui/vscroll_up_pressed.png new file mode 100644 index 000000000..2320ec42f Binary files /dev/null and b/data/graphics/gui/vscroll_up_pressed.png differ diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png new file mode 100644 index 000000000..f0ef1af4b Binary files /dev/null and b/data/graphics/gui/window.png differ diff --git a/data/graphics/gui/window.xml b/data/graphics/gui/window.xml new file mode 100644 index 000000000..f27dbc7f3 --- /dev/null +++ b/data/graphics/gui/window.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt new file mode 100644 index 000000000..5181b4e11 --- /dev/null +++ b/data/graphics/images/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(FILES + error.png + login_wallpaper.png + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am new file mode 100644 index 000000000..09e7c3171 --- /dev/null +++ b/data/graphics/images/Makefile.am @@ -0,0 +1,9 @@ +imagesdir = $(pkgdatadir)/data/graphics/images + +images_DATA = \ + error.png \ + login_wallpaper.png + +EXTRA_DIST = \ + $(images_DATA) \ + CMakeLists.txt diff --git a/data/graphics/images/error.png b/data/graphics/images/error.png new file mode 100644 index 000000000..6fd7c1a8d Binary files /dev/null and b/data/graphics/images/error.png differ diff --git a/data/graphics/images/login_wallpaper.png b/data/graphics/images/login_wallpaper.png new file mode 100644 index 000000000..109acccd5 Binary files /dev/null and b/data/graphics/images/login_wallpaper.png differ diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt new file mode 100644 index 000000000..eb3802d13 --- /dev/null +++ b/data/graphics/sprites/CMakeLists.txt @@ -0,0 +1,13 @@ +SET(FILES + arrow_up.gif + arrow_down.gif + arrow_left.gif + arrow_right.gif + error.png + error.xml + manaplus_emotions.png + manaplus_emote.xml + manaplus_emotes.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) diff --git a/data/graphics/sprites/Makefile.am b/data/graphics/sprites/Makefile.am new file mode 100644 index 000000000..8cf8cfb49 --- /dev/null +++ b/data/graphics/sprites/Makefile.am @@ -0,0 +1,16 @@ +spritesdir = $(pkgdatadir)/data/graphics/sprites + +sprites_DATA = \ + arrow_down.gif \ + arrow_left.gif \ + arrow_right.gif \ + arrow_up.gif \ + error.png \ + error.xml \ + manaplus_emotions.png\ + manaplus_emote.xml \ + manaplus_emotes.xml + +EXTRA_DIST = \ + $(sprites_DATA) \ + CMakeLists.txt diff --git a/data/graphics/sprites/arrow_down.gif b/data/graphics/sprites/arrow_down.gif new file mode 100644 index 000000000..e371b0892 Binary files /dev/null and b/data/graphics/sprites/arrow_down.gif differ diff --git a/data/graphics/sprites/arrow_left.gif b/data/graphics/sprites/arrow_left.gif new file mode 100644 index 000000000..29ea8bcd9 Binary files /dev/null and b/data/graphics/sprites/arrow_left.gif differ diff --git a/data/graphics/sprites/arrow_right.gif b/data/graphics/sprites/arrow_right.gif new file mode 100644 index 000000000..e5c7d3038 Binary files /dev/null and b/data/graphics/sprites/arrow_right.gif differ diff --git a/data/graphics/sprites/arrow_up.gif b/data/graphics/sprites/arrow_up.gif new file mode 100644 index 000000000..655e5bf40 Binary files /dev/null and b/data/graphics/sprites/arrow_up.gif differ diff --git a/data/graphics/sprites/error.png b/data/graphics/sprites/error.png new file mode 100644 index 000000000..6fd7c1a8d Binary files /dev/null and b/data/graphics/sprites/error.png differ diff --git a/data/graphics/sprites/error.xml b/data/graphics/sprites/error.xml new file mode 100644 index 000000000..3504bd016 --- /dev/null +++ b/data/graphics/sprites/error.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/data/graphics/sprites/manaplus_emote.xml b/data/graphics/sprites/manaplus_emote.xml new file mode 100644 index 000000000..6fa884e40 --- /dev/null +++ b/data/graphics/sprites/manaplus_emote.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/data/graphics/sprites/manaplus_emotes.xml b/data/graphics/sprites/manaplus_emotes.xml new file mode 100644 index 000000000..eca7bf722 --- /dev/null +++ b/data/graphics/sprites/manaplus_emotes.xml @@ -0,0 +1,22 @@ + + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + manaplus_emote.xml + diff --git a/data/graphics/sprites/manaplus_emotions.png b/data/graphics/sprites/manaplus_emotions.png new file mode 100644 index 000000000..ce6e2cdfc Binary files /dev/null and b/data/graphics/sprites/manaplus_emotions.png differ diff --git a/data/graphics/target-cursor-in-range-l.png b/data/graphics/target-cursor-in-range-l.png new file mode 100644 index 000000000..77cdf4b6d Binary files /dev/null and b/data/graphics/target-cursor-in-range-l.png differ diff --git a/data/graphics/target-cursor-in-range-m.png b/data/graphics/target-cursor-in-range-m.png new file mode 100644 index 000000000..c0107357a Binary files /dev/null and b/data/graphics/target-cursor-in-range-m.png differ diff --git a/data/graphics/target-cursor-in-range-s.png b/data/graphics/target-cursor-in-range-s.png new file mode 100644 index 000000000..3e81c75de Binary files /dev/null and b/data/graphics/target-cursor-in-range-s.png differ diff --git a/data/graphics/target-cursor-normal-l.png b/data/graphics/target-cursor-normal-l.png new file mode 100644 index 000000000..76d2101b1 Binary files /dev/null and b/data/graphics/target-cursor-normal-l.png differ diff --git a/data/graphics/target-cursor-normal-m.png b/data/graphics/target-cursor-normal-m.png new file mode 100644 index 000000000..e2ab79c29 Binary files /dev/null and b/data/graphics/target-cursor-normal-m.png differ diff --git a/data/graphics/target-cursor-normal-s.png b/data/graphics/target-cursor-normal-s.png new file mode 100644 index 000000000..09195f440 Binary files /dev/null and b/data/graphics/target-cursor-normal-s.png differ -- cgit v1.2.3-60-g2f50