[Commits] [wesnoth/wesnoth] 98fcd1: add previous_save_id= in [side]
GitHub
noreply at github.com
Thu Jun 18 17:13:08 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 98fcd16ead492e698ba5bfd273b120c0edfc8bc4
https://github.com/wesnoth/wesnoth/commit/98fcd16ead492e698ba5bfd273b120c0edfc8bc4
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2015-06-18 (Thu, 18 Jun 2015)
Changed paths:
M src/game_initialization/connect_engine.cpp
M src/game_initialization/connect_engine.hpp
Log Message:
-----------
add previous_save_id= in [side]
A feature for mp campaigns. previous_save_id lets you specify which user
of teh previous scenario should control this side. For example if
previous_save_id="Konrad" than the user that controlled the side with
the save_id "Konrad" in the previous scenario should control this side.
This also replaces the controller=<number> feature which had similar
intentions but was less flexible.
Commit: aad571d0bd0234ae3f5915e328be6ca562bd32ee
https://github.com/wesnoth/wesnoth/commit/aad571d0bd0234ae3f5915e328be6ca562bd32ee
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2015-06-18 (Thu, 18 Jun 2015)
Changed paths:
M src/game_initialization/create_engine.cpp
M src/game_initialization/create_engine.hpp
Log Message:
-----------
fix mp depcheck crashing
previously mp depcheck was initialized after refeshing the cache which
caused a missmatch betwen create_engine::mods_ and depcheck::depinfo_
Compare: https://github.com/wesnoth/wesnoth/compare/6c97702c458f...aad571d0bd02
More information about the Commits
mailing list