[Commits] [wesnoth/wesnoth] 9b7b0f: use utils::join

GitHub noreply at github.com
Wed Dec 31 14:04:07 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9b7b0f38618d81233b7f56e4d99e5b200bab34fe
      https://github.com/wesnoth/wesnoth/commit/9b7b0f38618d81233b7f56e4d99e5b200bab34fe
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M src/team.cpp

  Log Message:
  -----------
  use utils::join


  Commit: 9f28fc8f3709efdd7e7cae17afeff5c5f0f14c76
      https://github.com/wesnoth/wesnoth/commit/9f28fc8f3709efdd7e7cae17afeff5c5f0f14c76
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M src/game_data.cpp
    M src/team.cpp
    M src/team.hpp
    M src/teambuilder.hpp

  Log Message:
  -----------
  don't do variable subsitution when parsing [team][village]

Becasue are no posibilities to change the variables or the positions of
the villages before this code happens, i cannot see any common usecase
for this feature, Also it's not documented in the wiki.

Note that it is of course still possible to change village owners
depending on variables in a prestart event.


  Commit: 6e02488b6139bf1bbccb2f22a7ccab37d69bde39
      https://github.com/wesnoth/wesnoth/commit/6e02488b6139bf1bbccb2f22a7ccab37d69bde39
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/game_data.cpp
    M src/game_data.hpp
    M src/game_state.cpp
    A src/teambuilder.cpp
    M src/teambuilder.hpp

  Log Message:
  -----------
  move teambuilder functions to new file teambuilder.cpp

They are not related to game_data so there is no reason why they should
be there.


  Commit: b1ccca6b17bb9bb8493c4793e56de9c15cbc0ff1
      https://github.com/wesnoth/wesnoth/commit/b1ccca6b17bb9bb8493c4793e56de9c15cbc0ff1
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

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

  Log Message:
  -----------
  Cleanup game_data.cpp/hpp


Compare: https://github.com/wesnoth/wesnoth/compare/b86f30eb5da4...b1ccca6b17bb


More information about the Commits mailing list