[Commits] [wesnoth/wesnoth] 86f0f9: add const

GitHub noreply at github.com
Mon Jun 23 16:01:48 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 86f0f97e22d845e3cfa58b0fa609bac0e4fe8c1d
      https://github.com/wesnoth/wesnoth/commit/86f0f97e22d845e3cfa58b0fa609bac0e4fe8c1d
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-06-21 (Sat, 21 Jun 2014)

  Changed paths:
    M src/font.cpp

  Log Message:
  -----------
  add const


  Commit: 7e3ba43934af27c5600b4530ca368695e164e2d5
      https://github.com/wesnoth/wesnoth/commit/7e3ba43934af27c5600b4530ca368695e164e2d5
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-06-21 (Sat, 21 Jun 2014)

  Changed paths:
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp

  Log Message:
  -----------
  use std::bitset instead of vector<bool>

for hotkey scope.


  Commit: 436be9a306030b8a3c7dd6c08c7c5525309da58f
      https://github.com/wesnoth/wesnoth/commit/436be9a306030b8a3c7dd6c08c7c5525309da58f
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2014-06-21 (Sat, 21 Jun 2014)

  Changed paths:
    M src/editor/editor_main.cpp
    M src/game_config_manager.cpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/play_controller.cpp
    M src/tests/utils/game_config_manager.cpp

  Log Message:
  -----------
  more flexible hotkey scopes

there are some hotkeys that are senseful in editor and in game but not
in teh main menu, so now instead of having hotkeys eigher in GAME,
EDITOR, MAIN_MENU or GENERAL we now allow any combination of the first
3.

this is also intended to fix a bug in add_hotkey() if new_scope ==
hotkey::SCOPE_COUNT where new hotkeys doesn't correctly overwrite other
scoped hotkeys.


  Commit: e2e82e88b681075b041ad05c3849dab789b00364
      https://github.com/wesnoth/wesnoth/commit/e2e82e88b681075b041ad05c3849dab789b00364
  Author: Alexander van Gessel <AI0867 at gmail.com>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M src/editor/editor_main.cpp
    M src/font.cpp
    M src/game_config_manager.cpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/play_controller.cpp
    M src/tests/utils/game_config_manager.cpp

  Log Message:
  -----------
  Merge pull request #215 from gfgtdf/hotkey_scopes

Hotkey scopes


Compare: https://github.com/wesnoth/wesnoth/compare/c1f3af2cbd33...e2e82e88b681


More information about the Commits mailing list