Commit Graph

30131 Commits

Author SHA1 Message Date
Ignacio R. Morelle
dc42638c98 Remove some garbage whitespace from changelog. 2009-01-19 01:02:16 +00:00
Richard Kettering
d52f680662 Transparent version of several portraits. 2009-01-19 00:59:22 +00:00
Richard Kettering
7086f94f0b Transparent version of pickslide's asheviere portrait. 2009-01-19 00:33:17 +00:00
Sergey Popov
040c9e072f Generated NSIS script wasn't installing translations since 2009-01-11T13:15:27Z!loonycyborg@gmail.com. Fixed. 2009-01-18 23:39:14 +00:00
Nils Kneuper
1efbc6cbe4 updated Slovak translation 2009-01-18 21:44:54 +00:00
Thomas Baumhauer
ce0124b5f9 added support for Soliton's addition of kick messages...
...in the command wrapper dialog
2009-01-18 18:55:20 +00:00
Thomas Baumhauer
b17c7ff63f made the login dialog smarter:
if the server asks for a password automatically select the password box
2009-01-18 18:39:19 +00:00
Nils Kneuper
b091040ada post release version bump to 1.5.8 2009-01-18 15:31:06 +00:00
Nils Kneuper
206bbcd710 changelog updates/fixes
bumped version to 1.5.8
2009-01-18 14:31:01 +00:00
Mark de Wever
654789ccef Update the the RELEASE_NOTES. 2009-01-18 14:14:27 +00:00
Lari Nieminen
00926fd225 Transparent versions of most UtBS portraits...
(Eloh, Grog and naga hunter still missing).
2009-01-18 14:07:29 +00:00
Lari Nieminen
e419b3573e Fixed missing TC in difficulty level icons. 2009-01-18 14:05:23 +00:00
Fabian Müller
da761c6fa1 LoW::1: Commented out a debug message. 2009-01-18 13:56:59 +00:00
Mark de Wever
72ea8478f3 Add a better file existance test.
The old test failed in debug mode due to the under construction sign and
also flooded the output with messages. The is_void() also doesn't work
as expected so added a new function which does the proper test.
2009-01-18 13:09:23 +00:00
Nils Kneuper
eaf5ee8649 pot-update...
(hopefully getting ready for 1.5.8, no strings should have changed,
just references updated)

regenerated doc files
2009-01-18 13:08:19 +00:00
Nils Kneuper
4295e98809 updated Spanish translation 2009-01-18 12:49:57 +00:00
Ignacio R. Morelle
21ae91d7da I guess asking people to keep the changelogs' main categories...
...inalphabetical order was too much.
2009-01-18 12:48:22 +00:00
Ignacio R. Morelle
e7787cb119 Fixed a small bug that was causing the translations engine to look...
...at badly mixed up paths when trying to locate UMC translations.

(If you like short stories, this just fixes bug #12872.)

(I've got no idea why get_binary_paths() is not delivering paths
with trailing slashes, but since this was the only victim, I
just did a quick hack in the textdomain initializer.)
2009-01-18 12:44:30 +00:00
Ignacio R. Morelle
21c9073b14 Cleaned up some stray whitespace or tabstops 2009-01-18 12:43:45 +00:00
Patrick Parker
5df91e328e minor optimization of parseQuotes which also silences EOF warning...
...when partial lines passed by wmllint
2009-01-18 07:29:41 +00:00
Mark de Wever
1e06d99b2f Add a better test to detect old portraits.
It seems not all old images are 205x205 so that test failed. Now test
whether both dimensions are < 300 if so treat it as an old small image
and don't scale otherwise scale. This doesn't work entirely for Arne
(TB) 297x333 but unscaled he'll hide some text.
2009-01-18 05:43:34 +00:00
Eric S. Raymond
db9b3aba17 wmllint pacification. 2009-01-18 04:00:51 +00:00
Lari Nieminen
5501a11e1a Fixed off-by-one indexing bugs. 2009-01-17 21:35:27 +00:00
Fabian Müller
17c63f098a UtbS 13: Added sad.ogg if a protagonist died in the endbattle. 2009-01-17 21:28:50 +00:00
Fabian Müller
b2c38badc9 UtbS _main.cfg: cleanups and identation 2009-01-17 21:26:02 +00:00
Fabian Müller
798a62e8ff UtbS 08: Replaced an ifdef with empty if but filled else with an ifndef. 2009-01-17 21:24:35 +00:00
Lari Nieminen
ff3f1268df Fixed peasant's profile=. 2009-01-17 20:40:38 +00:00
Mark de Wever
7cb56fee1d Fix a crash when a profile path has no /. 2009-01-17 19:06:55 +00:00
Fabian Müller
fb6ddcf15c Added the changes in LoW. 2009-01-17 19:05:57 +00:00
Lari Nieminen
395a63f8e7 Updated profile='s. 2009-01-17 18:01:31 +00:00
Mark de Wever
ca1a8fd788 Enable the right hand side imags. 2009-01-17 17:53:23 +00:00
Mark de Wever
741f8efa01 Fix the right side wml dialog. 2009-01-17 17:53:15 +00:00
Mark de Wever
c2f29a9076 Add a special tag for the right side.
The engine doesn't support it yet, but will soon. Kitty mentioned that
the iron mauler is right side only as well so removed left side image.
2009-01-17 17:50:33 +00:00
Lari Nieminen
8125ed5e90 Added javelineer as a possible sidekick. 2009-01-17 17:37:35 +00:00
Thomas Baumhauer
01c8ae0256 updating the changelogs. 2009-01-17 17:34:18 +00:00
Lari Nieminen
d14fd52bb3 Removed the custom Erlornas portrait.
Now he uses the core Elvish Lord and High Lord portraits.
2009-01-17 17:29:56 +00:00
Lari Nieminen
267a3de03b Less gold and income for M'Brin. 2009-01-17 17:28:01 +00:00
Lari Nieminen
dd5fbf6fd2 Updated changelogs. 2009-01-17 17:24:12 +00:00
Patrick Parker
7856d72956 add missing return statement from 2009-01-12T00:21:55Z!patrick_x99@hotmail.com 2009-01-17 17:14:03 +00:00
Mark de Wever
0be39435c3 Add support for 205x205 images in the new dialogs. 2009-01-17 16:55:26 +00:00
Mark de Wever
597df09714 First step in the unit profile hacks.
The time until 1.6 is too short to write and convert all mainline stuff
to use the new portrait so wrote a hack. Now the engine looks at the
profile key again and tries to find the same image in the transparent
subdirectory, if found that image is used instead. The following issues
still need to be resolved:

- images with the size 205x205 shouldn't be scaled.

- right size only images are not implemented yet.
2009-01-17 16:55:10 +00:00
Nils Kneuper
8323bb44cf updated Russian translation 2009-01-17 16:39:07 +00:00
Ignacio R. Morelle
fae358c10a Attach a bug report to changelog entry in 2009-01-17T03:12:12Z!shadowm@wesnoth.org. 2009-01-17 15:21:00 +00:00
Gunter Labes
069afa884a if a side is *not* empty do stuff... + reindentation 2009-01-17 15:14:01 +00:00
Nils Kneuper
83a7f40f9f updated Spanish translation 2009-01-17 14:19:39 +00:00
Fabian Müller
96fad2e5ae LoW: Reverted Olurf's side to be non persistent again.
This fixes bug #12813.
2009-01-17 13:09:27 +00:00
Lari Nieminen
cb82eec2b9 Made 2009-01-17T12:42:52Z!lari.nieminen@iki.fi actually work. 2009-01-17 13:02:42 +00:00
Lari Nieminen
356afd0083 Fixed bug #12826. 2009-01-17 12:42:52 +00:00
Fabian Müller
31e06aecc1 UtbS 01 08: Added some more new terrains to the maps. 2009-01-17 11:42:12 +00:00
Fabian Müller
1acc0f3fb5 LoW: Applied a patch from Mordante for the german translation. 2009-01-17 11:33:07 +00:00