[Commits] [wesnoth/wesnoth] 20be87: use boost::ptr_vector for wesnothd::game::history_
GitHub
noreply at github.com
Tue Dec 2 22:33:40 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 20be879cbbf333b2512a279c37627dbcff6ff095
https://github.com/wesnoth/wesnoth/commit/20be879cbbf333b2512a279c37627dbcff6ff095
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2014-11-29 (Sat, 29 Nov 2014)
Changed paths:
M src/server/game.cpp
M src/server/game.hpp
Log Message:
-----------
use boost::ptr_vector for wesnothd::game::history_
Commit: 0e1dd600412416bfd016913369065ac76a26182a
https://github.com/wesnoth/wesnoth/commit/0e1dd600412416bfd016913369065ac76a26182a
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2014-11-29 (Sat, 29 Nov 2014)
Changed paths:
M src/server/game.hpp
M src/server/server.cpp
M src/server/server.hpp
Log Message:
-----------
use boost::ptr_vector for wesnotd::server::games_
this way we have a prettier interface and don't have to delete them
manually.
I also had to change some functions that previously took non-null
pointer to taking referenes.
Commit: 6844e4334a3d1be90cee874a5fb50b74c8d65114
https://github.com/wesnoth/wesnoth/commit/6844e4334a3d1be90cee874a5fb50b74c8d65114
Author: gfgtdf <tischpapier at gmail.com>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M src/server/game.cpp
M src/server/game.hpp
M src/server/server.cpp
M src/server/server.hpp
Log Message:
-----------
Merge pull request #340 from gfgtdf/wesnothd_sides
use boost::ptr_vector for wesnothd::game::history_
use boost::ptr_vector for wesnotd::server::games_
Compare: https://github.com/wesnoth/wesnoth/compare/db481fb9849f...6844e4334a3d
More information about the Commits
mailing list