Juan Linietsky
|
f8ef38efed
Add proper type to most public API uses of Array
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
simpuid
|
f817ba8379
Implement undo-redo feature for Parameter Paste in the Inspector
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
5 years ago |
Juan Linietsky
|
3f335ce3d4
Texture refactor
|
6 years ago |
volzhs
|
f61cd51643
Don't copy script with copy params
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rafał Mikrut
|
ed1c4bc77d
Removed unused variables, add some constants numbers
|
5 years ago |
PouleyKetchoupp
|
b777d9b34a
Multi-selection restored properly after switching scenes
|
5 years ago |
Rémi Verschelde
|
99cc4d246f
Merge pull request #33343 from KoBeWi/scene_tree_dusting
|
5 years ago |
PouleyKetchoupp
|
fb9ff92c29
Node create dialog filtering optimization
|
5 years ago |
Tomasz Chabora
|
4ed2abb0bf
Another scene tree dock menu cleanup
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 years ago |
Tomasz Chabora
|
cedee8281b
Allow to create scene from FileSystem dock
|
6 years ago |
Bojidar Marinov
|
4f72178868
Make custom types more subtle and more useful
|
6 years ago |
Hein-Pieter van Braam-Stewart
|
0ac7715a27
Fix moving and renaming files
|
6 years ago |
George Marques
|
25f9aee005
Allow class_name scripts to have nested inheritance
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
af92b7dc14
Merge pull request #23060 from willnationsdev/inherit-non-class-script
|
6 years ago |
DrNochi
|
911d3a4586
Check if setting exists to prevent warning
|
6 years ago |
Will Nations
|
372f82e7a7
Fix Script -> Script Class not in CreateDialog
|
6 years ago |
willnationsdev
|
5436abefe4
Refactor editor icon retrieval
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Will Nations
|
6d9cc032e7
Add custom icons to script classes.
|
7 years ago |
Juan Linietsky
|
274d1bc683
Merge pull request #20233 from willnationsdev/gsc-editor
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |