Commit graph

19991 commits

Author SHA1 Message Date
Ignacio R. Morelle
c796334fad Relocate misplaced credits entry from PR #94
From commit 5a3969a475.
2014-03-02 06:51:31 -03:00
Ignacio R. Morelle
c706117fbb Sort a couple of credits entries by name 2014-03-02 06:51:03 -03:00
Ignacio R. Morelle
7c61120c56 Relocate a misplaced credits entry from patch #1139 2014-03-02 06:47:47 -03:00
Ignacio R. Morelle
7d445702a0 Make a credits entry conform to the "Name (<nicks>)" convention 2014-03-02 06:46:39 -03:00
Nils Kneuper
0be71a9276 made string translateable and match pofix.py replacement 2014-03-02 10:21:45 +01:00
Ignacio R. Morelle
5594aeec32 Merge pull request #114 from Aishiko/master
Update 02_Blackwater_Port.cfg
2014-03-02 05:23:34 -03:00
Ignacio R. Morelle
220f86036e gui2/tgamestate_inspector: Reindent 2014-03-02 05:14:35 -03:00
Aishiko
c14537cf00 Update 02_Blackwater_Port.cfg
Removed the image of Delfador while Kaylan is speaking so the right image is shown.
2014-03-02 02:52:48 -05:00
Ignacio R. Morelle
140bb6f19f SoF S2: Redraw terrains when closing the gates so the gate animation works 2014-03-02 00:19:01 -03:00
ln-zookeeper
d05cc8b4c3 Revert "Updates to the new EI maps"
This reverts commit 0efe12da4f.
2014-03-02 02:11:21 +02:00
ln-zookeeper
455bb9b55a Fixed possibility of getting Dacyn as escapee sidekick 2. 2014-03-02 01:27:15 +02:00
Ignacio R. Morelle
9dca522a78 EI S11: Exempt a bat's line from wmllint spellchecking 2014-03-01 07:42:24 -03:00
Ignacio R. Morelle
cb934cf3e9 UtBS S12: Fixed broken Divine Incarnation unit type due to missing [base_unit]
Spotted by wmllint, introduced by commit d46b7e29a0.
2014-03-01 07:38:29 -03:00
Ignacio R. Morelle
c55d5344eb DM S12: Fix typo 'enemey' -> 'enemy', spotted by wmllint 2014-03-01 07:27:55 -03:00
fendrin
d4494d7e79 Fix bug #21542: Observers icon on the top bar overlaps the Menu button 2014-03-01 09:21:28 +01:00
fendrin
4e03757bbe Adjust space for the unit side flag and colors for attributes. 2014-03-01 08:13:51 +01:00
fendrin
9008b16755 Add a testcase for units with level >9. 2014-03-01 08:13:50 +01:00
fendrin
257908cd01 Add a font color for the traits. Some cleanups. 2014-03-01 02:41:45 +01:00
Alexander van Gessel
d3efb49d82 Merge branch 'master' of github.com:wesnoth/wesnoth 2014-02-28 21:00:15 +01:00
Alexander van Gessel
1c528a7a37 Make 'none' a special case for [unit_type]ellipse (bug #21724) 2014-02-28 20:59:22 +01:00
mattsc
496a58d343 Experimental AI: use checked versions of the AI actions
So that only valid actions are executed and useful error messages are
produced if something goes wrong.
2014-02-28 07:04:54 -08:00
mattsc
0b6fa7ed19 Experimental AI: remove potential of causing errors through WML events
Events taking units off the map after the move could previously have
caused errors, and thus disabled the AI for the rest of the turn.
2014-02-28 07:03:02 -08:00
mattsc
95212970b8 Micro AIs: fix errors caused when WML events interfere with AI actions
If a WML event takes a unit off the map, many of the AIs would
previously have run into problems by trying to access a unit that is
then not there any more.  Thus, the existence of the unit needs to be
verified before continuing in cases when this would cause errors.
2014-02-27 17:06:20 -08:00
mattsc
b7bc394f95 Micro AIs: improve error reporting
Use error() instead of wesnoth.message(), as this also produces a stack
traceback.
2014-02-27 17:06:20 -08:00
mattsc
947cbb2a45 Forest Animals MAI: remove incorrect wesnoth.put_unit
This needs to be in a synchronized event, which was added right below,
but apparently I forgot to remove this line.
2014-02-27 17:06:19 -08:00
mattsc
d3e9cb3957 Micro AIs: add check for valid recruiting and error message
This now checks whether the recruiting intended to be done with
ai.recruit is possible and displays an error message if it is not.
2014-02-27 17:06:19 -08:00
mattsc
835194eee4 Micro AIs: add check for valid stopunit execution and error message
This now checks whether the stopunit execution intended to be done with
ai.stopunit_all, ai.stopunit_attacks or ai.stopunit_moves is possible
and displays an error message if it is not.
2014-02-27 17:06:19 -08:00
mattsc
f0506b2d31 Micro AIs: add check for valid move and error message
This now checks whether the move intended to be done with ai.move is
possible and display an error message if it is not.
2014-02-27 17:06:19 -08:00
mattsc
c06529aa18 Micro AIs: add check for valid full move and error message
This now checks whether the move intended to be done with ai.move_full
is possible and display an error message if it is not.
2014-02-27 17:06:19 -08:00
mattsc
70e3fc58bd Micro AIs: add check for valid attacks and error message
This will now check whether the attack intended to be done with
ai.attack is possible and display an error message if it is not.
2014-02-27 17:06:18 -08:00
fendrin
ca2eec45b9 Update to the default and editor themes.
Reintroduced the alignment and side.
2014-02-27 23:54:51 +01:00
fendrin
afef2497bb LoW 7: Enlarged the map and adjusted starting positions. 2014-02-27 23:31:41 +01:00
fendrin
bd77c7a0fa Added myself to the credits. 2014-02-27 23:31:40 +01:00
fendrin
1eca83ffa7 Added a macro to sync the minimap region of default and editor theme. 2014-02-27 23:31:40 +01:00
Bär Halberkamp
8e6f147d8e Changed the minimap marker colors for darkred and lightred 2014-02-26 15:47:47 +01:00
Alexander van Gessel
76b9976b75 Merge branch 'bug21486' of github.com:sachith500/wesnoth-old (PR #94) 2014-02-25 04:41:54 +01:00
Bär Halberkamp
0efe12da4f Updates to the new EI maps 2014-02-25 03:19:47 +01:00
ln-zookeeper
1c4481eae4 Fixed some pixels not being opaque as they should. 2014-02-24 11:17:00 +02:00
Sachith Hasaranga Seneviratne
5a3969a475 Signed-off-by: Sachith Hasaranga Seneviratne <sachith500@gmail.com>
Added changelog entries and updated about.cfg
2014-02-24 07:38:16 +05:30
Alexander van Gessel
a6630a3a08 Revert "[wmlunits] Disable crashing chunk_start stuff someone added."
This reverts commit 8aa0febfde.
As spaces in filenames are now illegal, this is no longer a problem.
2014-02-24 02:45:42 +01:00
JaMiT
46b87250cd Better support of removing fog from a single hex.
Fixes bug #21643, although artists might find room for improvement.
2014-02-22 21:44:11 -06:00
Bär Halberkamp
10eb2bd986 ran wmlindent 2014-02-22 16:35:31 +01:00
Bär Halberkamp
7d675e8712 EI: Made S12's map more wintery, as per zookeeper's request 2014-02-22 16:25:44 +01:00
Bär Halberkamp
3852c51992 EI: Made the map use snowy huts instead of the regular ones in snowy areas (thanks zookeeper) 2014-02-22 16:25:44 +01:00
Bär Halberkamp
b0a7938e14 EI: Updated S14, S16, and S17a's maps 2014-02-22 16:25:44 +01:00
Ignacio R. Morelle
95fc2306a6 Liberty: Revert accidental addition of UTF-8 BOMs 2014-02-22 10:28:23 -03:00
Charles Dang
64930edbe4 Fixed a typo I made 2014-02-22 22:14:59 +11:00
Charles Dang
35cfa7b47d Tweaked a line, replaced a mention of Eloh with Yechnagoth, and fixed a typo 2014-02-22 22:05:02 +11:00
Charles Dang
69a188ef85 Defeat enemy leaders -> Defeat all enemy leaders 2014-02-22 21:46:25 +11:00
Charles Dang
280d646d17 Fixed misplaced comma 2014-02-22 21:44:18 +11:00