36945 Commits

Author SHA1 Message Date
Gunter Labes
c6b75480f0 filter for "Elvish Fighter" when announcing that...
...the sword attack was used by an elf so it doesn't trigger for Konrad
2009-11-17 10:24:57 +00:00
Iurii Chernyi
a96dba85c6 exposed rest of the values of ai aspects to formula ai 2009-11-17 10:21:16 +00:00
Iurii Chernyi
91987cccbf rate_action formula ai function which returns a rating of attack analysis 2009-11-17 09:30:00 +00:00
Iurii Chernyi
9f67a0b671 exposed aggression, leader_aggression, and caution...
...to formula ai (using DECIMAL_VARIANT, e.g. values such as 0.250)
2009-11-17 09:29:48 +00:00
Eric S. Raymond
1ab9761d65 Minor tweak to en_GB translation. 2009-11-16 21:57:46 +00:00
Nils Kneuper
feed916721 updated German translation 2009-11-16 19:42:38 +00:00
Nils Kneuper
254089680f regenerate index.en.html based on the latest template.html 2009-11-16 11:28:39 +00:00
Nils Kneuper
8054e891f7 add en_shaw and is files...
...(though they are likely not going to be used...  add those two
langs to the list of selectable ones once they are complete enough
regenerated po files based on the still incomplete announcement
template
2009-11-16 11:27:50 +00:00
Eric S. Raymond
0672b383e8 In "Blood is Thicker Than Water", add a warning about a tempting change. 2009-11-16 04:04:02 +00:00
Ignacio R. Morelle
2fffa064cd Convert http://www.wesnoth.org/wiki and http://wesnoth.org/wiki...
...hyperlinks to use the http://wiki.wesnoth.org alias.
2009-11-16 02:11:06 +00:00
Ignacio R. Morelle
833d783fbc Fix typo. 2009-11-16 02:07:12 +00:00
Eric S. Raymond
5ca0c063be Add note on localized images. 2009-11-15 23:36:46 +00:00
Chusslove Illich
0dd821b55e Removed localized logos not compliant with requirements soon to be written. 2009-11-15 23:01:56 +00:00
Ignacio R. Morelle
5f63c50f59 Fix compilation of cutter and exploder tools when using -Werror 2009-11-15 22:44:17 +00:00
Alexander van Gessel
bb28a30fc3 Typo fixes in 1.8 announcement 2009-11-15 23:27:48 +01:00
Mark de Wever
ede8cc021a Fix some typos. 2009-11-15 21:30:15 +00:00
Nils Kneuper
650ea11af7 generate po files from the new announcement version 2009-11-15 21:29:09 +00:00
Jordà Polo
ae4e6a301d Ignore .stamp directory 2009-11-15 21:28:28 +00:00
Jordà Polo
297ce679d1 Close <p> section 2009-11-15 21:26:21 +00:00
Nils Kneuper
1f214c804b the edits should go into template.html, *not* into index.en.html 2009-11-15 21:20:33 +00:00
Eric S. Raymond
a74da8e9c8 Fix some string freeze breaks and update a translation. 2009-11-15 21:08:05 +00:00
Iurii Chernyi
b55744d0ec LoW::1: add a scaled-by-difficulty ai parameter to another orc side 2009-11-15 21:00:24 +00:00
Iurii Chernyi
f916c2bf55 fix bug #14768: made AI observe changes in allowed recruits,
...thus, fixing the issue with AI not recruiting when some of its
recruits are removed by outside sources (such as by WML
[disallow_recruit]) and fixing some related issues.
2009-11-15 20:56:58 +00:00
Eric S. Raymond
d4feffab7d Revise sections on the AI. 2009-11-15 20:24:31 +00:00
Eric S. Raymond
253de1f413 Second draft of 1.8 announcement. 2009-11-15 20:10:09 +00:00
Benoît Timbert
acc8f66191 French translation update 2009-11-15 19:48:48 +00:00
Jérémy Rosen
a37a94813e recommit patch 1123, apparently I didn't the first time 2009-11-15 19:46:55 +00:00
Mark de Wever
200d8a305c Renable the invalidate layout.
Reverts 2009-11-15T13:30:48Z!koraq@xs4all.nl and add comment what's the problem with it.
2009-11-15 14:46:14 +00:00
Mark de Wever
31bb203d0a Another small mp lobby size improvement.
The chatlog now really fills the wanted area.
2009-11-15 14:02:49 +00:00
Mark de Wever
8007a19c89 Remove another invalidate layout call.
Not 100% sure whether it will work properly so comment it out instead of
really removing.
2009-11-15 13:30:48 +00:00
Mark de Wever
4651d2bc52 Better handle a mouse event for a disabled widget.
This can happen if you have a scrollbar grip selected and the scrollbar
disappears (due to a resize) the game would end with an assertion.
2009-11-15 13:30:42 +00:00
Mark de Wever
9dd4087d78 Let the player area grow.
After it's fully grown it's possible to let the list do it's own
resizing.
2009-11-15 12:51:58 +00:00
Chusslove Illich
dcba4c4ed6 Updated localized images for Serbian. 2009-11-15 12:16:31 +00:00
Chusslove Illich
aba27185b3 Updated translation for Serbian. 2009-11-15 12:15:43 +00:00
Nils Kneuper
c2fe7618a4 add files to create the new announcement
so far this is basically a copy of the 1.6 announcement (including po
files) where the content itself was replaced with "fill me with
content" entries
2009-11-15 11:14:24 +00:00
Mark de Wever
0225334c83 Let scroll label ask for a resize when needed. 2009-11-15 10:10:48 +00:00
Mark de Wever
a3de0cf7d6 Allow content to notify about a resize.
At the moment when content of a scrollbar container needs a resize it
directly calls the window. If there are already scrollbars shown the
scrollbar container could handle the resize as well. Make that so.

When the scrollbars aren't shown the container might already be big
enough to handle the resize as well. This change is deemed too
intrusive for 1.8 and will be done post 1.8.
2009-11-15 10:10:38 +00:00
Mark de Wever
a49b6147b4 Don't reserve space for the scrollbars. 2009-11-15 10:10:27 +00:00
Steven Panek
f534261bf2 Added the Latin version of the TRoW logo. 2009-11-15 09:40:23 +00:00
Eric S. Raymond
c4ccf93591 Address bug #14766: Wrong portrait for merman entangler. 2009-11-15 02:43:31 +00:00
Eric S. Raymond
b8ffee89b4 Repeated tries on Medium by the playtester I'm married...
...to reveal a balance issue - it's very hard to recruit enough troops
at the cave mouth not to get overwhelmed by Durstrag and the undead.
I'm trying making the chest of gold a bit richer.
2009-11-15 02:24:03 +00:00
Eric S. Raymond
6f2a19d325 Replace a few remnant Earth-human proper names with existing...
...(thus, already translated) Wesnothian ones.  Will require a pot-update.
2009-11-15 01:35:40 +00:00
Nils Kneuper
83ba6761a2 updated Polish translation 2009-11-14 23:50:36 +00:00
Mark de Wever
d6db02c284 Set the scrollbar mode for the MP lobby chatlist. 2009-11-14 21:43:54 +00:00
Mark de Wever
61da4c643c Replace some unused code with the proper version.
The old scrollbar hide implementation was unused and the new version is
needed for the MP lobby.
2009-11-14 21:43:50 +00:00
Mark de Wever
a90d22b94b Add a special label for the scroll_label.
The old label was always centred which looked bad if the label is larger
as needed, now it's always starting on top.
2009-11-14 19:49:23 +00:00
Mark de Wever
e53fb069cc Properly initially size the MP chat log. 2009-11-14 19:20:27 +00:00
Mark de Wever
1c8638c55d Properly set the grow behaviour of the multi page. 2009-11-14 19:20:19 +00:00
Mark de Wever
73a9e41a15 Change log_text to a scroll_label in the lobby.
This simplifies the code.
2009-11-14 19:20:06 +00:00
Mark de Wever
c97ea4549e Increasing the size of the MP lobby works properly.
Reducing the size especially in the size where scrollbars are needed
still seems to result in crashes.

(Partly fixes bug #14759.)
2009-11-14 16:09:53 +00:00