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
/
property_selector.cpp
Age
Commit message (
Expand
)
Author
2022-08-01
Remove excessive `editor/property_editor.h` includes
Yuri Sizov
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Reload built-in scripts when picking methods
kobewi
2022-02-04
String: Add contains().
Anilforextra
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
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-08-08
Make property description in the animation editor actually show it
Michael Alexsander
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
Fix visual script icons
Nick Huelin
2021-07-18
Optimize StringName usage
reduz
2021-06-15
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-09
update property selector's icon list and rename Quat.svg to Quaternion.svg
Silc 'Tokage' Renew
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-09
Refactored variant constructor logic
reduz
2020-08-19
Improve search and display in the editor property/method selector
Hugo Locurcio
2020-05-28
Use translated docs in PropertySelector
Rémi Verschelde
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
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-05
Fix error with a specific dock layout
volzhs
2018-09-14
Refactor editor icon retrieval
willnationsdev
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
[next]