Steven Panek
e8479214d2
Added a credits entry for the Ukrainian translation.
2012-02-15 18:35:55 +00:00
Steven Panek
7cb034c05f
Fixed some typos.
2012-02-15 18:29:12 +00:00
Fabian Müller
59ccec6ee2
LoW::7: Code cleanups.
...
Added the Naga to the orcish side.
2012-02-15 17:22:17 +00:00
Steven Panek
affffd0922
Added locale file for Ukrainian.
2012-02-15 17:13:03 +00:00
Fabian Müller
274bfa4479
LoW::3+7,14 Map cleanups.
2012-02-15 16:58:24 +00:00
Fabian Müller
5895913b1a
New flags.
2012-02-15 15:59:07 +00:00
Fabian Müller
b3635b89db
TB::3: Major code cleanups.
...
New flags.
2012-02-15 15:58:38 +00:00
Fabian Müller
51f798302a
TB::2: Use of new flags.
2012-02-15 15:56:36 +00:00
Fabian Müller
3a1b7b8abf
TB::1: Minor code cleanups.
...
Changed the player's flag to loyalists.
2012-02-15 15:55:37 +00:00
Elvish_Hunter
84beb9ced7
[harm_unit]: added resistance_multiplier key, as per fendrin's request
2012-02-15 09:53:18 +00:00
Simon Forsyth
900587e01f
get rid of image for removed terrain
2012-02-15 00:51:23 +00:00
Simon Forsyth
c8b2e32ea5
New rail terrain type.
...
Has no effect on current units (may want to define values for UI purposes
2012-02-15 00:21:10 +00:00
Steven Panek
0a28644a74
Aliased a bunch of Spanish locales to es_ES.
2012-02-14 23:17:45 +00:00
Simon Forsyth
59bb405b0c
Improve transitions between bridges and rails in same direction
2012-02-14 22:47:33 +00:00
Anonymissimus
5d0284a513
wmllint rule for the 2 deprecations in my latest revisions
...
No changes to mainline needed. These were only valid for
almost one year however.
2012-02-14 21:25:33 +00:00
Anonymissimus
5e311eb9b5
remove wmllint rule for empty side=...
...
...in remove/place_shroud,modify_side/ai,gold
The first three have "all sides" as default if no side info given,
the ladder two have inline SSF support and "all sides" as default
as well, so it's valid syntax which shouldn't be warned about.
2012-02-14 21:25:08 +00:00
Anonymissimus
6419bb4841
remove the rule making wmllint putting side=...
...
...into set*,allow*,disallow_recruit,store_gold
Since it is valid syntax now (again, but defaulting to all sides).
2012-02-14 21:23:06 +00:00
Anonymissimus
679f18801c
Introduce inline SSF support in [gold] and deprecate [gold][filter_side].
...
Since it should never have been added and is now redundant.
2012-02-14 21:22:32 +00:00
Anonymissimus
c44e2ea3ad
Activate SSF support in allow_recruit, disallow_recruit and set_recruit.
...
The default for empty side= is now "all sides".
2012-02-14 21:22:15 +00:00
Nils Kneuper
06a695f04b
replace $unit.type by $unit.language_name...
...
...since in translateable strings .type will always be english (which
is obviously bad for translations) added pofix rules for this and
applied them
2012-02-14 20:13:41 +00:00
Anonymissimus
6569d72ada
update helper.lua to use wesnoth.wml_actions instead of wesnoth.fire
...
(patch #3040 by SigurdFireDragon, slightly modified)
2012-02-08 21:28:02 +00:00
Anonymissimus
b13e6e13a7
adapt mainline lua and embedded lua to the deprecations I made...
...
...in 2012-02-07T23:27:51Z!anonymissimus@arcor.de
(no occurrences in other files...)
2012-02-08 21:27:45 +00:00
Elvish_Hunter
e2eb3b8fea
[find_path]: length -> hexes
2012-02-08 10:16:05 +00:00
Elvish_Hunter
270630a87d
Fixed General's experience when using DISABLE_GRAND_MARSHAL
2012-02-08 10:11:00 +00:00
Ignacio R. Morelle
30790b5736
Implement ~BLEND(r,g,b,o) image path function (bug #11590 )
...
It takes a specified RGB color and blends it with the target image by
certain opacity, specified either as a factor (e.g. 0.25) or percentage
(25%).
I chose BLEND over TINT for consistency with AnimationWML. Feel free to
discuss.
2012-02-08 02:08:11 +00:00
Anonymissimus
3edb598556
fix keys which got lost on some macro deprecation (fix for bug #19400 )
2012-02-08 01:54:57 +00:00
Anonymissimus
8b898d26bd
rename compatibility-1.8.lua to backwards-compatibility
2012-02-07 23:28:15 +00:00
Anonymissimus
fb982ed400
Implement scheduled deprecation warnings for the functions...
...
...in compatibility-1.8.lua.
Except for wesnoth.fire, which should better stay I think.
2012-02-07 23:27:51 +00:00
Anonymissimus
afb54cfc76
remove the string "WML" in helper.deprecate,
...
...since we're using it for lua functions as well
2012-02-07 23:27:34 +00:00
Anonymissimus
42801c6c73
Remove a backwards compat hack left over from previous commit:
...
2010-07-18T15:21:41Z!guillaume.melquiond@gmail.com
The hack causes problems now, since I want to load helper.lua previously
already and the comment says that it should be removed in 1.11.
I *think* the reason for the hack was to avoid loading wml-tags.lua twice
in case that a replay and/or (perhaps) savegame is loaded which was
created with a BfW version previously to 2010-07-18T15:21:41Z!guillaume.melquiond@gmail.com,
since those replays/saves seemed to have recorded the commands for
loading the core lua files, which is no longer the case since back
then. Those replays/saves are no longer relevant, so everything hints
that I can safely remove this.
2012-02-07 23:27:17 +00:00
Steven Panek
29c4d4269b
Fixed some spelling and spacing errors;...
...
...made the messages in question somewhat more authentic.
2012-02-07 19:29:04 +00:00
Ignacio R. Morelle
59a198a6e8
Added tooltips to Load Game dialog (feature/bug #18249 )
2012-02-07 19:06:27 +00:00
Anonymissimus
91ae18b6d3
required compatibility changes for Lua 5.2 in extension Lua code
...
Searched all *.lua and *.cfg (embedded lua) files in data/ for occurences
of the deprecated stuff mentioned in
http://www.lua.org/manual/5.2/manual.html#8.2
The currently compiled-in define LUA_COMPAT_ALL appears to work
like so that both the old and the new syntax work at the same time
(without errors or warnings), while the old one will be an error after
removing it.
2012-02-07 18:05:22 +00:00
Ignacio R. Morelle
12acc65263
Remove useless flag_rgb attribute included in FLAG_VARIANT macro
...
side.flag_rgb isn't read by anything.
2012-02-07 16:47:46 +00:00
Anonymissimus
8d814efa59
Fix an accidental terrain type change.
...
reported in the forums:
http://forums.wesnoth.org/viewtopic.php?f=15&t=36067&p=520268#p520268
http://forums.wesnoth.org/viewtopic.php?f=4&t=36047&p=520105#p520105
Ported from 1.10.
2012-02-07 00:47:32 +00:00
Steven Panek
b2bb325104
Removed support for the deprecated [removeitem].
2012-02-07 00:16:29 +00:00
Jérémy Rosen
cbb063f0f8
apply patch #2642 by faab with khalifate removed.
...
a similar changed needs to be made there when it's added back to mainline
2012-02-06 20:04:35 +00:00
Alexander van Gessel
6eb9efd2fd
Revert "Add a warning for empty [remove_item]"
...
This reverts commit 2012-02-05T16:05:43Z!ai0867@gmail.com.
2012-02-05 23:08:03 +01:00
Alexander van Gessel
86ef26478c
Add a warning for empty [remove_item]
2012-02-05 17:05:43 +01:00
Ignacio R. Morelle
499f879d29
gui2/tunit_create: Right-align dialog control buttons
2012-02-04 05:57:47 +00:00
Ignacio R. Morelle
24dbf0b478
gui2/tunit_attack: Use standard margins for the central listbox
2012-02-04 05:57:33 +00:00
Ignacio R. Morelle
87e482b571
gui2/tsimple_item_selector: Right-align dialog control buttons correctly,
...
...eliminating the large gap between them
2012-02-04 05:57:18 +00:00
Ignacio R. Morelle
d66571f0b8
gui2/tnetwork_transmission: Simplify layout removing an unneeded spacer
2012-02-04 05:57:03 +00:00
Ignacio R. Morelle
5ec456fa80
gui2/tmp_server_list: UI consistency changes
...
* Added standard margins for the central listbox
* Right-align dialog control buttons correctly, eliminating the large
gap between them
2012-02-04 05:56:49 +00:00
Ignacio R. Morelle
c1e2fa3ad1
gui2/tmp_method_selection: Right-align dialog control buttons correctly,
...
...eliminating the large gap between them
2012-02-04 05:56:34 +00:00
Ignacio R. Morelle
8b159f268c
gui2/tmp_login: Use standard margins for the checkbox
2012-02-04 05:56:20 +00:00
Ignacio R. Morelle
45c7a5ffb7
gui2/tmp_host_network_game_prompt: Right-align dialog control buttons
2012-02-04 05:56:05 +00:00
Ignacio R. Morelle
18aecfcb6d
gui2/tmp_connect: Lay out dialog control buttons separately...
...
...and align them to the right
2012-02-04 05:55:50 +00:00
Ignacio R. Morelle
0933f459b3
gui2/tmp_create_game: UI consistency changes
...
* Use "OK" for the OK button label instead of "Create game" (sic)
* Right-align dialog control buttons
2012-02-04 05:55:20 +00:00
Ignacio R. Morelle
a8bbd00166
gui2/tlanguage_selection: Some consistency changes
...
* Replace "Change Language" button label with the shorter "OK"
* Right-align dialog control buttons correctly
2012-02-04 04:26:24 +00:00