Skip to content

Commit

Permalink
Battle Isle 3 release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
M-HT committed Nov 13, 2023
1 parent 9509d28 commit 792f2d0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions games/Battle Isle 3/release/linux/BattleIsle3.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /bin/sh
cd "`echo $0 | sed 's/\/[^\/]*$//'`"
export LD_LIBRARY_PATH="`pwd`"
export LIBQUICKTIME_PLUGIN_DIR="`pwd`"
export WINEPREFIX="`pwd`/wine"

if [ -z "$WINEPREFIX" ]
Expand Down
15 changes: 11 additions & 4 deletions games/Battle Isle 3/release/linux/readme-Linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Battle Isle 3 for Linux (x86)
Version 1.0.2
Version 1.0.3

Original Battle Isle 3 is required for playing.
(version from GOG.com can be used for playing)
Expand All @@ -8,9 +8,6 @@ Libraries
---------
The game requires Wine (https://www.winehq.org/) to run.

The game also requires following 32-bit libraries: quicktime2
On debian based distributions these libraries are in following packages: libquicktime2:i386


Installation
------------
Expand Down Expand Up @@ -57,12 +54,22 @@ Paths to games files can be set in the file BattleIsle3.sh.
Misc
----

The game uses following libraries for playing video:
quicktime2 (http://libquicktime.sourceforge.net/)
ffmpeg (https://www.ffmpeg.org/)

Source code is available on GitHub: https://github.com/M-HT/SR


Changes
-------

v1.0.3 (2023-11-13)
* use bundled quicktime2 and ffmpeg libraries instead of system libraries
* fix reading command line options in path to executable
* minor bug fixes


v1.0.2 (2023-05-25)
* add option to change resolution
* add option to increase max window size
Expand Down
7 changes: 6 additions & 1 deletion games/Battle Isle 3/release/windows/readme-Windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Battle Isle 3 for Windows (x86)
Version 1.0.2
Version 1.0.3

Original Battle Isle 3 is required for playing.
(version from GOG.com can be used for playing)
Expand Down Expand Up @@ -62,6 +62,11 @@ Source code is available on GitHub: https://github.com/M-HT/SR
Changes
-------

v1.0.3 (2023-11-13)
* fix reading command line options in path to executable
* minor bug fixes


v1.0.2 (2023-05-25)
* add option to change resolution
* add option to increase max window size
Expand Down

0 comments on commit 792f2d0

Please sign in to comment.