aboutsummaryrefslogtreecommitdiff
path: root/src/client/inputhandler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor loggingShadowNinja2015-10-141-10/+10
| | | | | | | | | - Add warning log level - Change debug_log_level setting to enumeration string - Map Irrlicht log events to MT log events - Encapsulate log_* functions and global variables into a class, Logger - Unify dstream with standard logging mechanism - Unify core.debug() with standard core.log() script API
* Misc. minor fixeskwolekr2015-07-101-7/+6
|
* Use minetest logging facilities for irrlicht log outputShadowNinja2015-07-051-4/+12
|
* main.cpp rework * Move ClientLauncher class to a dedicated file * ↵Loic Blot2015-02-121-0/+428
ClientLauncher now owns print_video_modes and speed_tests functions (they are only called by him) * Move GameParams to shared/gameparams.h because it's shared between server and client and launcher need to know it * Move InputHandlers class to client/inputhandler.h * Cleanup includes