[wesnoth-commits] [wesnoth/wesnoth] ea65af: Remove game_events::wml_event_pump::wml_tracking()

GitHub noreply at github.com
Sat Jun 9 16:26:28 UTC 2018


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ea65af0328ccf2886dc53b104dcc06c6c82f38a1
      https://github.com/wesnoth/wesnoth/commit/ea65af0328ccf2886dc53b104dcc06c6c82f38a1
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-06-09 (Sat, 09 Jun 2018)

  Changed paths:
    M src/actions/move.cpp
    M src/game_events/pump.cpp
    M src/game_events/pump.hpp

  Log Message:
  -----------
  Remove game_events::wml_event_pump::wml_tracking()

The variable **always** changed when event handlers were run, and thus the
optimizations to avoid updating some status after WML/Lua has run weren't
doing anything. In addition, commit 62ec3b3951bfb7bf6331ad1e98f45ce99e5191d5 removed the most
important optimization that relied on wml_tracking().

Resolves #2578.



      **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