79279 Commits

Author SHA1 Message Date
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
Wedge009
90f6f5f958 Minor correction.
[ci skip]
2021-06-21 12:55:15 +10:00
doofus-01
480b6e3e7a
Merge pull request #5881 from doofus-01/1.16_anims_20210620
naga guard animations and naga shield-guard defense animations, also ran woptipng.py
2021-06-20 17:51:16 -07:00
doofus-01
31fc41bd06 ran woptipng 2021-06-20 16:39:53 -07:00
doofus-01
02233d11b4 basic animations for naga guard line (partial) 2021-06-20 16:33:46 -07:00
Pentarctagon
5471f5dd3e
1.17.0+dev. 2021-06-20 17:30:36 -05:00
Gunter Labes
5fe043c288
Update deprecated lua 2021-06-20 20:57:46 +02:00
Pentarctagon
1cacd12a89
1.15.14+dev. 2021-06-20 13:07:19 -05:00
Pentarctagon
39a6a9a839
1.15.14. 1.15.14 2021-06-20 13:05:52 -05:00
loonycyborg
fa063eb7d4
pot-update 2021-06-20 20:34:07 +03:00
nemaara
1d39283bdd SoF S3: fix typo (fixes #5878) 2021-06-20 13:15:21 -04:00
Gunter Labes
44f181ad88
Fix issuing commands on the wrong player
Properly disable game-/playerlist updates while showing the player info
dialog to avoid issuing commands for the wrong player.

Fixes issue #5840
2021-06-20 16:01:49 +02:00
loonycyborg
fecfe19480
pot-update and regenerate doc files 2021-06-20 14:57:41 +03:00
Steve Cotton
729fd82b9b Remove double-spaces from units' descriptions 2021-06-20 11:05:32 +02:00
Nils Kneuper
a0c94f592e updated Chinese (Traditional) translation 2021-06-20 11:02:40 +02:00
Steve Cotton
86eb349365 UtBS Dustbok: Add missing translation mark, fix double-spaces 2021-06-20 08:04:28 +02:00
Celtic Minstrel
91f6bf93a4 Fix a broken deprecation and replace some deprecated uses
Fixes #5877
2021-06-20 00:59:59 -04:00
Pentarctagon
7b383cee68
Fixup deprecation method typo. 2021-06-19 23:37:22 -05:00
doofus-01
38241beac4
Update changelog.md 2021-06-19 19:32:14 -07:00
doofus-01
526a283bf1
Merge pull request #5876 from doofus-01/sprites_20210619
1.16 graphics for new(ish) monsters
2021-06-19 19:30:07 -07:00
doofus-01
3786b14cbd
[UtBS] dustbok description for 1.16 (#5875)
* dustbok description
2021-06-19 19:10:17 -07:00
doofus-01
d20a6418b8 adding LordBob's portraits for Fire Guardian and Wraith, and Jinn 2021-06-19 18:20:02 -07:00
doofus-01
86acb24977 revise fire wraith halo 2021-06-19 17:53:15 -07:00
Celtic Minstrel
bb21464a0a Lua: Move the gamestate_inspector deprecation to a different file 2021-06-19 17:30:22 -04:00
Celtic Minstrel
21e16e2508 Lua: Expose wesnoth.map.get_area
...how did I miss that?
2021-06-19 17:26:55 -04:00
doofus-01
69b6be864b
1.16 Unit descriptions (#5872)
* correction to Frost Stoat description

* description for Jinn

* Horse descriptions
2021-06-19 14:22:23 -07:00
Celtic Minstrel
7f162cbd24 Lua: Rename find_vacant_tile to find_vacant_hex for naming consistency 2021-06-19 17:09:31 -04:00
Steve Cotton
5552d85160 Update changelog 2021-06-19 22:53:04 +02:00
Celtic Minstrel
88e613a449 Fix changelog typo 2021-06-19 16:46:40 -04:00
Steve Cotton
17edbcb90a When starting or loading a game, warn if the next scenario is unknown
Check that the scenario's next_scenario= exists, and display a warning
if it would lead to an "Unknown Scenario" error. This also checks any
[endlevel] tags in events.

The error message includes the id of the missing scenario, but is mainly
a recommendation to check the forums and report a bug in the campaign.

This version has a short, one-size-fits-all, text for the error message.
2021-06-19 22:22:19 +02:00
Celtic Minstrel
aa83b52a9e Update changelog 2021-06-19 16:07:17 -04:00
Celtic Minstrel
1b13622bf9 fix whitespace 2021-06-19 15:43:33 -04:00
Celtic Minstrel
1f62eae3ce Replace uses of wesnoth.find_path 2021-06-19 15:43:33 -04:00
Celtic Minstrel
45c3ca3a73 Move path-related functions into a new wesnoth.paths module
This also adds support to the mapgen version of wesnoth.find_path for
taking an options table as the 3rd argument instead of several additional arguments.

The intent of this is to bring the two versions of find_path closer together.
For now, however, the actual options accepted in the table have not changed.
2021-06-19 15:43:33 -04:00
Celtic Minstrel
5a1e38e99b
Add wesnoth.sync module for the synchronization-related commands (#5862) 2021-06-19 15:39:10 -04:00
Pentarctagon
8ff364fc74
Changelog update. 2021-06-19 14:28:21 -05:00
Hejnewar
4b6091e8a6
Update changelog.md 2021-06-19 21:16:06 +02:00
Hejnewar
6bb0badc98 Balance changes for 1.15.14 2021-06-19 21:05:19 +02:00
Iris Morelle
02b4b5e44d
Merge branch 'feature/addon-ui-tls-indicator' 2021-06-19 13:10:15 -04:00
Celtic Minstrel
f539deea1b Remove the wesnoth-test textdomain 2021-06-19 12:10:02 -05:00
Celtic Minstrel
f145dc2bba Replace uses of the moved interface functions 2021-06-19 12:09:46 -05:00
Celtic Minstrel
bfa7e918e4 Move several functions to the wesnoth.interface module 2021-06-19 12:09:46 -05:00
Tahsin Jahin Khalid
7d8ea03433
[MP] Isle of Mists - a new 1p/2p Survival Scenario. (#5748)
1. Added a new multiplayer survival scenario.
2. Lua (similar to Dark Forecast one) code used for the enemy waves and weather change events
3. Comes with 6 weather conditions
4. Default difficulty is set at "0"
5. Has 1p/2p modes
6. 5 final waves
7. 8 difficulty levels, ranging from -30 to +60, with +60 being catered especially for veteran/skilled players.
2021-06-19 12:05:47 -05:00