Commit Graph

37271 Commits

Author SHA1 Message Date
Tomasz Śniatowski
19fd729b65 Partial fix for bug #14741 (chat log scrolling to top on message added).
Will now scroll to bottom which is a less dumb thing to do.

Added a tscrollbar_container::scroll_to_vertical_end()...

...member function in gui as I couldn't find a way to change the
scroll position from within dialog code.
2009-12-11 01:59:22 +01:00
Tomasz Śniatowski
130786103c partial work around for bugs #14741 and #14847...
...reselect the previously-selected game on a gamelist update
2009-12-11 01:59:13 +01:00
Tomasz Śniatowski
fc8350cc20 fix build issues wrt missing #includes on windows/mingw 2009-12-11 00:39:42 +01:00
Mark de Wever
e4387da523 Added a new gui2 timer engine. 2009-12-10 20:30:35 +00:00
Nils Kneuper
1859df5c28 updated German translation 2009-12-10 15:56:27 +00:00
Nils Kneuper
9c5ef07370 updated Slovak translation 2009-12-09 23:02:42 +00:00
Benoît Timbert
ac2b2442a2 French translation update 2009-12-09 20:15:30 +00:00
Nils Kneuper
2f69f7c859 updated Latvian and Portuguese (Brazil) translation 2009-12-09 18:53:44 +00:00
Eric S. Raymond
803fd0ca08 Political cover. 2009-12-09 03:46:38 +00:00
Nils Kneuper
39b27a21a4 updated Lithuanian translation 2009-12-08 22:45:33 +00:00
Nils Kneuper
d6b83dbbcf updated index file
regenerate po files

updated Latvian translation
2009-12-08 22:40:05 +00:00
Guillaume Melquiond
6e004820b5 Added small hack to ease loading of middle-of-scenario 1.6 savefiles.
To be removed for 1.10.
2009-12-08 20:52:48 +00:00
Mark de Wever
5d47584a12 Set the translate flag with the addon script.
patch #1387.
2009-12-07 19:33:57 +00:00
Nils Kneuper
fcd4e560b0 updated Russian translation 2009-12-07 19:27:41 +00:00
Nils Kneuper
d72b5f90fc ran utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 2481 KiB on 48 files
 Optimized size: 2349 KiB
   Total saving: 132 KiB = 5% decrease
2009-12-07 19:16:03 +00:00
Alexander van Gessel
96da7ef3ab Simplify some WML 2009-12-07 00:57:56 +01:00
Guillaume Melquiond
58c7896b99 Reduced amount of overlapping rectangles sent to SDL. (Patch #1141.) 2009-12-06 20:10:31 +00:00
Nils Kneuper
4e7a4becc9 updated Portuguese (Brazil) translation 2009-12-06 19:24:40 +00:00
Guillaume Melquiond
2d11bf600c Reverted 2009-12-06T18:38:08Z!koraq@xs4all.nl.
Worked around the failure of debug assertion.
2009-12-06 19:00:41 +00:00
Mark de Wever
98327accbc Fix an off by one error. 2009-12-06 18:38:08 +00:00
Mark de Wever
230a7f2359 Add a runtime event handler test.
This makes sure an event fired for the wrong type will assert instead of
silently do nothing.
2009-12-06 17:44:25 +00:00
Guillaume Melquiond
fad64d1df0 Made gui2 use the same tooltip settings as gui1. 2009-12-06 17:14:56 +00:00
Guillaume Melquiond
11705d4c90 Allowed [terrain] tag to modify borders. (Fix for bug #14819.) 2009-12-06 16:01:06 +00:00
Mark de Wever
01d5fa6a78 Enable the preferences hotkey in the lobby.
Also add a helper wrapper so a void member function can be used as
hotkey callback.
2009-12-06 15:45:47 +00:00
Guillaume Melquiond
2d6e99969b Prevented filtering on truncated values. (Fix for bug #14393.) 2009-12-06 15:24:28 +00:00
Guillaume Melquiond
0b5a606196 Removed a bit of 'tonumber' noise. 2009-12-06 13:59:12 +00:00
Guillaume Melquiond
3367d18c97 Simplified code a bit. 2009-12-06 13:36:09 +00:00
Guillaume Melquiond
93eb0baeb1 Made use of unused function preferences::set_custom_command. 2009-12-06 13:36:05 +00:00
Mark de Wever
0a893b7c75 Add documentation about the hotkey. 2009-12-06 12:48:05 +00:00
Mark de Wever
61ce8ef31d Initialize all members. 2009-12-06 12:48:02 +00:00
Jérémy Rosen
852f7404d5 allow modifications to change unit ellipse,
...feature had been lost between 1.4 and 1.6
2009-12-06 10:41:36 +00:00
Guillaume Melquiond
61469c53ef Removed unused function editor::brush_bar::select_brush. 2009-12-06 09:57:29 +00:00
Guillaume Melquiond
2ec549bdd5 Removed unused functions:
ai::manager::add_sync_network_observer & delete_sync_network_observer.
2009-12-06 09:57:26 +00:00
Guillaume Melquiond
cae719510b Removed unused functions:
ai::manager::add_user_interact_observer & remove_user_interact_observer.
2009-12-06 09:57:22 +00:00
Guillaume Melquiond
b884d4f1d9 Inlined ai::comand_history_item. 2009-12-06 09:57:19 +00:00
Guillaume Melquiond
abad9f00be Removed unused functions ai::command_history_item::set_number/set_command. 2009-12-06 09:57:15 +00:00
Guillaume Melquiond
e4442ea156 Removed unused constructor/destructor ai::command_history_item. 2009-12-06 09:57:12 +00:00
Guillaume Melquiond
28ee8e5678 Removed unused function editor::map_fragment::center_of_bounds. 2009-12-06 09:57:09 +00:00
Guillaume Melquiond
e68584a077 Removed unused function editor::map_fragment::top_left_boundary. 2009-12-06 09:57:06 +00:00
Guillaume Melquiond
7fa840ddd5 Removed unused function editor::map_fragment::center_by_bounds. 2009-12-06 09:57:02 +00:00
Guillaume Melquiond
5f137d1aac Removed unused function editor::map_fragment::normalize. 2009-12-06 09:56:59 +00:00
Guillaume Melquiond
4ac493f378 Removed unused functions:
mp::ui::set_selected_user_changed & selected_user_changed.
2009-12-06 09:56:55 +00:00
Guillaume Melquiond
756c783182 Removed unused function mp::ui::get_selected_user_game. 2009-12-06 09:56:52 +00:00
Guillaume Melquiond
6ae566de75 Removed unused function mp::ui::set_selected_game. 2009-12-06 09:56:49 +00:00
Guillaume Melquiond
24d78af915 Removed unused function display::rectangle_need_update. 2009-12-06 09:56:46 +00:00
Guillaume Melquiond
c0f6345394 Removed unused function editor::editor_map::swap_starting_position. 2009-12-06 09:56:42 +00:00
Guillaume Melquiond
52fd6f686e Removed unused function editor::editor_map::sanitize_selection. 2009-12-06 09:56:40 +00:00
Guillaume Melquiond
6da614ad1a Removed unused thunks ai::ai_context. 2009-12-06 09:56:36 +00:00
Guillaume Melquiond
a885e95303 Removed unused functions gui::textbox::set_editable/editable. 2009-12-06 09:56:33 +00:00
Guillaume Melquiond
e271c73992 Removed unused constructors MD5 and unused functions MD5::update. 2009-12-06 09:56:30 +00:00