[Commits] [wesnoth/wesnoth] 9fa45e: desktop: Log open_object() requests
GitHub
noreply at github.com
Fri Jul 17 00:06:49 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 9fa45e0e78695477335b3035f2068e5f6a209c34
https://github.com/wesnoth/wesnoth/commit/9fa45e0e78695477335b3035f2068e5f6a209c34
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-07-14 (Tue, 14 Jul 2015)
Changed paths:
M src/desktop/open.cpp
Log Message:
-----------
desktop: Log open_object() requests
Otherwise there's pretty much no way to tell why a particular request
went wrong.
Commit: 084e01f88546d2003bfb9e9f3543263122d98bd6
https://github.com/wesnoth/wesnoth/commit/084e01f88546d2003bfb9e9f3543263122d98bd6
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M RELEASE_NOTES
M changelog
M players_changelog
Log Message:
-----------
Merge branch 'master' of github.com:wesnoth/wesnoth
Commit: ce5f9dfa38c7009fcd42fc290c3af6dac6d22056
https://github.com/wesnoth/wesnoth/commit/ce5f9dfa38c7009fcd42fc290c3af6dac6d22056
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M packaging/windows/wesnoth.rc
M projectfiles/VC9/wesnoth.vcproj
M projectfiles/VC9/wesnothlib.vcproj
M src/game_display.hpp
M src/game_events/menu_item.cpp
M src/game_initialization/connect_engine.cpp
M src/game_initialization/connect_engine.hpp
M src/game_initialization/multiplayer_wait.cpp
M src/game_initialization/playcampaign.cpp
M src/gui/dialogs/game_version.cpp
M src/play_controller.cpp
M src/play_controller.hpp
M src/server/game.cpp
Log Message:
-----------
Merge branch 'master' of github.com:wesnoth/wesnoth
Commit: e2aa9d4239ac139becb2ed49b44640a7f20f43a5
https://github.com/wesnoth/wesnoth/commit/e2aa9d4239ac139becb2ed49b44640a7f20f43a5
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M src/wesconfig.h
Log Message:
-----------
Add preprocessor symbols for the Win32 version info resource numbers
Since Windows absolutely needs the numeric components and there's no way
to extract them from a string literal, and I don't really want to turn
this file into an eyesore.
Commit: 7465f04e0aaa495d39084f9ab9a95df6cdde28e7
https://github.com/wesnoth/wesnoth/commit/7465f04e0aaa495d39084f9ab9a95df6cdde28e7
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M packaging/windows/wesnoth.rc
Log Message:
-----------
Add correct version numbers to the Windows resource file
For the numeric fields, this means we get to treat all X.Y.Z versions as
X.Y.Z.0, and there's no string suffix for those for obvious reasons. Not
that anyone cares, really.
Now we get a pretty name for our client process in the Task Manager too,
hooray!
(Also cleaned-up some of the placeholder code that was left here by
loonycyborg.)
Compare: https://github.com/wesnoth/wesnoth/compare/ff7e909c8bd3...7465f04e0aaa
More information about the Commits
mailing list