Update to 1.01

This commit is contained in:
Miloslav Číž 2020-12-01 13:56:35 +01:00
parent 419d1db9ed
commit 70b6d3dad2
12 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
bin/Anarch_gbmeta_1-01.zip Normal file

Binary file not shown.

BIN
bin/Anarch_linux64_csfml_elf_1-01 Executable file

Binary file not shown.

BIN
bin/Anarch_linux64_sdl_elf_1-01 Executable file

Binary file not shown.

BIN
bin/Anarch_pokitto_1-01.pop Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -87,6 +87,8 @@
#include <signal.h>
#endif
#define SDL_MAIN_HANDLED 1
#include <stdio.h>
#include <unistd.h>
#include <SDL2/SDL.h>
@ -367,7 +369,11 @@ int main(int argc, char *argv[])
{
uint8_t argHelp = 0;
uint8_t argForceWindow = 0;
uint8_t argForceFullscreen = 1;
uint8_t argForceFullscreen = 0;
#ifndef __EMSCRIPTEN__
argForceFullscreen = 1;
#endif
for (uint8_t i = 0; i < SFG_KEY_COUNT; ++i)
webKeyboardState[i] = 0;

View File

@ -34,7 +34,7 @@ static const char *SFG_menuItemTexts[] =
#define SFG_TEXT_SAVED "saved"
#define SFG_TEXT_LEVEL_COMPLETE "level done"
#define SFG_VERSION_STRING "1.0d"
#define SFG_VERSION_STRING "1.01"
/**<
Version numbering is following: major.minor for stable releases,
in-development unstable versions have the version of the latest stable +