Commit graph

411 commits

Author SHA1 Message Date
josteph
0e38e42179 Test scenario: Remove 'jamming' key in [unit] tags
1.14 doesn't support 'jamming' in [unit], only in [unit_type]. See
https://github.com/wesnoth/wesnoth/pull/3330
2019-07-18 13:36:09 +00:00
nemaara
a4e8028fc1 Change various references of mermen to merfolk 2019-04-16 19:32:30 -04:00
Martin Hrubý (hrubymar10)
c18537edc0 Migrate links to https if available 2018-07-15 13:22:56 +11:00
Celtic Minstrel
28cb5f9e9d Fix a few schema issues in some of the interactive test scenarios 2018-05-19 16:33:09 -04:00
Celtic Minstrel
b4e3616df3 Test scenario: remove useless [object]silent=yes 2018-05-19 16:33:06 -04:00
Celtic Minstrel
e00c3a043e Embrace turns=unlimited as a way of specifying unlimited turns 2018-05-19 16:31:26 -04:00
mattsc
1017a57f39 Replace remaining uses of FOREACH macro 2018-05-14 17:12:01 -07:00
mattsc
c9ef14ad54 Do not load helper.lua where it is not used any more 2018-05-12 17:41:42 -07:00
mattsc
39ed118ce2 Lua code: replace deprecated helper.get_variable_proxy_array() call 2018-05-12 17:41:38 -07:00
mattsc
51b2dbec19 Lua code: replace deprecated wesnoth.set_variable() calls 2018-05-12 17:41:28 -07:00
mattsc
2922b19802 Lua code: replace deprecated wesnoth.get_variable() calls 2018-05-10 19:55:31 -07:00
Iris Morelle
c6112fcfe3 Remove stale include in test scenario causing errors 2018-04-15 02:49:58 -03:00
Celtic Minstrel
94788c7fe9 Fix an error in the test scenario 2018-04-11 22:28:41 -04:00
Celtic Minstrel
b9d36da8bd Test scenario: Fix invalid [message] key 2018-04-11 22:28:40 -04:00
Iris Morelle
28db261ebd Fix test scenario references to Kaleh's WML
This is required after commit cbedd09ec2.
2018-04-11 22:06:57 -03:00
Celtic Minstrel
ea739324df Remove some uses of set_wml_tag_metatable 2018-03-24 13:53:20 -04:00
Alexander van Gessel
dc873f4627 Add larger blur testcase 2017-11-06 15:58:22 +11:00
Celtic Minstrel
c734f56922 Update the DEPRECATED macro and [deprecated_message] ActionWML to understand deprecation levels 2017-08-14 12:36:10 -04:00
Luther
5ba35e42b1 test: Use a better error message when code.lua doesn't exist (#1722) 2017-06-06 07:55:49 -04:00
Celtic Minstrel
2f0a6d13e4 Make [animate_unit] without flag an error (fixes #1678) 2017-05-10 17:40:16 -04:00
Celtic Minstrel
e9674ec8a7 Fix test scenario
I accidentally changed a dofile call when mass-changing require calls
2017-05-07 11:01:59 -04:00
Celtic Minstrel
8d4cf3cf62 Shorten requires where possible 2017-05-03 02:42:25 -04:00
Charles Dang
a6d84b87cd Test Scenario: covert RGB-format color ranges and palettes to hex format
In this case, RGB doesn't really make sense, given the format. Support for this format was also removed in the
color_t transition. It could theoretically be re-added in the future if we made it (r,g,b),(r,g,b), etc
2017-02-24 00:51:16 +11:00
Wedge009
749123d0bb Change to numerical equality check (though it doesn't seem to help in situations like typing x-x). 2016-10-22 23:31:20 +11:00
Wedge009
50146bc509 Avoid division by or modulo of zero in test scenario's maths test (bug #25214) 2016-10-22 11:06:12 +11:00
fendrin
71ec45480d Some last [+units] -> [units] 2016-08-06 06:48:33 +02:00
Gregory A Lundberg
010f943a40 [option]message= deprecated, use label=
According to the Wiki, since 1.13.2 message= is an alias for label=.

Using message= provokes a warning about it being deprecated.

This replaces message= with label= in the entire mainline (where it had not already been changed).
2016-07-03 13:41:44 -05:00
Celtic Minstrel
678444133e Suppress end turn confirmation in all interactive test scenarios 2016-03-27 15:13:24 -04:00
Celtic Minstrel
e88ca4bd33 Fix deprecated use of wesnoth.put_unit in test scenario 2015-12-07 20:06:39 -05:00
aquileia
88d4c15c87 Exclude test strings from gettext 2015-12-02 00:37:14 +01:00
Celtic Minstrel
9859091c7c Convert test scenario maps to new format 2015-10-07 14:19:48 -04:00
Ignacio R. Morelle
e131262080 Rephrase a bit of unwieldy Lua that causes issues with my text editor 2015-09-07 20:21:41 -03:00
Charles Dang
8ac2239ca1 test: some minor cleanup, esp post-459ce3adc29b 2015-07-13 13:15:34 +11:00
Charles Dang
459ce3adc2 test: add include needed as of b30e01422b 2015-07-13 08:39:04 +11:00
Elvish_Hunter
1f6603e73b test scenario: used [filter] status= instead of [filter_wml] 2015-04-28 22:09:21 +02:00
Fabian Müller
1bf6564802 Add some tooltips to the test scenario's labels. 2014-12-13 07:31:46 +01:00
Ignacio R. Morelle
ec2cf176e7 Add test case for bug #22443/PR #275 2014-10-07 21:31:54 -03:00
Ignacio R. Morelle
8ebc3bcd0d Fix missing images in the test scenario context menu
Both instances refer to the "All" editor palette's icon in 1.10.x, moved
and redrawn during 1.11.x so it doesn't really fit in this menu anymore.
So my logic is, why not put the BLEND() IPF to test?
2014-06-28 21:31:17 -04:00
Ignacio R. Morelle
6e90e01d70 Add a test case for bug #22215 2014-06-20 21:51:17 -04:00
Alexander van Gessel
038ff82a02 Test case for two interface bugs
An effect that does more than one thing concatenates the descriptions.
The effect description isn't updated when a new weapon which it affects
is added to the unit.
2014-05-27 14:58:43 +02:00
fendrin
9008b16755 Add a testcase for units with level >9. 2014-03-01 08:13:50 +01:00
Alexander van Gessel
1c528a7a37 Make 'none' a special case for [unit_type]ellipse (bug #21724) 2014-02-28 20:59:22 +01:00
Ignacio R. Morelle
3486ad75d5 Strip optional whitespace in the test scenario's terrain map 2014-02-13 22:31:33 -03:00
Alexander van Gessel
ab965f03ce Add testcase for bug #21488 2014-01-19 01:22:47 +01:00
fendrin
99a7e282fa The test scenario no longer depends on wesnoth-utbs package installed. 2013-12-22 08:03:19 +01:00
Ignacio R. Morelle
060c35d82c wmlindent pass on mainline 2013-12-21 23:06:43 -03:00
fendrin
91b5a57449 Renamed "current_tod" attribute of [time_area] to match the global one.
"current_tod" and "current_time" served the same purpose, one at
scenario toplevel, the other inside of [time_area].

For the sake of consistency and for enabling the usage of the same
schedule macros in both cases, they are now both called "current_time".
2013-12-20 04:45:18 +01:00
fendrin
f979609ccf area= SLF attribute support for filtering by [time_area]s. 2013-12-20 02:27:44 +01:00
fendrin
67d82e757e Added test cases for "jamming". 2013-11-30 08:35:45 +01:00
fendrin
88986a2480 Added unit to test the UI to the test scenario. 2013-11-27 02:16:17 +01:00