52146 Commits

Author SHA1 Message Date
mattsc
f7aa38bca4 Micro AIs: use [filter] and [filter_second] for SUFs
Rename Standard Unit Filters in order to be consistent with other WML.
2013-05-01 10:16:25 -07:00
fendrin
f1527dd8a0 Reenabled the palette group menu. 2013-05-01 19:08:32 +02:00
mattsc
9995853471 The Elves Besieged Micro AI test scenario: update deprecated aspect syntax 2013-05-01 09:44:35 -07:00
mattsc
2103ece522 Micro AI switchboard scenario: fix some of the context menu item IDs
... so that they are consecutively numbered
2013-05-01 09:39:58 -07:00
fendrin
530ac238ec Made the palette a widget. 2013-05-01 16:57:02 +02:00
mattsc
b1cef372d6 Healer Support Micro AI: add optional SUF for healers
If set, only units passing this filter and having the healing ability
are used as healers.
2013-05-01 07:30:45 -07:00
mattsc
0b5da53da8 [micro_ai] tag: move serialization of cfg table into add_CA() function
This has the advantage that we can still add information to the cfg at
this level (namely the CA name, which gets checked for uniqueness here).
2013-05-01 07:17:00 -07:00
mattsc
a929543f4c [micro_ai] tag: make sure that each CA gets a unique name
This is important if more than one Micro AI of the same type is set up
for a side.
2013-05-01 07:05:59 -07:00
fendrin
4a559b6b94 Enable the help system in the map editor. 2013-05-01 15:41:23 +02:00
fendrin
c59da51bac Fix the layout for 1024x768 and higher. 2013-05-01 14:59:40 +02:00
fendrin
f1a9a3e8a7 Fixes to the editor's action state controlling. 2013-05-01 14:59:39 +02:00
fendrin
26f0960321 Merge pull request #2 from thunders/master
Fix 'end turn' button's state issue.
2013-05-01 05:08:18 -07:00
Andrius Silinskas
91faffb79f Fixed 'end turn' button's state issue. 2013-05-01 12:55:56 +01:00
fendrin
b144e05b43 New menu2 borders from Lord Bob. 2013-05-01 12:29:15 +02:00
fendrin
507d2b2b6f Change replay buttons from [menu] to [action]. 2013-05-01 12:09:41 +02:00
fendrin
1c8c82e040 Code cleanups. 2013-05-01 00:03:09 +02:00
fendrin
2a48e5fc8c Insert a call for the tooltips in the event processing queue. 2013-04-30 23:30:04 +02:00
fendrin
e466728309 Listbox artwork from Lord Bob. 2013-04-30 18:06:39 +02:00
fendrin
e49cc1f458 Default image for the turbo button type.
This fixes the widescreen theme.
2013-04-30 18:06:38 +02:00
Alexander van Gessel
04b42cba37 Optipng run
Original size: 422 KiB on 63 files
 Optimized size: 307 KiB
   Total saving: 114 KiB = 27% decrease
2013-04-30 16:59:21 +02:00
anonymissimus
b2ab637cc4 chamgelog updates for some recent commits of mine 2013-04-30 16:35:33 +02:00
anonymissimus
3f2f24d45b allow filtering sides on controller=
Disabled for networked multiplayer since the value differs between clients.
2013-04-30 16:35:32 +02:00
mattsc
4aba43d15d Xcode project: add tristate_button.?pp files 2013-04-30 06:23:08 -07:00
mattsc
1951cc218e Healer Support Micro AI: bug fix for aggression= key
Key needs to converted to a number before checking its value.
2013-04-29 17:39:39 -07:00
fendrin
b97ed9b338 Changed the endturn button from [menu] to [action]. 2013-04-29 20:11:04 +02:00
fendrin
dd7a497db1 Automagic Button State System. 2013-04-29 17:51:37 +02:00
fendrin
67d66c5756 Drawing support for the [action] theme wml. 2013-04-29 16:33:51 +02:00
fendrin
a1861e2aa3 Tooltip support in GUI1 widgets. 2013-04-29 16:33:50 +02:00
anonymissimus
4e93b39a09 graceful error message when inserting unknown unit type into help
inspired by http://forums.wesnoth.org/viewtopic.php?f=58&t=38731
2013-04-29 15:49:19 +02:00
fendrin
e014493923 Support for [action] in theme WML.
[action] is the twin of [menu].
I splitted the codepaths for menu and action buttons.
2013-04-29 13:22:17 +02:00
fendrin
c84190d3c5 Adds support for tooltip descriptions to hotkey actions. 2013-04-29 12:07:14 +02:00
fendrin
725634eae3 Variables pointing to the radiobutton images. 2013-04-29 10:19:29 +02:00
fendrin
ce86591499 Removed an obsolete panel drawing hack. 2013-04-29 10:15:52 +02:00
fendrin
5cfb927771 Remove obsolete panel drawing hack. 2013-04-29 01:52:02 +02:00
fendrin
68fbc439d8 Made all menu buttons to be of type "turbo". 2013-04-29 01:48:15 +02:00
fendrin
3bdeb8c345 Switch [panel] drawing from scaling to tiling. 2013-04-29 00:34:20 +02:00
Boldizsár Lipka
3709f49e0a More verbose symbol name in translated message. 2013-04-28 22:31:51 +02:00
Mark de Wever
1efebdeea4 Fix a typo in DiD.
The issue was discovered by vultraz.
2013-04-28 22:03:38 +02:00
Boldizsár Lipka
4a0db701ac Better formatting for "planning mode activated" message. 2013-04-28 21:20:43 +02:00
Alexander van Gessel
7421197048 Add a missing include that only MSVC10 cares about 2013-04-27 20:59:32 +02:00
Mark de Wever
b92b22954f Merge branch 'master' of ssh://git.code.sf.net/p/wesnoth/code original_master 2013-04-13 21:41:25 +02:00
Boldizsár Lipka
18ce51b0c4 Display a message when activating planning mode. 2013-04-13 21:37:04 +02:00
Mark de Wever
a4308ad53c Merge branch 'override_markers' 2013-04-13 21:34:44 +02:00
Mark de Wever
0e78796700 Fix a compiler warning about a useless cast. 2013-04-13 21:32:08 +02:00
Mark de Wever
8956607cd9 Fix a compiler warning.
When defining LOW_MEM a parameter was unused.
2013-04-13 21:31:41 +02:00
Mark de Wever
d73b12633a Really fix the path to the editor images.
Also a minor code clean-up by avoiding an unneeded extra variable.
2013-04-13 21:18:36 +02:00
anonymissimus
74997dfa43 cb project update 2013-04-13 20:16:01 +02:00
anonymissimus
a5a4225788 fix a msvc warning about unreachable code 2013-04-13 20:15:50 +02:00
anonymissimus
1932c9962e vc9 project update 2013-04-13 20:15:50 +02:00
fendrin
0ab3ff9082 Fixed a path. 2013-04-13 19:52:45 +02:00