[Commits] [wesnoth/wesnoth] 76173a: GUI2/Panel: remove border from small-res box_displ...
GitHub
noreply at github.com
Wed Jul 26 11:29:37 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 76173a9c72ad81d8b44fca90e2853266cfff255c
https://github.com/wesnoth/wesnoth/commit/76173a9c72ad81d8b44fca90e2853266cfff255c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M data/gui/widget/panel_box_display.cfg
Log Message:
-----------
GUI2/Panel: remove border from small-res box_display_no_blur_no_border definition
Commit: 2eefdd894886586b1bbf16272a852b5b7f8bd2e5
https://github.com/wesnoth/wesnoth/commit/2eefdd894886586b1bbf16272a852b5b7f8bd2e5
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/image.cpp
M src/map/location.cpp
M src/tstring.cpp
Log Message:
-----------
Use Boost hash_fwd.hpp include instead of hash.hpp directly
Boost recommends this as the latter includes a whole bunch of other headers.
Commit: 66cec735761853238a9d5bfdf3831f8ea7a55e27
https://github.com/wesnoth/wesnoth/commit/66cec735761853238a9d5bfdf3831f8ea7a55e27
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/font/text.cpp
Log Message:
-----------
Font/Pango Text: fixed some weird color precision levels
cairo_set_source_rgba takes color and alpha parameters as 0..1.0 doubles. A fully opaque channel value (255)
was being set as 0.99609375 instead of 1.0, which it should be.
Commit: fc8e9cf07ea06a37dcb7cf311913dfe1be0bfcad
https://github.com/wesnoth/wesnoth/commit/fc8e9cf07ea06a37dcb7cf311913dfe1be0bfcad
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M data/campaigns/Northern_Rebirth/scenarios/05a_01_The_Pursuit.cfg
Log Message:
-----------
NR S5a: fixed backdoor lever opening the wrong location
[ci skip]
Commit: 1408da68ce7d1c749b2bc448da1dc6fd4b411bda
https://github.com/wesnoth/wesnoth/commit/1408da68ce7d1c749b2bc448da1dc6fd4b411bda
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/units/map.cpp
M src/units/map.hpp
Log Message:
-----------
Unit Map: added has_unit_at helper function
Just a small wrapper function to check whether a unit is present a certain location.
Commit: e11cc5f5227dacd65f39f2b05bbd52f060f5fd0c
https://github.com/wesnoth/wesnoth/commit/e11cc5f5227dacd65f39f2b05bbd52f060f5fd0c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M data/gui/window/mp_method_selection.cfg
M src/server/forum_user_handler.cpp
M src/server/server.cpp
Log Message:
-----------
Format forum URLs correctly
[ci skip]
* Use https:// over http://
* Use 'forums' over 'forum'
Commit: ac723367c7f5f4ee617441c7878e5db5e30444df
https://github.com/wesnoth/wesnoth/commit/ac723367c7f5f4ee617441c7878e5db5e30444df
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/controller_base.cpp
M src/controller_base.hpp
M src/editor/controller/editor_controller.cpp
M src/play_controller.cpp
Log Message:
-----------
Removed unused CVideo argument from controller_base ctor
# Conflicts:
# src/controller_base.cpp
Commit: 5b3da6157f4590fa9cd4e0e6c46f2478ea04d5be
https://github.com/wesnoth/wesnoth/commit/5b3da6157f4590fa9cd4e0e6c46f2478ea04d5be
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/controller_base.cpp
M src/controller_base.hpp
Log Message:
-----------
Controller Base: formatting cleanup
Header additions are one-line setters being moved there.
# Conflicts:
# src/controller_base.cpp
Commit: 79ba6ea55f9288aea7e046f206f33ef64197c9e6
https://github.com/wesnoth/wesnoth/commit/79ba6ea55f9288aea7e046f206f33ef64197c9e6
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/controller_base.cpp
Log Message:
-----------
Controller Base: shortened a few calls
Commit: cc3c9be5b0db09468bf7f950f2cd53302b9b806d
https://github.com/wesnoth/wesnoth/commit/cc3c9be5b0db09468bf7f950f2cd53302b9b806d
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/mouse_handler_base.cpp
M src/mouse_handler_base.hpp
Log Message:
-----------
Mouse Handler Base: formatting cleanup
# Conflicts:
# src/mouse_handler_base.cpp
Commit: e550c1f67c2c5942f65f4a7d9b562676b6c212b5
https://github.com/wesnoth/wesnoth/commit/e550c1f67c2c5942f65f4a7d9b562676b6c212b5
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/gui/widgets/styled_widget.cpp
M src/gui/widgets/styled_widget.hpp
Log Message:
-----------
GUI2/Styled Widget: enabled the virtual init function
I need this for some upcoming changes to the minimap widget that require an initialization
step on after canvas creation.
Commit: 88ebb72b98e3002f9a65d69e9d19101c126453c9
https://github.com/wesnoth/wesnoth/commit/88ebb72b98e3002f9a65d69e9d19101c126453c9
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/addon/info.cpp
Log Message:
-----------
Addon Info: escape formatting when generating addon display title
This resolves the issue with having markup enabled for addon titles in the addon_list widget
as mentioned in cd357f28 and it stil allows the addons manager to apply formatting of its own.
Commit: 0b5ef105c9e8e1bf1239639269e9a459f46078da
https://github.com/wesnoth/wesnoth/commit/0b5ef105c9e8e1bf1239639269e9a459f46078da
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M data/gui/schema.cfg
Log Message:
-----------
GUI2: allowed window maximum_width/height keys to be validated as formulas
[ci skip]
Commit: 3d8dbde03bf3759528ea1fb10b608c1bd37cd322
https://github.com/wesnoth/wesnoth/commit/3d8dbde03bf3759528ea1fb10b608c1bd37cd322
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M data/gui/macros/_initial.cfg
Log Message:
-----------
GUI2: strip trailing spaces from utility macros
[ci skip]
Commit: bbfe46755e15f869de7c3b09c922443db139ea11
https://github.com/wesnoth/wesnoth/commit/bbfe46755e15f869de7c3b09c922443db139ea11
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M src/game_display.cpp
M src/hotkey/command_executor.cpp
M src/hotkey/command_executor.hpp
Log Message:
-----------
Hotkey: removed unused basic_handler class
Not sure what this was used for, but it's not used for anything now and is just confusing being around.
Commit: bc3f72b45b842d79834b89f8b32cbccc42865783
https://github.com/wesnoth/wesnoth/commit/bc3f72b45b842d79834b89f8b32cbccc42865783
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-07-26 (Wed, 26 Jul 2017)
Changed paths:
M projectfiles/CodeBlocks/wesnoth.cbp
Log Message:
-----------
Update CB projectfile for 4e4d7b527
This is the same fix as applied to Scons in a3d884ef.
Compare: https://github.com/wesnoth/wesnoth/compare/ceb4c9d679ad...bc3f72b45b84
More information about the Commits
mailing list