[Commits] [wesnoth/wesnoth] 142ced: Multipage: made add_page return the grid of the ne...

GitHub noreply at github.com
Mon Apr 10 16:20:38 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 142ced01e147ab06959c330664fea5668b43ec84
      https://github.com/wesnoth/wesnoth/commit/142ced01e147ab06959c330664fea5668b43ec84
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
    M src/gui/widgets/multi_page.cpp
    M src/gui/widgets/multi_page.hpp

  Log Message:
  -----------
  Multipage: made add_page return the grid of the newly added page


  Commit: 15daebd149d376d5c8a2a25ad3fde3745f174889
      https://github.com/wesnoth/wesnoth/commit/15daebd149d376d5c8a2a25ad3fde3745f174889
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
    M data/gui/window/outro.cfg
    M src/gui/dialogs/outro.cpp

  Log Message:
  -----------
  Outro: fixed text being shown for approx 2.5 seconds longer than specified

I was performing a value check on fade_step in the timer, and then multiplying it fivefold in the alpha
calculation, meaning full alpha was reached long before the fade in sequence stopped and the duration timer
was initialized.


Compare: https://github.com/wesnoth/wesnoth/compare/bbd9463b1751...15daebd149d3


More information about the Commits mailing list