Nils Kneuper
d96ac0431a
updated Chinese (Traditional) translation
2021-06-27 11:09:33 +02:00
Celtic Minstrel
81b147bc51
WC: Update schema
2021-06-27 02:38:39 -04:00
Celtic Minstrel
315cebf0d9
WC: Fix missing commas
2021-06-27 01:34:07 -04:00
Celtic Minstrel
782c176744
Revert "WC: Fix missing commas"
...
This reverts commit df975fdd4f7b0d703957f64c377455d8e30cad36.
2021-06-27 01:33:17 -04:00
Celtic Minstrel
df975fdd4f
WC: Fix missing commas
2021-06-27 01:31:30 -04:00
Celtic Minstrel
874af80fb4
WC: Missed some cases of id_suffix
2021-06-27 00:56:00 -04:00
Celtic Minstrel
0cadfb3286
fix whitespace
2021-06-27 00:29:24 -04:00
Celtic Minstrel
f64c6c6c46
WC: Don't transclude macros into the Lua code
2021-06-27 00:27:57 -04:00
Celtic Minstrel
163bb2f52d
WC: The indentation of the generator Lua was weird
2021-06-26 22:05:32 -04:00
Celtic Minstrel
9a3143215b
WC: Remove the IS_ADD_ON check
2021-06-26 18:22:25 -04:00
Celtic Minstrel
75efd88eac
SoF: Missed one case where rune options are used
2021-06-26 12:42:34 -04:00
Celtic Minstrel
08f9aade4b
SoF: Fix runecrafting gold cost being non-translatable
...
Addresses #5889
2021-06-26 11:40:35 -04:00
Nils Kneuper
cd9781e593
updated Portuguese (Brazil) translation
2021-06-26 14:29:45 +02:00
Pentarctagon
b1245e26a7
Add notes to the Windows INSTALL.md instructions.
2021-06-26 01:25:29 -05:00
Iris Morelle
dc33230fca
gui2/addon_manager: Remove broken untranslatable tooltip
...
This didn't actually do anything in practice anyway because GUI2
wouldn't display the stacked widget's tooltip.
2021-06-25 21:12:54 -04:00
Celtic Minstrel
3159133707
WC: Update deprecated uses of get_viewing_side
...
Addresses #5895
2021-06-25 20:01:31 -04:00
Celtic Minstrel
43e7dadbfc
Fix [modify_side]reset_maps|view
...
Addresses #5897
2021-06-25 20:01:31 -04:00
Elvish_Hunter
a6bdb616e9
Added a missing undef for the Sky Hunter's DIVERSION_ANIM_FILTER local macro
2021-06-25 21:34:27 +02:00
Elvish_Hunter
a84e44d8f7
wmlscope: match level 4 deprecated macros
2021-06-25 21:34:27 +02:00
Elvish_Hunter
78c0954b2a
wmllint: added names to the translatable keys tuple
2021-06-25 21:34:27 +02:00
Celtic Minstrel
ca0534f150
Fix wesnoth.schedule.get_time_of_day with a turn number
2021-06-25 13:49:04 -04:00
Celtic Minstrel
9328c97352
Implement a forgotten part in the schedule API
...
Also fix some inaccurate comments.
2021-06-24 22:35:04 -04:00
Celtic Minstrel
0ae61a8de8
Fix wesnoth.map.place_area
...
It would've been fine if I didn't need to support the deprecated mode...
2021-06-24 19:51:03 -04:00
Elvish_Hunter
78b7e4ae11
wmllint: removed checks for arcane, spirit and defense cap special notes
...
These special notes now are automatically added by the engine.
2021-06-24 21:14:34 +02:00
Elvish_Hunter
0ef5b9f6d9
wmllint: added special_note to the translatable keys tuple
2021-06-24 21:14:34 +02:00
Pentarctagon
6a68836d25
Print cmake version.
2021-06-24 12:53:05 -05:00
Pentarctagon
470603f6bc
Specify working cmake version to use on CI.
2021-06-24 12:52:54 -05:00
Celtic Minstrel
6ab0234c59
Take the super-simple approach to fixing [time_area]
...
Instead of trying to split the input config into two parts, just pass the same config as both arguments. The filter will ignore the [time] tags and the time area will ignore everything else.
2021-06-24 13:50:40 -04:00
Celtic Minstrel
b955388ad2
[time_area] fixup
2021-06-24 09:22:53 -04:00
Celtic Minstrel
da19e5337e
fix whitespace
2021-06-24 02:05:31 -04:00
Celtic Minstrel
3bcc18ad96
A cleaner interface for wesnoth.map.place_area
2021-06-24 00:51:13 -04:00
Celtic Minstrel
0ef4a86b7e
Fix wml.remove_children
2021-06-24 00:51:13 -04:00
Celtic Minstrel
1bf05fb862
Split add and remove label into separate functions
...
Remove label can now take the team name as a separate second argument, rather than being in the same table with the location.
2021-06-24 00:51:13 -04:00
Wedge009
9c91fbd520
Grammar corrections.
2021-06-24 08:53:22 +10:00
Pentarctagon
285745dedb
Remove no longer needed HTML escaping.
2021-06-23 14:50:05 -05:00
Iris Morelle
faef5e7742
Revert "Fix change making translatable strings from elsewhere untranslatable"
...
This reverts commit 779870e29faa1557c27e357b54c047124c9ba1e4.
2021-06-23 11:48:37 -04:00
Iris Morelle
30e5e6b18e
pot and documentation update
2021-06-23 11:44:09 -04:00
Tahsin Jahin Khalid
cc94f2f712
fixed non-existent textdomain in scenario file [IoM]
2021-06-23 10:32:10 -05:00
Pentarctagon
0b4f820a46
Fix whitespace.
2021-06-23 10:30:39 -05:00
Celtic Minstrel
8bcfbed34e
Implement shroud API deprecation wrappers that handle shroud data strings
...
Addresses #5885
2021-06-23 09:55:26 -04:00
Celtic Minstrel
21a54e4bd0
Fix shroud parsing functions
...
Addresses #5885
2021-06-23 09:49:27 -04:00
Iris Morelle
779870e29f
Fix change making translatable strings from elsewhere untranslatable
...
Partial revert of de529cc48faea44835a9ded1f696cf0cb83a32bc.
CC #5884
2021-06-23 09:19:02 -04:00
loonycyborg
d2b5779fdd
pot-update and regenerate doc files
2021-06-23 10:42:41 +03:00
Celtic Minstrel
de529cc48f
Remove all textdomain declarations execpt the first from the test scenario
...
Addresses #5884
2021-06-22 23:47:07 -04:00
Iris Morelle
99d70b57e1
pofix: 1.14 announcement rules for 1.14.17
...
[ci skip]
2021-06-22 15:53:55 -04:00
Celtic Minstrel
6fec2e66c3
fix whitespace
...
WTH did Xcode even do here...
2021-06-21 09:06:04 -04:00
Celtic Minstrel
f620a89e50
Show side and unit variables in the gamestate inspector
2021-06-21 09:02:17 -04:00
Wedge009
6e6d57d365
Spelling corrections
...
[ci skip]
2021-06-21 13:39:25 +10:00
Celtic Minstrel
61fa362781
Delete some deprecated special note macros
...
This only covers those deprecated at level 4
2021-06-20 23:36:20 -04:00
Celtic Minstrel
2348b06d52
UtBS: The naga guardians only change their attack power, so remove everything else from their attack
...
It automatically merges with the base unit's attack, so you only need to include what changed.
2021-06-20 23:12:58 -04:00