Aaron Franke
|
fa3a32a2d6
Use Key enum instead of plain integers
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Nick Huelin
|
e50ab50169
Fix visual script icons
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
Rémi Verschelde
|
b02f42def7
Merge pull request #49043 from theoway/missing_description_vs_search_window_fixed
|
4 years ago |
Umang Kalra
|
5e8d31ef0e
|
4 years ago |
Bastiaan Olij
|
2161fd117b
Adding some more missing renames for Transform3D and Quaternion
|
4 years ago |
Silc 'Tokage' Renew
|
67689dac7b
update property selector's icon list and rename Quat.svg to Quaternion.svg
|
4 years ago |
trollodel
|
bca0d36fe6
Improve TreeItem API and allow to move nodes
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Marcel Admiraal
|
8509c8c8fc
Rename AcceptDialog get_ok() to get_ok_button()
|
4 years ago |
Thakee Nathees
|
42bfa16996
Refactor DocData into core and editor (DocTools) parts
|
4 years ago |
reduz
|
221a2a1742
Refactored variant constructor logic
|
4 years ago |
Rémi Verschelde
|
a16031beb6
Use translated docs in PropertySelector
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
dcd1151d77
Enforce use of bool literals instead of integers
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
441f1a5fe9
Popups are now windows also (broken!)
|
5 years ago |
Juan Linietsky
|
4758057f20
Working multiple window support, including editor
|
5 years ago |
Juan Linietsky
|
9e08742de8
Added a Window node, and made it the scene root.
|
5 years ago |
Rémi Verschelde
|
e2b66cacf7
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
|
5 years ago |
Rémi Verschelde
|
09a6a2d8f8
Signals: Port more uses of connect_compat
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
bruvzg
|
1af06d3d46
Rename `scancode` to `keycode`.
|
7 years ago |
Rafał Mikrut
|
d0621b954b
Fix suspicious | and + operators
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |