[Commits] [wesnoth/wesnoth] 28a51b: fixup "make level reflect start of scenario"
GitHub
noreply at github.com
Sat Apr 19 16:37:16 UTC 2014
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 28a51be33ff2447bc6cbe0b2e88dc635834402b3
https://github.com/wesnoth/wesnoth/commit/28a51be33ff2447bc6cbe0b2e88dc635834402b3
Author: Chris Beck <render787 at gmail.com>
Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths:
M src/server/game.cpp
Log Message:
-----------
fixup "make level reflect start of scenario"
we change set_attr to set_attr_dup as gfgtdf pointed out
Commit: c47f550f61ecab000dcc32aaf5373c35493410a0
https://github.com/wesnoth/wesnoth/commit/c47f550f61ecab000dcc32aaf5373c35493410a0
Author: Chris Beck <render787 at gmail.com>
Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths:
M src/replay.cpp
M src/server/game.cpp
Log Message:
-----------
purge "record_change_controller"
we can use "change_controller" now instead because of the new
network adapter from gfgtdf
Commit: 4e2762fe6cab47a0dc1b076915a8078059bef8b2
https://github.com/wesnoth/wesnoth/commit/4e2762fe6cab47a0dc1b076915a8078059bef8b2
Author: Chris Beck <render787 at gmail.com>
Date: 2014-04-19 (Sat, 19 Apr 2014)
Changed paths:
M src/server/game.cpp
M src/server/game.hpp
Log Message:
-----------
fixup scenario transitions
when the host transitions to the next scenario, in some cases he will
send "[start]" before the other clients even have the new scenario cfg
this means that the controller tweaks he send will hit them while they
are in linger mode or something, and the next scenario won't work.
we fixup the download_next_level function on the server side so that
it updates the level config when sending it out to the transitioning
client.
this fixes up commit fb726e0610af42fa815cf340fa68c570b8bef0d3
and bug #21931
Commit: 9cd1294ca0a3d07ea38adf26bff6f22f665b87c6
https://github.com/wesnoth/wesnoth/commit/9cd1294ca0a3d07ea38adf26bff6f22f665b87c6
Author: Chris Beck <render787 at gmail.com>
Date: 2014-04-19 (Sat, 19 Apr 2014)
Changed paths:
M changelog
Log Message:
-----------
update changelog
Commit: 33a4084387c2369e6e59b1638827efd66a01b69e
https://github.com/wesnoth/wesnoth/commit/33a4084387c2369e6e59b1638827efd66a01b69e
Author: Chris Beck <render787 at gmail.com>
Date: 2014-04-19 (Sat, 19 Apr 2014)
Changed paths:
M changelog
M data/campaigns/Son_Of_The_Black_Eye/scenarios/06_Black_Flag.cfg
Log Message:
-----------
Merge branch '1.12' of https://github.com/wesnoth/wesnoth into 1.12
Compare: https://github.com/wesnoth/wesnoth/compare/c84879a4dcc3...33a4084387c2
More information about the Commits
mailing list