[Commits] [wesnoth/wesnoth] 9b2f9a: Growl notifications: Fix attempts to pass std::str...
GitHub
noreply at github.com
Mon Oct 27 15:46:28 UTC 2014
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 9b2f9a61282524c2efa0ba985defa25afa92136d
https://github.com/wesnoth/wesnoth/commit/9b2f9a61282524c2efa0ba985defa25afa92136d
Author: mattsc <mattsc000 at gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)
Changed paths:
M src/game_display.cpp
Log Message:
-----------
Growl notifications: Fix attempts to pass std::string instead of const char*
This is required on OS X due to the recent return type changes for the
gettext functions.
Commit: 3d906be9ee4c283d234ac2bfa652bf4c3b71f195
https://github.com/wesnoth/wesnoth/commit/3d906be9ee4c283d234ac2bfa652bf4c3b71f195
Author: mattsc <mattsc000 at gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Xcode project: switch to using the new boost filesystem code
This includes adding a new library (libboost_localew.dylib; with
libboost_filesystemw.dylib already having been added a few days ago),
so a new version of the Mac compile package is needed for compiling.
Compare: https://github.com/wesnoth/wesnoth/compare/652dce400db7...3d906be9ee4c
More information about the Commits
mailing list