Skip to content

Commit 224baa0

Browse files
committed
Drop empty state, bump date version
1 parent 4c71c60 commit 224baa0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gish/src/main/cpp/Gish/sdl/video.c

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ void listvideomodes(void)
6161
}
6262
TO_DEBUG_LOG("SDL_GetNumDisplayModes: %i\n", display_mode_count);
6363

64-
if (display_mode_count < 1) {
65-
66-
}
67-
6864
for (i = 0; i < display_mode_count && display_mode_count < 64; ++i) {
6965
if (SDL_GetDisplayMode(display_in_use, i, &mode) != 0) {
7066
TO_DEBUG_LOG("SDL_GetDisplayMode failed: %s\n", SDL_GetError());

gish/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="app_name">Gish</string>
4-
<string name="version">v1.0 | 29-MAY-2017</string>
4+
<string name="version">v1.0 | 31-MAY-2017</string>
55
<string name="icon_string">Gish icon</string>
66
<string name="about_string">Original game was developed by:\n• © 2004-2017 Cryptic Sea.\n\nPublished by:\n• © 2004 Chronic Logic;\n• © 2005 Stardock;\n• © 2007 Steam.\n\nBuy Gish (data files):\nhttp://www.chroniclogic.com/gishorder.htm\nhttp://store.steampowered.com/app/9500\n\nPorting to Android OS native application with using SDL2, OpenAL, Ogg Vorbis, GL4ES and OpenGL ES libraries:\n• © 2017 S. \"EXL\" KLS\nemail: [email protected]\nemail: [email protected]\n\nSource Code:\nhttps://github.com/EXL/Gish\n\nArticle About Porting Gish:\nhttp://exlmoto.ru/gish-droid\n\nThanks to:\n• [SoD]Thor for touch joystick;\n• Pickle for OpenGL ES render;\n• ptitSeb for GL4ES wrapper library;\n• SysLord for some Gish patches;\n• blinry for Gish source code repository;\n• VatsOfGoo for help and data files;\n• Solexid for simple file picker code;\n• GNOME Adwaita team for some icons;\n• Egor Bukhamer for getting to know Gish;\n• Danil Medvedev for playing to Gish with me;\n• J()KER for testing APK-package;\n• Zorge.R for hosting, patience and help.\n\nThe release is dedicated to the 14th anniversary of the http://motofan.ru resource!</string>
77
<string name="button_cancel">Cancel</string>

0 commit comments

Comments
 (0)