ng to 0.8.9 (win build is not tested)

This commit is contained in:
p.kosyh 2009-09-05 05:23:51 +00:00
parent aea1b0ce9b
commit 59c1ea20e9
7 changed files with 17 additions and 7 deletions

View file

@ -1,4 +1,4 @@
VERSION := \"0.8.8\"
VERSION := \"0.8.9\"
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := \"0.8.8\"
VERSION := \"0.8.9\"
PREFIX=/usr/local
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := \"0.8.8\"
VERSION := \"0.8.9\"
PREFIX=
DESTDIR=

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
instead (0.8.9) unstable; urgency=low
* runtime languages
* desabled function in stead
* list_zap, list_concat
* remove added
* stead.lua fixes
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 5 Aug 2009 11:25:01 +0400
instead (0.8.8) unstable; urgency=low
* Makefiles fixes

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.8.8
Version=0.8.9
Type=Application
Name=INSTEAD
Name[ru]=INSTEAD

View file

@ -61,7 +61,7 @@ SETTINGS_MENU = \
Режим прокрутки: <a:/motion>%s</a>\n\
Фильтр мышки: <a:/filter>%s</a>\n\
\n\
Язык интерфейса: <a:/lang--><<</a>%s<a:/lang++>>></a>\n\
Язык: <a:/lang--><<</a>%s<a:/lang++>>></a>\n\
Собственные темы игр: <a:/owntheme>%s</a>\n\
Автосохранение: <a:/autosave>%s</a>\n\
\n\

View file

@ -481,7 +481,7 @@ end
function list(v)
v.add = list_add;
v.set = list_set;
v.concat = list_concat;
v.cat = list_concat;
v.zap = list_zap;
v.del = list_del;
v.look = list_find;
@ -1269,7 +1269,7 @@ function game_step(self)
return game_life(self);
end
version = "0.8.8";
version = "0.8.9";
game = game {
nam = "INSTEAD -- Simple Text Adventure interpreter v"..version.." '2009 by Peter Kosyh",