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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12627 from Goutte/feat-support-tau
Rémi Verschelde
2017-11-12
5
-0
/
+18
|
\
|
*
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
5
-0
/
+18
*
|
Fixed help lookup not finding classes, issue 11867
Paulb23
2017-11-11
1
-21
/
+21
|
/
*
Make sure we don't leak when an opcode is followed by itself
Hein-Pieter van Braam
2017-11-09
1
-50
/
+80
*
Fix crash when guessing type of variable declared to itself
Bojidar Marinov
2017-11-08
1
-1
/
+3
*
Merge pull request #12035 from Chaosus/wrapfunc
Rémi Verschelde
2017-10-31
2
-0
/
+24
|
\
|
*
Added new wrap functions
Chaosus
2017-10-13
2
-0
/
+24
*
|
Fix get_node() and $ autocompletion when using single quotes
Unknown
2017-10-30
1
-2
/
+2
*
|
Removes Script::get_node_type()
Jerome67000
2017-10-25
2
-6
/
+0
*
|
Merge pull request #12365 from neikeq/p
Rémi Verschelde
2017-10-24
2
-0
/
+6
|
\
\
|
*
|
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
2017-10-24
2
-0
/
+6
|
|
/
*
|
fix editor crash when missing variable in pattern match dispatch
jagt
2017-10-24
1
-1
/
+2
*
|
Add _process(delta) to new script templates. Closes #11994.
mhilbrunner
2017-10-22
1
-1
/
+5
|
/
*
Add NIL_IS_VARIANT usage to few definitions
Ruslan Mustakov
2017-10-05
1
-1
/
+1
*
Replace a OPCODE_BREAK with break in opcode 31
Hein-Pieter van Braam
2017-10-01
1
-1
/
+1
*
Properly allow completion on variable initializer arguments, closes #9359
Juan Linietsky
2017-09-29
1
-2
/
+1
*
Fixed wrong break statement in GDFunction::call
Scayze
2017-09-27
1
-1
/
+1
*
Remove several checks on DEBUG_RELEASE
Hein-Pieter van Braam
2017-09-25
1
-4
/
+13
*
Use computed goto to dispatch next opcode
Hein-Pieter van Braam
2017-09-25
1
-109
/
+183
*
Implement Linux-style likely()/unlikely() macros
Hein-Pieter van Braam
2017-09-21
1
-3
/
+3
*
Allow booleanization of all types
Hein-Pieter van Braam
2017-09-19
1
-24
/
+3
*
Remove more GDScript runtime checks on release
Hein-Pieter van Braam
2017-09-19
1
-33
/
+54
*
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-17
3
-4
/
+4
*
Changed/Added descriptions in @GDScript. Added examples. Fixed return types o...
William Taylor
2017-09-12
1
-2
/
+2
*
Merge pull request #11057 from hpvb/fix-various-warnings
Rémi Verschelde
2017-09-12
1
-3
/
+3
|
\
|
*
Fix various assorted warnings
Hein-Pieter van Braam
2017-09-08
1
-3
/
+3
*
|
Implement String len()
Poommetee Ketson
2017-09-11
1
-3
/
+11
|
/
*
Fixes language overridden external editors
Ignacio Etcheverry
2017-09-03
1
-1
/
+0
*
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
2
-5
/
+5
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-3
/
+3
*
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
Juan Linietsky
2017-08-29
2
-15
/
+27
|
\
|
*
Makes built-in vararg methods actual vararg methods
Ignacio Etcheverry
2017-08-29
2
-9
/
+16
|
*
DocData and type hints fixes
Ignacio Etcheverry
2017-08-29
2
-6
/
+11
*
|
-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
|
/
*
Fix a crash in gdscript callbacks
Hein-Pieter van Braam
2017-08-27
1
-2
/
+2
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
6
-404
/
+6
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
15
-15
/
+15
*
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
5
-75
/
+66
|
\
|
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
5
-75
/
+66
*
|
Implemented, The Amazing Zylann Hack (tm), fixes #10603
Juan Linietsky
2017-08-25
3
-0
/
+19
|
/
*
GDScript: More reliable check if loading a template.
Andreas Haas
2017-08-24
1
-1
/
+1
*
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
4
-12
/
+150
*
Changed MethodBind API to request information from methods. It's much claner ...
Juan Linietsky
2017-08-23
1
-6
/
+6
*
Merge pull request #10542 from karroffel/gdscript-match-index
Rémi Verschelde
2017-08-23
1
-1
/
+20
|
\
|
*
support enums and nested constants in match statement
Karroffel
2017-08-22
1
-1
/
+20
*
|
Removed unnecessary returns and break statements
Wilson E. Alvarez
2017-08-22
2
-2
/
+4
|
/
*
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
Rémi Verschelde
2017-08-22
3
-21
/
+7
|
\
[next]