Commit Graph

53 Commits (32e7eb2904ff026e15fddeda93cc1835f8c7dcff)

Author SHA1 Message Date
Günther Brammer 4fb3007690 win32: Fix out-of-tree setup build 2012-02-05 21:43:55 +01:00
Günther Brammer b980007c25 win32: Add a firewall exception on installation 2011-10-30 16:17:40 +01:00
Günther Brammer d8218120fc win32: Every install location gets it's own uninstall entry 2011-11-01 20:46:48 +01:00
Günther Brammer 6394f209a5 win32: Installer uses a per-installation game explorer guid 2011-11-01 20:37:58 +01:00
Günther Brammer fea377f196 win32: Fill in Games Explorer XML data from Version.txt 2011-10-31 01:31:56 +01:00
Günther Brammer d995490137 win32: register with the Game Explorer 2011-10-30 16:16:14 +01:00
Armin Burgmeier 6fd98efabd Add a copy of MultiUser.nsh patched for installation of 64 bit binaries 2012-02-02 22:24:35 +01:00
Günther Brammer 29ff51b16d Remove the remaining remnants of OpenSSL usage
OpenSSL sure has many names - libssl, libcrypto, libeay32, possibly more.
2011-11-03 00:37:07 +01:00
Peter Wortmann 39b5125628 Mac: More changes to bundling
Added libvorbisfile and libogg as well

Removed zlib, libpng, libiconv and libcrypto. Those seem to exist on current Mac Os system.
2011-10-10 14:07:22 +01:00
Martin Plicht c4595f1109 Mac: Also bundle libvorbis 2011-10-10 02:53:12 +02:00
Peter Wortmann 2c13b74222 Mac: Script for creating DMG package (adapted from fancy-dmg) 2011-10-09 18:27:00 +01:00
Peter Wortmann ad79ece074 Mac: Put game data into bundle
This makes it possible to ship the bundle stand-alone. Also
note that CMake will automatically pack the game data for
release builds, but sym-link the game data for debug builds.

Note this means you will only see the parts of planet/ that
are mentioned in OC_C4GROUPS in CMakeList.txt! This is equivalent
to the behaviour of the shipped build, so I don't see this as
a problem.
2011-10-09 17:09:48 +01:00
Günther Brammer b356c1bd10 win32: Installer uses new Clonk portrait 2011-09-23 01:55:39 +02:00
Günther Brammer 6b491974e1 win32: Installer writes more uninstaller information into the registry 2011-09-22 23:33:48 +02:00
Günther Brammer 26ff41185e win32: Uninstaller correctly removes the user settings 2011-09-22 22:26:06 +02:00
Günther Brammer 1cea606c41 win32: Installer creation works with MSVC
CMake even reads the makensis path from the registry.
2011-09-21 22:25:33 +02:00
Günther Brammer 5a3b14582a win32: Installer doesn't require admin privileges 2011-09-21 01:29:58 +02:00
Günther Brammer 89e15ec212 win32: Installer gets the product name from the Version.txt 2011-09-22 22:37:18 +02:00
Günther Brammer e2ec72b92f win32: Installer uses MUI2 and the default uninstall confirmation page
This further reduces the amount of custom code.
2011-09-21 00:10:26 +02:00
Günther Brammer c02354f56c win32: Add build rules for the installer to CMakeLists.txt and Makefile.am 2011-09-20 19:43:22 +02:00
Günther Brammer 65f21dbf8a win32: Installer installs *.oc? instead of *.c4? 2011-09-20 18:41:56 +02:00
Nicolas Hake 027d036639 Automatically set C4COPYRIGHT_YEAR on win32 2011-05-20 13:40:27 +02:00
Armin Burgmeier c1f340a74a Change .c4u extension to .ocu 2011-03-13 17:09:17 +01:00
Armin Burgmeier 8ff1667533 Change .c4l extension to .ocl 2011-03-13 17:08:02 +01:00
Armin Burgmeier b33bc157bd Change .c4v extension to .ocv 2011-03-13 17:07:19 +01:00
Armin Burgmeier 2e0b00a5e0 Change .c4b extension to .ocb 2011-03-13 17:06:23 +01:00
Armin Burgmeier 3a9556f1a3 Change .c4m extension to .ocm 2011-03-13 17:01:53 +01:00
Armin Burgmeier c61e92ec98 Change .c4i extension to .oci 2011-03-13 16:56:26 +01:00
Armin Burgmeier 675c077ed2 Change .c4d extension to .ocd 2011-03-13 16:55:00 +01:00
Armin Burgmeier 2a2408f9a8 Change .c4p extension to .ocp 2011-03-13 16:39:48 +01:00
Armin Burgmeier eaf62f71f9 Change .c4f extension to .ocf 2011-03-13 16:38:33 +01:00
Armin Burgmeier 41a1b5867d Change .c4g extension to .ocg 2011-03-13 16:16:45 +01:00
Armin Burgmeier e282bf9a9c Change .c4s extension to .ocs 2011-03-13 16:11:55 +01:00
Armin Burgmeier 085acf3d9a Remove .c4k icon 2011-03-13 16:01:34 +01:00
Armin Burgmeier c69e2c9248 Remove .c4x icon 2011-03-13 16:01:34 +01:00
Martin Plicht 48e26fffb3 mac: osx_bundle_libs.sh: Bundle libraries from other places than /usr/local/lib as well 2011-03-06 00:00:04 +01:00
Günther Brammer 46a946caff win32: Cut unnecessary pages from the installer 2011-03-01 23:04:15 +01:00
Günther Brammer f89d2807d9 win32: Only register the uninstaller with add/remove programs
Putting an "uninstall" entry into the start menu is redundant.
2011-02-26 16:37:51 +01:00
Günther Brammer ae361c1dad win32: Installer creates a startmenu shortcut that launches the editor 2011-02-26 16:36:39 +01:00
Günther Brammer 96fa57eb6b objects: Replace Grab defcore value with Touchable property 2011-01-02 23:55:48 +01:00
Günther Brammer db54822b89 objects: Remove Collectible from Defcore in favor of Collectible property 2011-01-02 23:17:47 +01:00
Martin Plicht a22d5ee35c Mac: Add Cocoa port 2010-12-27 04:49:02 +01:00
Armin Burgmeier 1340e80187 Enable custom installer graphics 2010-12-05 17:44:49 +01:00
Tobias Zwick 0027f87863 (placeholder) graphics for the installer 2010-11-25 14:08:44 +01:00
Günther Brammer cd68d6ceb3 Remove the last traces of Clonk Rage from comments
Also treat every regkey as valid. It's just a bonus for old Clonk owners,
no reason Clonk Endeavour owners shouldn't get it as well.
2010-10-10 17:44:26 +02:00
Armin Burgmeier a4445dfa7d Update installer script for release procedure 2010-09-24 17:19:39 +02:00
Tobias Zwick a394774901 replaced installer-icon 2010-09-24 16:38:36 +02:00
Günther Brammer b3a3f68ea6 Fix hgrevision for out-of-tree builds 2010-07-30 22:39:25 +02:00
Armin Burgmeier 34ba904dd9 Add CR installer script slightly adapted for OC 2010-04-18 17:50:13 +02:00
Günther Brammer 5631bb197d autotools: create hgrevision.h 2010-03-25 20:56:41 +01:00