Lari Nieminen
4c2baf3b66
Fixed the small sparse pines not really being small and sparse.
2010-02-21 16:13:13 +00:00
Iurii Chernyi
a260c13fb6
remove lua AI example from the list of MP AIs,
...
...as now it can be tested from within test scenario
2010-02-21 12:26:20 +00:00
Iurii Chernyi
f9b0fdb1f5
Lua AI: redesign, simplified usage, added lua_ai test scenario
2010-02-21 12:24:31 +00:00
Nils Kneuper
747ba43cdd
updated Finnish translation
...
add some more finnish translators to the credits
2010-02-21 11:49:52 +00:00
Lari Nieminen
3e8d48a870
Fixed a few forest tiles which weren't working well with adjacent encampments.
2010-02-21 08:14:26 +00:00
Alexander van Gessel
fbcfa9f312
Move an attribute into the right tag, caught by wmlvalidator
2010-02-21 05:43:32 +01:00
Alexander van Gessel
8c627a2b15
Expanded the gui schema a bit
2010-02-21 05:40:21 +01:00
Ignacio R. Morelle
a89f55275e
Fixed ANL causing the game to end before the start of turn 1...
...
...when empty sides are specified in the MP game setup - yet another
consequence of strict unit unstoring mechanics
(From http://forums.wesnoth.org/viewtopic.php?f=4&t=28961 )
2010-02-20 20:48:18 +00:00
Guillaume Melquiond
e7bd6d3440
Added helper for tile distance.
2010-02-20 11:17:28 +00:00
Lari Nieminen
e7eb19613b
Worked around bug #15414 , prevented some unnecessary undo invalidation...
...
...and removed a redundant [kill].
2010-02-18 20:32:37 +00:00
Alexander van Gessel
8846564857
Fix some two-tags-on-single-line issues...
...
...and the indentation that wmlindent didn't get right because of it
2010-02-18 15:14:51 +01:00
Fabian Müller
0e382e2619
LoW: Lot's of multiplayer port related stuff.
2010-02-17 19:56:30 +00:00
Iurii Chernyi
b873f11333
extracted lua ai code into external .lua files
2010-02-17 19:34:35 +00:00
Jérémy Rosen
9d9b045238
apparently forgot to commit bugfix for bug #15366
2010-02-17 18:49:50 +00:00
Lari Nieminen
0e4db5f296
Tweaks to a few map borders.
2010-02-17 18:36:30 +00:00
Fabian Müller
cecd1be1a6
LoW: Redone the campaign's gold setup.
2010-02-17 16:02:22 +00:00
Richard Kettering
6252396c5d
New leading animation for the goblin rouser.
2010-02-17 12:59:38 +00:00
Fabian Müller
5a73121a0c
Added a lint-low option for wmllint...
...
...and made more scenarios being available in multiplayer.
2010-02-17 06:27:48 +00:00
Fabian Müller
59ce4ebe51
LoW: Balancing between Kalenz and Landar.
...
Added controller=ai to every ai side since it is not the default in
multiplayer and the sides are missing if it's not the first scenario
if the campaign.
2010-02-17 04:27:03 +00:00
Fabian Müller
b67b5c9446
LoW: More cleaning of attributes only valid in MP mode.
2010-02-16 22:22:55 +00:00
Fabian Müller
a9dbd4d056
LoW: Added a canrecruit=no to a unit filter...
...
...to prevent leaders to be tried to be recalled with the loyal units
which caused some warning outputed.
2010-02-16 22:12:12 +00:00
Fabian Müller
642e32f1e4
LoW: Fixed some warnings in single player mode...
...
...about attributes that are only known in MP.
2010-02-16 22:07:16 +00:00
Lari Nieminen
82188a07fd
Fixed bug #15389 .
2010-02-16 21:51:51 +00:00
Fabian Müller
792afb5f86
LoW::1: debug shortcut for ending the scenario.
2010-02-16 19:48:52 +00:00
Alexander van Gessel
db1c51d5e8
Make wmlparser check for emptiness of the tag stack at EOF
2010-02-16 17:14:54 +01:00
Alexander van Gessel
73bdcb5a68
Make wmlparser fail hard on a tag formed like [ this],
...
...where wesnoth's parser ignores the whitespace. Previously this was
treated as a differently named tag and could cause strange errors in
other places.
2010-02-16 17:05:50 +01:00
Eric S. Raymond
3002ffe6d5
Address bug #15386 : EI: Dwarves.
2010-02-16 16:03:33 +00:00
Eric S. Raymond
d236a9db2e
All mainline macros are now type checked.
...
mog, if you're watching, we should talk about this chamge. I had to
modify some code generated by meta-macros, and want to make sure the
meta-macros get tweaked in whatever way is needed to preserve the
changes.
2010-02-16 16:00:26 +00:00
Alexander van Gessel
555131aa04
Make wmlparser more robust against things wesnoth's parser ignores...
...
...(but complain about them in verbose mode)
2010-02-16 16:38:38 +01:00
Alexander van Gessel
292dcd7bf6
Proof-of-concept GUI schema, with makefile entry to run it in data/tools
2010-02-16 16:19:48 +01:00
Alexander van Gessel
48fa373c76
Fix another issue that makes wmlparser choke
2010-02-16 16:19:44 +01:00
Alexander van Gessel
75d63b87eb
Remove a leading space in a closing tag...
...
...(apparently works in wesnoth, but wmlparser.py choked on it)
2010-02-16 15:25:48 +01:00
Eric S. Raymond
403345d4eb
Change some corpse impages from deprtecated to up-to-date versions.
2010-02-16 03:56:40 +00:00
Richard Kettering
69ef8f4961
Removed some animation frames for old, bad animations.
2010-02-16 03:54:52 +00:00
Richard Kettering
913fca10f1
Removed some obsolete troll death frames.
2010-02-16 03:49:08 +00:00
Eric S. Raymond
581f4b5fb7
IDeleting unused images (checked with Jetryl).
2010-02-16 03:37:52 +00:00
Eric S. Raymond
40198d42fe
More macro argument type checking.
2010-02-16 03:12:00 +00:00
Fabian Müller
b5259bc23a
LoW3: Commented debug code.
2010-02-16 01:54:05 +00:00
Fabian Müller
0edbe82187
LoW: Fixed scenario3 for multiplayer...
...
...and corrected the mask applying to the croped maps.
2010-02-15 22:19:23 +00:00
Eric S. Raymond
c4374f87e3
More macro argument type checking. No mismarches in mainline.
2010-02-15 21:46:31 +00:00
Iurii Chernyi
3815827e90
Allow to write AIs ([stage] components) in Lua.
...
Special thanks to silene for helping with this. Patch #1432
2010-02-15 21:06:42 +00:00
Fabian Müller
a1b4770a9d
Renamed the character portrait of the young Kalenz.
...
The engine confused it with the older one in other campaings even if
no add-ons are installed.
2010-02-15 17:05:20 +00:00
Eric S. Raymond
380c8e86e7
More macro argument type checking. No mismatches in mainline.
2010-02-15 14:32:20 +00:00
Alexander van Gessel
48af334aba
Fix some markup in test scenario
2010-02-15 12:54:56 +01:00
Alexander van Gessel
40cc1cfea2
Fix LoW issues
2010-02-15 01:24:50 +01:00
Alexander van Gessel
30c33ab654
Fix some issues with wmlvalidator
2010-02-14 23:53:01 +01:00
Alexander van Gessel
5950a82a68
Rewrite wmltest as wmlvalidator, unfinished, but somewhat functional
2010-02-14 23:52:57 +01:00
Alexander van Gessel
cd52f0bfc4
Add get_all_text() and get_texts() methods to wmldata.DataSub
2010-02-14 23:52:53 +01:00
Eric S. Raymond
036d16c145
This fixes some WML that should never worked,
...
...only it's hard to even tell because GUI2 disables themes.
2010-02-14 22:31:36 +00:00
Eric S. Raymond
2794e6c9ba
Yet more macro argument type checking. No mismatches in mainline.
2010-02-14 22:24:31 +00:00