87 Commits

Author SHA1 Message Date
KonstantinosSykas
28bef4568c Revert "Linux: Makefiles updates for github project tree"
This reverts commit f0a3c742ec2d18b7690b4d69fd4fc7e78b91b85a.
2013-10-10 20:12:27 +03:00
KonstantinosSykas
9edd3a14b9 Linux: Test-release indicator for package filenames 2013-10-09 01:23:19 +03:00
KonstantinosSykas
f0a3c742ec Linux: Makefiles updates for github project tree 2013-10-09 01:07:21 +03:00
AnotherCommander
5609afe57b Git hash does not play well with version numbering as expected by the installer (X.X.X.X). Added git revision count to versioning of installer. The revision count is equivalent to the incremental SVN revision number and it should be a good way to track commits. 2013-09-09 13:10:38 +02:00
cim
7db8688052 Update version from 1.77.1 to 1.79 2013-08-27 12:51:53 +01:00
Nikos Barkas
50895952b2 Version bump to 1.77.1.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5623 127b21dd-08f5-0310-b4b7-95ae10353056
2013-01-21 10:15:06 +00:00
Chris Morris
b116190556 Remove old oosat reference
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5620 127b21dd-08f5-0310-b4b7-95ae10353056
2013-01-19 09:40:50 +00:00
Nikos Barkas
afb09f9a7e Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5596 127b21dd-08f5-0310-b4b7-95ae10353056
2012-12-31 09:00:28 +00:00
Nikos Barkas
04ab3b3eb4 Fixed last warning on GCC 4.7.1. Also updated the branding text on the Win32 installer script.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5585 127b21dd-08f5-0310-b4b7-95ae10353056
2012-12-21 10:19:18 +00:00
Michael Werle
cb2d00a924 Bump version number to 1.77; start new Changelog.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4691 127b21dd-08f5-0310-b4b7-95ae10353056
2012-01-03 15:14:11 +00:00
Nikos Barkas
c665a084d8 MNSR step 1: Rolling version number to 1.76.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4674 127b21dd-08f5-0310-b4b7-95ae10353056
2011-12-03 17:51:19 +00:00
Jens Ayton
49c928fead Bumpy bumpy version.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4579 127b21dd-08f5-0310-b4b7-95ae10353056
2011-07-12 07:32:26 +00:00
Jens Ayton
774c4b922b Versions that go bump in the night.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4550 127b21dd-08f5-0310-b4b7-95ae10353056
2011-05-09 20:50:15 +00:00
Jens Ayton
21feac565f Remastered application icons.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4543 127b21dd-08f5-0310-b4b7-95ae10353056
2011-05-07 13:21:54 +00:00
getafix
f6a0d8b3ac POSIX installer - Package name according to build mode.
pkg-posix (release-deployment)        - oolite-MAJ.MIN.REV.linux-ARCH.run
  pkg-posix-test (release)              - oolite-MAJ.MIN.REV-(test, beta, rc1, etc.).linux-ARCH.run
  pkg-posix-snapshot (release-snapshot) - oolite-MAJ.MIN.REV.SVNREV.linux-ARCH.run
  pkg-posix-nightly (release-snapshot)  - oolite-trunk-MAJ.MIN.REV.SVNREV-dev.linux-ARCH.run


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4512 127b21dd-08f5-0310-b4b7-95ae10353056
2011-04-12 15:52:33 +00:00
getafix
ffd1ab6603 POSIX installer - Redirected 'which' stderr to /dev/null in the post-extraction setup script.
In some distros (e.g. Fedora 11, Mint 10 Julia) the 'which <filename>' command 
                  uses stderr to report a filename not found or other warnings.


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4509 127b21dd-08f5-0310-b4b7-95ae10353056
2011-04-04 20:00:57 +00:00
getafix
7a9d03e456 POSIX new installer - Updated to facilitate rsync repository setup for oolite-update script
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4507 127b21dd-08f5-0310-b4b7-95ae10353056
2011-04-03 16:31:48 +00:00
getafix
bf1961bcd5 POSIX new installer - automatic spawning of a new terminal in X11 when
a non-nightly installer is started from the desktop.


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4496 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-27 22:03:25 +00:00
getafix
113cb53fcb pkg-posix-nightly - produced package now installs unattended.
If the user is root then the installation is system-wide, else
it is installed in the user's home directory, without asking.


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4495 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-27 17:06:58 +00:00
getafix
2544ec26dc Packager target added for new POSIX packager (r4492):
* pkg-posix-nightly   - builds a release self-extracting package


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4494 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-27 14:30:25 +00:00
getafix
b386776e8b Added new packager for POSIX (e.g. FreeBSD, Linux etc.).
Stéphane Peter's makeself.sh script (http://megastep.org/makeself/) is
used to produce the installers/posix/oolite-<version>.x86[_64].run 
self-extractible package.

Packager targets added:
 * pkg-posix           - builds a release self-extracting package
 * pkg-posix-test      - builds a test release self-extracting package
 * pkg-posix-snapshot  - builds a snapshot release self-extracting package


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4492 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-26 13:58:16 +00:00
Nikos Barkas
0aef9f29fd Makefile now builds also Basic-debug.oxp on Windows and Linux systems. The Windows installer has now an additional page which allows the user to select whether to install Basic-debug.oxp or not. This page is available only in the test-release and test-release-snapshot configurations.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4489 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-25 00:19:12 +00:00
getafix
8d74f3b33f Linux autopackage - Installer clean-up
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4484 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-22 14:39:06 +00:00
Jens Ayton
cfb869eba9 Version bump.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4472 127b21dd-08f5-0310-b4b7-95ae10353056
2011-03-13 12:21:36 +00:00
Jens Ayton
79949f2eba Version bump.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4383 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-20 09:51:22 +00:00
Nikos Barkas
1f08aff035 The Windows uninstaller does not do an unconditional clean up of the root game folder anymore. It deletes only the few specific files that are installed by default, thus avoiding potential accidental user files deletion.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4382 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-20 09:41:16 +00:00
Nikos Barkas
7e6d61ff26 Update to the quick start readme text file.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4336 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-12 16:53:18 +00:00
Nikos Barkas
8088f47c41 Made the Windows installer header bitmap 8-bit, like it was before. For some unknown reason, McAfee Shield interferes heavily with the uninsaller executable when the 24-bit header image is used.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4283 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-10 10:30:19 +00:00
Jens Ayton
c33a8fbc73 Updated icon and related files.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4275 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-09 18:57:34 +00:00
Jens Ayton
4b42e90359 [Win] Removed unused installer header.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4269 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-08 20:36:43 +00:00
getafix
0c126dc0d3 Fixed Linux packaging (autopackage) breakage following PLAYING.TXT removal (r4209).
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4212 127b21dd-08f5-0310-b4b7-95ae10353056
2011-02-02 10:16:17 +00:00
Nikos Barkas
5e04557a2d Two more strings referring to last year updated: Those of the Windows installer.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3966 127b21dd-08f5-0310-b4b7-95ae10353056
2011-01-03 11:52:33 +00:00
getafix
d1bc46dceb Applied Linux .desktop file improvement, as suggested in [Bug #17367]. (trunk & maintenance)
Updated installation instructions for Linux .package files. (trunk & maintenance)


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3689 127b21dd-08f5-0310-b4b7-95ae10353056
2010-07-19 22:39:52 +00:00
getafix
92b0b82ab4 Removed Linux PulseAudio dependency (trunk & maintenance).
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3687 127b21dd-08f5-0310-b4b7-95ae10353056
2010-07-19 11:17:28 +00:00
getafix
37e90934cf Added instructions on how to install an autopackage package.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3581 127b21dd-08f5-0310-b4b7-95ae10353056
2010-06-20 09:41:45 +00:00
Jens Ayton
a7d96ce760 Bumpez les versions! (Except the ReadMe, because I don't have Word, and the Debian stuff, because it confused me.)
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3518 127b21dd-08f5-0310-b4b7-95ae10353056
2010-06-13 15:40:59 +00:00
Michael Werle
9ac5d02bed Revert the GNUmakefile to compile, by default, using system-dependecies. This makes it easier for developers rather than packagers. Associated changes to not break packaging build rules.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3448 127b21dd-08f5-0310-b4b7-95ae10353056
2010-06-02 19:14:29 +00:00
getafix
fe17da1d83 Fixed no oolite entry in the Games menu for some distros,
for autopackage package installation.


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3419 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-27 19:09:09 +00:00
getafix
c5bf3385f2 Fixed "oolite" script not passing command line arguments to "oolite-wrapper" script
for autopackage installations (inserted in r3235). 



git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3322 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-12 21:36:50 +00:00
Nikos Barkas
33c2214bea Changed label of AddOns folder shortcut in the Win32 installer, as X in OXP is for expansion, rather than extension.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3282 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-04 15:23:30 +00:00
Marc
481fa388de - refactored player witchspace jumps. Hopefully didn't break anything.
- fix: player shipLostTarget event should now fire at all relevant times.
- fix: overlapping systems, appearing at the same map coordinates, should now be individually selectable. Tested on the short range map with Divees & Tezabi in galaxy 5.
- new: ship.exitSystem([systemID]) if systemID is specified, the ship will try to hyperspace to that system, otherwise it will try to hyperspace to a random system in range. Returns false if the jump cannot be made - system(s) not in range, mass blocked, etc...
- windows menu shortcuts: renamed 'Installed OXPs' to 'Extension Packs'.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3281 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-04 07:56:55 +00:00
getafix
812da41e94 GNUmakefile eSpeak distinct handling for build:
oolite Linux with system libs (a.k.a. distro-release)
	oolite Linux with packaged libs
	oolite Windows

Updated apspec files and oolite.src to handle the new espeak-data location

Added script to generate shared libraries linker names when 
autopackaged oolite is needed. ([x86, x86_64]/lib_linker/make_so.links.sh)

Linux oolite header files cleanup.


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3280 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-03 20:34:35 +00:00
Nikos Barkas
ebc33db433 Added Oolite-related image at finishpage on the Windows installer.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3278 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-03 10:06:28 +00:00
Marc
6761ad3af9 Windows installer update:
- Added shortcuts to the AddOns, Logs & snapshot folders.
 - viewing readme file now made optional.
 - Oolite now launches automatically after installation (and after the user finishes reading the readme file, if selected).


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3274 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-02 22:09:14 +00:00
Nikos Barkas
39bf0354e5 Added eSpeak support for the Windows builds. Moved espeak-data folder to cross platform dependencies. Updated default.apspec files with new location of espeak-data.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3268 127b21dd-08f5-0310-b4b7-95ae10353056
2010-05-02 16:49:54 +00:00
getafix
8416e97450 Added apspec files missing from r3233.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3235 127b21dd-08f5-0310-b4b7-95ae10353056
2010-04-28 11:55:31 +00:00
getafix
de60dba4e3 Transparent linux-x86, linux-x86_64 build and autopackage-packaging with
new Linux-deps folder (ready for distro independent build) and 
updated Makefile, GNUmakefile and autopackage apspec files

Speech support with eSpeak compiled using PulseAudio instead of the default PortAudio.
(Smoother inter-distro speech execution when eSpeak does not use PortAudio)

Fixed oolite-update to include itself during updates

Fixed oolite wrapper-scripts not passing command line arguments to oolite executable

Updated Linux README.TXT, PLAYING.TXT files

Dependency libraries updates:
   gnustep-base-1.18 - VSync issue addressed (noticed on nVidia cards). Fixed the tearing issue enabling smooth video scrolling.
   SDL-1.2.14
   libpng14
   eSpeak-1.43.03 - Supports klat voices

Deleted Linux-x86-deps/
Deleted installers/autopackage/default.apspec



git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3233 127b21dd-08f5-0310-b4b7-95ae10353056
2010-04-28 09:37:38 +00:00
Nikos Barkas
0e1226ca80 Roll year to 2010.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2969 127b21dd-08f5-0310-b4b7-95ae10353056
2010-01-14 16:58:32 +00:00
getafix
4e1681aedd Updated default.apspec and Makefile, to comply with revision 2793 folder cleanup.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2848 127b21dd-08f5-0310-b4b7-95ae10353056
2009-12-06 02:28:47 +00:00
Jens Ayton
0aaa11f0e0 Fixed build breakages.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2813 127b21dd-08f5-0310-b4b7-95ae10353056
2009-11-30 19:10:55 +00:00