[Commits] [wesnoth/wesnoth] 84c0d2: Addon/Client: use std::move instead of copying add...
GitHub
noreply at github.com
Sat Feb 10 21:28:47 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 84c0d2c9761e6373633f987eb098da1b6da135d0
https://github.com/wesnoth/wesnoth/commit/84c0d2c9761e6373633f987eb098da1b6da135d0
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths:
M src/addon/client.cpp
Log Message:
-----------
Addon/Client: use std::move instead of copying addon server response
Commit: 98604a4c21d1222634f69acd088b83c0e3c5c618
https://github.com/wesnoth/wesnoth/commit/98604a4c21d1222634f69acd088b83c0e3c5c618
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths:
M src/addon/client.cpp
M src/addon/info.cpp
M src/campaign_server/campaign_server.cpp
M src/campaign_server/campaign_server.hpp
Log Message:
-----------
Campaignd: rename addon list response config tags
[campaigns][campaign] were the legacy keys. I've renamed them to [addons][addon].
However, client-side compatibility is maintained for the legacy keys to allow
accessing older instances of campaignd.
Compare: https://github.com/wesnoth/wesnoth/compare/c1841e3fe84f...98604a4c21d1
More information about the Commits
mailing list