Commit Graph

20989 Commits

Author SHA1 Message Date
Gunter Labes
5103947b96 activate the previous version redirect on new release 2007-12-03 08:50:20 +00:00
Eric S. Raymond
516c6c2a8b Address bug #10440: presence of optipng not checked in configure. 2007-12-03 03:45:57 +00:00
uso
cd61435bf3 allow to use team labels also for 1-player-teams (bug #9747) 2007-12-03 01:07:55 +00:00
David Philippi
90a32e5e7d swedish translation update 2007-12-02 22:53:26 +00:00
Elias Pschernig
6f1b87ddc8 Use new[]/delete[] instead of variable length C-style array. 2007-12-02 21:25:13 +00:00
Patrick Parker
54ce47db29 updated project files for MSVC 2007-12-02 20:43:45 +00:00
Patrick Parker
23f4463a6f fix some redefinition errors
http://www.wesnoth.org/wiki/CodingStandards#Respect_for_loop_scoping_of_different_platforms
2007-12-02 20:39:26 +00:00
Mark de Wever
d57c99fd02 Changing the langugage now sets the version number in the title properly. 2007-12-02 17:40:40 +00:00
Mark de Wever
feb7fe5c87 Added some comment. 2007-12-02 16:46:39 +00:00
Mark de Wever
ccf61d8418 Added a new exception kind which should be used for possible problems in WML.
Asserts are normally only used in debug builds.
2007-12-02 15:52:49 +00:00
Mark de Wever
b229c4f240 Removed some not needed #include "wassert.hpp". 2007-12-02 14:51:23 +00:00
Lari Nieminen
40997f252d Now the player has to kill the fake M'Brin in 'Choice in the Fog'...
...instead of just attacking once, but on difficulties other than hard
he's also nerfed by -2 damage and -20 HP.
2007-12-02 12:04:18 +00:00
Nils Kneuper
2dde5fa540 updated Chinese translation 2007-12-02 08:42:45 +00:00
Nils Kneuper
c71be76ae0 cleanup the file 2007-12-01 19:45:07 +00:00
Benoît Timbert
8965563d72 The old plural [race] name= key is not plural_name=
Add a few race descriptions for proof of concept purpose
2007-12-01 18:26:22 +00:00
Benoît Timbert
2fb0462b2c Theme & changelog update.
Now the race should be displayed in the unit preview panel
2007-12-01 17:01:36 +00:00
Eric S. Raymond
7dd426fe79 Address bug #10415: --enable-lite doesn't do anything.
Simplified and improved the way file manifests are computed.
2007-12-01 16:45:44 +00:00
Benoît Timbert
2a15a5754d Allow themewml (with a [unit_race] tag) to display the race of the unit.
The race description is also displayed in tooltip.

Btw its currently uses the race name= key which is plural, not good.

I will probably add a new, translatable string for this.

I'd like to update the themes so it include this new field, but i
don't know ThemeWML enough
2007-12-01 16:40:57 +00:00
Lari Nieminen
c1222a2c58 Bigger fixes to 'Gathering Materials'...
...and some visual tweaks to the council scenarios.
2007-12-01 14:24:27 +00:00
Nils Kneuper
396c457354 updated Chinese translation 2007-12-01 14:22:40 +00:00
David Philippi
53b4804c5c danish translation update 2007-12-01 13:57:52 +00:00
Nils Kneuper
0a664914b9 updated Chinese translation, added new translators 2007-12-01 13:56:08 +00:00
Nils Kneuper
d6c01daa75 pot-update 2007-12-01 12:12:34 +00:00
Nils Kneuper
148a0a68f2 updated Italian translation 2007-12-01 11:59:59 +00:00
Nils Kneuper
7c8c86b96d adding the macro reference to the ignore list 2007-12-01 11:59:15 +00:00
Jérémy Rosen
a01d035f3c add a pre_die event triggered when a unit dies,
...but before the animation is played
2007-12-01 11:08:09 +00:00
Nils Kneuper
cb7513e212 updated Italian translation 2007-12-01 10:20:54 +00:00
Eric S. Raymond
5a1d58549c Well, *that* was a mistake... 2007-12-01 09:59:19 +00:00
Eric S. Raymond
5139c617a9 Enpty RELEASE_NOTES. 2007-12-01 09:57:56 +00:00
Jörg Hinrichs
29f5b458a3 This fixes bug #10354 (loading linger-mode saves loses branch choices)
...and gets rid of a couple of ugly work arounds. Adding next_scenario
to the gamestate made them obsolete.
2007-12-01 08:27:12 +00:00
Nils Kneuper
023857ce61 updated Chinese translation 2007-12-01 08:25:34 +00:00
Richard Kettering
1a7b97e74b New attack icon for elven champion. 2007-12-01 02:56:11 +00:00
Richard Kettering
4c9ea91c0e Added icon for elven champion's attack. 2007-12-01 02:49:31 +00:00
Ali El Gariani
a623423198 Speed-up the validation of the cache by skipping media directories...
...(images and sounds) because we don't cache those. This seems to
really help this process.  (~80% of files are images and the check is
proportional to the number of files) The only problem is if weird UMC
put some cfg in /images. But the unchecked cache will just annoy the
author when he will editing only this cfg.  This will also helps
artists by avoiding useless cache rebuilding.  PS: also did a tiny
safe change in Mac-specific code for unicode filename, and a cleaner
file extension check is much less effective than the directory skip.
2007-12-01 01:51:11 +00:00
Nils Kneuper
4adbb190b2 post release version bump to 1.3.12+svn 2007-11-30 22:41:39 +00:00
Ignacio R. Morelle
7fc88b9c79 Untested "random_gender" (default=no) key to UnitWML...
...(single unit declarations), to generate randomly a gender if
feasible. I cannot test because I cannot link wesnoth, but at least
this revision's .cpp file should compile on its own...
2007-11-30 20:46:19 +00:00
Mark de Wever
e3047c9ab4 Added the initial code for the gzip compression.
The game can now compress and decompress savegames. This requires the
extra dependency of boost iostreams.  configure.ac hasn't been
modified to detect this, but a FR will be filed to make that happen.
2007-11-30 20:31:52 +00:00
Nils Kneuper
6744eae7fc version bump to prepare for 1.3.12 2007-11-30 18:16:53 +00:00
Eric S. Raymond
8a3b73da66 Updated my credits. 2007-11-30 17:47:56 +00:00
Ignacio R. Morelle
ce602c84a4 Update changelog 2007-11-30 17:38:32 +00:00
David Philippi
100fef12a1 swedish translation update 2007-11-30 17:38:15 +00:00
Ignacio R. Morelle
af9d4dcfb7 Fix some alphabetical order mess in Music section.
Added Doug Kaufman to music contributors list.
2007-11-30 17:36:50 +00:00
Ignacio R. Morelle
83bd1228fc New elvish theme by Doug Kaufman. 2007-11-30 17:32:35 +00:00
Ali El Gariani
c062af0f9a Fix a invalid off_user hex causing a corner glitch (spotted by ivanovic)
Maybe caused by a wmllint error? Or someone as just placed one such
hex there
2007-11-30 17:31:06 +00:00
Eric S. Raymond
1e642a7614 Updated changelog. 2007-11-30 17:29:14 +00:00
Lari Nieminen
d92f9c0123 Updated changelog(s). 2007-11-30 17:27:39 +00:00
Lari Nieminen
967f3800a5 A somewhat better linger mode overlay. 2007-11-30 17:12:05 +00:00
Nils Kneuper
ad90508a0d pot-update 2007-11-30 16:24:51 +00:00
David Philippi
1f3541d48c swedish translation update 2007-11-30 16:07:05 +00:00
Ignacio R. Morelle
9739601d36 Update. 2007-11-30 14:06:08 +00:00