[wesnoth-commits] [wesnoth/wesnoth] d384b9: Removed joystick code

GitHub noreply at github.com
Sat Apr 14 03:16:48 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: d384b96d97acf62cf148a1a6f24e7f59e38f60d1
      https://github.com/wesnoth/wesnoth/commit/d384b96d97acf62cf148a1a6f24e7f59e38f60d1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-04-14 (Sat, 14 Apr 2018)

  Changed paths:
    M changelog.md
    M data/advanced_preferences.cfg
    M source_lists/libwesnoth
    M src/controller_base.cpp
    M src/controller_base.hpp
    R src/joystick.cpp
    R src/joystick.hpp

  Log Message:
  -----------
  Removed joystick code

This was never fully implemented and has been essentially abandoned. If we want to
add this again, we should look to adding full game controller support (Steam controller,
for example), though I don't know how suited this game is for controller support. As for
as I can tell, the only working part was ever map scrolling.

Includes a sqrt -> std::sqrt conversion I forgot in this file awhile back.




More information about the Commits mailing list