Elvish_Hunter
f63eba2fbb
LoW: avoid firing the reached treasury event in Saurian Treasury if the Elvish unit isn't a mounted one
2013-05-18 11:10:42 +02:00
Elvish_Hunter
2162eaf0cd
LoW: replaced three unit types lists with ELVISH_MOUNTED_UNITS macro
2013-05-18 11:07:45 +02:00
Elvish_Hunter
3d17f1d97e
LoW: added local ELVISH_MOUNTED_UNITS macro in Saurian Treasury.
...
This macro, unlike the unit types lists that will replace, includes also Elvish Horse Archers.
2013-05-18 11:05:10 +02:00
Mark de Wever
af45d75501
Fix some compiler warnings.
2013-05-18 10:44:55 +02:00
fendrin
57b2d6cbc3
Fix drawing issues after the map got zoomed.
2013-05-18 07:19:52 +02:00
fendrin
560ae8d96b
The commits broke the dialog, it just did not change the tod anymore.
2013-05-17 22:56:22 +02:00
fendrin
f180e2d2c9
Fix bug in the auto tooltips and format them properly.
2013-05-17 22:56:22 +02:00
fendrin
cf809100d3
Clear the help string before entering the preferences dialog.
2013-05-17 22:56:22 +02:00
Elvish_Hunter
bf6ec6ebff
Fixed some missing frames in female Elvish Marksman death animation
2013-05-17 21:18:31 +02:00
soliton-
e827728e78
Merge pull request #1 from fbastani/master
...
Added optional reason to the ignore feature
2013-05-17 11:36:22 -07:00
mattsc
9dfe67f0e7
UtBS Out of the Frying Pan: remove unnecessary goals for AI sides
...
Side 5 (Ghosts) is allied with Sides 2 (Durstag) and 8 (Messenger).
Presumably this was left over from a version when the humans and ghosts
were enemy sides.
2013-05-17 10:35:23 -07:00
mattsc
0e490e5a22
UtBS Out of the Frying Pan: set goals for messenger side units
...
This is needed to keep the units from sitting around and doing nothing
in some situations after the messenger has been killed.
2013-05-17 09:38:13 -07:00
Charles Dang
419ca78237
Indent fix
2013-05-18 03:26:47 +11:00
Charles Dang
326a338b0c
GUI2/Editor Settings: prevented gamemap being hue-shifted if dialog is closed with a new but not applied ToD
2013-05-18 03:06:57 +11:00
anonymissimus
c3612b481a
Merge pull request #12 by jleldridge.
...
Extend location_set constructor to work with wml table syntax;
better logic than commit 9c25c08b660c4d3ce3b4c298902af1ccdc417068.
2013-05-17 16:16:30 +02:00
Charles Dang
db032cb1ad
Ran wesnoth-optipng
...
Original size: 581 KiB on 188 files
Optimized size: 372 KiB
Total saving: 209 KiB = 35% decrease
2013-05-17 23:16:28 +11:00
Emilien Rotival
3dc7781236
Added default unit group icons for up to three custom races
2013-05-17 13:55:15 +02:00
fendrin
6b31825398
Reset the position of the help string when resizeing.
2013-05-17 12:57:29 +02:00
fendrin
f3837a5007
Renamed an image file.
2013-05-17 12:50:51 +02:00
fendrin
40774e8fd8
Disable the item swap button if the palette does not support it.
2013-05-17 12:44:55 +02:00
fendrin
15583f4161
Renamed the unit group icons again.
2013-05-17 12:30:41 +02:00
fendrin
5a5f3d7e94
Disable most of the palette buttons for the empty palette.
2013-05-17 12:17:36 +02:00
Emilien Rotival
7cc1327719
Update of the unit group icons with the "pressed" status
2013-05-17 11:58:50 +02:00
fendrin
98a0fd3fc9
Add the mechanical race group icon again.
2013-05-17 11:44:04 +02:00
fendrin
8f235f2ffc
Renamed one of the mechanical race unit group icon.
2013-05-17 11:11:10 +02:00
fendrin
f9aec62de1
Delete now obsolte editor tool overlay images.
2013-05-17 11:06:59 +02:00
fendrin
61dc75c2c0
Overlay for the paste tool.
2013-05-17 11:05:27 +02:00
fendrin
671973e15a
New overlays for the starting position and village tool.
2013-05-17 10:58:12 +02:00
fendrin
585fbdf3b9
New overlay for the label tool.
2013-05-17 10:46:03 +02:00
fendrin
0e384e683f
Put the unit group icons into use.
2013-05-17 10:17:07 +02:00
fendrin
75c03285a5
Renamed the custom terrain group icons.
2013-05-17 09:26:55 +02:00
fendrin
19cc285540
Adjust the unit tooltip to the hex field size.
2013-05-17 08:59:49 +02:00
fendrin
6d54cacb12
Made use of the help string system to signal selected palette items.
2013-05-17 07:33:36 +02:00
fendrin
6e399d8d53
Clean up obsolete code.
2013-05-17 07:33:36 +02:00
fendrin
a98b1cdb8f
Updated the editor tool tooltips.
2013-05-17 07:33:35 +02:00
mattsc
29acfbd532
Recruiting AIs: add more combinations to terrain strings for finding keeps
2013-05-16 20:22:02 -07:00
mattsc
a44a9a0d45
Recruiting AIs: add more combinations to terrain strings for finding castles
2013-05-16 20:14:11 -07:00
fendrin
b106255fed
Take care of proper palette selection report.
2013-05-17 02:58:06 +02:00
fendrin
41ccede02b
Highlight the currently active group in the selection menu.
2013-05-17 02:58:05 +02:00
jleldridge
4e6ecc81ce
Fixed location_set().of_pairs() syntax to follow conventions.
2013-05-16 15:52:34 -04:00
mattsc
04f7993ed5
Micro and experimental AIs: turn off some debug output
2013-05-16 11:22:39 -07:00
mattsc
a1bc871363
UtBS Out of the Frying Pan: Use Messenger Escort Micro AI for messenger side
...
The scenario was still using an old version of the AI code. Fixes the
error reported on the forum at
http://forums.wesnoth.org/viewtopic.php?t=38806
Also correct the goal hex for the messenger units, as they were heading
to the wrong location.
2013-05-16 07:56:09 -07:00
Emilien Rotival
ad46a0cb33
New artwork for the editor palette: unit groups icons
2013-05-16 14:38:38 +02:00
Emilien Rotival
54b2f55541
New artwork for status icons
2013-05-16 14:32:35 +02:00
Emilien Rotival
4f58735732
removing misplaced icon files
2013-05-16 11:17:41 +02:00
mattsc
9c25c08b66
Merge pull request #11 from jleldridge/master
...
Rewrite location_set.of_pairs().
2013-05-15 21:25:33 -07:00
jleldridge
8665d09ac4
Changed healer support mai to use new location_set.of_pairs() method to create avoid_map.
2013-05-16 00:21:40 -04:00
jleldridge
0d8bd9fe03
Changed location_set.of_pairs() to work with different formats of x,y coordinate tables.
2013-05-16 00:21:40 -04:00
fendrin
08a22a4ddb
Editor: Added labels to the unit tooltip.
2013-05-16 05:32:47 +02:00
fendrin
54b0078086
Tooltip for the time schedule menu button.
2013-05-16 05:29:52 +02:00