Pentarctagon
e9f62bcd66
Wesnoth 1.15.8+dev.
2020-12-18 19:37:09 -06:00
Pentarctagon
36fc7538b8
Wesnoth 1.15.8.
1.15.8
2020-12-18 19:34:38 -06:00
Iris Morelle
c45e90ebb6
pot and documentation update
2020-12-18 22:29:40 -03:00
Nils Kneuper
fd5cb62565
updated Russian translation
2020-12-19 02:22:36 +01:00
Nils Kneuper
de3a16b401
updated Turkish translation
2020-12-19 02:17:28 +01:00
Nils Kneuper
7e21233d85
updated Portuguese (Brazil) translation
2020-12-19 02:15:28 +01:00
Charles Dang
9b69128676
Merge branch 'master' of github.com:wesnoth/wesnoth into master
2020-12-19 11:54:58 +11:00
Charles Dang
35733f1143
GUI2/Screenshot Notification: select filename initially
...
This is pretty hacky, need to do something better.
2020-12-19 11:54:25 +11:00
Charles Dang
7a3ebe1777
GUI2/Screenshot Notification: removed unnecessary temp variable, cleaned up includes
2020-12-19 11:46:25 +11:00
Charles Dang
92c10f1b19
GUI2/Screenshot Notification: fixed wrong path being used for opening screenshot ( fixes #5322 )
2020-12-19 11:43:23 +11:00
Pentarctagon
90778f2f84
Changelog clarification.
2020-12-18 18:39:09 -06:00
Charles Dang
3118f34798
GUI2/Screenshot Notification: use action_browse definition for browse button
2020-12-19 11:32:14 +11:00
Charles Dang
f3f6acf74b
Game Launcher: removed CVideo getter
2020-12-19 11:15:19 +11:00
Charles Dang
1ba2b7e823
SP: cleaned up code a bit
2020-12-19 10:33:32 +11:00
Severin Glöckner
b1983c2bc3
German translation update
2020-12-18 23:36:55 +01:00
Charles Dang
63030fef14
Game Config Manager: minor code cleanup
...
Fixes a stray space in the ENABLE_DWARVISH_RUNESMITH entry in the 1.14 deprecated advancement macros list.
2020-12-19 00:03:55 +11:00
Charles Dang
8da8d3ee55
Game Config Manager: code formatting
2020-12-18 23:55:41 +11:00
Charles Dang
68e2d13275
Fixup add1fd9
2020-12-18 14:31:13 +11:00
Charles Dang
add1fd9fa3
Removed second argument from game_launcher ctor
...
This seems to be a relic from the time when the editor was a separate executable
2020-12-18 13:40:36 +11:00
Charles Dang
9700c1487b
Simplified event::call_in_main_thread
2020-12-18 12:51:28 +11:00
Charles Dang
1507bec710
Game Launcher: code formatting
2020-12-18 07:53:00 +11:00
Charles Dang
2bc291909b
Converted a trivial regex to std::regex
...
See https://github.com/wesnoth/wesnoth/pull/5231#issuecomment-716097356
2020-12-18 02:51:44 +11:00
Charles Dang
8e0e474864
clang-format: set AlignOperands false
2020-12-17 20:45:57 +11:00
Iris Morelle
5102d3eb2f
I guess I need to scream at myself
...
[ci skip]
2020-12-17 02:34:28 -03:00
Iris Morelle
d39f70af9a
Update changelog
...
[ci skip]
2020-12-17 02:32:50 -03:00
Charles Dang
55340a98e4
MP: cleaned up open_connection
2020-12-17 14:21:51 +11:00
Charles Dang
5feaf973ce
Merge pull request #5363 from shikadiqueen/feature/addonmg-url-ux
...
gui2/addon_manager: Replace URL widgets with a single link label
2020-12-17 04:46:15 +11:00
Charles Dang
3dd0e32cec
GUI2/Styled Widget: somewhat hacky fix for widgets returning the wrong link after setting a new label
2020-12-17 04:45:41 +11:00
nemaara
f87a2bc4e4
THoT: move campaign lower in difficulty rating
2020-12-16 04:16:17 -05:00
nemaara
64e6c133fe
Add THoT rebalance to changelog
2020-12-16 04:14:46 -05:00
nemaara
afbd7e0237
THoT: rebalance campaign
2020-12-16 04:13:49 -05:00
Charles Dang
c65db9acbb
GUI2: added _WIDGET_DEBUG_BORDER macro
2020-12-16 19:18:29 +11:00
Charles Dang
d47abc1d52
Merge pull request #5360 from wesnoth/no_ptr_vector
...
Unit: removed use of boost::ptr_vector
2020-12-16 18:51:17 +11:00
Pentarctagon
20c4430773
Don't display a unit's name on hover if it hasn't been named.
2020-12-16 00:19:57 -06:00
Pentarctagon
3c2c1dd2ed
Don't display a unit's recruit list on hover since that can't be set anymore.
2020-12-16 00:12:07 -06:00
Pentarctagon
c8666a8a41
Remove the editor option to assign a recruit list to a unit.
...
The UI implementation of this is bad enough that I consider its presence to actively a detriment to anyone trying to use the editor.
2020-12-15 23:41:55 -06:00
Iris Morelle
cc052ed5a5
gui2/game_version: Minor streamlining
2020-12-15 19:49:40 -03:00
Iris Morelle
599509eb52
gui2/addon_manager: Replace URL widgets with a single link label
...
The URL widgets (textbox + copy button + browse button) predate the
implementation of link-awareness in labels and they sort of got carried
over into the new design magically without there being a real need for
that. Now that we have a visible cursor change when hovering links it's
even less necessary to draw unnecessary attention to the link with a
clunky and unintuitive (greyed out textbox...) interface.
2020-12-15 17:51:08 -03:00
Charles Dang
50235ce937
Bye bye boost::copy
2020-12-16 04:35:46 +11:00
Charles Dang
362b6d7fa6
Unit: removed uses of this->member
2020-12-16 03:20:44 +11:00
Charles Dang
3e2d0ae678
Unit: don't store advancements in a boost::ptr_vector
...
I really have no idea why it was done this way, especially since it always seems to be allocating new config objects...?
Probably a relic of the pre-C++11 age.
Addresses one header brought up in #5359 .
2020-12-16 03:19:19 +11:00
Charles Dang
a4d109072c
Revert "GUI2/Label: warn if link_aware is true but use_markup is false"
...
This reverts commit c49469c67b7957ff68edaf6a788f2169f3ee3e1e. This was causing warning in the campaign
dialog (even though use_markup is set when a new multi_page page is created) causing tests to fail...
2020-12-15 23:59:15 +11:00
nemaara
3c0377e28a
HttT: rebalance remaining scenarios
2020-12-15 04:10:33 -05:00
fraaans
b3e5a260d9
NR S1/2: add dialogue when turns runs out ( #5357 )
...
* dialogue when turns runs out NR S1 and S2
* NR dialogue S1 and S2 for turn runs out: update
* Update data/campaigns/Northern_Rebirth/scenarios/02_01_Infested_Caves.cfg
Co-authored-by: nemaara <nemaara@users.noreply.github.com>
* Update data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
Co-authored-by: nemaara <nemaara@users.noreply.github.com>
* Update data/campaigns/Northern_Rebirth/scenarios/02_01_Infested_Caves.cfg
Co-authored-by: nemaara <nemaara@users.noreply.github.com>
* Update 01_Breaking_the_Chains.cfg
Co-authored-by: nemaara <nemaara@users.noreply.github.com>
2020-12-15 02:59:52 -05:00
nemaara
6e11c01664
Add campaign balancing to changelog
2020-12-15 02:47:43 -05:00
Eric Gallager
35c20c1541
DW: reduce difficulty
...
from https://github.com/cooljeanius/wesnoth_mods
2020-12-15 02:44:01 -05:00
Charles Dang
c49469c67b
GUI2/Label: warn if link_aware is true but use_markup is false
2020-12-15 11:58:31 +11:00
Charles Dang
b3d4a3744d
GUI2/Addon Manager: removed link awareness from addon descriptions
...
Formatting is disabled for these and links require formatting, so this is redundant.
2020-12-15 11:57:33 +11:00
Charles Dang
d549427652
Merge branch 'master' of github.com:wesnoth/wesnoth into master
2020-12-15 08:24:38 +11:00
Charles Dang
3bd1dd4681
Synced Commands/Context: removed unused parameter from error functions as per todo
2020-12-15 08:21:33 +11:00