aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2011-10-23 23:42:02 +0100
committerEugene Sandulenko2011-10-23 23:44:14 +0100
commit59474ca12880ea1cc222958fdd1ed2b584d58bc0 (patch)
tree23dd77eede98041bcd716fde43b90b1bee6809ed
parent4c08fccf589e9c2eab87c53bae912b3f0d23b323 (diff)
downloadscummvm-rg350-59474ca12880ea1cc222958fdd1ed2b584d58bc0.tar.gz
scummvm-rg350-59474ca12880ea1cc222958fdd1ed2b584d58bc0.tar.bz2
scummvm-rg350-59474ca12880ea1cc222958fdd1ed2b584d58bc0.zip
GUI: Replaced search icon with a better looking one.
Icons are by Yusuke Kamiyamane. http://p.yusukekamiyamane.com/
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl2
-rw-r--r--gui/ThemeEngine.cpp2
-rw-r--r--gui/credits.h3
-rw-r--r--gui/themes/scummclassic.zipbin91156 -> 91096 bytes
-rw-r--r--gui/themes/scummmodern.zipbin198479 -> 198102 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_gfx.stx2
-rw-r--r--gui/themes/scummmodern/search.bmpbin872 -> 0 bytes
-rw-r--r--gui/themes/scummmodern/search.pngbin0 -> 555 bytes
9 files changed, 10 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index ae6b4fc76d..3802c8316c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -432,6 +432,7 @@ Other contributions
Spanish:
Tomas Maidagan
+ Jordi Vilalta Prat
Swedish:
Hampus Flink
@@ -557,6 +558,8 @@ Special thanks to
Tristan - For additional work on the original MT-32 emulator
James Woodcock - Soundtrack enhancements
+ Some icons by Yusuke Kamiyamane
+
Tony Warriner and everyone at Revolution Software Ltd. for sharing with us
the source of some of their brilliant games, allowing us to release
Beneath a Steel Sky as freeware... and generally being supportive above
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 5daf232b2b..47bba09391 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1079,6 +1079,8 @@ begin_credits("Credits");
add_person("James Woodcock", "", "Soundtrack enhancements");
end_persons();
+ add_paragraph("Some icons by Yusuke Kamiyamane");
+
add_paragraph(
"Tony Warriner and everyone at Revolution Software Ltd. for sharing ".
"with us the source of some of their brilliant games, allowing us to ".
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp
index a8780bdc1c..e9aaf7d016 100644
--- a/gui/ThemeEngine.cpp
+++ b/gui/ThemeEngine.cpp
@@ -45,7 +45,7 @@ namespace GUI {
const char * const ThemeEngine::kImageLogo = "logo.bmp";
const char * const ThemeEngine::kImageLogoSmall = "logo_small.bmp";
-const char * const ThemeEngine::kImageSearch = "search.bmp";
+const char * const ThemeEngine::kImageSearch = "search.png";
struct TextDrawData {
const Graphics::Font *_fontPtr;
diff --git a/gui/credits.h b/gui/credits.h
index 3a7e77c146..fd5d87f0ab 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -491,6 +491,7 @@ static const char *credits[] = {
"",
"C1""Spanish",
"C0""Tom\341s Maidagan",
+"C0""Jordi Vilalta Prat",
"",
"C1""Swedish",
"C0""Hampus Flink",
@@ -674,6 +675,8 @@ static const char *credits[] = {
"C2""For additional work on the original MT-32 emulator",
"C0""James Woodcock",
"C2""Soundtrack enhancements",
+"C0""Some icons by Yusuke Kamiyamane",
+"C0""",
"C0""Tony Warriner and everyone at Revolution Software Ltd. for sharing with us the source of some of their brilliant games, allowing us to release Beneath a Steel Sky as freeware... and generally being supportive above and beyond the call of duty.",
"C0""",
"C0""John Passfield and Steve Stamatiadis for sharing the source of their classic title, Flight of the Amazon Queen and also being incredibly supportive.",
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 4dbedd4f14..a7f9cc5f56 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 1e44442933..57e74aa9fc 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index 80177054f4..4a2936643d 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -98,7 +98,7 @@
<bitmap filename = 'radiobutton.bmp'/>
<bitmap filename = 'radiobutton_empty.bmp'/>
<bitmap filename = 'logo_small.bmp'/>
- <bitmap filename = 'search.bmp'/>
+ <bitmap filename = 'search.png'/>
</bitmaps>
<fonts>
diff --git a/gui/themes/scummmodern/search.bmp b/gui/themes/scummmodern/search.bmp
deleted file mode 100644
index fa963f8f16..0000000000
--- a/gui/themes/scummmodern/search.bmp
+++ /dev/null
Binary files differ
diff --git a/gui/themes/scummmodern/search.png b/gui/themes/scummmodern/search.png
new file mode 100644
index 0000000000..8c8c07a55e
--- /dev/null
+++ b/gui/themes/scummmodern/search.png
Binary files differ