1.2.1 starts

This commit is contained in:
p.kosyh 2010-08-28 15:48:17 +00:00
parent 57a6983f2f
commit 0259f048a6
13 changed files with 21 additions and 13 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.2.0
VERSION := 1.2.1
PREFIX=./
DESTDIR=

View file

@ -1,6 +1,6 @@
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
pkgver=1.2.0
pkgver=1.2.1
pkgrel=1
pkgdesc="instead quest interpreter"
arch=('i686' 'x86_64')

View file

@ -1,4 +1,4 @@
VERSION := 1.2.0
VERSION := 1.2.1
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.0
VERSION := 1.2.1
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.0
VERSION := 1.2.1
PREFIX=/usr/local
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.0
VERSION := 1.2.1
PREFIX=./
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.0
VERSION := 1.2.1
PREFIX=
DESTDIR=

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
instead (1.2.1) unstable; urgency=low
* clearlooks bg;
* fading fix;
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 28 Aug 2010 19:47:00 +0300
instead (1.2.0) unstable; urgency=low
* unpack/install feature;

View file

@ -1,4 +1,4 @@
INSTEAD 1.2.0
INSTEAD 1.2.1
=============
WARNING! For successfull building you must install these development packages (names may vary in your distribution):

View file

@ -1,11 +1,11 @@
[Setup]
AppName=INSTEAD-KIT
AppVerName=INSTEAD 1.2.0
AppVerName=INSTEAD 1.2.1
DefaultDirName={pf}\Pinebrush games\INSTEAD
DefaultGroupName=Pinebrush games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-kit-1.2.0
OutputBaseFilename=instead-kit-1.2.1
AllowNoIcons=true
[Languages]

View file

@ -1,11 +1,11 @@
[Setup]
AppName=INSTEAD
AppVerName=INSTEAD 1.2.0
AppVerName=INSTEAD 1.2.1
DefaultDirName={pf}\Pinebrush games\INSTEAD
DefaultGroupName=Pinebrush games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-1.2.0
OutputBaseFilename=instead-1.2.1
AllowNoIcons=true
[Languages]

View file

@ -196,6 +196,7 @@ game.fading = function(s)
return false
end
if game._time == 1 then -- first cmd
game.lastpic = p;
return true
end
if PLAYER_MOVED or game.lastpic ~= p then

View file

@ -1,5 +1,5 @@
stead = {
version = "1.2.0",
version = "1.2.1",
api_version = "1.1.6", -- last version before 1.2.0
table = table,
delim = ',',