Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
5 years ago |
Rémi Verschelde
|
99a4274f51
Make add_property error more explicit on duplicates
|
6 years ago |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
6 years ago |
Rémi Verschelde
|
95131e6f23
Fix warnings on release builds (not DEBUG_ENABLED)
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 years ago |
Juan Linietsky
|
f1e5b7cf42
Print an error if you try to instantiate an editor class outside the editor, fixes #17624
|
6 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
6 years ago |
Juan Linietsky
|
2dc738ce27
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
6 years ago |
Rémi Verschelde
|
b774156729
Merge pull request #18514 from neikeq/api-hash-fixes
|
6 years ago |
Ignacio Etcheverry
|
3a86dffc5e
ClassDB API hash now only includes exposed classes
|
6 years ago |
Rémi Verschelde
|
bf7ca623a6
Fix Coverity reports of uninitialized scalar variable
|
6 years ago |
Felix Yang
|
7d5a40c3e6
Ctrl+Clicking a enum now scrolls down to it in the docs.
|
6 years ago |
Leon Krause
|
25800ffb0e
Add RWLockDummy for NO_THREADS builds
|
6 years ago |
Rémi Verschelde
|
23ebae01dc
Refactor version macros and fix related bugs
|
6 years ago |
Marc Gilleron
|
e415fd05bb
Added all missing VisualServer bindings
|
6 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
6 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
6 years ago |
Bernhard Liebl
|
b17ae020bb
Faster ClassDB::get_api_hash()
|
7 years ago |
Rémi Verschelde
|
626eebdec4
PropertyEditor: Fix display of property doc in tooltip
|
7 years ago |
Leon Krause
|
cf3919b228
Bind some VisualServer functions
|
7 years ago |
Ignacio Etcheverry
|
0c2e882210
Adds 'exposed' field to ClassInfo
|
7 years ago |
Ignacio Etcheverry
|
d1e00130e9
Fixes order of default arguments in MethodInfo
|
7 years ago |
Ignacio Etcheverry
|
27ca7e7313
Fixes reversed order of default arguments in MethodInfo
|
7 years ago |
Juan Linietsky
|
9c3bddfac2
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
|
7 years ago |
Ignacio Etcheverry
|
ddb1ce08c3
Fixes missing default arguments in MethodInfo
|
7 years ago |
Wilson E. Alvarez
|
b9d0579be9
Removed ParamDef and ParamHint structs
|
7 years ago |
Juan Linietsky
|
8fce79aaee
-Some fixes to code completion.
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 years ago |
Rémi Verschelde
|
c90bfcb1c6
Re-apply clang-format to all files
|
7 years ago |
Juan Linietsky
|
36e0a72c77
-Code completion for enumerations
|
7 years ago |