Commit Graph

37789 Commits

Author SHA1 Message Date
Ignacio R. Morelle
2c2e12d38c Copyright update 2010-01-20 01:33:38 +00:00
Ignacio R. Morelle
02e46c0663 Use text/html MIME type, not text/xhtml...
...which doesn't work for certain browsers including IE < 8
2010-01-20 01:28:46 +00:00
Mark de Wever
5fae0610e6 Avoid accessing a string at an invalid index. 2010-01-19 21:34:18 +00:00
Iurii Chernyi
308c7cdb5d Fix bug #15146: made kill event with animate="yes" recheck...
...the presence of unit before animating

(as the unit can get removed by other wml events like last
breath). Note: IMO, the fact that WML allows to unstore_unit with <0
hp, leaving the unit_map in 'impossible-to-get-in-normal-gameplay'
state, is very bad.
2010-01-19 20:41:15 +00:00
Mark de Wever
06d497aabc Fix a compiler warning. 2010-01-19 19:20:59 +00:00
Eric S. Raymond
3609900a5d Yet another try at getting Ivanovic's edge case right. 2010-01-19 12:57:04 +00:00
Eric S. Raymond
ff0347123d Avoid an error on empty lines. 2010-01-19 12:27:38 +00:00
Eric S. Raymond
ad01f416b9 Don't transform lines that begin with #. 2010-01-19 08:16:46 +00:00
Nils Kneuper
bc4166470a post announcement cleanups 2010-01-18 23:22:09 +00:00
Chusslove Illich
3084ddf87b Updated translations for Serbian (changelogs updated). 2010-01-18 22:54:08 +00:00
Chusslove Illich
682509dabb Updated translations for Serbian. 2010-01-18 22:53:29 +00:00
Chusslove Illich
154d7246b9 Updated localized images for Russian. 2010-01-18 22:29:05 +00:00
Iurii Chernyi
62b629e179 lua AI support engine, interface code and AI integration 2010-01-18 21:32:38 +00:00
Nils Kneuper
a114771fab set an svn:ignore entry 2010-01-18 16:47:42 +00:00
Nils Kneuper
3e71cc28ee updated German translation 2010-01-18 16:37:38 +00:00
Nils Kneuper
c901185e5e argh, autotools update recipe is far from perfect, it seems...
the result of the update is that *many* strings changed, though the
benefit is that now some additional things should work nicely (eg
alternate entries for images when the images are not found/loaded)

due to this change 26 fuzzy and 12 untranslated strings were added to
po/wesnoth-manual/*.po, most of those should be "done in some mins"
strings, so not too much of an issue (will notify people on the i18n ml)

due to the changes the following manuals were not complete enough
anymore for generation: Danish, Galician and Traditional Chinese
2010-01-18 16:09:09 +00:00
Nils Kneuper
7f8d6d2d03 regenerated doc files...
...(not using po4a 0.38, first working version since 0.34!)
2010-01-18 15:57:36 +00:00
Richard Kettering
d436dcd7df Added new key image, and updated the altar images. 2010-01-18 06:05:29 +00:00
Nils Kneuper
c9f634b854 updated Finnish translation 2010-01-17 18:49:52 +00:00
Nils Kneuper
9e5a615650 post release (1.7.12) version bump 2010-01-17 17:27:00 +00:00
Nils Kneuper
44c0d416d2 version bump to 1.7.12-1.8beta5 2010-01-17 16:56:10 +00:00
Nils Kneuper
d9e577b18d pot-update
(preparing for 1.7.12; no new/changed strings, only updated references)

regenerated doc files
2010-01-17 16:53:48 +00:00
Lari Nieminen
762436de09 Made epilogue scenarios generate no savefile in most campaigns that have them. 2010-01-17 14:52:51 +00:00
Lari Nieminen
0fb39183c8 Updated changelogs. 2010-01-17 14:48:09 +00:00
Mark de Wever
00036f072f Remove a release notes entry.
Ivanovic did some testing and judged the jumping to be too bad for 1.8.
So back to the drawingboard and work on a treeview widget.
2010-01-17 12:41:20 +00:00
Mark de Wever
3687e96447 Some minor lobby ui improvements.
Set up the defaults to better match what's needed in the main lobby
causing less resizing after joining. Also avoid some silly cases.

- Never show a horizontal scrollbar for the rooms and lobby list.

- Always show it for the game list.

- Hide it for the rooms (always might be slightly better).
2010-01-17 12:41:15 +00:00
Chusslove Illich
765b6c39ae Updated localized images for German (track file). 2010-01-17 12:14:48 +00:00
Nils Kneuper
962e832c64 add translated images for the ingame help when playing in german
@ Chusslove: please update whatever else is required to make those
images work
2010-01-17 12:04:44 +00:00
Mark de Wever
d7038aaf1d Update the changelogs and release notes. 2010-01-17 11:08:13 +00:00
Mark de Wever
56a124a2a7 Optimize the lobby speed.
Try to resize the content of the listboxes with their current content,
only if that fails invalidate the entire window layout.

Since the playerlist consists of three fixed size listboxes the
invalidation still occurs rather often. Especially when a game is
selected the resize happens often since most of the time the number of
people slotted in different listboxes are different, causing a resize.

Unfortunately that's hard to fix in the current setup, the fix would
be to add a proper treeview widget. Then all players are in one widget
and moving an item in one widget should be easier to handle without a
window invalidation.
2010-01-17 11:08:05 +00:00
Mark de Wever
711eb2d48e Add a getter for need_layout_.
This will be used in the MP lobby.
2010-01-17 11:08:02 +00:00
Mark de Wever
646ae1113f Add a function to request a content resize.
This will be used in the MP lobby.
2010-01-17 11:07:58 +00:00
Mark de Wever
10cda40bb5 Add a force parameter to content_resize_request.
This is needed for sizing in the lobby. Also polished the doxygen
comment.
2010-01-17 11:07:55 +00:00
Eric S. Raymond
a012080d4b Import the new, somewhat less tropical version of the island from TRoW. 2010-01-17 00:43:23 +00:00
Nils Kneuper
c2f0881bd0 ran utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 3 KiB on 1 files
 Optimized size: 1 KiB
   Total saving: 1 KiB = 42% decrease
2010-01-16 22:55:44 +00:00
Nils Kneuper
9a31ebdefd updated German translation 2010-01-16 22:14:38 +00:00
Chusslove Illich
14d29ec9bd Optional processing of files given on command line,
...instead of all files in CWD.
2010-01-16 20:12:27 +00:00
Jörg Hinrichs
1281a02262 Applying patch #1392 (Debug mode deactivation in multiplayer mode) 2010-01-16 19:50:20 +00:00
Chusslove Illich
9249f415cd Updated source localized images for German. 2010-01-16 19:33:50 +00:00
Chusslove Illich
c41473bead Updated localized images for German. 2010-01-16 19:30:32 +00:00
Nils Kneuper
5878850aa7 updated German translation 2010-01-16 16:20:43 +00:00
Benoît Timbert
6e10bcd6d1 French translation update 2010-01-16 15:48:56 +00:00
Nils Kneuper
9badf6701d updated Finnish translation 2010-01-16 15:14:00 +00:00
Benoît Timbert
971e10a567 French translation update 2010-01-16 14:55:22 +00:00
Benoît Timbert
c5c1b042e5 French translation update 2010-01-16 14:43:48 +00:00
Nils Kneuper
41a408320d updated German translation 2010-01-16 14:35:16 +00:00
Mark de Wever
ce76c92f6a Update release notes. 2010-01-16 13:13:04 +00:00
Richard Kettering
274a7617bd Gave the death knight a proper leading animation...
...that adheres to the new 2-frame standard.
2010-01-16 08:24:41 +00:00
Richard Kettering
08d10e4812 New bow animation for the banebow, and shadow upgrades. 2010-01-16 07:31:07 +00:00
Lari Nieminen
c24794ba05 Fixed some duplicate unit ids. 2010-01-14 12:49:36 +00:00