Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/wesnoth/wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 13, 2014
2 parents 678d43a + 8e3cfc8 commit 81874be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog
Expand Up @@ -68,6 +68,9 @@ Version 1.13.0-dev:
* Fixed the WML load error dialog not displaying an add-on name instead of
falling back to its directory name if the add-on contains an outdated
_info.cfg file lacking an [info]title= value.
* Fixed most of the minimap buttons and the End Turn button appearing
without contents or in the wrong state during WML start events until they
are interacted with or control is given to the player for the first time.
* WML engine:
* Added customizable recall costs for unit types and individual units,
using the new recall_cost attribute in [unit_type] and [unit].
Expand Down
3 changes: 3 additions & 0 deletions players_changelog
Expand Up @@ -19,6 +19,9 @@ Version 1.13.0-dev:
* Classic Theme which restores the 1.10 UI.
* Made orb and minmap colors configurable by the game preferences.
* Added a button to copy the in-game Chat Log dialog contents to clipboard.
* Fixed most of the minimap buttons and the End Turn button appearing
without contents or in the wrong state during WML start events until they
are interacted with or control is given to the player for the first time.

* Miscellaneous and bug fixes:
* Fixed halos glitching through locations that become shrouded after the
Expand Down
1 change: 1 addition & 0 deletions src/playsingle_controller.cpp
Expand Up @@ -105,6 +105,7 @@ void playsingle_controller::init_gui(){
gui_->scroll_to_tile(gameboard_.map().starting_position(1), game_display::WARP);

update_locker lock_display(gui_->video(),recorder.is_skipping());
set_button_state(*gui_);
events::raise_draw_event();
gui_->draw();
}
Expand Down

0 comments on commit 81874be

Please sign in to comment.