Goutte
|
91ca725f9b
Add support for the TAU constant. Fixes #12094.
|
8 years ago |
Bojidar Marinov
|
b7fd065f5c
Fix crash when guessing type of variable declared to itself
|
8 years ago |
Unknown
|
7683ff3e42
Fix get_node() and $ autocompletion when using single quotes
|
8 years ago |
Rémi Verschelde
|
847c55bcb1
Merge pull request #12365 from neikeq/p
|
8 years ago |
Ignacio Etcheverry
|
e218a13a64
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
|
8 years ago |
mhilbrunner
|
ba779c1c0c
Add _process(delta) to new script templates. Closes #11994.
|
8 years ago |
Juan Linietsky
|
0a5799fb43
Properly allow completion on variable initializer arguments, closes #9359
|
8 years ago |
Hein-Pieter van Braam
|
137f8a58a8
Move Variant::evaluate() switch to computed goto
|
8 years ago |
Hein-Pieter van Braam
|
67a706fc1b
Fix various assorted warnings
|
8 years ago |
Juan Linietsky
|
9c3bddfac2
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
|
8 years ago |
Ignacio Etcheverry
|
8bd92a96a4
Makes built-in vararg methods actual vararg methods
|
8 years ago |
Ignacio Etcheverry
|
c16d00591b
DocData and type hints fixes
|
8 years ago |
Juan Linietsky
|
8fce79aaee
-Some fixes to code completion.
|
8 years ago |
Juan Linietsky
|
d23f323cde
-Moved script run to editor, removed from project
|
8 years ago |
Rémi Verschelde
|
7ad14e7a3e
Dead code tells no tales
|
8 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Hein-Pieter van Braam
|
3e25cf9e05
Add two missing Null checks
|
8 years ago |
Rémi Verschelde
|
490aef9369
Merge pull request #10581 from hpvb/fix-gcc6+
|
8 years ago |
Juan Linietsky
|
b1c0e45b03
Implemented, The Amazing Zylann Hack (tm), fixes #10603
|
8 years ago |
Hein-Pieter van Braam
|
cacced7e50
Convert Object::cast_to() to the static version
|
8 years ago |
Rémi Verschelde
|
3ea0943f64
Fix mismatched signatures for GDScriptLanguage::complete_code
|
8 years ago |
Juan Linietsky
|
36e0a72c77
-Code completion for enumerations
|
8 years ago |
Juan Linietsky
|
3d1c031871
Changed MethodBind API to request information from methods. It's much claner now.
|
8 years ago |
Ignacio Etcheverry
|
90b8a5b71e
Removes editor_hint from SceneTree
|
8 years ago |
Indah Sylvia
|
5ae78fdf6a
Makes all Godot API's methods Lower Case
|
8 years ago |
Andrii Doroshenko (Xrayez)
|
72436956dd
Update GDScript completion names for Pool*Arrays
|
8 years ago |
Poommetee Ketson
|
c7c65ca6ba
Clang-formatting *.cpp and *.h (some files excluded)
|
8 years ago |
Juan Linietsky
|
25678b1876
-Renamed GlobalConfig to ProjectSettings, makes more sense.
|
8 years ago |
Juan Linietsky
|
00e5ba3143
Remove methods from code completion which are already exposed by properties, makes completion cleaner and more close to the documentation.
|
8 years ago |
Mariano Suligoy
|
7fe750583e
GdScript: Add signal autocompletion to emit_signal function
|
8 years ago |