diff --git a/Rules.make.standalone b/Rules.make.standalone index 03e2faf..1ee7e22 100644 --- a/Rules.make.standalone +++ b/Rules.make.standalone @@ -27,7 +27,7 @@ LUA_LFLAGS=$(shell pkg-config --libs lua5.1) SDL_CFLAGS=$(shell sdl-config --cflags) SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image -CFLAGS += -O2 -g -Wall -Dunix -D_USE_UNPACK -D_LOCAL_APPDATA # -D_SDL_MOD_BUG +CFLAGS += -g -Wall -Dunix -D_USE_UNPACK -D_LOCAL_APPDATA # -D_SDL_MOD_BUG INSTALLD=echo "Do not install standalone version!" INSTALLB=echo "Do not install standalone version!" diff --git a/doc/writing_games-en.txt b/doc/writing_games-en.txt index 44d747a..16149f1 100644 --- a/doc/writing_games-en.txt +++ b/doc/writing_games-en.txt @@ -30,9 +30,9 @@ At the beginning of “main.lua” file a header may be defined. It consists of -- $Name: The most interesting game!$ -From version 1.2.0 after headers you must define required STEAD API version. It is "1.2.0" currently. +From version 1.2.0 after headers you must define required STEAD API version. It is "1.2.2" currently. -instead_version "1.2.0" +instead_version "1.2.2" Game initialization should be defined as init function. For example: diff --git a/doc/writing_games.txt b/doc/writing_games.txt index 0841e30..995f187 100644 --- a/doc/writing_games.txt +++ b/doc/writing_games.txt @@ -30,9 +30,9 @@ -- $Name: Самая интересная игра!$ -Начиная с версии 1.2.0 сразу после заголовков вам необходимо указать версию STEAD API, которая требуется игре. На данный момент последняя версия 1.2.0. +Начиная с версии 1.2.0 сразу после заголовков вам необходимо указать версию STEAD API, которая требуется игре. На данный момент последняя версия 1.2.2. -instead_version "1.2.0" +instead_version "1.2.2" Если version отсутствует, то STEAD API будет работать в режиме совместимости (устаревшее API). @@ -1578,4 +1578,4 @@ scr.gfx.h = 500 Интерпретатор выполняет поиск тем в каталоге themes. Unix версия кроме этого каталога, просматривает также каталог ~/.instead/themes/ -Windows версия (>=0.8.7): Documents and Settings/USER/Local Settings/Application Data/instead/themes +Windows версия (>=0.8.7): Documents and Settings/USER/Local Settings/Application Data/instead/themes \ No newline at end of file