[wesnoth-commits] [wesnoth/wesnoth] fd86d1: UtBS: wmlindent run
GitHub
noreply at github.com
Wed May 9 12:59:16 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: fd86d1ff8c916f00ad367eb3551402cfa955ee8b
https://github.com/wesnoth/wesnoth/commit/fd86d1ff8c916f00ad367eb3551402cfa955ee8b
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-09 (Wed, 09 May 2018)
Changed paths:
M data/campaigns/Under_the_Burning_Suns/units/quenoth/Youth.cfg
Log Message:
-----------
UtBS: wmlindent run
[ci skip]
Commit: 6a7bd052509cb455dbe17911ce8753477acc1d02
https://github.com/wesnoth/wesnoth/commit/6a7bd052509cb455dbe17911ce8753477acc1d02
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-09 (Wed, 09 May 2018)
Changed paths:
M src/game_config.cpp
Log Message:
-----------
Revert "MP Lobby: reduced frequency of network polls (100ms -> 1000ms)"
This reverts commit 5fd833a91af57df3134e4e87a1d36b23c2811652. It was causing the lobby to
lag up to *three minutes* behind current activity due to multiple data packets being queued
(see #3046). It seems 100 ms was enough to mask this issue.
Commit: 4c937c10c715616cac8f4778490ef23585309b01
https://github.com/wesnoth/wesnoth/commit/4c937c10c715616cac8f4778490ef23585309b01
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-09 (Wed, 09 May 2018)
Changed paths:
M changelog.md
M src/game_initialization/connect_engine.cpp
Log Message:
-----------
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).
Commit: 05774a3df513b3694103894bebeb144adccd0d45
https://github.com/wesnoth/wesnoth/commit/05774a3df513b3694103894bebeb144adccd0d45
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-09 (Wed, 09 May 2018)
Changed paths:
M changelog.md
Log Message:
-----------
Changelog: fixed inaccuracy
[ci skip]
Compare: https://github.com/wesnoth/wesnoth/compare/92812588b343...05774a3df513
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list