[Commits] [wesnoth/wesnoth] 5911ee: replace playsingle_controller::do_autosaves_

GitHub noreply at github.com
Fri Mar 27 20:51:07 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5911ee1950783d4afa456f7424b26ea45901128f
      https://github.com/wesnoth/wesnoth/commit/5911ee1950783d4afa456f7424b26ea45901128f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp

  Log Message:
  -----------
  replace playsingle_controller::do_autosaves_


  Commit: 46786c9fa358fdb3947c3e7a45b20944e0980649
      https://github.com/wesnoth/wesnoth/commit/46786c9fa358fdb3947c3e7a45b20944e0980649
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M src/game_data.cpp
    M src/game_data.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.cpp
    M src/replay.cpp
    M src/replay_controller.cpp

  Log Message:
  -----------
  replace play_controller::loading_game_ member


  Commit: 452d336d16884f12822a9fea5255869004c26349
      https://github.com/wesnoth/wesnoth/commit/452d336d16884f12822a9fea5255869004c26349
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.cpp
    M src/replay_controller.cpp

  Log Message:
  -----------
  refactor fire_start and fire_prestart

move code form playsingle_controller to play_controller so we can reuse
it in replay_controller.

This prepares later patches to make it possible to replay scenaio not
only form the start but also from the middle (like reloaded mp games)

this also fixed up my previous commit "replace
play_controller::loading_game_ member" which accidently removed
"actions::clear_shroud(side, false, false);" in
play_controller::init_gui()


  Commit: 3532364077128eac9863f5f7759edb3eef3a8651
      https://github.com/wesnoth/wesnoth/commit/3532364077128eac9863f5f7759edb3eef3a8651
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playsingle_controller.cpp
    M src/replay_controller.cpp

  Log Message:
  -----------
  remove play_controller::first_player_ member


  Commit: b0ca7b2e582fabba88f52ac2eb6793496f938a55
      https://github.com/wesnoth/wesnoth/commit/b0ca7b2e582fabba88f52ac2eb6793496f938a55
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M src/replay_controller.cpp
    M src/replay_controller.hpp

  Log Message:
  -----------
  reset player_number_ in replay_controller to what is spcified in level

instead of always setting it to 1.

I also removed a unused replay_controller::current_turn_ member.


  Commit: 4ea3fbd8e229734bf7908e784e87bfd09a4279e1
      https://github.com/wesnoth/wesnoth/commit/4ea3fbd8e229734bf7908e784e87bfd09a4279e1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M src/game_data.cpp
    M src/game_data.hpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/replay.cpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp

  Log Message:
  -----------
  Merge branch 'replay_fixes'


Compare: https://github.com/wesnoth/wesnoth/compare/17afc39e8a60...4ea3fbd8e229


More information about the Commits mailing list