1.3.1.1 up

This commit is contained in:
p.kosyh 2011-02-13 13:39:20 +00:00
parent 59b961d423
commit 18c7d10907
14 changed files with 24 additions and 13 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.3.1
VERSION := 1.3.1.1
PREFIX=./
DESTDIR=

View file

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

View file

@ -1,4 +1,4 @@
VERSION := 1.3.1
VERSION := 1.3.1.1
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.3.1
VERSION := 1.3.1.1
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.3.1
VERSION := 1.3.1.1
PREFIX=/usr/local
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.3.1
VERSION := 1.3.1.1
PREFIX=./
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.3.1
VERSION := 1.3.1.1
PREFIX=
DESTDIR=

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
instead (1.3.1.1) unstable; urgency=low
* bug fix (dates in save slots);
* bug fix (dbg fixes);
* small bug fixes;
-- Peter Kosyh <p.kosyh@gmail.com> Mon, 14 Feb 2011 16:24:00 +0300
instead (1.3.1) unstable; urgency=low
* bug fix (imgl and justify);

View file

@ -1,4 +1,5 @@
-- $Name:Обучение$
instead_version "1.3.1"
require "dash" -- '--' replace :)

View file

@ -1,6 +1,6 @@
Summary: simply text adventures/visual novels engine and game
Name: instead
Version: 1.3.1
Version: 1.3.1.1
Release: 1%{?dist}
License: GPLv2
URL: http://instead.googlecode.com

View file

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

View file

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

View file

@ -3229,7 +3229,7 @@ void _txt_layout_add(layout_t lay, char *txt)
while (ptr && *ptr) {
struct word *word;
int sp2, addlen;
int sp2, addlen = 0;
int wtok;
eptr = process_token(ptr, layout, line, &xref, &sp2);
if (eptr) {

View file

@ -1,4 +1,6 @@
#if defined(__APPLE__) || defined(S60)
#include <SDL.h>
#endif
#include "externals.h"
#include "internals.h"