Dmitry Kovalenko
9ddd3d4408
[[lua AI fixes]]
...
(1) First draft of the caching system for LuaAI. (2) Added validation
variables and setters/getters in the ai contexts, to allow LuaAI cache
check the movemaps for validity
2012-04-08 00:00:14 +00:00
Mark de Wever
8a2ddc368f
Fixes a preprocessor bug.
...
The preprocessor could look beyond the end of a buffer.
The issue was discovered by vultraz, who also tested the patch.
2012-04-07 20:30:33 +00:00
Steven Panek
dcff6a6475
Updated the Finnish translation.
2012-04-07 18:35:26 +00:00
Anonymissimus
7fc962c5ba
changelog update
2012-04-07 16:43:20 +00:00
Anonymissimus
82bf07fa41
fix $owner_side incorrectly set if capture event fired by unit movement
...
We are deleting the captured village from the set of owned villages of
the previous owner before querying which previous side owned it (and
giving it to the new side + firing the event), thus the result was
always "unowned".
fix for a bug reported in the forums:
http://forums.wesnoth.org/viewtopic.php?f=21&t=36569&p=525789#p525789
2012-04-07 16:43:03 +00:00
Nils Kneuper
4aa13e03cd
updated Irish translation
2012-04-07 16:17:20 +00:00
Sergey Popov
8887e9e8c0
Fix -Wmismatched-tags warning emitted by clang 3.0
2012-04-07 15:58:17 +00:00
Sergey Popov
1550d22691
Fix -Wunused-parameter warning from clang 3.0.
2012-04-07 15:58:08 +00:00
J. Tyne
ef37acebcb
Code beautification (shorter names without losing meaningfulness).
2012-04-07 14:24:38 +00:00
Mark de Wever
44f842d58c
Removing a warning about relative paths.
...
The issue was spotted by Ivanovic.
2012-04-07 13:55:54 +00:00
Ignacio R. Morelle
84483e1835
editor: Changelog entry for 2012-03-21T08:23:30Z!shadowm@wesnoth.org
2012-04-07 13:23:06 +00:00
Nils Kneuper
ee993c8ae2
updated Russian translation
2012-04-07 08:31:06 +00:00
Simon Forsyth
e1ead11647
use a SUF to replace 6 kill actions with 1
2012-04-07 01:01:04 +00:00
Simon Forsyth
e425e931f1
more refactoring of scenario 8 of UtBS
2012-04-07 00:46:01 +00:00
Simon Forsyth
2f3d97bfe8
delete unused variable
2012-04-06 23:43:50 +00:00
Iurii Chernyi
b87e40299a
Fixed bug #19503 . 'Maximum auto saves' setting is no longer ignored.
...
Patch #3228 by akihara.
2012-04-06 23:04:59 +00:00
Iurii Chernyi
78e345556b
Replaced variable i by TRANSFORM_UNIT_i in macro TRANSFORM_UNIT.
...
Patch #3237 by akihara
2012-04-06 23:04:53 +00:00
Nils Kneuper
4f40b2c573
updated Italian and Polish translation
2012-04-06 22:34:47 +00:00
Simon Forsyth
8661c2277a
delete condition that must be true
2012-04-06 16:46:17 +00:00
Fabian Müller
61a603acbf
Fixed code formatting.
2012-04-06 15:26:48 +00:00
Fabian Müller
db3ba8af7f
Spell fixing, indentation fixed.
2012-04-06 15:24:59 +00:00
Fabian Müller
683cf9d595
Spell fix.
2012-04-06 15:21:42 +00:00
Simon Forsyth
4c7316856d
Clean up comments in The Morning After
2012-04-06 14:52:54 +00:00
Simon Forsyth
5e77b9b5cc
Eliminate condition made redundant by game engine
2012-04-06 14:29:26 +00:00
Simon Forsyth
0b90290b55
clear all variables left uncleared in The Morning After
2012-04-06 14:18:14 +00:00
Simon Forsyth
ad14d091a9
Eliminate condition/variable in stables
2012-04-06 13:24:07 +00:00
Nils Kneuper
d626bf6fd2
updated German translation
2012-04-06 08:09:25 +00:00
Nils Kneuper
676abb53ed
copy the "how to use" text from mp commands to general and debug commands
...
(no new strings, just a copy!)
2012-04-06 08:00:59 +00:00
Steven Panek
621f3daf91
Reverted unintentional effects of the previous commit.
2012-04-06 04:49:03 +00:00
Steven Panek
6abd7cfcca
Updated the Old English translation.
2012-04-06 04:46:29 +00:00
Steven Panek
277b8341f0
Updated the Old English translation.
2012-04-06 04:18:55 +00:00
Steven Panek
958b90e926
Updated the Latin translation.
2012-04-06 01:22:56 +00:00
Steven Panek
ef8d2883b2
Updated the Spanish translation.
2012-04-05 23:58:00 +00:00
Steven Panek
c231f05d15
Updated the Finnish translation.
2012-04-05 23:02:30 +00:00
Steven Panek
173268e184
Updated the Latin translation.
2012-04-05 22:06:31 +00:00
Étienne Simon
1cb7509d33
Some const correctness for the whiteboard
...
Make wb::action::is_valid const
2012-04-05 21:16:56 +00:00
Simon Forsyth
ce81a035c7
display revision number in Debug builds with Xcode
...
currently works with svn only
2012-04-05 19:32:00 +00:00
Simon Forsyth
5704aa71c2
more code simplification ported from Eftboren branch
2012-04-05 19:31:13 +00:00
Nils Kneuper
02793353f9
updated French translation
2012-04-05 18:19:28 +00:00
Anonymissimus
488ac13415
remove some garbage breaking the wml parser
2012-04-05 12:23:31 +00:00
Anonymissimus
af08323ff4
add a warning to the Fog Clearer...
...
...to not remove it solely because it's now unused
2012-04-05 12:23:13 +00:00
Gabriel Morin
9dd49f8c31
Changelog entries for last two commits.
2012-04-05 11:04:32 +00:00
Gabriel Morin
49851c2805
Changed the method for fading out units that have planned moves...
...
...to a somewhat safer one: I apply the "ghosted" animation right
before drawing happens and remove it afterwards. Fixes bug #19619 .
2012-04-05 11:04:26 +00:00
Gabriel Morin
d9ec78ce44
Consolidated and improved the validation code for attack and move.
...
Fixes bug #19613 .
2012-04-05 11:04:20 +00:00
Elvish_Hunter
fb9151430d
CLEAR_FOG and UNCLEAR_FOG retrofitted to use [lift_fog] and [reset_fog].
...
The Fog Clearer unit is now unused in mainline
2012-04-05 08:59:27 +00:00
Simon Forsyth
818b7e64f1
apply some variable cleanup from UtBS:Eftboren
2012-04-04 22:54:41 +00:00
Simon Forsyth
f706cea122
Use desert palms for forest in first two UtBS scenarios
2012-04-04 21:53:06 +00:00
Nils Kneuper
2dbc7249b2
updated German translation
2012-04-04 20:39:53 +00:00
Nils Kneuper
e3918a5ac3
updated Chinese (Simplified) translation
2012-04-04 18:07:57 +00:00
J. Tyne
6c217576f9
No need to include border hexes in the AI's avoid aspect (Lua).
2012-04-04 11:21:14 +00:00