Juan Linietsky
|
0b1e93ccd4
-Make sure monitorable cant be flipped while flushing queries, fixes #17330
|
6 years ago |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
6 years ago |
Juan Linietsky
|
e647342140
Moved folding outside the resource files, now saved outside the project.
|
6 years ago |
Rémi Verschelde
|
8cabd31577
Merge pull request #22297 from DualMatrix/no_more_method_not_found_error
|
6 years ago |
Marc Gilleron
|
a392d553c2
Fix dirty read of ObjectID counter when threads are involved
|
6 years ago |
Rémi Verschelde
|
2091f20443
Fix warnings about wrong member initialization order [-Wreorder]
|
6 years ago |
DualMatrix
|
992a5892f1
Fixed method not found error when connecting with signal that fires in editor
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Juan Linietsky
|
8c435a343e
Merge pull request #16927 from neikeq/rework-refcount-notify
|
7 years ago |
Rémi Verschelde
|
de59fe04e7
Add print_verbose to print to stdout only in verbose mode
|
7 years ago |
Ignacio Etcheverry
|
908a30964a
Notify instance binding data api of refcount increment/decrement
|
7 years ago |
Juan Linietsky
|
031f763d4f
Crash fixes for material and animtree
|
7 years ago |
Juan Linietsky
|
c7e4527a88
Massive rewrite to AnimationTree. Many APIs changed in order to:
|
7 years ago |
Rémi Verschelde
|
b4f579b5ba
Merge pull request #20583 from neikeq/issue-15371
|
7 years ago |
Juan Linietsky
|
ac52eb444f
Ensure one shot signals are not disconnected while edited, closes #7776
|
7 years ago |
Ignacio Etcheverry
|
f3c7527225
Fix case where exported properties value is lost
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
Juan Linietsky
|
43dc050947
Several improvements to editor inspector usability and style
|
7 years ago |
George Marques
|
34e2ccc593
Fix return type of _get() virtual method
|
7 years ago |
Juan Linietsky
|
ff1e7cfbf4
Add is_instance_valid() method to GDScript, ending more than a decade of pain.
|
7 years ago |
Bojidar Marinov
|
9b8e8b2220
Bind many more properties to scripts
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
13c2ff9320
Style: Apply new clang-format 5.0 style to all files
|
7 years ago |
Juan Linietsky
|
bc2e8d99e5
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
|
7 years ago |
Bojidar Marinov
|
0b63e84566
Fix a crash in get_static_property_type_indexed
|
7 years ago |
Bojidar Marinov
|
0cf9597758
Allow for getting/setting indexed properties of objects using get/set_indexed
|
8 years ago |
Ross Hadden
|
1a97d6455d
Fixed a bunch of typos, including an error code.
|
8 years ago |
Wilson E. Alvarez
|
0f4643a4f6
Moved class_name and return_val to initializer list
|
8 years ago |
Ignacio Etcheverry
|
c16d00591b
DocData and type hints fixes
|
8 years ago |