[wesnoth-commits] [wesnoth/wesnoth] 9bb767: Remember tile_size/zoom factor between play sessions.
Wedge009
noreply at github.com
Wed Oct 16 04:27:52 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 9bb7670b6eb7b96715e7f14a235aa3be64819149
https://github.com/wesnoth/wesnoth/commit/9bb7670b6eb7b96715e7f14a235aa3be64819149
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M src/display.cpp
M src/preferences/general.cpp
M src/preferences/general.hpp
Log Message:
-----------
Remember tile_size/zoom factor between play sessions.
Resolves #1518.
Commit: b926ff5e4c523e7e662abc3a00be109baa9cbea1
https://github.com/wesnoth/wesnoth/commit/b926ff5e4c523e7e662abc3a00be109baa9cbea1
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M src/display.cpp
M src/display.hpp
Log Message:
-----------
Validate zoom level upon initialisation as well as in setting.
Commit: 798bae668c8ba234d804b0a62582700f7dc36b9e
https://github.com/wesnoth/wesnoth/commit/798bae668c8ba234d804b0a62582700f7dc36b9e
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M data/themes/default.cfg
Log Message:
-----------
Add zoom options to context menu.
Resolves #1213
(Alternatively could go in main menu (from the top-bar) but I feel it's crowded enough already (unless we have nested menus available).)
Commit: 801855434242e7d0a4a7823fbec1640d06700c90
https://github.com/wesnoth/wesnoth/commit/801855434242e7d0a4a7823fbec1640d06700c90
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M changelog.md
Log Message:
-----------
Update change log.
[ci skip]
Commit: 30f360825d1bd73c283aea6c6934090e63e6b8bf
https://github.com/wesnoth/wesnoth/commit/30f360825d1bd73c283aea6c6934090e63e6b8bf
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M src/display.cpp
M src/display.hpp
Log Message:
-----------
Make zoom validation a local function instead of private member and update comments.
Commit: cbf3d4f86650c6263db57f792ada3f407ec889d6
https://github.com/wesnoth/wesnoth/commit/cbf3d4f86650c6263db57f792ada3f407ec889d6
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M src/display.cpp
M src/preferences/general.cpp
M src/preferences/general.hpp
Log Message:
-----------
Use zoom_index_ as the basis of zoom operations instead of zoom_.
Commit: 8e5df3948cbd2d025a7f66a4a08075d9ebc5f291
https://github.com/wesnoth/wesnoth/commit/8e5df3948cbd2d025a7f66a4a08075d9ebc5f291
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M src/display.cpp
Log Message:
-----------
Correct inconsistent comment.
[ci skip]
Commit: a22e4a37bae1e0206fcc543b76154904fa5225af
https://github.com/wesnoth/wesnoth/commit/a22e4a37bae1e0206fcc543b76154904fa5225af
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M data/game_config.cfg
M src/display.cpp
Log Message:
-----------
Updating comments.
[ci skip]
Commit: fdf1785bf56ed202c37c7c42dd69b6dfce55d981
https://github.com/wesnoth/wesnoth/commit/fdf1785bf56ed202c37c7c42dd69b6dfce55d981
Author: Wedge009 <wedge009 at wedge009.net>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M src/display.cpp
M src/display.hpp
M src/editor/controller/editor_controller.cpp
M src/hotkey/command_executor.cpp
Log Message:
-----------
Rename set_default_zoom to toggle_default_zoom.
* It's not a set function in the normal sense so the old name was confusing.
Compare: https://github.com/wesnoth/wesnoth/compare/8caf88708898...fdf1785bf56e
More information about the Commits
mailing list