From 6b03c1ca1faab8f7ad1b5edde06c852ca493fc75 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Fri, 12 May 2006 10:11:40 +0000 Subject: Update to 2.0.0 I separeted glest port to glest and glest-data ports. Glest 2.0.0 has been released, this version includes loads of new features: - New Magic units: - Tower of Souls: Air defense building, attacks air only - Golem: Defensive unit, needs EP to walk, can't attack air - Daemon giant: Heavy melee unit - Drake rider: Light ranged unit - New Tech units: - Aerodrome: Building for producing air units - Air ballista: Air defense building, attacks air only - Rider: Fast medium unit - Ornithopter: Light air unit - Airship: Heavy air unit, can't attack air - New Magic upgrades - New Tech upgrades - New animations for existing units - Shared vision between allies - New particle blending - Felix and Matze added to the credits - Players now start on the location indicated in the game settings menu - Score system - HTML documentation - Increased projectile accuracy - Optimized particle rendering - Loads of balance changes PR: ports/95608 Submitted by: Jose Alonso Cardenas Marquez (maintainer) Approved by: lawrance (mentor) --- games/glest/files/glest-wrapper.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'games/glest/files') diff --git a/games/glest/files/glest-wrapper.in b/games/glest/files/glest-wrapper.in index bedce487e08d..aba5d39bc502 100644 --- a/games/glest/files/glest-wrapper.in +++ b/games/glest/files/glest-wrapper.in @@ -1,7 +1,4 @@ #!/bin/sh -# Prevent et from resetting unsafe settings to their default value (see -# http://www.splashdamage.com/forums/viewtopic.php?t=3883&highlight=pid). - cd %%PREFIX%%/lib/glest || exit 1 exec ./glest "$@" -- cgit v1.2.3