aboutsummaryrefslogtreecommitdiff
path: root/src/gui/profilergraph.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-2/+3
| | | Use sizeof where applicable for mt_snprintf
* Game refactor [4/X]: keycache is now owned by InputHandlerLoic Blot2018-01-201-24/+21
| | | | | | * Make InputHandler own the key cache * Add a helper function InputHandler::cancelPressed to avoid multiple similar calls in game.cpp * Move RandomInputHandler::step definition into cpp file
* Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, ↵Loic Blot2018-01-201-0/+169
create_formspec_menu) * Move profilergraph to dedicated files * Move nodePlacementPrediction to Game class * Rename create_formspec_menu to GUIFormSpecMenu::create