52061 Commits

Author SHA1 Message Date
fendrin
e4c2c26f26 Reenabled the commented out editor village action tool. 2013-04-08 13:55:47 +02:00
fendrin
192dd5c4a3 Getter for the map labels. 2013-04-08 13:54:00 +02:00
fendrin
875a9a0126 Added a enabled/disabled states to the map_labels class. 2013-04-08 13:51:30 +02:00
Alexander van Gessel
aa13c1b1e8 Optipng run
Overall statistics (only for files with a smaller recompressed size):
  Original size: 201 KiB on 46 files
 Optimized size: 80 KiB
   Total saving: 121 KiB = 60% decrease
2013-04-08 00:41:14 +02:00
fendrin
338e605c78 Reenabled the "Sample terrain under cursor" feature. 2013-04-07 16:18:31 +02:00
Ignacio R. Morelle
7c9fa8bb7e Disable difficulty option in Load Game when not applicable (patch #3834)
Fixes bug #20381. Patch by nurupo.
2013-04-06 00:35:22 -03:00
Ignacio R. Morelle
eb71c10127 Fix players changelog formatting 2013-04-06 00:35:21 -03:00
Alarantalara
8afb36ff7c Merge branch 'master' of ssh://git.code.sf.net/p/wesnoth/code 2013-04-05 23:14:35 -04:00
Alarantalara
27c984c384 Match coral reef water to surrounding water. 2013-04-05 23:13:32 -04:00
Ignacio R. Morelle
210b293b3d Update credits entry to include the username 2013-04-05 23:31:53 -03:00
fendrin
7cda069faa Removed obsolete pink button images. 2013-04-05 22:53:13 +02:00
fendrin
3f8d6f5891 Enabled the use of the "disabled" image variants for gui1 buttons. 2013-04-05 22:21:58 +02:00
fendrin
d9ab14fc78 Added new brush images by Vultraz and Lord Bob. 2013-04-05 20:05:17 +02:00
fendrin
b47a8ec637 Moved the editor buttons in subfolders depending on their purpose. 2013-04-05 19:58:05 +02:00
anonymissimus
90316ec451 .gitignore some files for cmake generator+Linux+CodeBlocks way of building 2013-04-05 01:46:00 +02:00
Alexander van Gessel
cfb64ea8c8 Don't let petrified units reveal ambushers 2013-04-04 01:09:43 +02:00
Alarantalara
1a3aefd3e0 Remove deleted files from Xcode project. 2013-04-03 18:30:25 -04:00
Alexander van Gessel
04127e5d59 Optipng run
Overall statistics (only for files with a smaller recompressed size):
  Original size: 2 KiB on 1 files
 Optimized size: 1 KiB
   Total saving: 0 KiB = 46% decrease
2013-04-03 21:45:37 +02:00
fendrin
319cabb823 New Radiobox touched image from Lord Bob. 2013-04-03 21:40:34 +02:00
fendrin
2f8cbfc7f4 Fixed the palette not redrawing through scrolling with turbo buttons. 2013-04-03 20:41:00 +02:00
fendrin
5d7b4ad8e5 Added some missing hotkey definitions. 2013-04-03 20:41:00 +02:00
fendrin
02ddebb4a9 Added methods for getting the state of the palette. (If it is able to
scroll up or down)
2013-04-03 20:41:00 +02:00
fendrin
224071bec9 Fixed a typo in a comment. 2013-04-03 20:40:59 +02:00
fendrin
9607000399 Fixed the last hotkey item "null" not being indexed. Added some missing
hotkey commands.
2013-04-03 20:40:59 +02:00
fendrin
a3cd1fa6bc Removed obsolete image attribute in the editor's brushes.cfg file. 2013-04-03 20:38:34 +02:00
anonymissimus
873f3a7e4f fix negative gold carried over (bug #20676, patch by Ayne) 2013-04-03 17:19:34 +02:00
Alexander van Gessel
3939490173 Correct another persist error message 2013-04-03 14:41:37 +02:00
Alexander van Gessel
a3fd22e46f Fix some error messages in persist 2013-04-03 10:04:14 +02:00
Alexander van Gessel
399ce6a583 Give two editor images an alpha channel 2013-04-03 09:48:38 +02:00
Alexander van Gessel
83fee1daed Use grep's -q option rather than &>/dev/null 2013-04-03 09:44:44 +02:00
Alexander van Gessel
a53fe30e5b Optipng run on images/buttons
Overall statistics (only for files with a smaller recompressed size):
  Original size: 73 KiB on 22 files
 Optimized size: 25 KiB
   Total saving: 48 KiB = 65% decrease
2013-04-03 09:34:53 +02:00
anonymissimus
b369ade4b3 vc project update 2013-04-03 00:03:38 +02:00
anonymissimus
834680d568 cb project update 2013-04-03 00:03:37 +02:00
Mark de Wever
fa963dab94 Add C++11 override markers.
Adds the markers for gui2::twidget::set_origin.
2013-04-02 22:33:02 +02:00
Mark de Wever
ff8a3916cf Fix accessing an negative array index.
The problem was introduced in 365714aeabd42106da91842d42ba53be399791ab.
Fendrin please review the fix.
2013-04-02 20:27:12 +02:00
fendrin
365714aeab Handle unrecognized hotkey commands more gracefull. 2013-04-02 15:10:02 +02:00
fendrin
26fb1edb6b Moved all editor specific buttons in their subfolder. Added
radiobuttons.
2013-04-02 01:00:11 +02:00
Mark de Wever
fbe1c73463 Remove some old revision number cruft. 2013-04-01 22:39:40 +02:00
Mark de Wever
4e561c6818 Merge branch 'override_markers' 2013-04-01 22:32:21 +02:00
Mark de Wever
f481345fca Add C++11 override markers.
Adds the markers for gui2::can_wrap.
2013-04-01 22:21:18 +02:00
Mark de Wever
ca6b632877 Add C++11 override markers.
Adds the markers for gui2::twidget::demand_reduce_height.
2013-04-01 18:37:19 +02:00
Mark de Wever
7228faa288 Add C++11 override markers.
Adds the markers for gui2::twidget::request_reduce_height.
2013-04-01 16:21:00 +02:00
fendrin
370b002906 Removed all (except some project files I don't dare to touch) remains of
the old brush_bar and put the new solution in place.
2013-04-01 15:13:16 +02:00
fendrin
c9eabcdadc Removed the already commented brush_bar entry. 2013-04-01 15:03:38 +02:00
Mark de Wever
8cc7664f75 Add C++11 override markers.
Adds the markers for gui2::twidget::demand_reduce_width.
2013-04-01 14:23:50 +02:00
fendrin
7aa8807ba6 Added a method that return value is used to enable/disable the brush
bar.
2013-04-01 14:23:05 +02:00
fendrin
9cbc251919 Replaced the brush bar with a theme wml solution. 2013-04-01 14:19:10 +02:00
Mark de Wever
043b71a34a Add C++11 override markers.
Adds the markers for gui2::twidget::create_walker.
2013-04-01 12:24:42 +02:00
Mark de Wever
a31f53d5cd Add C++11 override markers.
Adds the markers for gui2::twidget::disable_click_dismiss.
2013-04-01 10:07:54 +02:00
fendrin
2232f7364b Enabled state management for all editor buttons. 2013-04-01 04:29:32 +02:00