Commit Graph

3008 Commits

Author SHA1 Message Date
Jérémy Rosen
8bb943bd0d Add new command line options, change by lao 2008-03-30 12:31:02 +00:00
Lari Nieminen
06a7b5969e Updated changelog. 2008-03-29 23:34:55 +00:00
Eric S. Raymond
fd44a750b2 autotools is deprecatedm, but not (yet) removed. 2008-03-28 13:49:18 +00:00
Benoît Timbert
8f3ad1f8f8 New [fire_event] tag to fire any (possibly custom) event from an event.
In short, it works like this :

[fire_event]
	name=event name
	[primary_unit]
		x=x1
		y=y1
		weapon=attack_weapon
	[/primary_unit]
	[secondary_unit]
		x=x2
		y=y2
		weapon=defend_weapon
	[/secondary_unit]
[/fire_event]
2008-03-27 23:20:50 +00:00
Jörg Hinrichs
3f7c1abcbe Lazy loading for unit_types Step 1:
...Changelog (and a few debugging changes for help.cpp i forgot to revert).
2008-03-27 22:00:38 +00:00
Piotr Cychowski
88358cd9f8 Update changelog 2008-03-26 16:37:30 +00:00
Ignacio R. Morelle
0f5bdaf8f3 Mention the -R linker parameter removal 2008-03-25 13:54:10 +00:00
Ali El Gariani
42b2db2158 add a little shadow on the bar of the loading screen 2008-03-22 20:28:45 +00:00
Ali El Gariani
975ef01ab4 add a little 3D effect in the loading screen
fix sub-optimal multi-turns pathfinding which avoided ZoC too much
2008-03-22 20:23:42 +00:00
Eric S. Raymond
e5e500ca60 [unit_type] unit_description -> description 2008-03-21 03:26:09 +00:00
Jérémy Rosen
0b784256f4 make image_diagonal also work with normal frames 2008-03-20 22:27:04 +00:00
Jérémy Rosen
3312efd0d6 forgot changelog 2008-03-20 21:44:07 +00:00
Jérémy Rosen
a82b592ae5 new animation parameter: submerge.
Not really useful, but needed for future refactoring
2008-03-20 20:37:38 +00:00
David Philippi
71d4201e60 lithuanian translation update 2008-03-20 10:53:13 +00:00
Bruno Wolff III
b7e7071b57 Note that gcc 4.3 is complete in trunk. 2008-03-19 18:31:23 +00:00
Ignacio R. Morelle
31af370321 fixed a typo
added a note about wesnoth-optipng (although possibly no one cares)
2008-03-19 16:14:04 +00:00
Mark de Wever
f514577f6a Fixed an alignement issue...
...which caused a SIGBUS on a Sparc (debian bug #426318).

The patch has been tested by Rhonda.
2008-03-18 18:05:09 +00:00
Ignacio R. Morelle
8ade8acfa0 Update 2008-03-17 16:41:34 +00:00
Benoît Timbert
28983b04ad ThemeWML: [unit_description] -> [unit_name]
NOTE: the backward compatibility code is broken, i'll try to find
after diner why
2008-03-16 18:45:59 +00:00
Benoît Timbert
6384d3b1f3 New [unit_side] theme element. This is a flag of the side of the current unit. 2008-03-16 17:42:13 +00:00
Eric S. Raymond
acd3f95a70 generate_description -> generate_name. 2008-03-16 11:08:04 +00:00
Benoît Timbert
cb272d0278 New [switch] WML tag.
It shall save us for the sometimetime highly nested [if]s.
Here is the basic syntax :

[switch]
   variable=foo
   [case]
      value="A"
      ... code if foo=A ...
   [/case]
   [case]
      value="B"
      ... code if foo=B ...
   [/case]
   [else]
      ... code if foo has another value ...
   [/else]
[/switch]
2008-03-15 23:54:06 +00:00
Nils Kneuper
787e438af2 updated Greek translation 2008-03-15 22:38:27 +00:00
Mark de Wever
fea178c276 removed the now unused tilestack based drawing.
convert the render engine to a z-ordered based engine, this allows to
have multiple layers and the calculation and rendering are separated
which means things can be drawn in front of units.
2008-03-15 12:02:38 +00:00
Benoît Timbert
4d6595041e Changelog entry for 2008-03-14T22:00:44Z!benoit.timbert@free.fr 2008-03-14 22:28:50 +00:00
Mark de Wever
6d21b980d6 Update the changelog 2008-03-14 17:52:42 +00:00
Karol Nowak
e168e62f75 Updated changelog for my previous sound_source extension. 2008-03-13 20:06:40 +00:00
Eric S. Raymond
5d11edbd83 description= -> id= in SideWML.
description= is still accepted for backward compatibility.
2008-03-13 07:44:33 +00:00
Eric S. Raymond
aae5a0cb7c description= -> id= in Standard Unit Fliters and SingleUnitWML.
For backward compatibility, description= is still accepted, 
but this will change when it is merged with unit_description.
2008-03-13 06:22:01 +00:00
Nils Kneuper
30121d35f1 added Croatian translation 2008-03-12 22:26:13 +00:00
Nils Kneuper
7c91ca07bd updated Italian translation 2008-03-12 21:22:02 +00:00
Mark de Wever
a5ec9c8312 Oops forgot to commit the changelog 2008-03-12 16:17:47 +00:00
Ignacio R. Morelle
7baa3e680c Implemented [store_map_dimensions] 2008-03-12 15:45:55 +00:00
Nils Kneuper
a4489152c8 updated Polish translation 2008-03-11 16:46:21 +00:00
David Philippi
7a7df5b9c2 swedish translation update 2008-03-11 13:23:54 +00:00
Pauli Nieminen
0be2797764 Fixed network_worker to span at least one thread (bug #11238) 2008-03-11 08:05:46 +00:00
Mark de Wever
5ad4cd05ed Added -Werror -Wno-unused -Wno-sign-compare...
...to the default compiler flags, can be disabled with
--disable-strict-compilation.
2008-03-10 18:28:13 +00:00
Mark de Wever
a1c4771103 Allow configure to be started from directories other as the top dir
(patch #1002).
2008-03-10 17:04:26 +00:00
David Philippi
a371e80c04 font update 2008-03-10 13:01:15 +00:00
Benoît Timbert
6bcc6d52bf Apply patch #993 by caslav.ilic : wmlxgettext improvements 2008-03-09 23:26:32 +00:00
Nils Kneuper
4b0647f89b updated German translation 2008-03-09 16:36:36 +00:00
David Philippi
36315f4c12 danish translation update 2008-03-09 14:37:39 +00:00
Mark de Wever
4b9582afaf Allow 100% defense instead of cutting off at 99% (debian bug #467253). 2008-03-08 17:35:03 +00:00
Benoît Timbert
36f2b97cbf Changelog entry for 2008-03-07T20:50:06Z!benoit.timbert@free.fr 2008-03-07 20:56:00 +00:00
Benoît Timbert
2e623c0eb7 Revert the road hack.
A more complete, less instrusive fix for the bug it address is going
to follow
2008-03-07 19:31:28 +00:00
Ignacio R. Morelle
6c97aafa2e Destroy teh Wesbowl 2008-03-07 17:41:14 +00:00
Nils Kneuper
0475c7222c updated Turkish translation 2008-03-07 09:04:34 +00:00
Nils Kneuper
f02d2a97ca updated Chinese (simplified) translation 2008-03-06 13:50:40 +00:00
Nils Kneuper
169abd2a33 updated Czech translation
fix changelog to only use up to 80 chars per line...
2008-03-06 13:35:09 +00:00
Ignacio R. Morelle
93b26eba79 Most boolean WML attribute probes use the standard util::string_bool() now
[set_variable] accepts string_length=

[variable] accepts boolean_not_equals=

[modify_side] can set a side's AI parameters now, using the [ai]
syntax as side declarations do (patch #984)
2008-03-06 11:14:52 +00:00