34209 Commits

Author SHA1 Message Date
Justin DiSabatino
28ec4c0852 Changed weapon descriptions and images...
...to reflect actual weapon used by the units.
2009-07-14 13:18:41 +00:00
Mark de Wever
6e9c871369 WIP refactoring of the lobby main.
The refactoring should make the code more transparent and clear. Still
WIP but committing so ilor can work on the code without the risk of
merging problems.
2009-07-13 20:13:51 +00:00
Mark de Wever
47c10cf158 Allow invisible rows in a listbox. 2009-07-13 20:13:00 +00:00
Gunter Labes
79f34fa53a added some more fatal exit codes 2009-07-13 19:55:39 +00:00
Nils Kneuper
6557de32b2 pot-update 2009-07-13 19:14:19 +00:00
Nils Kneuper
b926b67084 updated Dutch and Russian translation 2009-07-13 18:17:20 +00:00
Mark de Wever
a950b3ba2a Fix some text domains and POTFILES.in issues. 2009-07-13 18:14:29 +00:00
Chris Hopman
8c593a020a back to const node*, with node::count mutable 2009-07-13 17:14:31 +00:00
Tomasz Śniatowski
906dda9e7d more icons in gui2 lobby gamelist...
...(replacement icons from someone who actually can draw would be welcome)
2009-07-13 16:51:52 +01:00
Tomasz Śniatowski
9fd6ca0e4b newlobby: show how many games out of how many are displayed with current filter 2009-07-13 15:36:08 +01:00
Tomasz Śniatowski
382a1f134e try to make the in-listbox buttons aligned 2009-07-13 15:35:47 +01:00
Tomasz Śniatowski
45d9381eaf fix some game join/observe issues in newlobby 2009-07-13 15:35:26 +01:00
Tomasz Śniatowski
5fd745dc15 move the chat log multi_page to a define on top to reduce wml clutter 2009-07-13 15:35:07 +01:00
Tomasz Śniatowski
a8611a4830 make newlobby window closing more robust by forcing...
...(possibly redundant) row and page selection in related listbox and
multi_page
2009-07-13 15:34:32 +01:00
Tomasz Śniatowski
0b38544b31 fix gui2 listbox row removal crash 2009-07-13 15:34:04 +01:00
Tomasz Śniatowski
bb6179d27e fix new lobby issue with clicking join ro observe with no games in gamelist 2009-07-13 15:33:37 +01:00
Phil Barber
010907a66e Minor update to Clasher profile image. 2009-07-13 13:21:15 +00:00
Nils Kneuper
7ac29fdb5c updated Italian translation 2009-07-13 07:24:53 +00:00
Chris Hopman
d5ff20db71 use a hash_map::iterator instead of a node* 2009-07-12 22:50:20 +00:00
Alexander van Gessel
e4d6292f0b more s/and and/and/ 2009-07-12 23:34:21 +01:00
Alexander van Gessel
6afd5f83a8 s/and and/and/ 2009-07-12 23:31:25 +01:00
Oron Peled
872792c45b Hebrew translation fixes. 2009-07-12 21:59:14 +00:00
Justin DiSabatino
d654039289 Updated description. 2009-07-12 20:54:07 +00:00
Mark de Wever
b0d2756449 Align the roomlist on top. 2009-07-12 20:38:54 +00:00
Mark de Wever
86d45075e4 Align the gamelist on top. 2009-07-12 20:38:43 +00:00
Justin DiSabatino
09a97b5068 Finalized weapon descriptions. 2009-07-12 19:54:25 +00:00
Phil Barber
fa2e81ea20 Add and wire new Drake Clasher portrait, update changelogs, portrait credits. 2009-07-12 18:21:51 +00:00
Nils Kneuper
18d2f89df9 updated Finnish translation 2009-07-12 18:03:07 +00:00
Sergey Popov
5b502fab98 Lowered frbidi version requirement since 0.10.9 seems to work too. 2009-07-12 17:45:29 +00:00
Tomasz Śniatowski
6ec34d6d1d tweak some new lobby gamelist borders 2009-07-12 18:12:12 +01:00
Tomasz Śniatowski
1c6082ccd1 fix border handling in gui2 to allow selective border types like "top,left" 2009-07-12 18:11:53 +01:00
Tomasz Śniatowski
b78451a9ee use more "tiny" labels in lobby gui 2009-07-12 18:11:33 +01:00
Tomasz Śniatowski
0a7307b1b7 VC9: remove accidentally added NDEBUG define from debug...
...mode wesnothlib build options
2009-07-12 18:11:12 +01:00
Tomasz Śniatowski
13ef5697f4 rename foes to ignored in lobby data for consistency...
...and kill the negative in attribute name (has_no_foes -> has_ignored)
2009-07-12 18:10:51 +01:00
Tomasz Śniatowski
0549282da8 Fix room window closing in new lobby 2009-07-12 18:10:28 +01:00
Bartek Waresiak
c505991e75 Accept list of orders from safe_call backup formula 2009-07-12 16:20:47 +00:00
Mark de Wever
ed3ef56c68 Enable the history for chat_input. 2009-07-12 16:13:21 +00:00
Mark de Wever
07fc7a7df7 Improve the placement of the minimap in the lobby.
Reduced its size and move it out of the border.
2009-07-12 16:13:14 +00:00
Mark de Wever
f137241df0 Add a GUI_FORCE_WIDGET_MINIMUM_SIZE macro.
This way it's possible to force the (minimum) size of a widget.
2009-07-12 16:13:05 +00:00
Mark de Wever
3cdc96164e Cleanup the stacked widget code.
Since the widget is fully initialized upon creation it makes no sense to
fiddle around with its contents later on. So remove these features.
2009-07-12 16:12:58 +00:00
Mark de Wever
ca7ddfae04 Rewrite the config side for the stacked widget.
The widget can now hold different widgets, per stack item. The code side
will get a cleanup in the next commit.
2009-07-12 16:12:48 +00:00
Tomasz Śniatowski
27f9afea7f Simple game list filtering in gui2 lobby:
...text matching, friends, ignores, vacany slots and filter negation
2009-07-12 14:56:15 +01:00
Tomasz Śniatowski
2c0857c16d comment out excessive log-debug spam 2009-07-12 14:55:50 +01:00
Tomasz Śniatowski
3064633c26 new lobby game filters backend 2009-07-12 14:54:52 +01:00
Phil Barber
5e4f617281 Add and wire new Drake Warden base frame and animations,
...remove old Warden graphics, minor update to Slasher cfg update
changelogs.
2009-07-12 11:06:22 +00:00
Nils Kneuper
028c1b6ffa updated Dutch translation 2009-07-12 10:51:05 +00:00
Sergey Popov
1cd787ac1f Fix compilation with boost 1.33.1 2009-07-12 10:26:08 +00:00
Mark de Wever
08b02919c7 Adjust the width of the player list.
Make sure the list is at least as wide as the buttons. Ilor not sure
whether you want the header centred or left aligned so left it as is.
2009-07-12 10:08:42 +00:00
Mark de Wever
af139b0bd2 Move the player list section to the top.
This avoids moving the player list when a new player joins.
2009-07-12 10:08:29 +00:00
Bartek Waresiak
2d32ba9b79 Members initialization 2009-07-12 09:48:18 +00:00