index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gd_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-2950
/
+0
*
doc: Rename "@Global Scope" to "@GlobalScope"
Rémi Verschelde
2017-11-15
1
-1
/
+1
*
Fixed signal connection dialog ignoring indentation settings when creating a ...
Michael Alexsander Silva Dias
2017-11-13
1
-1
/
+1
*
Merge pull request #12627 from Goutte/feat-support-tau
Rémi Verschelde
2017-11-12
1
-0
/
+5
|
\
|
*
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
1
-0
/
+5
*
|
Fixed help lookup not finding classes, issue 11867
Paulb23
2017-11-11
1
-21
/
+21
|
/
*
Fix crash when guessing type of variable declared to itself
Bojidar Marinov
2017-11-08
1
-1
/
+3
*
Fix get_node() and $ autocompletion when using single quotes
Unknown
2017-10-30
1
-2
/
+2
*
Merge pull request #12365 from neikeq/p
Rémi Verschelde
2017-10-24
1
-0
/
+5
|
\
|
*
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
2017-10-24
1
-0
/
+5
*
|
Add _process(delta) to new script templates. Closes #11994.
mhilbrunner
2017-10-22
1
-1
/
+5
|
/
*
Properly allow completion on variable initializer arguments, closes #9359
Juan Linietsky
2017-09-29
1
-2
/
+1
*
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-17
1
-1
/
+1
*
Fix various assorted warnings
Hein-Pieter van Braam
2017-09-08
1
-3
/
+3
*
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
Juan Linietsky
2017-08-29
1
-4
/
+6
|
\
|
*
Makes built-in vararg methods actual vararg methods
Ignacio Etcheverry
2017-08-29
1
-2
/
+2
|
*
DocData and type hints fixes
Ignacio Etcheverry
2017-08-29
1
-2
/
+4
*
|
-Some fixes to code completion.
Juan Linietsky
2017-08-28
1
-3
/
+28
*
|
-Moved script run to editor, removed from project
Juan Linietsky
2017-08-27
1
-19
/
+34
|
/
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-121
/
+3
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add two missing Null checks
Hein-Pieter van Braam
2017-08-26
1
-2
/
+6
*
Merge pull request #10581 from hpvb/fix-gcc6+
Rémi Verschelde
2017-08-25
1
-61
/
+54
|
\
|
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-61
/
+54
*
|
Implemented, The Amazing Zylann Hack (tm), fixes #10603
Juan Linietsky
2017-08-25
1
-0
/
+14
|
/
*
Fix mismatched signatures for GDScriptLanguage::complete_code
Rémi Verschelde
2017-08-24
1
-1
/
+1
*
-Code completion for enumerations
Juan Linietsky
2017-08-24
1
-10
/
+131
*
Changed MethodBind API to request information from methods. It's much claner ...
Juan Linietsky
2017-08-23
1
-6
/
+6
*
Removes editor_hint from SceneTree
Ignacio Etcheverry
2017-08-19
1
-1
/
+2
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-2
/
+2
*
Update GDScript completion names for Pool*Arrays
Andrii Doroshenko (Xrayez)
2017-07-25
1
-2
/
+2
*
Clang-formatting *.cpp and *.h (some files excluded)
Poommetee Ketson
2017-07-22
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-10
/
+10
*
Remove methods from code completion which are already exposed by properties, ...
Juan Linietsky
2017-06-23
1
-2
/
+2
*
GdScript: Add signal autocompletion to emit_signal function
Mariano Suligoy
2017-06-23
1
-1
/
+1
*
Add ability to use custom script templates.
Andreas Haas
2017-06-13
1
-0
/
+13
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-65
/
+4
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-1
/
+1
*
Fix #8674, and rename a few things for clarity
Bojidar Marinov
2017-05-08
1
-1
/
+1
*
Changed indent type settings
Paulb23
2017-04-26
1
-1
/
+1
*
Honoring the Indent setting for gdscript
Ramesh Ravone
2017-04-25
1
-10
/
+13
*
Merge pull request #8444 from magyar123/pr-complete-paths
Rémi Verschelde
2017-04-24
1
-0
/
+24
|
\
|
*
Added autocomplete for file paths in the script editor
mbalint12
2017-04-18
1
-0
/
+24
*
|
Added support for space indentation
Paulb23
2017-04-18
1
-2
/
+23
|
/
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
Fixed typo in gdscript autocompletion.
mbalint12
2017-03-17
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-1101
/
+915
*
Inf and NaN support added to GDScript.
Saracen
2017-02-28
1
-0
/
+10
*
Merge pull request #7851 from shlomif/fix-some-compilation-warnings
Rémi Verschelde
2017-02-26
1
-0
/
+1
|
\
[next]