Commit Graph

37482 Commits

Author SHA1 Message Date
McShark
771a3bb08d Update according to recent file changes 2009-12-11 22:52:55 +00:00
Mark de Wever
faf348b070 Pre instead of post increment a variable.
Issue found by cppcheck.
2009-12-11 21:05:44 +00:00
Mark de Wever
bdbf29fb57 Replaced scroll_to_vertical_end to a generic one.
Also added another version for the horizontal scrollbar.
2009-12-11 21:05:40 +00:00
Mark de Wever
7afa0e46a3 Strip trailing whitespace. 2009-12-11 21:05:36 +00:00
Mark de Wever
961b81e997 Remove twindow::set_event_loop_pre_callback().
This was a kind of ugly hack, which is no longer needed since
2009-12-11T20:30:26Z!koraq@xs4all.nl.
2009-12-11 21:05:31 +00:00
Benoît Timbert
03a1925695 French translation update 2009-12-11 20:49:13 +00:00
Mark de Wever
009ff857e2 MP lobby refresh to the new timer engine. 2009-12-11 20:30:26 +00:00
Mark de Wever
04b100a76e Remove the old hover event. 2009-12-11 20:29:48 +00:00
Mark de Wever
85df60966c Convert the hovering to the new timer. 2009-12-11 20:29:40 +00:00
Richard Kettering
e4dca4e666 Added Zarel to the credits. 2009-12-11 08:18:05 +00:00
Tomasz Śniatowski
ab03415adf on doubleclick on a player on the playerlist...
...(after the dialog is closed), select the game the player's in
2009-12-11 02:45:39 +01:00
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