aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_profiler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-784/+0
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-9/+9
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+29
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-2/+2
* some class renamesJuan Linietsky2017-01-121-1/+1
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-1/+1
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-2/+2
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-5/+5
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-9/+9
* Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* Update profiler curves on item toggled, closes #5680Juan Linietsky2016-07-211-0/+2
* i18n: Fix typo and sync templateRémi Verschelde2016-05-281-3/+3
* First version of ProfilerJuan Linietsky2016-05-211-0/+753