[Commits] [wesnoth/wesnoth] 243597: don't create blank attributes in replay.cpp

GitHub noreply at github.com
Mon Nov 17 17:53:28 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 24359765758e82d684de83b96c070ef63b6c2074
      https://github.com/wesnoth/wesnoth/commit/24359765758e82d684de83b96c070ef63b6c2074
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/replay.cpp

  Log Message:
  -----------
  don't create blank attributes in replay.cpp


  Commit: 7651676c3c0cff5161525476c717c686f03d74d4
      https://github.com/wesnoth/wesnoth/commit/7651676c3c0cff5161525476c717c686f03d74d4
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  add comment


  Commit: 2944051f830488ad8dc5c36a2487efd6255c0569
      https://github.com/wesnoth/wesnoth/commit/2944051f830488ad8dc5c36a2487efd6255c0569
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  remove old server compability code

the code that was previously outcommented was outcommented for 1.11.13
compability.

we shouldn't always allow "global_variable", "global_vaiable" falls into
the "dependent" category and should only be allowed if we have a
"from_side" attribute.


  Commit: db31880012b99e8f6b645690c2e772262ccc4089
      https://github.com/wesnoth/wesnoth/commit/db31880012b99e8f6b645690c2e772262ccc4089
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp
    M src/server/game.hpp

  Log Message:
  -----------
  only allow "dependent" commands for players

previously this was also allowed for teh host regardless whether he is a
player or not.


  Commit: 2ea7c1e09da9cad1b77ea07bbbe60dc8f50cf829
      https://github.com/wesnoth/wesnoth/commit/2ea7c1e09da9cad1b77ea07bbbe60dc8f50cf829
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  refactor wesnothd::game::is_legal_command


  Commit: b3d74c482fcafa58ab6c4128e62fc40f31ae5226
      https://github.com/wesnoth/wesnoth/commit/b3d74c482fcafa58ab6c4128e62fc40f31ae5226
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  check "from_side" in wesnothd::game::is_legal_command

previously this was done outside of is_legal_command becasue
is_legal_command wasn't applied to the currently active side.


  Commit: 80ca2ec06a1175c014ab2e229db68e87dfee0d1a
      https://github.com/wesnoth/wesnoth/commit/80ca2ec06a1175c014ab2e229db68e87dfee0d1a
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp

  Log Message:
  -----------
  fixup a comment


Compare: https://github.com/wesnoth/wesnoth/compare/9eb72f5cb535...80ca2ec06a11


More information about the Commits mailing list