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
/
gdscript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add setting to exclude addons from script warnings
mashumafi
2019-11-07
1
-0
/
+1
*
GDScript: Avoid editor crashes when there's cyclic inheritance
George Marques
2019-11-01
1
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-7
/
+4
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-7
/
+4
*
|
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
|
/
*
Make VarArg methods return types show up as Variant in API json
toasteater
2019-08-26
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-24
/
+9
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-20
1
-0
/
+22
|
\
|
*
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+22
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
|
Fix slight issues with autocompletion and member lists in GDScript
Bojidar Marinov
2019-05-02
1
-1
/
+1
*
|
GDScript: add variable shadowing warning
lupoDharkael
2019-04-15
1
-0
/
+5
|
/
*
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-04-05
1
-1
/
+1
*
Fix typo in GDScript narrowing conversion warning message
Hugo Locurcio
2019-03-08
1
-1
/
+1
*
Close file handles after use of new get_as_utf8_strings, fixes #26578
Juan Linietsky
2019-03-04
1
-3
/
+4
*
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
1
-49
/
+87
*
Merge pull request #26034 from QbieShay/issue_25596
Rémi Verschelde
2019-02-28
1
-1
/
+2
|
\
|
*
Inheriting from virtual class no longer causes the engine to crash, it prints...
QbieShay
2019-02-27
1
-1
/
+2
*
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-4
/
+4
|
/
*
Fix exported property values being lost if base GDScript fails to parse
Ignacio Etcheverry
2019-02-14
1
-1
/
+1
*
Ensure get script method list also checks base classes, fixes #23384
Juan Linietsky
2019-01-25
1
-8
/
+13
*
GDScript: don't allow calling non-static function from script
George Marques
2019-01-23
1
-1
/
+2
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
1
-15
/
+22
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
1
-15
/
+22
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-1
/
+0
*
Merge pull request #22953 from DualMatrix/properties_gone
Rémi Verschelde
2018-11-22
1
-18
/
+27
|
\
|
*
Fixed parents properties not appearing in inspector if parent is class_name.
DualMatrix
2018-10-12
1
-18
/
+27
*
|
Fix GDScript placeholder fallback
Ignacio Etcheverry
2018-11-10
1
-0
/
+7
*
|
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-25
1
-2
/
+2
|
\
\
|
*
|
Add some limits on the Editor Settings
Superwaitsum
2018-10-24
1
-2
/
+2
|
|
/
*
/
Optional getters/setters editor autocomplete
Jakub Grzesik
2018-10-23
1
-0
/
+1
|
/
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-0
/
+1
*
GDScript: Revert extra deletion when creating instance
George Marques
2018-09-19
1
-4
/
+1
*
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
1
-0
/
+5
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-1
/
+2
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-3
/
+3
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-3
/
+3
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-6
/
+6
|
/
*
Fix crash when extending non-existing GDScript file
Rémi Verschelde
2018-09-10
1
-11
/
+2
*
Fixes several resource leaks in ...
Crazy-P
2018-08-26
1
-4
/
+22
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-31
/
+5
*
GDScript: Show warning messages only on debugger
George Marques
2018-08-21
1
-3
/
+5
*
Fix error spam from loading script class icons
Will Nations
2018-08-15
1
-1
/
+1
*
Add custom icons to script classes.
Will Nations
2018-08-14
1
-1
/
+7
*
Merge pull request #20583 from neikeq/issue-15371
Rémi Verschelde
2018-08-14
1
-23
/
+31
|
\
|
*
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
1
-23
/
+31
*
|
Added system for GDScript warnings
George Marques
2018-08-10
1
-0
/
+172
|
/
[next]