[Commits] [wesnoth/wesnoth] 61a8de: don't reload config when selecing campaigns

GitHub noreply at github.com
Mon Feb 2 22:16:18 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 61a8de3d946487abe3e1826a476666e23fd01053
      https://github.com/wesnoth/wesnoth/commit/61a8de3d946487abe3e1826a476666e23fd01053
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/game_initialization/create_engine.cpp

  Log Message:
  -----------
  don't reload config when selecing campaigns

this reverts
https://github.com/wesnoth/wesnoth/commit/7ca092dc215810fc68017b8bef673c6edbe0f68e
and fixes http://gna.org/bugs/index.php?23229 and
http://gna.org/bugs/?23038

This means that [era]s and [modification]s inside an '#ifdef
MULTIPLAYER' might be loaded during the sp campaign selection. But
that's the smaller pain compared to the wml reload. A proper fix for
that one would be type= attribute for [era] and [modification] just like
for [campaign].


  Commit: 6172dd3e56dd2cf8aeef915862d821f0782029d2
      https://github.com/wesnoth/wesnoth/commit/6172dd3e56dd2cf8aeef915862d821f0782029d2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/game_initialization/configure_engine.cpp
    M src/game_initialization/configure_engine.hpp

  Log Message:
  -----------
  remove unneeded member variable.


  Commit: f2f34629daa2c9529314093355c38aecbe8b251c
      https://github.com/wesnoth/wesnoth/commit/f2f34629daa2c9529314093355c38aecbe8b251c
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/game_initialization/mp_options.cpp
    M src/game_initialization/mp_options.hpp

  Log Message:
  -----------
  remove unused functions


  Commit: 20b91d3b93350007323743de3a339b9092fa6f99
      https://github.com/wesnoth/wesnoth/commit/20b91d3b93350007323743de3a339b9092fa6f99
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/game_initialization/mp_options.hpp

  Log Message:
  -----------
  remove undefined function


  Commit: a882a83444dfab9ec92bd6afca5114d42f11f2c2
      https://github.com/wesnoth/wesnoth/commit/a882a83444dfab9ec92bd6afca5114d42f11f2c2
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/game_initialization/create_engine.cpp

  Log Message:
  -----------
  add type=sp/mp for [era] and [modification]

This allows wmldevs to have their eras and modifications only available
in sp or only in mp. By default (if type=  is omitted) it is available
in both.


  Commit: 5d0a9b1ae754d1201e3751f3c68e3bb2fed12ebb
      https://github.com/wesnoth/wesnoth/commit/5d0a9b1ae754d1201e3751f3c68e3bb2fed12ebb
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/replay_controller.cpp

  Log Message:
  -----------
  fix replay play button available too soon

https://gna.org/bugs/?23238


Compare: https://github.com/wesnoth/wesnoth/compare/2a24b1d7c748...5d0a9b1ae754


More information about the Commits mailing list