38547 Commits

Author SHA1 Message Date
Steven Panek
97d874bc62 Updated the changelogs. 2010-03-22 01:51:46 +00:00
Steven Panek
adbd06aa43 Updated localized images for the Spanish translation. 2010-03-22 01:12:41 +00:00
Steven Panek
32110b8d35 Updated the xcf for the Spanish BfW logo. 2010-03-22 00:38:26 +00:00
Steven Panek
06ba315ab1 Updated localized images for the Spanish translation. 2010-03-22 00:30:53 +00:00
Nils Kneuper
5b334bebfe updated German translation 2010-03-21 23:44:13 +00:00
Jörg Hinrichs
ecdd0ac730 Fix Bug #15656...
(OOS errors in LoW from differing starting gold for host vs. other player).
2010-03-21 22:50:33 +00:00
Jörg Hinrichs
296b497eeb Fix bug #15598 (can't move units after reloading game) 2010-03-21 19:10:07 +00:00
Guillaume Melquiond
f56e584c1f Explicitly marked Boost.Serialization as a dependency,
...since 2010-03-03T15:00:18Z!esr@thyrsus.com removed its disabling through Boost.MultiIndex.
2010-03-21 15:54:44 +00:00
Mark de Wever
067dd07b2f Limit the maximum length of the mp command dialog.
A work-around for bug #13333 which only affects Windows and Mac. The
bug was wrongly marked as fixed and closed. So still needs a real fix.
2010-03-21 15:24:39 +00:00
Mark de Wever
e7683c95c1 Add a work-around for a lobby resize issue.
Alleviates the problem caused by bug #15561.
2010-03-21 15:12:50 +00:00
Nils Kneuper
098c55f134 ran utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 2246 KiB on 43 files
 Optimized size: 2154 KiB
   Total saving: 91 KiB = 4% decrease
2010-03-21 11:38:53 +00:00
Nils Kneuper
4a2bf31db7 updated German translation 2010-03-21 09:56:03 +00:00
Jörg Hinrichs
807817ec76 Adding changelog entry for replay crash 2010-03-21 09:48:20 +00:00
Benoît Timbert
89b59b9a1e French translation update 2010-03-21 00:36:15 +00:00
Iurii Chernyi
b0ddb7a9c1 fix a segfault on viewing certain replays...
...corrupted by MP connection problems
2010-03-21 00:19:30 +00:00
Iurii Chernyi
fd25b0f537 improved error message for [store_gold] lua tag...
...when non-integer side attribute is given. Related to bug #15659
2010-03-20 23:26:52 +00:00
Phil Barber
372aed4614 Update credits 2010-03-20 22:55:32 +00:00
Alexander van Gessel
05c96bb501 Initialize savegame_config in all subclasses 2010-03-20 22:53:36 +01:00
Jörg Hinrichs
aa2cf7d635 Fix bug #15545...
(recall list gone after loading savegame created in linger mode).
2010-03-20 21:23:00 +00:00
Mark de Wever
76a2517739 Adds the draft gui2 design documentation.
This document describes parts of the design of gui2 and the ideas
behind the gui in general. It's composed of several notes I've written
during the development. More parts will be added later.
2010-03-20 16:52:57 +00:00
Alexander van Gessel
7802afe852 Remove some remaining reference to the EXPERIMENTAL flag 2010-03-20 16:54:43 +01:00
Phil Barber
50618ac5f0 Add and wire new Cave Spider graphics by beetlenaut,
...delete obsolete graphics.

Update changelogs, credits.
2010-03-20 15:24:13 +00:00
Richard Kettering
987b1d9650 Standardized all campaigns on having 350x350px images...
...as their campaign image, and also being ONLY campaign portraits,
never montaged/combined with other portraits, always just one
stand-alone portrait.  Kitty, TSI and I all agreed this looks much
better than before.  The sceptre of fire's image does get pushed down
by its text, but the image is an old ugly portrait anyways, so it's
considered a tolerable issue in order to get this standardization
done.
2010-03-20 01:24:34 +00:00
Alexander van Gessel
780fe6eb3c Initialize superclass 2010-03-20 00:24:03 +01:00
Guillaume Melquiond
8d665c5ebf Fixed random values being returned in case of error.
Removed useless dependencies. Simplified and sped up the code.
2010-03-19 05:52:43 +00:00
Eric S. Raymond
dbf044a299 Give Gryphon Mother's location the invisible keep overlay.
Fixes bug #15646: HttT Gryphon Mountain: Mother Gryphon now migrates
northwards.
2010-03-19 02:28:17 +00:00
Nils Kneuper
39c120c88b updated Italian and Slovak announcement translations 2010-03-18 21:16:42 +00:00
Mark de Wever
76815744fe Fix logging replay crashes.
Fixes bug #15601, applies patch #1525.
2010-03-18 20:16:07 +00:00
Iurii Chernyi
c546e8f5dc Fix bug #14114: checksum operations fail against certain scenario events.
Patch #1538 by lfernando
2010-03-18 17:07:09 +00:00
Tomasz Śniatowski
b009a68796 Reset the lobby info object between lobby dialog startups...
...persistance here is not handled correctly and often results in a
crash. This fixes bug #15161.
2010-03-18 01:36:20 +01:00
Tomasz Śniatowski
efc8529bc7 Fix two crash-prone issues in lobby:
* gamelist diffs intereleaved with full gamelists bertween display
  updates ended badly

* out-of-order games (with id N after N-1) ended up causing an overflow
2010-03-17 23:15:13 +01:00
Nils Kneuper
77ae9746d3 updated Czech translation 2010-03-17 22:14:47 +00:00
Tomasz Śniatowski
7f7e8676c2 Crash-proof the lobby by making lobby gamelist filter updates consistent.
This fixes bug #15636 (and bug #15163 which was the same thing and was
not actually fixed before that)
2010-03-17 21:41:08 +01:00
Tomasz Śniatowski
af0d104546 Crash-proof the lobby: never call update_playerlist directly in the lobby,
...instead just set the dirty flag and it'll get updated right away
anyway, but without the possibility of a crash.
2010-03-17 21:41:01 +01:00
Fabian Müller
e9269078ac Fixed bug #15631 by removing a save_id attribute...
...from Galtrid's character definition.

It overwrote the local save_id attribute that summons Kalenz forces in
LoW::3.
2010-03-17 16:07:19 +00:00
Iurii Chernyi
b652bb0639 fix bug #15393: fix a warning in DM::1 which happened...
...because of no valid route for movement of Delfador, which was
caused by side2 being his enemies, not allies.
2010-03-16 22:49:07 +00:00
Nils Kneuper
7c80d546f5 updated Czech translation 2010-03-16 21:56:40 +00:00
Nils Kneuper
a7803368cd updated Czech announcement 2010-03-16 21:54:45 +00:00
Nils Kneuper
20a0d03969 updated Slovak translation 2010-03-16 21:09:48 +00:00
Nils Kneuper
e1de0dfd51 purge release notes after 1.7.15 aka 1.8rc1 is announced 2010-03-16 20:03:53 +00:00
Nils Kneuper
cb528d5d07 updated Lithuanian translation 2010-03-16 20:03:15 +00:00
Nils Kneuper
5596f89b5f updated Hungarian and Lithuanian announcement translation 2010-03-16 20:01:15 +00:00
Nils Kneuper
a3a88f8a77 updated Polish announcement translation 2010-03-16 16:29:04 +00:00
Nils Kneuper
f8852b5920 updated Hungarian announcement translation 2010-03-16 11:16:54 +00:00
David Philippi
acc3ce126c hungarian translation update 2010-03-16 00:40:15 +00:00
Chusslove Illich
60279985df Updated translations for Serbian. 2010-03-15 23:28:37 +00:00
Chusslove Illich
1d7ba1af47 Recorded new sr@... variants in autotools files too, just in case. 2010-03-15 23:28:16 +00:00
Chusslove Illich
34eaaa08ef Fixed locale names for sr@ijekavian and sr@ijekavianlatin. 2010-03-15 23:26:04 +00:00
Nils Kneuper
57c6090681 updated Japanese announcement translation 2010-03-15 23:23:08 +00:00
Nils Kneuper
8d5864036d updated Japanese translation 2010-03-15 22:36:14 +00:00