Commit Graph

34366 Commits

Author SHA1 Message Date
Phil Barber
0dd2dc42b5 New Drake Enforcer base frame and animations,
...remove old Gladiator frames.  Update changelogs.
2009-07-19 13:13:04 +00:00
Phil Barber
8047d73ce1 New Drake Gladiator base frame and animations, remove old Gladiator frames. 2009-07-19 13:08:29 +00:00
Phil Barber
ec72fd10d8 Minor update to a few Clasher frames, remove old Clasher frames. 2009-07-19 13:03:46 +00:00
Nils Kneuper
dce3e76afe updated Lithuanian translation 2009-07-19 12:29:31 +00:00
Guillaume Melquiond
01e7617077 Removed unused function. 2009-07-19 12:16:01 +00:00
Guillaume Melquiond
240273a4c9 update-pot 2009-07-19 12:02:26 +00:00
Guillaume Melquiond
451a21a925 Restored double quotes in clasher description. 2009-07-19 12:02:18 +00:00
Guillaume Melquiond
0c85a3a440 Fixed wmlxgettext so that it understands escaped quotes. 2009-07-19 12:02:09 +00:00
Nils Kneuper
c100cd0525 pot-update
regenerated doc files
2009-07-19 11:33:46 +00:00
Nils Kneuper
fbabf7391c replace double double quotes by single quotes in clash description
in general double quotes should be completely avoided in strings (not
just because the translation tools break (string extraction via
wmlxgettext) but because they too easily break things (not sure how
gettext will handle it *at all*!))
2009-07-19 10:42:44 +00:00
Guillaume Melquiond
3548e731fc Fixed quotes in clasher description. 2009-07-19 10:13:19 +00:00
Mark de Wever
78d26006d3 Fix a WML error in the mp lobby.
Fixes the "horizontal_grow and horizontal_alignment can't be combined,
alignment is ignored." error.
2009-07-19 10:12:36 +00:00
Mark de Wever
5b18d19f57 Minor improvement to the game delete dialog.
Added some borders and fixed a "horizontal_grow and horizontal_alignment
can't be combined, alignment is ignored" warning.
2009-07-19 10:12:18 +00:00
Phil Barber
1f1cb7658c Add and wire LordBob's Cavalryman portrait, update portrait credits. 2009-07-19 10:08:40 +00:00
Guillaume Melquiond
522568e59c Fixed dependencies. 2009-07-19 10:06:07 +00:00
Phil Barber
323b02e51c Add and wire Valkier's Skeleton portrait,
...update changelogs, portrait credits.  Add Valkier to about.cfg.
2009-07-19 10:05:28 +00:00
Guillaume Melquiond
bef5b93e84 Removed unneeded forward declarations. 2009-07-19 09:50:08 +00:00
Guillaume Melquiond
e08df87727 Removed redundant parameters from generate_report. 2009-07-19 09:50:00 +00:00
Guillaume Melquiond
6f6f7c4a8b Removed unneeded dependency. 2009-07-19 09:49:56 +00:00
Guillaume Melquiond
667431833c Removed unused field from attack_type. 2009-07-19 08:40:11 +00:00
Guillaume Melquiond
cfbb191e88 Removed redundant parameters from check_checksums. 2009-07-19 07:49:00 +00:00
Guillaume Melquiond
05af427ee5 Replaced boolean state index by an enumeration. Fixed a memory leak. 2009-07-19 07:48:56 +00:00
Guillaume Melquiond
59a15c5146 Removed redundant and useless parameters from do_replay. 2009-07-19 07:48:53 +00:00
Guillaume Melquiond
1af9fd88f0 Removed redundant parameters from do_replay_handle. 2009-07-19 07:48:49 +00:00
Guillaume Melquiond
71c7bc125b Removed useless class verification_manager. 2009-07-19 07:48:46 +00:00
Guillaume Melquiond
7d38428885 Removed redundant parameters from turn_info. 2009-07-19 07:48:43 +00:00
Guillaume Melquiond
fc3b18f851 Removed redundant fields from attack predication display. 2009-07-19 07:48:39 +00:00
Guillaume Melquiond
78770ee9ca Removed redundant parameters from wml_animation. 2009-07-19 07:48:34 +00:00
Mark de Wever
52c878ed04 Allow to make items in a listbox invisible.
This is used for the filtering of games to load, the initial problem was
discovered by YogiHH and I found more issues after some more testing.
But all should work fine now.
2009-07-19 07:24:02 +00:00
Mark de Wever
ec8dd3b327 Properly add dots in the changelogs. 2009-07-19 07:03:16 +00:00
Mark de Wever
b7f00d577e Changelog update 2009-07-19 07:03:07 +00:00
Mark de Wever
6b2e87d5ab Fix minimap no clipping in the new wiggets. 2009-07-19 07:02:59 +00:00
Mark de Wever
48a26aee1e Minor lobby layout improvements.
Still not as wanted but there are some more issues which need to be
fixed first:

- listbox shouldn't need to call resize after adding items (this is
  probably also the cause of the rather slow display updates of the
  lobby.)

- when listboxes have the vertical grow flag they don't work as
  expected.

Once these items are fixed more lobby improvements will follow.
2009-07-19 07:02:50 +00:00
Mark de Wever
8f3a947506 Fix widget order in GUI_FORCE_WIDGET_MINIMUM_SIZE.
With this fix the mouse focus is send to the containing widget instead
of the spacer.
2009-07-19 07:02:45 +00:00
Mark de Wever
49336dd48b Remove so dummy headers for the lobby listbox.
Ilor I'm not sure which header ids you use so left the rest of them,
please have a look yourself.
2009-07-19 07:02:39 +00:00
Mark de Wever
1879dbee4c Allow keypad enter to work as enter in lobby. 2009-07-19 07:02:34 +00:00
Gregory Shikhman
6964003f6a Added zoom level support to the map tiler and to the google map.
Still need to create a tileserver on the web backend so that
non-existent tile locations can correctly be served up with black
tiles
2009-07-19 03:11:00 +00:00
Gregory Shikhman
8717f84c83 Initial work on Wesnoth map overlay for google maps API,
...wrote a python script to take a map image emitted by wesnoth and
split it into the map tiles that the google maps api likes
2009-07-19 01:01:08 +00:00
Mark de Wever
41338719be replay header cleanup. 2009-07-18 19:24:20 +00:00
Mark de Wever
91d2b956e2 Convert mp server list to linked widgets new style. 2009-07-18 19:16:12 +00:00
Mark de Wever
ba51a0e823 Add a linked widget feature in the configs. 2009-07-18 19:15:50 +00:00
Mark de Wever
006f19c087 Remove an unused parameter. 2009-07-18 18:26:57 +00:00
Guillaume Melquiond
11a165cac2 Removed redundant parameters from unit preview. 2009-07-18 17:58:44 +00:00
Mark de Wever
510ffc9c3e Properly set the include path for fribidi. 2009-07-18 17:33:44 +00:00
Gregory Shikhman
36a0a967ad Minor interface tweak, added Google Maps API key 2009-07-18 17:30:52 +00:00
Gregory Shikhman
b898862aa9 --screenshot code refactoring 2009-07-18 17:03:36 +00:00
Guillaume Melquiond
6dbbed3a96 Removed redundant parameters from move_unit.
Also fixed a data corruption if a unit changed side while moving.
2009-07-18 16:45:18 +00:00
Guillaume Melquiond
9c74e34262 Removed redundant parameters from unit_can_move. 2009-07-18 16:45:14 +00:00
Guillaume Melquiond
393dea2bb4 Removed redundant parameters from apply_shroud_changes. 2009-07-18 16:45:08 +00:00
Tomasz Śniatowski
cd0b7b5787 vcproj update 2009-07-18 16:48:31 +01:00