Nils Kneuper
166bc61057
updated Spanish translation
2020-12-29 13:32:31 +01:00
Nils Kneuper
f0e21279c9
updated Portuguese (Brazil) translation
2020-12-29 13:27:18 +01:00
Celtic Minstrel
fe71317280
Update changelog
2020-12-28 15:57:24 -05:00
Celtic Minstrel
4b2599864a
Add [set_variable]min|max= to calculate an extremum value
2020-12-28 15:56:36 -05:00
Celtic Minstrel
927fcbfb47
Add [set_variable]reverse=yes for string reversal operation
2020-12-28 15:56:36 -05:00
Celtic Minstrel
de08d53adc
Lua GUI2 API: Add setters and getters for a slider's min and max values
2020-12-28 15:56:36 -05:00
Celtic Minstrel
40c6090c2e
Add Lua GUI2 dialogs to the window stack
...
This fixes a possible crash when showing a custom GUI2 dialog.
2020-12-28 15:56:36 -05:00
doofus-01
bb6491f54f
Update changelog.md
2020-12-28 11:02:05 -08:00
doofus-01
41b2030113
Revise the bobbing animation convention ( #5388 )
...
This shifts many bobbing animations to only run if the unit HP falls below a certain point. Bobbing animations are a subset of standing animation, it is a case-by-case decision whether an animation should fall into this category or even be affected by this change.
Also in this:
* add wounded filter to STANDARD_IDLE_FILTER
* unit sprites - update orcish grunt and heaving anim
* units - north-facing sprites for orcish grunt
2020-12-28 10:43:21 -08:00
Charles Dang
1f3f337515
Connect Engine: cleanup
2020-12-29 00:50:55 +11:00
Charles Dang
783e6ccec4
MP/Join Game: minor cleanup to fetch_game_config
...
wait_and_receive_data should always return true since it waits until data is available.
2020-12-28 21:31:09 +11:00
Charles Dang
b98acd4ed6
Renamed mp_campaign_info to mp_game_metadata
2020-12-28 21:04:20 +11:00
Charles Dang
30e0996f83
Connect Engine: removed mp_campaign_info accessor
2020-12-28 20:53:48 +11:00
Charles Dang
2894ba86f0
MP: reordered some function implementations (no behavior changes)
...
These are the order in which they are invoked. It was only the other way for when they weren't class members.
2020-12-28 20:27:57 +11:00
Charles Dang
d920519027
MP/Manager: added network poller handling for error and gamelist_diff
2020-12-28 20:00:48 +11:00
newfrenchy83
d661b68f73
HttT S07: fix ambushers not working
...
closes #5383
2020-12-28 01:18:28 +01:00
Severin Glöckner
80121720a2
TSG: fix hiding ability
...
Apply PR #5387 to TSG
2020-12-28 00:49:45 +01:00
Pentarctagon
5f26e9ea63
Send the player forum ids to the client on the player list.
2020-12-26 19:24:13 -06:00
doofus-01
67bef9198c
Fauna Project - Wyverns ( #5384 )
...
- Revise base sprite, add defense, takeoff/landing, and flying anims.
- Revise attacks.
- Added a description.
2020-12-25 16:19:31 -08:00
kabachuha
2d6a9fd4e6
DW: fix missing translation marks
2020-12-25 15:27:00 +03:00
Charles Dang
63e161f78b
MP/Staging and Join: display game name ( resolves #3508 )
2020-12-24 13:11:19 +11:00
Charles Dang
514a4f7ff1
Connect Engine: removed unused receive_from_server function
2020-12-24 12:27:49 +11:00
Charles Dang
8edeb23108
MP/Staging: removed empty team nodes after reassigning sides
...
Relates to #3978 . 0217e633fb9b40464a89341be4768f949e6b28c6 already handled the case where the unused team nodes
were initially visible. This ensures they're no longer around if emptied by side shuffling.
2020-12-24 12:04:08 +11:00
Charles Dang
056466b0c3
GUI2/Tree View Node: added a siblings getter
2020-12-24 11:27:44 +11:00
Charles Dang
0217e633fb
MP/Staging: better fix for #3849 ( fixes #3978 )
2020-12-24 11:00:52 +11:00
Charles Dang
c6d3e7176a
Revert "mp_staging: Build all teams, not only those that have a side assigned to them ( fixes #3849 )"
...
This reverts commit d0283e8a38bb46a6c8e772dd762461f257bc1ba3.
2020-12-24 10:29:12 +11:00
Nils Kneuper
8a84a63bf7
updated Chinese (Traditional) translation
2020-12-23 13:42:23 +01:00
Nils Kneuper
47c4b4049f
updated Spanish translation
2020-12-23 13:36:20 +01:00
Nils Kneuper
c460a4c69d
updated Portuguese (Brazil) translation
2020-12-23 12:57:55 +01:00
Charles Dang
dd05156cf9
MP/Lobby: further tweaked filter labels, added tooltips
2020-12-23 21:19:36 +11:00
Charles Dang
8afe3f595c
MP/Lobby: flipped blocked players filter
...
Now it's an inclusion filter (false by default) rather than an inclusion filter.
2020-12-23 19:28:07 +11:00
Charles Dang
d80eaafe15
Preferences: removed setters for persistent lobby search
2020-12-23 18:23:54 +11:00
Charles Dang
ce39b73f9b
GUI2/Label: shortened link confirmation prompt title
2020-12-23 18:22:12 +11:00
Charles Dang
39cbd70d64
MP/Lobby: enabled persistent filter options again ( fixes #3191 )
...
Excludes the filter text since that's not something we typically keep.
2020-12-23 18:21:20 +11:00
Charles Dang
e0a04f44f9
Preferences: removed unused filter_lobby setter
...
I'm not even sure what this was for anymore, but it's not used now.
2020-12-23 17:47:13 +11:00
Charles Dang
28264cf876
MP/Lobby: improved filter area
...
* Improved labels
* Reordered options
* Left-aligned the section with the filter box for easier access
2020-12-23 15:46:28 +11:00
Charles Dang
e4d59af58a
MP Manager: removed game_config pointer
2020-12-22 05:35:09 +11:00
Charles Dang
2b2f334176
MP: removed game_config_view ctor arguments from Create Game and Lobby
2020-12-22 05:32:37 +11:00
Charles Dang
512e778d17
Fixup tests
2020-12-22 03:33:15 +11:00
Charles Dang
ef66625208
Ran wmlindent
2020-12-21 16:44:09 +11:00
Charles Dang
5be7069641
GUI2/Lobby: don't italicize game type marker
2020-12-21 15:01:42 +11:00
Charles Dang
2674999628
MP: cleanup cleanup cleanup
2020-12-21 14:58:20 +11:00
Charles Dang
2bb69baf2b
Schema Validator: minor cleanup
2020-12-21 14:57:07 +11:00
doofus-01
fe431d6056
Update changelog.md
2020-12-20 19:23:07 -08:00
doofus-01
0daabf73ea
Units - various work on new fauna ( #5344 )
...
* finish Giant Stoat -> Frost Stoat conversion
* adding scarab (Horned Scarab)
* various fauna animations work
2020-12-20 19:19:43 -08:00
Charles Dang
95c6e6777b
Merge pull request #5367 from wesnoth/remove_windows_error_code
...
FS: removed use of Windows-specific error code
2020-12-21 12:49:55 +11:00
Pentarctagon
ecd1d0ce55
Add CI jobs for macOS ARM configurations.
2020-12-20 19:15:36 -06:00
Iris Morelle
f9ce562a95
desktop: Fix macOS builds
...
Oopsie daisy.
2020-12-20 21:13:03 -03:00
Iris Morelle
4c49c1e3ac
desktop: Make the Windows CPU fallback translatable
2020-12-20 20:23:08 -03:00
Iris Morelle
15356f1db6
desktop: Detect the runtime arch on Windows
2020-12-20 20:16:32 -03:00