ver 1.0.5

This commit is contained in:
p.kosyh 2010-01-04 15:28:09 +00:00
parent 7239b3a282
commit ddd45281cc
10 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.0.4 VERSION := 1.0.5
DESTDIR= DESTDIR=
BIN= BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.0.4 VERSION := 1.0.5
PREFIX=/usr/local PREFIX=/usr/local
DESTDIR= DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.0.4 VERSION := 1.0.5
PREFIX= PREFIX=
DESTDIR= DESTDIR=

View file

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

View file

@ -4,7 +4,7 @@
</head><body brgcolor="#d6e7c9" bgcolor="#ffffff"> </head><body brgcolor="#d6e7c9" bgcolor="#ffffff">
<center>[ <a href="#info">What is it?</a> ] [ <a href="#screenshots">Screenshots</a> ] [ <a href="#download"> Download </a> ]</center> <center>[ <a href="#info">What is it?</a> ] [ <a href="#screenshots">Screenshots</a> ] [ <a href="#download"> Download </a> ]</center>
<hr> <hr>
<center><h2>INSTEAD 1.0.4 — interpreter of simple text adventures</h2></center> <center><h2>INSTEAD 1.0.5 — interpreter of simple text adventures</h2></center>
<h1><a name="info">What is it?</a></h1> <h1><a name="info">What is it?</a></h1>
<p align="justify">The interpreter of STEAD (Simple Text Adventures) allows to play games that combine visual novels, text adventures and classic quests of 1990-s. The STEAD games features are: </p> <p align="justify">The interpreter of STEAD (Simple Text Adventures) allows to play games that combine visual novels, text adventures and classic quests of 1990-s. The STEAD games features are: </p>
<ul> <ul>

View file

@ -4,7 +4,7 @@
</head><body brgcolor="#d6e7c9" bgcolor="#ffffff"> </head><body brgcolor="#d6e7c9" bgcolor="#ffffff">
<center>[ <a href="#info">Что это такое?</a> ] [ <a href="#screenshots">Скриншоты</a> ] [ <a href="#download"> Скачать </a> ]</center> <center>[ <a href="#info">Что это такое?</a> ] [ <a href="#screenshots">Скриншоты</a> ] [ <a href="#download"> Скачать </a> ]</center>
<hr> <hr>
<center><h2>INSTEAD 1.0.4 -- интерпретатор простых текстовых приключений для Unix</h2></center> <center><h2>INSTEAD 1.0.5 -- интерпретатор простых текстовых приключений для Unix</h2></center>
<h1><a name="info">Что это такое?</a></h1> <h1><a name="info">Что это такое?</a></h1>
<p align="justify">Интерпретатор STEAD (Simply Text Adventure) позволяет проигрывать игры, которые по жанру являются <p align="justify">Интерпретатор STEAD (Simply Text Adventure) позволяет проигрывать игры, которые по жанру являются
смесью визуальной новеллы, текстового квеста и классических квестов 90-х. Особенности STEAD игры:</p> смесью визуальной новеллы, текстового квеста и классических квестов 90-х. Особенности STEAD игры:</p>

View file

@ -1,4 +1,4 @@
.TH INSTEAD 6 "Version 1.0.4" Instead GAMES .TH INSTEAD 6 "Version 1.0.5" Instead GAMES
.SH NAME .SH NAME

View file

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

View file

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

View file

@ -1,5 +1,5 @@
stead = { stead = {
version = "1.0.4", version = "1.0.5",
table = table, table = table,
string = string, string = string,
math = math, math = math,