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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-0
/
+23
*
Keep a weak reference to orphan subclasses to reuse on class reload
ChibiDenDen
2020-01-15
1
-0
/
+7
*
Add fully_qualified_name for GDScript class
Dani Frank
2020-01-14
1
-0
/
+1
*
Add GDScript warning for standalone expression
George Marques
2020-01-09
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Parse more informations for code completion
Geequlim
2019-07-04
1
-1
/
+1
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-2
/
+0
*
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-2
/
+2
|
\
|
*
Don't allow class_name in built-in scripts
lupoDharkael
2019-04-17
1
-1
/
+1
|
*
Fix code completion not working with class_name
lupoDharkael
2019-04-16
1
-1
/
+1
*
|
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-20
1
-0
/
+1
|
\
\
|
*
|
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+1
*
|
|
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-2
/
+3
*
|
|
GDScript: add variable shadowing warning
lupoDharkael
2019-04-15
1
-0
/
+1
|
|
/
|
/
|
*
|
Add support for type hints in non-default script editor templates
Hugo Locurcio
2019-04-05
1
-0
/
+1
|
/
*
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
1
-0
/
+1
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
1
-0
/
+5
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
1
-0
/
+5
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
|
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
1
-0
/
+2
|
/
*
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-1
/
+1
*
Fix warnings about wrong member initialization order [-Wreorder]
Rémi Verschelde
2018-09-28
1
-2
/
+2
*
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
1
-0
/
+1
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
|
/
*
Add custom icons to script classes.
Will Nations
2018-08-14
1
-1
/
+1
*
Merge pull request #20583 from neikeq/issue-15371
Rémi Verschelde
2018-08-14
1
-0
/
+1
|
\
|
*
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
1
-0
/
+1
*
|
Added system for GDScript warnings
George Marques
2018-08-10
1
-1
/
+44
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-3
/
+3
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-1
/
+1
*
Use type information to enable GDScript introspection
George Marques
2018-07-20
1
-0
/
+1
*
Add static type checks in the parser
George Marques
2018-07-20
1
-0
/
+5
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-0
/
+5
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-3
/
+3
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-3
/
+3
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-3
/
+3
*
Enable autoload in editor
George Marques
2018-05-01
1
-1
/
+5
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-1
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Abstract some method for script system
geequlim
2017-11-17
1
-2
/
+6
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+450