1.1.4, input mouse focus fix

This commit is contained in:
p.kosyh 2010-02-28 07:30:33 +00:00
parent e9fba071f1
commit 1ebd5b7c23
9 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.1.3
VERSION := 1.1.4
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.1.3
VERSION := 1.1.4
PREFIX=/usr/local
DESTDIR=

View file

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

View file

@ -13,7 +13,7 @@ body { font-family: Verdana, Arial, Helvetica, sans-serif;
</style>
<title>INSTEAD -- interpreter of simple text adventures for Unix and Windows</title>
</head><body bgcolor="#f0f0f0">
<h2>INSTEAD 1.1.3</h2>
<h2>INSTEAD 1.1.4</h2>
<p>INSTEAD -- interpreter of simple text adventures for Unix and Windows.<br>
INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests.</p>

View file

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

View file

@ -1,4 +1,4 @@
INSTEAD 1.1.3
INSTEAD 1.1.4
=============
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
AppVerName=INSTEAD 1.1.3
AppVerName=INSTEAD 1.1.4
DefaultDirName={pf}\Pinebrush games\INSTEAD
DefaultGroupName=Pinebrush games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-1.1.3
OutputBaseFilename=instead-1.1.4
AllowNoIcons=true
[Languages]

View file

@ -66,7 +66,7 @@ int input(struct inp_event *inp, int wait)
SDL_ShowCursor(SDL_ENABLE);
}
}
return AGAIN;
return 0; //AGAIN;
case SDL_USEREVENT: {
void (*p) (void*) = event.user.data1;
p(event.user.data2);

View file

@ -1,5 +1,5 @@
stead = {
version = "1.1.3",
version = "1.1.4",
table = table,
string = string,
math = math,