62628 Commits

Author SHA1 Message Date
ln-zookeeper
1ab550cd19 Renamed frantic.ogg to frantic-old.ogg 2015-12-10 01:29:32 +02:00
gfgtdf
0241f5687e fix failing lua_get_sides test 2015-12-09 02:26:39 +01:00
gfgtdf
0769824821 fix [load_resource] tag
previously it didnt wokr corrently in modifications and eras.
2015-12-08 19:11:18 +01:00
gfgtdf
21fc9d93d0 add comment 2015-12-08 19:10:30 +01:00
gfgtdf
d4f35d718a Merge pull request #401 from gfgtdf/wml_resources
add [resource] tag simlar to mp modifications.
2015-12-08 17:34:17 +01:00
gfgtdf
442a2292a2 fixup removal of [side]name= 2015-12-08 14:52:20 +01:00
Celtic Minstrel
e88ca4bd33 Fix deprecated use of wesnoth.put_unit in test scenario 2015-12-07 20:06:39 -05:00
Celtic Minstrel
c5a08251a1 Lua API: Fix location in put_unit not working as 2nd/3rd param 2015-12-07 20:00:37 -05:00
gfgtdf
31ae13da1e remove name= attribute in [side]
this was only used in debug messages.
2015-12-08 01:13:16 +01:00
gfgtdf
f329b1e431 fixup random_placement patch 2015-12-08 01:13:14 +01:00
gfgtdf
a9f141c58e fixup SCATTER_UNITS
was broken in 9d656ad755
2015-12-07 22:40:26 +01:00
gfgtdf
9d656ad755 update [randon_placement]
removes use_delay: one could easily use [delay] inside [command] so
there is no reason to have that there.
changes 'radius' -> 'min_distance'
removes a debugging message
2015-12-07 22:31:56 +01:00
gfgtdf
3eadad1822 Update changelog 2015-12-07 21:57:54 +01:00
gfgtdf
856839e93f Merge pull request #557 from gfgtdf/lua_placement
add tag [random_placement]
2015-12-07 21:53:15 +01:00
gfgtdf
5db889eb14 reset variable after [random_placement]
none of the usecases found in mainline or in UMC use that variable
afterwards so there is no reason to keep it.
2015-12-07 21:49:15 +01:00
gfgtdf
2a0c24e12f use [random_placement] in some mainline scenarios. 2015-12-07 21:49:12 +01:00
gfgtdf
dc786dc181 add tag [random_placement]
and use it to implement SCATTER_IMAGE,SCATTER_EMBELLISHMENTS and
SCATTER_UNITS
2015-12-07 21:49:09 +01:00
gfgtdf
9aa6722622 improve performance of wesnoth.delay(0)
In this case we don't need to call SDL_GetTicks() or
game_display_->delay(10)
2015-12-07 15:43:56 +01:00
gfgtdf
85bbfa90cc fix chat messages appearing twice 2015-12-07 15:43:54 +01:00
Charles Dang
4a76986762 Experimental Lobby: fixed some broken image paths 2015-12-07 02:27:50 +11:00
Charles Dang
2eaa391a7f Replace synonymous build level with functional equivalent 2015-12-05 11:56:10 +11:00
Charles Dang
e77c68b031 tgame_load: focus filter box instead of savegame list by default 2015-12-04 18:59:50 +11:00
Charles Dang
e1a5700213 tunit_create: focus filter box instead of unit list by default 2015-12-04 18:58:15 +11:00
Charles Dang
523d14d261 Fixed spelling of 'focused' in data 2015-12-04 18:56:05 +11:00
Charles Dang
692ba74df9 Fixed spelling of 'focused' 2015-12-04 18:36:34 +11:00
gfgtdf
12716fb27f removed outcommented code 2015-12-03 01:39:14 +01:00
gfgtdf
f01fe682bc use parse() instead of lexical_cast_default() for MAKE_ENUM types
this is faster, specially becasue it doesn't throw an exception if the
string is no valid enum value.
2015-12-03 01:39:10 +01:00
gfgtdf
f5d1332e1d more LoW cleanups 2015-12-03 01:39:07 +01:00
gfgtdf
6e6fc464b2 more LoW cleanups 2015-12-03 01:39:04 +01:00
gfgtdf
ebbbd49024 more LoW fixes 2015-12-03 01:39:00 +01:00
gfgtdf
739324013e more LoW fixes 2015-12-03 01:38:56 +01:00
loonycyborg
e9eb8d316f scons: Added an option to support using multilib gcc in 32-bit mode
multilib_arch=32 will pass -m32 to both compiler and linker causing multilib gcc to produce 32bit binaries.
2015-12-02 18:17:03 +03:00
loonycyborg
3fd592c2e2 scons: added ctool option to specify c compiler command
if cxxtool option is unspecified it will be derived from ctool
2015-12-02 18:16:42 +03:00
aquileia
88d4c15c87 Exclude test strings from gettext 2015-12-02 00:37:14 +01:00
aquileia
798f037738 Remove POTFILES.in
Generated anew for each pot-update, no need to keep temporary files
2015-12-02 00:37:01 +01:00
aquileia
5adfa80eed Unify khalifate unit plural forms
Noted by Chewan
2015-12-02 00:36:53 +01:00
aquileia
53e61d7f6b German translation: Fix quotes 2015-12-02 00:36:42 +01:00
aquileia
4f7ad480f3 German translation update
Authored by Chewan, proof-read and amended by aquileia and chber.

Includes a fix by Dennis_ for the steadfast ability, see
http://r.wesnoth.org/t43237

Based on 0d5c50a7 (1.12 branch) but slightly expanded.
2015-12-02 00:36:34 +01:00
Ignacio R. Morelle
d966b68d64 cmake: Fix unclosed if block
Introduced in commit aae8e70c7aff84117f48271dedbd1f2189fd7509. Oops.
2015-12-01 06:16:29 -03:00
gfgtdf
76da10bd44 split early finishing bonus between players in LoW 2015-11-30 03:10:16 +01:00
gfgtdf
d755d3b820 add [endlevel] bonus=number
instead of bonus=yes/no you can also pass a number, so bonus=0.5 will
give you only half of the bonus gold.
2015-11-30 02:49:08 +01:00
gfgtdf
15df645d02 More LoW cleanups 2015-11-30 02:49:04 +01:00
gfgtdf
91943451c7 move most of [endlevel] implementation to lua
as a side effect we get read/write fields
side.carryover_bonus/carryover_add/carryover_percentage in lua sides.
2015-11-30 02:49:01 +01:00
gfgtdf
554547beac more LoW cleanups 2015-11-30 02:48:57 +01:00
gfgtdf
9bc839e6b1 more LoW clenaups 2015-11-30 02:48:54 +01:00
gfgtdf
d8c679c5db make allied human side sides 2,3,4 in scenario 6,9,10,11 in LoW
this was already done in the other scenarios.
2015-11-29 17:18:03 +01:00
gfgtdf
44179a2cbb add lua getter for side save_id 2015-11-29 17:18:00 +01:00
gfgtdf
da163512f9 fix mp connect beeing shown before LoW scenario8 2015-11-29 17:17:57 +01:00
gfgtdf
a3bc17a9fe more LoW cleanups 2015-11-29 17:17:55 +01:00
Ignacio R. Morelle
7caf603d20 pofix: Add download path string fixes for the 1.12.5 release 2015-11-28 04:37:56 -03:00