Skip to content

Commit

Permalink
Drop empty state, bump date version
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed May 31, 2017
1 parent 4c71c60 commit 224baa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions gish/src/main/cpp/Gish/sdl/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ void listvideomodes(void)
}
TO_DEBUG_LOG("SDL_GetNumDisplayModes: %i\n", display_mode_count);

if (display_mode_count < 1) {

}

for (i = 0; i < display_mode_count && display_mode_count < 64; ++i) {
if (SDL_GetDisplayMode(display_in_use, i, &mode) != 0) {
TO_DEBUG_LOG("SDL_GetDisplayMode failed: %s\n", SDL_GetError());
Expand Down
2 changes: 1 addition & 1 deletion gish/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Gish</string>
<string name="version">v1.0 | 29-MAY-2017</string>
<string name="version">v1.0 | 31-MAY-2017</string>
<string name="icon_string">Gish icon</string>
<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>
<string name="button_cancel">Cancel</string>
Expand Down

0 comments on commit 224baa0

Please sign in to comment.