30 Commits

Author SHA1 Message Date
Nikos Barkas
722b229202 Added watermark text for the snapshot versions. Currently working on Windows. The idea is to use the snapshot releases for things like nightly builds or distributions of the game other than the official ones. Updated the readme of the Windows version to reflect current project situation.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2234 127b21dd-08f5-0310-b4b7-95ae10353056
2009-07-11 16:09:53 +00:00
Nikos Barkas
f4548031bb Fixed crash when max_missiles is set to higher than maximum allowed (16). Modified the Win32 installer to default to the C:\Oolite folder, instead of C:\Program Files\Oolite, hopefully solving the problems with default installation location on Windows Vista.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2232 127b21dd-08f5-0310-b4b7-95ae10353056
2009-07-10 14:58:15 +00:00
Nikos Barkas
8601602f49 Added the Acrobat PDF version of Advice for New Commanders and made the Windows installer install this in the root Oolite folder.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2184 127b21dd-08f5-0310-b4b7-95ae10353056
2009-05-25 10:11:20 +00:00
Nikos Barkas
f1014cae40 Fixed a bug where escorts belonging to traders would be assigned to the stations launching them. Commented out the code that caused the cloaking device to charge up the energy banks upon switching it off (thanks Screet). Unless there is a justification for this behaviour, I believe this code can be removed. Updated the Reference Sheet to the latest, corrected version.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2123 127b21dd-08f5-0310-b4b7-95ae10353056
2009-04-07 12:28:37 +00:00
Nikos Barkas
5d4b8291ee Updated KZ9999's Reference Sheet to latest version.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2101 127b21dd-08f5-0310-b4b7-95ae10353056
2009-03-24 20:12:04 +00:00
Nikos Barkas
bac97c78e0 Updated KZ9999's reference sheet with a newer, better version.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2095 127b21dd-08f5-0310-b4b7-95ae10353056
2009-03-16 13:30:11 +00:00
Nikos Barkas
5ed1a6a11b Replaced old Reference Sheet with new one by KZ9999. Added KZ9999 to the contributors list.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2089 127b21dd-08f5-0310-b4b7-95ae10353056
2009-03-09 20:55:44 +00:00
Nikos Barkas
a562b212bb Fixed website shortcut url and removed obsolete batch file from the Windows installer script.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2075 127b21dd-08f5-0310-b4b7-95ae10353056
2009-02-23 19:16:28 +00:00
Nikos Barkas
4d0fd3267c The Windows executable now sets itself up when starting, making the RunOolite.bat file obsolete. Also, no more console window appears on Windows when starting the game. Modified installer script as required.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2074 127b21dd-08f5-0310-b4b7-95ae10353056
2009-02-23 18:54:14 +00:00
Nikos Barkas
d12f5ceb06 Oh, it's 2009 already ;-)
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2067 127b21dd-08f5-0310-b4b7-95ae10353056
2009-02-16 11:19:24 +00:00
Nikos Barkas
d22637b4d7 Modified RunOolite.bat and uninstaller script to work on the same paths used up to now. Fixed charset OXPs a little more.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1896 127b21dd-08f5-0310-b4b7-95ae10353056
2008-12-07 11:43:05 +00:00
Michael Werle
a68999c901 Windows Installer - now extracts Oolite Version number from oolite-version.xcconfig (thanks Ahruman), taking into account X.Y and X.Y.Z version numbers.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1867 127b21dd-08f5-0310-b4b7-95ae10353056
2008-11-17 19:04:27 +00:00
Michael Werle
0011b8ca9a Windows Installer
* Merged Snapshot and Standard packaging scripts (and removed superfluous installer scripts)
* Detect previously installed versions of Oolite and prompt for uninstall
* Removed 2 DLLs which don't appear to be required anymore
* Add some additional version numbering and description to the packaged executable

Makefile
* Auto-generate version information for Windows Installer
* TODO: auto-extract Oolite version from Info-Oolite.plist


git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1866 127b21dd-08f5-0310-b4b7-95ae10353056
2008-11-17 10:42:14 +00:00
Nikos Barkas
0a1117ba8e Replace SDL.dll with a stripped version for distribution. Upgrade the installer script to modern interface and add confirmation dialog for the uninstaller. Remove DTDs installation for the Windows build, since the gnustep-base-1_15.dll is already built to not require them. Tweak a little the installer so that it does not fail with some versions of NSIS (such as mine ;-) ).
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1859 127b21dd-08f5-0310-b4b7-95ae10353056
2008-11-15 14:21:56 +00:00
Michael Werle
ceb2b2e302 * Revamped build system - should make it a lot easier for people to build the sources and create packages
** Use "make -f Makefile help" to see a list of targets
** Updated Windows NSIS Packager rules
** Minor Tweaks to Debian rules

* Updated SpiderMonkey from 1.7 pre-release to 1.7 (minor changes only)
** Supplied new js32.dll for Windows (built with MSVC)

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1857 127b21dd-08f5-0310-b4b7-95ae10353056
2008-11-15 09:54:01 +00:00
Nikos Barkas
4d974808e8 Got uninstaller to remove the Logs folder during game uninstall under Windows. Removed some text from the Readme file that was valid at the time of v1.65, but not anymore. Added Micha to the contributors list.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1788 127b21dd-08f5-0310-b4b7-95ae10353056
2008-10-06 18:19:23 +00:00
Nikos Barkas
424300bdf8 Added Getafix to contributors list for enabling shader support on the Linux builds. Appended Disembodied's Advice for New Commanders text to Oolite_Readme.txt.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1549 127b21dd-08f5-0310-b4b7-95ae10353056
2008-04-12 06:31:46 +00:00
Nikos Barkas
d9e11be684 Tweaked missile accuracy so that it is handled in a saner way than before. Valid values for accuracy of missiles are now from 0.0 to 10.0, as one would expect and m.a. is clamped to this range at entity initialization. Also updated the date strings appearing in the game to reflect new year change.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1292 127b21dd-08f5-0310-b4b7-95ae10353056
2008-01-02 06:25:41 +00:00
Nikos Barkas
c060874ded Added an alternative installer script, with the same functionality as the previous, but more modern looking. Most likely, this will be the script that will be used to create the upcoming version's Windows installer.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1234 127b21dd-08f5-0310-b4b7-95ae10353056
2007-11-13 15:16:51 +00:00
Nikos Barkas
6d4e87b511 Improved the looks of the Windows installer and tweaked it a bit to read the version of Oolite from the environment.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1233 127b21dd-08f5-0310-b4b7-95ae10353056
2007-11-11 11:24:27 +00:00
Nikos Barkas
f7789096f3 Attempt to resolve a problem with sticky messages on certain systems, by reverting to the 1.69.1 method of handling message fade times. Updated the Oolite_Readme.txt documents to reflect the current project status.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1232 127b21dd-08f5-0310-b4b7-95ae10353056
2007-11-06 17:22:24 +00:00
Nikos Barkas
aff0c98dd6 Re-enabled the -fullscreen command line option that did not seem to do anything at all, at least under Windows. Updated Oolite-Readme.txt with the Wiki location for OXP downloads.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1051 127b21dd-08f5-0310-b4b7-95ae10353056
2007-06-29 16:44:23 +00:00
dajt
2ac149abbb Updated the readme file and snapshot installation creation script.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@457 127b21dd-08f5-0310-b4b7-95ae10353056
2006-04-12 10:22:49 +00:00
dajt
0ca19e986b New method for making snapshot installations, win32 deps added.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@440 127b21dd-08f5-0310-b4b7-95ae10353056
2006-04-06 03:18:34 +00:00
dajt
595be09d5b New script to make Win32 installer, and include Linux version# in installer.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@426 127b21dd-08f5-0310-b4b7-95ae10353056
2006-04-04 10:22:32 +00:00
dajt
70baa27479 Removed message box at end of installation, and now opens readme when finished copying files.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@381 127b21dd-08f5-0310-b4b7-95ae10353056
2006-03-29 04:24:25 +00:00
dajt
76d335104b Fixes the bug that causes nested oolite-saves directories to be created.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@379 127b21dd-08f5-0310-b4b7-95ae10353056
2006-03-29 02:13:36 +00:00
dajt
c701e8d435 Changed icon to be the oolite icon.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@344 127b21dd-08f5-0310-b4b7-95ae10353056
2006-03-19 21:05:22 +00:00
dajt
0dcc042dc2 Converted OS-X icon for use by Windows.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@342 127b21dd-08f5-0310-b4b7-95ae10353056
2006-03-17 07:58:42 +00:00
dajt
cc73c721e8 Added win32 installer files under new installer directory.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@336 127b21dd-08f5-0310-b4b7-95ae10353056
2006-03-16 10:08:57 +00:00