[Commits] [wesnoth/wesnoth] 628022: Tab-completion added for in-game whispers.

GitHub noreply at github.com
Sat Oct 17 22:53:00 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 6280229562c3c37101bc6e25ee6b24c3ff2b50f5
      https://github.com/wesnoth/wesnoth/commit/6280229562c3c37101bc6e25ee6b24c3ff2b50f5
  Author: neverEnough <amba at inbox.com>
  Date:   2015-10-17 (Sat, 17 Oct 2015)

  Changed paths:
    M src/display_chat_manager.cpp
    M src/display_chat_manager.hpp
    M src/play_controller.cpp

  Log Message:
  -----------
  Tab-completion added for in-game whispers.

In the game lobby you can tab-complete ANY nick, both from the lobby or from a match running. While playing you can only tab-complete ingame players and observers.
This patch works in the match, it helps answering whispers from people in lobby or in other games.
The nick will be added to a string (in the same way as observers already work) and get recalled with TAB key.


  Commit: 58c78e2c5eaf7ec6840edf1c8022b480d487c94c
      https://github.com/wesnoth/wesnoth/commit/58c78e2c5eaf7ec6840edf1c8022b480d487c94c
  Author: neverEnough <amba at inbox.com>
  Date:   2015-10-17 (Sat, 17 Oct 2015)

  Changed paths:
    M changelog
    M data/core/about.cfg
    M players_changelog

  Log Message:
  -----------
  updated data/core/about.cfg; /changelog; /players_changelog


  Commit: 4346856ed28bb7852a31c3722932909a8aae8d73
      https://github.com/wesnoth/wesnoth/commit/4346856ed28bb7852a31c3722932909a8aae8d73
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-10-17 (Sat, 17 Oct 2015)

  Changed paths:
    M changelog
    M data/core/about.cfg
    M players_changelog
    M src/display_chat_manager.cpp
    M src/display_chat_manager.hpp
    M src/play_controller.cpp

  Log Message:
  -----------
  Merge pull request #529 from niegenug/master

Tab-completion added for in-game whispers


Compare: https://github.com/wesnoth/wesnoth/compare/88faaac46e26...4346856ed28b


More information about the Commits mailing list