[wesnoth-commits] [wesnoth/wesnoth] b89b89: Only redefine VOLUME_NAME_NONE if it's not previou...
GitHub
noreply at github.com
Fri May 11 01:15:55 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: b89b89abeaf48c825bc2b4b22a035ada3293f4c3
https://github.com/wesnoth/wesnoth/commit/b89b89abeaf48c825bc2b4b22a035ada3293f4c3
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
Only redefine VOLUME_NAME_NONE if it's not previously defined
Commit: 388622844781afbbb741e0d03827060dbd3dad2e
https://github.com/wesnoth/wesnoth/commit/388622844781afbbb741e0d03827060dbd3dad2e
Author: David white <davewx7 at gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M src/actions/attack.cpp
M src/random.hpp
M src/random_synced.cpp
M src/random_synced.hpp
Log Message:
-----------
added use_prng preference which adds a new experimental pseudo-RNG for casual campaign play
Commit: f105fa20361afd48ad80eac01e7c2971b82d1097
https://github.com/wesnoth/wesnoth/commit/f105fa20361afd48ad80eac01e7c2971b82d1097
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
Filesystem/Boost: formatting cleanup
Commit: 32111ae5e9f05cd2e8ce708eed574ce0560c299e
https://github.com/wesnoth/wesnoth/commit/32111ae5e9f05cd2e8ce708eed574ce0560c299e
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
Filesystem/Boost: made use of std::make_unique
Commit: c643b765dd78d32983658584a959447e6e96da62
https://github.com/wesnoth/wesnoth/commit/c643b765dd78d32983658584a959447e6e96da62
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
Filesystem/Boost: range-for
Commit: 0f9a0fac5eb49c62f99e748842ff1984894c2de4
https://github.com/wesnoth/wesnoth/commit/0f9a0fac5eb49c62f99e748842ff1984894c2de4
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
Filesystem/Boost: don't import boost::fileystem::path class to global namespace
This makes it a *lot* clearer that we're using the bfs class and not some function
or class defined elsewhere in our code.
Compare: https://github.com/wesnoth/wesnoth/compare/41b436abd33b...0f9a0fac5eb4
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list