Elias Pschernig
7524e6befc
[wmlunits] use translations only for mainline units...
...
...(very few addon units had translations but creating all the addon
units in each language takes a lot of time and .html files). Also
report less errors for addons (the addon authors don't get to read
them anyway i'm afraid :/)
2010-12-22 23:34:08 +00:00
Guillaume Melquiond
a5576c461b
Removed small portraits that are just scaled down versions...
...
...of the transparent ones.
Checked that they are identically rendered by the engine: MSE visual
distortion less than 0.007%.
2010-12-22 18:11:36 +00:00
Guillaume Melquiond
3dc96eea83
Avoided truncation error when downscaling,
...
which reduces the MSE distortion of 2010-12-20T22:38:37Z!guillaume.melquiond@gmail.com by 20% more.
2010-12-22 18:11:32 +00:00
Guillaume Melquiond
51f38f9d7e
Fixed story screens not being displayed when they have no text.
...
(Fix for bug #17375.)
2010-12-22 17:28:49 +00:00
Nils Kneuper
da2facd1e3
set some svn:ignore entries
2010-12-22 14:27:46 +00:00
Nils Kneuper
8de9a71416
updated Russian translation
2010-12-22 14:24:02 +00:00
Nils Kneuper
b49e56edfe
create textdomain wesnoth-help (part7), should be done now
...
set svn:ignore for the new textdomain
2010-12-22 11:56:39 +00:00
Nils Kneuper
f966a54e08
create textdomain wesnoth-help (part6)
...
used this command:
for i in *.po; do grep -v '^#~' $i > $i.tmp; mv $i.tmp $i; done
2010-12-22 11:55:21 +00:00
Nils Kneuper
6a9eb5b7ff
add the new textdomain to g.w.o
2010-12-22 11:47:16 +00:00
Nils Kneuper
e27fb294b6
create textdomain wesnoth-help (part4)
...
pot-update
regenerated doc files
2010-12-22 11:46:15 +00:00
Nils Kneuper
bc1d7ec1a5
create textdomain wesnoth-help (part3)
...
load the textdomain ingame
change the textdomain for some relevant files
2010-12-22 11:36:22 +00:00
Nils Kneuper
fada480797
create textdomain wesnoth-help (part2)
...
also add the .pot file to the repo
2010-12-22 11:35:46 +00:00
Nils Kneuper
2f8d25ca7e
create textdomain wesnoth-help (part1)
...
so far only the stuff in po/ is done, what has to be done next is add
the textdomain to the respective file and run a pot-update
the current po files are based on the files from the textdomain
'wesnoth' since this is where the strings currently reside, after the
pot-update only the relevant strings will be left
2010-12-22 11:34:44 +00:00
Guillaume Melquiond
9735175159
Fixed RCA AI not being loaded for standard multiplayer games.
...
(Fixed bug #16607 along the way.)
2010-12-22 10:57:19 +00:00
Guillaume Melquiond
7f1ded77b8
Avoided inaccuracies on big integers. (Fix for bug #17330.)
2010-12-22 09:47:56 +00:00
Guillaume Melquiond
226a947841
Allowed usage of [message]side_for=...
...
...when it targets the active side. (Fix for bug #17368.)
2010-12-22 07:38:43 +00:00
Ignacio R. Morelle
faf64021c0
GUI2: taddon_description: Fix handling of langcode-only locale names
2010-12-21 22:41:50 +00:00
Jérémy Rosen
91cdd411ef
fix directional_x working backward
2010-12-21 22:01:40 +00:00
Ignacio R. Morelle
7a03fa6bb5
Changelog entries for the new add-ons description dialog
2010-12-21 21:20:36 +00:00
Mark de Wever
e6e02be5d2
Apply patch #2263 ; Wikigrabber cleanup.
2010-12-21 21:18:42 +00:00
Ignacio R. Morelle
f2e26d57de
GUI2: taddon_description: Minor documentation fix
2010-12-21 21:17:37 +00:00
Ignacio R. Morelle
a7da0b0ec8
GUI2: taddon_description: Add source file entries for autotools and cmake
2010-12-21 21:10:42 +00:00
Ignacio R. Morelle
979f2e4e69
GUI2: taddon_description: merge 2/2
2010-12-21 21:08:58 +00:00
Ignacio R. Morelle
e7b7abe209
GUI2: New add-ons description dialog...
...
...with more details than the description (merge 1)
2010-12-21 21:08:36 +00:00
Ignacio R. Morelle
ed922e9d8f
Revert "test commit"
2010-12-21 20:56:08 +00:00
Ignacio R. Morelle
8c9047bcb1
test commit
2010-12-21 20:54:42 +00:00
Mark de Wever
d01cfb9c67
Fix a debug output quoting.
2010-12-21 20:43:18 +00:00
Mark de Wever
56579c4972
Allow the progress bar to become higher.
2010-12-21 20:43:15 +00:00
Mark de Wever
328e5541f6
Fix the progress bar colours.
...
Forgot to add the alpha value, which made the objects fully transparent.
2010-12-21 20:43:10 +00:00
Mark de Wever
f001feb9b2
Fix some typos in the formulas.
2010-12-21 20:43:07 +00:00
Guillaume Melquiond
7296c4b8a3
Ensured the seed of the simple RNG is at most 31-bit wide.
2010-12-21 10:13:12 +00:00
Guillaume Melquiond
f661a5161c
Avoided usage of the synchronized RNG for selecting music tracks.
2010-12-21 10:13:09 +00:00
Guillaume Melquiond
390713c969
Fixed utterly broken RNG due to improper serialization of seeds.
...
(Issue spotted by isionous.)
2010-12-21 10:13:05 +00:00
Guillaume Melquiond
742b794302
Removed small portraits that are just scaled down versions...
...
...of the transparent ones.
Checked that they are identically rendered by the engine: MSE visual
distortion less than 0.007%.
2010-12-20 22:38:37 +00:00
Guillaume Melquiond
e250f1cd36
Factored some computations.
2010-12-20 22:38:32 +00:00
Nils Kneuper
8fab42db43
updated Finnish translation
2010-12-20 22:31:42 +00:00
Mark de Wever
5ab5d7c3a3
Update changelog.
2010-12-20 21:09:43 +00:00
Mark de Wever
2b8a5fb038
Update wiki comment format.
...
Changes the format and converts the comment in the code.
(Applies patch #2261.)
2010-12-20 21:08:42 +00:00
Mark de Wever
36574dc37a
Fix some typos.
...
(Part of patch #2261.)
2010-12-20 20:31:15 +00:00
Guillaume Melquiond
482c7b704e
Changed default value since it is still not usable in release mode.
2010-12-20 10:42:53 +00:00
Guillaume Melquiond
cb561997a9
Fixed typo in OoS error message.
2010-12-20 10:09:00 +00:00
Guillaume Melquiond
8fcced26fb
Fixed naming of effect attribute.
2010-12-20 09:52:32 +00:00
Guillaume Melquiond
e9f8b1b259
Updated logs.
2010-12-20 09:35:31 +00:00
Guillaume Melquiond
7205d20561
Disabled bytecode loading since the bytecode checker is removed from Lua 5.2.
2010-12-20 09:30:24 +00:00
Guillaume Melquiond
1c752ccb70
Fixed the APPLY_HYDRATION_EFFECT macro being used...
...
...in an event with instant variable substitution. (Fix for bug
#17342 , patch by Elvish_Hunter.)
2010-12-20 07:29:53 +00:00
Guillaume Melquiond
aaa95db999
Ensured that the user don't have to kill half ghosts.
...
(Fix for bug #17339 , patch by Elvish_Hunter.)
2010-12-20 07:29:50 +00:00
Guillaume Melquiond
4028293906
Forced wmlxgettext to use utf8 instead of the current locale.
...
(Fix for bug #17068 , patch by Gabor Udvari.)
2010-12-20 07:06:50 +00:00
Guillaume Melquiond
4d5e92f5d0
Fixed addons being sorted by the first digit of their size somehow.
...
(Fix for bug #17263.)
2010-12-19 21:54:04 +00:00
Guillaume Melquiond
94ccbba154
Fixed propagation of profiles from unit types to units.
2010-12-19 21:20:17 +00:00
Guillaume Melquiond
ff2ffb657b
Merged scale_surface and scale_surface_blended...
...
...and choose whether upscaling or downscaling depending on the scaling.
2010-12-19 21:20:10 +00:00