index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
debugger
/
editor_profiler.cpp
Age
Commit message (
Expand
)
Author
2022-10-14
Make some Image methods static
kobewi
2022-09-13
Fix profiler being disabled at wrong times
halgriffiths
2022-08-30
Merge pull request #64377 from Mickeon/rename-canvas-redraw
Rémi Verschelde
2022-08-30
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-05-28
Increase the editor profiler frame history default and maximum limit
Hugo Locurcio
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-03-15
More icon updates on theme change
Haoyu Qiu
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-01-29
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-07
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-07-24
Add a tooltip for Inclusive and Self in the editor profiler
Hugo Locurcio
2021-07-19
Merge pull request #50599 from Calinou/editor-profiler-improve-tooltip
Rémi Verschelde
2021-07-18
Optimize StringName usage
reduz
2021-07-19
Improve tooltips in the editor profiler to mention the script name
Hugo Locurcio
2021-07-04
Clean up Tree
reduz
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-28
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-05-21
Fix editor crash when exporting profiler data
Haoyu Qiu
2021-04-06
Clean up profiler
pkowal
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-04-29
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-08
Update editor debugger to new remote debugger.
Fabio Alessandrelli