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
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-4
/
+4
*
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
1
-0
/
+1
*
Implement Autostart Feature for Profiler / Visual Profiler / Network Profiler
Hendrik Brucker
2024-09-10
1
-3
/
+15
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
Fix profiler seek line color in light modes, update on theme change
Christian Kaiser
2024-05-26
1
-2
/
+12
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-3
/
+3
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-3
/
+3
*
Merge pull request #86143 from YeldhamDev/ttr_here,_rtr_there
Rémi Verschelde
2024-03-26
1
-3
/
+3
|
\
|
*
Stop using `RTR()` inside the "editor" folder
Michael Alexsander
2024-02-27
1
-3
/
+3
*
|
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
|
Merge pull request #86398 from reach-satori/prof-visibility-fix
Rémi Verschelde
2024-03-01
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix internal profiling button being visible when disabled
Mateus Reis
2023-12-21
1
-0
/
+1
*
|
Fix editor profiler script function sort order
baptr
2024-01-27
1
-1
/
+1
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
/
*
Fix missing time for some script functions in profiler
msreis
2023-12-19
1
-0
/
+16
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-7
/
+8
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
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
[next]