gfgtdf
bd9864ad54
Update changelog.md
2018-05-25 23:56:40 +02:00
gfgtdf
7fd8755385
Update changelog.md
2018-05-25 23:49:50 +02:00
Charles Dang
2624bbf419
Campaign Difficulty: rearranged entry layout
2018-05-25 11:45:24 +11:00
Charles Dang
98d39bc107
Updated changelog
...
[ci skip]
2018-05-25 11:16:03 +11:00
Jyrki Vesterinen
a094f4253b
Changelog entry for commit 57fd9cc586
2018-05-24 20:31:25 +03:00
Charles Dang
60c93cf47b
Fixed animation-wide text_color and blend_color keys being overwritten
...
Regression from a0199c73f9
. This should fix
an issue where levein/levelout fading was sometimes black instead of white.
2018-05-24 13:35:25 +11:00
Iris Morelle
cfc0c4f8e1
gui2/preferences: Add version info button
...
Also simplifies the layout of the bottom-most row of the dialog a bit.
2018-05-23 19:39:06 -04:00
Charles Dang
d379abc4a9
GUI2/Message: tweaked Magic Numbers to fix layout failure with large portraits
...
[ci skip]
Fixes #2912
2018-05-24 10:24:59 +11:00
Charles Dang
489fbccba1
TRoW: revert workaround for #2912
...
[ci skip]
Reverts e41cd0b, 4d92cc2
, and 1b04b9d
.
2018-05-24 09:39:56 +11:00
Iris Morelle
1b04b9da4d
Changelog entry for the #2912 work around
...
[ci skip]
2018-05-23 17:42:04 -04:00
Iris Morelle
d2e94b320f
Do not allow [message] to scroll to units through fog/shroud
...
This was a regression from 1.12.
2018-05-21 23:23:00 -04:00
Iris Morelle
bfeb22c24c
Fix broken TC in a north-facing standing animation frame for the Revenant
...
[ci skip]
2018-05-21 21:30:15 -04:00
Severin Glöckner
9568d48ff7
Updated Changelogs
...
[ci_skip]
2018-05-22 02:42:26 +02:00
ln-zookeeper
4941c4b461
Updated changelogs
2018-05-22 03:35:50 +03:00
Charles Dang
d30cf8ede3
Updated changelog
...
[ci skip]
2018-05-22 00:47:41 +11:00
Nils Kneuper
115f45cae9
updated Japanese translation
2018-05-21 13:07:39 +02:00
Nils Kneuper
bebf9348a8
updated Scottish Gaelic translation
2018-05-21 13:02:51 +02:00
Iris Morelle
fee407ee04
Remove door terrains that were supposed to be removed by 1.14
...
If someone was using these despite being hidden and everything they were
really asking to get shot in the foot at some point.
2018-05-20 23:08:15 -04:00
Iris Morelle
711e9a287d
Clamp tod_color values in the [-510, 510] range instead of [-255, 255]
...
[color_adjust] needs to be able to use absolute values as large as
2*255 in certain edge cases to set the screen a single solid colour when
interacting with time of day colour shifts.
Fixes #3144 .
2018-05-20 21:13:23 -04:00
mattsc
1bd4c7686c
Update changelog
2018-05-20 15:19:46 -07:00
Iris Morelle
84fef75235
Fix [change_theme] requiring a separate action to refresh the UI afterwards
...
This also makes it so the status panels are updated immediately.
2018-05-19 23:57:41 -04:00
Iris Morelle
a58712a539
Fix [change_theme] crashing when theme= isn't specified
...
Leaving theme= unspecified ought to have the same effect as providing it
and setting it to an empty string. Without the check for a nil value,
however, it would result in a crash like this:
20180519 22:31:54 error scripting/lua: lua/wml-tags.lua:922: bad argument #3 to '__newindex' (string expected, got nil)
stack traceback:
[C]: in metamethod '__newindex'
lua/wml-tags.lua:922: in local 'cmd'
lua/wml-utils.lua:145: in field 'handle_event_commands'
lua/wml-flow.lua:6: in function <lua/wml-flow.lua:5>
2018-05-19 22:37:05 -04:00
Celtic Minstrel
dde6fb5fff
Add a command-line option to show incomplete translations in the language list
2018-05-19 16:08:12 -04:00
Jyrki Vesterinen
cf3ff8222b
Changelog entry for commit c364952272
...
[ci skip]
2018-05-19 15:40:17 +03:00
Nils Kneuper
9f3248bba5
updated Chinese (Simplified) translation
2018-05-19 01:30:35 +02:00
Nils Kneuper
6e6181ad00
updated Galician translation
2018-05-17 21:22:40 +02:00
Nils Kneuper
1f0cd39560
updated Czech translation
2018-05-17 21:17:54 +02:00
Nils Kneuper
bccef14387
updated Spanish translation
2018-05-15 22:21:20 +02:00
Nils Kneuper
1615e699cb
updated French translation
2018-05-13 11:21:10 +02:00
Nils Kneuper
d5b6af9e5b
updated Ukrainian translation
2018-05-12 10:54:19 +02:00
Nils Kneuper
c7be157254
updated Italian translation
2018-05-12 10:53:10 +02:00
Nils Kneuper
184739f120
updated British English translation
2018-05-12 10:51:33 +02:00
Jyrki Vesterinen
4f236504a4
Changelog entry for commit e79e387b29
2018-05-12 09:50:24 +03:00
Jyrki Vesterinen
250a6e569b
Changelog entry for commit 9c841d134d
2018-05-10 11:02:01 +03:00
Iris Morelle
b6813187e0
Add changelog entries for the workaround for issue #3050
...
[ci skip]
2018-05-09 04:57:10 -03:00
Charles Dang
f1808253cd
Post-release version bump
2018-05-09 18:49:05 +11:00
Charles Dang
918cdfcb36
Pre-release version bump
2018-05-09 18:46:52 +11:00
Charles Dang
b1b6162656
Changelog: fixed inaccuracy
...
[ci skip]
2018-05-09 18:44:16 +11:00
Charles Dang
c95eb01684
Fixed a crash when using certain invalid color= values
...
The specific case that brought this to our attention was color=100. In case such values
are used, the color reverts back to the default color for that side, as before.
The new codepath (team::get_side_color_id_from_config) is essentially the same as the old
one but more robust (range checking, for example, the lack of which was causing the crash
before).
2018-05-09 18:36:09 +11:00
Iris Morelle
0a24468fb3
wam: Allow using embedded data URIs as add-on icons
...
[ci skip]
2018-05-08 02:26:45 -03:00
ln-zookeeper
831290638c
Updated changelog
2018-05-08 00:53:22 +03:00
Nils Kneuper
7dc90622d1
updated Japanese translation
2018-05-07 19:44:17 +02:00
Nils Kneuper
6e3bdc0a74
updated Scottish Gaelic translation
2018-05-07 19:37:16 +02:00
mattsc
2f960ec3e7
changelog: remove AToTB AI entry
2018-05-07 06:31:49 -07:00
Nils Kneuper
8c5f82e0db
updated Chinese (Simplified) translation
2018-05-06 17:13:22 +02:00
Nils Kneuper
706180f27c
updated British English translation
2018-05-06 13:43:46 +02:00
Nils Kneuper
247dd1c236
updated Czech translation
2018-05-06 13:32:30 +02:00
Iris Morelle
d4101b87d6
Update changelog for #3019
...
[ci skip]
2018-05-06 07:15:01 -03:00
Iris Morelle
3842d2749a
Update changelog for MP server stuff from me and loonycyborg
...
[ci skip]
2018-05-06 05:29:48 -03:00
Iris Morelle
da4d2b098c
gui2/unit_attack: Only display active specials on the weapons list
...
This fixes issues reported on the forums where the weapons list now
includes weapon specials even when they aren't active, a regression from
1.12.x.
Closes #3033 .
2018-05-06 00:40:16 -03:00