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
/
create_dialog.cpp
Age
Commit message (
Expand
)
Author
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-02-19
Fix crash in Create New Node dialog with certain user-created scripts
Haoyu Qiu
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Merge pull request #40140 from hinlopen/tree-scroll-center
Rémi Verschelde
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-05
Center when scrolling to tree item.
Stijn Hinlopen
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-17
Merge pull request #55509 from V-Sekai/create_node_and_doc_fix
Rémi Verschelde
2022-01-16
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-28
Refactor auto-instantiation of `Object` properties in editor
Andrii Doroshenko (Xrayez)
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-07
Fix error emitting when called new shader dialog from resource dialog
Yuri Roubinsky
2021-12-01
Properly handle named class types inheriting from scripts without names.
SaracenOne
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-20
Merge pull request #50505 from Calinou/editor-create-dialog-display-class-name
Rémi Verschelde
2021-07-18
Optimize StringName usage
reduz
2021-07-16
Display the class name in the description
Hugo Locurcio
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-04-27
Improve the editor theme
Hugo Locurcio
2021-03-01
Merge pull request #41437 from KoBeWi/put_it_here
Rémi Verschelde
2021-02-26
Allow to create a node at specific position
Tomasz Chabora
2021-02-17
Change fallback icon for abstract nodes to have a grayed out color
Aaron Franke
2021-01-06
Fix cases of resources destroyed too early
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-21
Rename unselect to deselect
Marcel Admiraal
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-23
Small naming and tooltip tweaks
Michael Alexsander
2020-07-21
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-06
Fix editor crash when creating a custom resource from create dialog
Andrii Doroshenko (Xrayez)
2020-07-03
Improve Create Dialog search ranking and refactor calculation.
Stijn Hinlopen
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-12
Object: Add usage hint to instantiate Object properties in editor
Rémi Verschelde
2020-06-11
Fix custom types in node list search
Tomasz Chabora
2020-05-27
Add fallback icons and make custom ones appear in the recent/favorites list i...
Michael Alexsander
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
[next]