[wesnoth-commits] [wesnoth/wesnoth] 91c4b6: Store additional fields in the database.

Pentarctagon noreply at github.com
Mon Oct 28 06:07:42 UTC 2019


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 91c4b6c1348f2fa3bca20832bb590b26b78c0429
      https://github.com/wesnoth/wesnoth/commit/91c4b6c1348f2fa3bca20832bb590b26b78c0429
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M src/server/forum_user_handler.cpp
    M src/server/forum_user_handler.hpp
    M src/server/game.hpp
    M src/server/sample_user_handler.cpp
    M src/server/sample_user_handler.hpp
    M src/server/server.cpp
    M src/server/user_handler.hpp
    M utils/mp-server/table_definitions.sql

  Log Message:
  -----------
   Store additional fields in the database.

* Whether the game allows observers.
* Whether the game's replay should be publicly available (currently the same as whether observers are allowed pending the second part of #3909).
* Whether the game had a password set.
* The side's name - this differs from what can be retrieved from USER_ID since it will have the name of any AI used.

Backport of 81e2cae74fc22950bf9edf70d402a1e7c87c13ac





More information about the Commits mailing list