Fabian Müller
13c8987193
Added a highlighting animation to the signpost...
...
...which defines the scenario objective.
2011-01-11 04:41:32 +00:00
Mark de Wever
8dc0c1e343
Rename gui2 wml colour to color.
2011-01-10 20:38:49 +00:00
Mark de Wever
217dec545f
Remove some deprecated colour keys.
2011-01-10 20:38:45 +00:00
Mark de Wever
a9bb8f8d0d
Add deprecated warnings about colour.
...
The code was deprecated, but no warning was added so the user might not
be aware of the change. So added a warning and set a new removal date.
2011-01-10 20:38:42 +00:00
Mark de Wever
d96c0b2f3d
Deprecated colour for color.
2011-01-10 20:38:37 +00:00
Mark de Wever
b1069876a8
Add some helper functions for deprecated WML.
...
Added the code here instead of in the config object, to avoid dragging
more stuff in the core libraries. The deprectated warnings are only used
for the game stuff, so no need to put it in the server as well.
2011-01-10 20:38:34 +00:00
Alexander van Gessel
93695626ed
Dutch translation update
2011-01-10 17:28:49 +01:00
David Philippi
cdd2d0cd16
hebrew translation update
2011-01-10 11:30:13 +00:00
Ignacio R. Morelle
f1f66b4fd4
storyscreen: Text area dimension tweaks for normal and smallgui modes
...
* The box width on normal resolutions has been increased.
* Lateral padding on horizontal resolutions of 800px and lower has been
mostly eliminated.
2011-01-10 11:24:07 +00:00
Nils Kneuper
f3c85c0623
updated Vietnamese translation
2011-01-10 09:00:12 +00:00
Dan Gerhards
c87edba3ac
Small change to make the dialog more clear.
2011-01-10 08:36:49 +00:00
Dan Gerhards
6cfc8a6799
Rebalanced taking into account the now fearless zombies.
2011-01-10 06:01:26 +00:00
Dan Gerhards
2519c96648
Moved a village so units weren't spawned on impassible terrain.
2011-01-10 04:05:16 +00:00
Nils Kneuper
65783f95de
updated German translation
2011-01-09 23:38:33 +00:00
Nils Kneuper
2125f07eec
pot-update
...
regenerated doc files
2011-01-09 23:28:23 +00:00
Gunter Labes
9a5b7328e6
fixed bug #17451 : friend/ignored status not internationalized
2011-01-09 23:23:41 +00:00
Nils Kneuper
89844cc7d3
updated Galician translation
2011-01-09 19:06:35 +00:00
Mark de Wever
f4b3a949fc
Add the new wml_reference description.
...
This will allow to document the WML reference in the source code. The
nesting works a bit hacky but will be improved later. (Patch by
iwontbecreative for the GCI project.)
2011-01-09 17:09:20 +00:00
Nils Kneuper
f6718d6a8a
updated German translation
2011-01-09 15:59:01 +00:00
Nils Kneuper
b4ea9ddab4
updated German translation
2011-01-09 15:34:43 +00:00
Nils Kneuper
52454a9a1b
updated German translation
2011-01-09 14:42:39 +00:00
Nils Kneuper
de7a1880b9
"Caretaker" -> "Reeve"
2011-01-09 14:34:28 +00:00
Nils Kneuper
03933d1701
updated German translation
2011-01-09 13:06:41 +00:00
Nils Kneuper
97df0087fe
several smaller fixes to Two Brothers:
...
* removed some double spaces
* make "Counselor Hoban" a "Caretaker Hoban", since it is a small
village that likely has no huge council
* fix the year in the epilogue, it has to be two years after the other
events, so 365YW is correct, not 355YW
2011-01-09 12:56:55 +00:00
Nils Kneuper
ed31f2a299
updated Galician translation
2011-01-09 09:47:33 +00:00
Guillaume Melquiond
18110c0420
Reverted 2011-01-08T22:50:40Z!loonycyborg@gmail.com: "Ensure that lua files are built with -Isrc...
...
...since it's required now.", as it is no longer needed.
2011-01-09 00:34:54 +00:00
Guillaume Melquiond
cb339ce30a
Reverted part of 2011-01-08T20:40:28Z!koraq@xs4all.nl, since it opened a major security breach...
...
...in Wesnoth.
Indeed, it caused the Lua engine to skip unwinding of its state in
presence of an exception, which opened the way to several attacks.
For instance, setting gc finalizers and then forcing GUI2 to throw an
exception would allow a multiplayer scenario to execute arbitrary code
on a remote client.
2011-01-09 00:32:39 +00:00
Alexander van Gessel
d2d883f25b
Update credits
2011-01-09 00:31:30 +01:00
Alexander van Gessel
3746fcffb2
Dutch translation update
2011-01-09 00:28:40 +01:00
Sergey Popov
6cce6e0c94
Ensure that lua files are built with -Isrc since it's required now.
2011-01-08 22:50:40 +00:00
Mark de Wever
ad31cdaf27
Better cmake detection for older FriBidi versions.
...
Applied the patch attached to bug #17152 . (I don't have the old version
of FriBidi, so haven't tested been able to test it, but still works with
newer versions of FriBidi.)
2011-01-08 20:41:02 +00:00
Mark de Wever
7c3380c556
Link to libintl with cmake.
...
Applied the patch attached to bug #17152 .
2011-01-08 20:40:56 +00:00
Mark de Wever
96245e65b8
Update changelog.
2011-01-08 20:40:51 +00:00
Mark de Wever
5679174239
Update doxygen comment.
2011-01-08 20:40:46 +00:00
Mark de Wever
d68a2299ea
Remove some old debug code.
2011-01-08 20:40:44 +00:00
Mark de Wever
c3f51b1ce8
Assert on invalid input in blit_surface.
...
Don't silently clip the data, the caller should send valid input.
Reverts 2010-12-27T21:17:16Z!guillaume.melquiond@gmail.com.
2011-01-08 20:40:41 +00:00
Mark de Wever
8c069aef70
Fix maximium portrait height.
...
Fixes bug #17399 , also adds some more debug information.
2011-01-08 20:40:38 +00:00
Mark de Wever
e552477769
Detect an image outside the canvas.
...
Adds better detection for bug #17399 .
2011-01-08 20:40:35 +00:00
Mark de Wever
3ca34572c1
Allow an extra developer message to wml_exception.
...
Also adds an extra macro VALIDATE_WITH_DEV_MESSAGE to add the message.
This macro can be used instead of the normal VALIDATE macro.
2011-01-08 20:40:31 +00:00
Mark de Wever
acba693447
Fix a bug not showing the twml_exception dialog.
...
When called from lua the dialog was no longer show, but only the user
part of the message. (Fixes bug #17405.)
2011-01-08 20:40:28 +00:00
Mark de Wever
96d9e2e129
Make use of the VALIDATE macro safe.
2011-01-08 20:40:20 +00:00
Nils Kneuper
051270d101
updated Galician translation
2011-01-08 18:37:12 +00:00
Nils Kneuper
b5ca944a9e
pot-update
...
regenerated doc files (based on latest cmake version)
2011-01-08 12:50:29 +00:00
Mark de Wever
1000f2533c
Reimplement the update-po4a-manual.
...
This version can be build in parallel. Also remove the original po4a
update code.
2011-01-08 11:44:35 +00:00
Mark de Wever
4997fe436c
Use the global LINUGAS instead of local LANGUAGES.
...
The LINGUAS used are a global thing, so it makes more sense to use
them, the LANGUAGES was used for testing, but since things seem stable
now use the proper way.
2011-01-08 11:44:32 +00:00
Nils Kneuper
ac181873d8
updated Galician translation
2011-01-08 09:18:35 +00:00
Alexander van Gessel
d2c47e485e
Dutch translation update
2011-01-07 16:35:54 +01:00
Guillaume Melquiond
b56d368f19
Removed availability of debug mode in mp_debug mode,
...
...as requested in bug #17412 .
2011-01-07 07:45:52 +00:00
Guillaume Melquiond
ae462e6de8
Fixed reports being incorrectly generated in the editor.
...
(Fix for bug #17429.)
2011-01-07 06:15:40 +00:00
Nils Kneuper
7ca64816cf
updated Galician translation
2011-01-05 10:53:19 +00:00