[wesnoth-commits] [wesnoth/wesnoth] 59e9f9: Add support for storing game information in wesnot...
Pentarctagon
noreply at github.com
Mon Aug 12 11:04:29 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 59e9f9a1388fa8b506f8f0dc3768b4f990527fd4
https://github.com/wesnoth/wesnoth/commit/59e9f9a1388fa8b506f8f0dc3768b4f990527fd4
Author: Pentarctagon <pentarctagon at tutamail.com>
Date: 2019-08-12 (Mon, 12 Aug 2019)
Changed paths:
M doc/man/wesnothd.6
M src/server/forum_user_handler.cpp
M src/server/forum_user_handler.hpp
M src/server/game.cpp
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/server.hpp
M src/server/user_handler.hpp
A utils/mp-server/table_definitions.sql
Log Message:
-----------
Add support for storing game information in wesnoth's mysql database.
This requires three more tables to be added to any database with the forum user handler enabled, the structures of which are defined in the wesnothd man page:
* `db_game_info_table` - stores information about each game.
* `db_game_player_info_table` - stores information about each player in the game.
* `db_game_modification_info_table` - stores information about any modifications that are enabled for the game.
More information about the Commits
mailing list