index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
debugger
/
editor_profiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-...
Rémi Verschelde
2023-06-19
1
-2
/
+0
|
\
|
*
Add property hints for debugger/profiler editor settings
Hugo Locurcio
2023-03-22
1
-2
/
+0
*
|
Fix profilers' GUI trees
VolTer
2023-06-03
1
-3
/
+3
|
/
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-0
/
+2
*
Add expand modes to TextureRect
kobewi
2023-01-12
1
-1
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix: Profiler and Visual Profiler start/stop state inconsistency
stmSi
2022-12-23
1
-4
/
+9
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Make some Image methods static
kobewi
2022-10-14
1
-3
/
+1
*
Fix profiler being disabled at wrong times
halgriffiths
2022-09-13
1
-3
/
+19
*
Merge pull request #64377 from Mickeon/rename-canvas-redraw
Rémi Verschelde
2022-08-30
1
-5
/
+5
|
\
|
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-5
/
+5
*
|
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
|
/
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+3
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-1
/
+1
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-1
/
+1
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+2
|
/
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-1
/
+1
*
Increase the editor profiler frame history default and maximum limit
Hugo Locurcio
2022-05-28
1
-2
/
+2
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-12
/
+12
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-19
/
+19
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-6
/
+0
*
More icon updates on theme change
Haoyu Qiu
2022-03-15
1
-0
/
+1
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-1
/
+1
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-3
/
+7
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+2
*
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-07
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-8
/
+8
*
Add a tooltip for Inclusive and Self in the editor profiler
Hugo Locurcio
2021-07-24
1
-2
/
+3
*
Merge pull request #50599 from Calinou/editor-profiler-improve-tooltip
Rémi Verschelde
2021-07-19
1
-1
/
+1
|
\
|
*
Improve tooltips in the editor profiler to mention the script name
Hugo Locurcio
2021-07-19
1
-1
/
+1
*
|
Optimize StringName usage
reduz
2021-07-18
1
-9
/
+9
|
/
*
Clean up Tree
reduz
2021-07-04
1
-3
/
+6
*
Clean up RenderingServer and its bindings
reduz
2021-07-01
1
-1
/
+1
*
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-28
1
-3
/
+3
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Fix editor crash when exporting profiler data
Haoyu Qiu
2021-05-21
1
-20
/
+35
*
Clean up profiler
pkowal
2021-04-06
1
-142
/
+54
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-5
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+33
[next]