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
*
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
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Use type information to enable GDScript introspection
George Marques
2018-07-20
1
-12
/
+8
*
Add typed instructions to GDScript
George Marques
2018-07-20
1
-1
/
+5
*
Move inheritance resolution to the parser
George Marques
2018-07-20
1
-2
/
+34
*
Add typing syntax
George Marques
2018-07-20
1
-0
/
+2
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-0
/
+45
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-0
/
+3
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-5
/
+5
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-8
/
+5
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
1
-0
/
+3
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-5
/
+5
*
Enable autoload in editor
George Marques
2018-05-01
1
-0
/
+9
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
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
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-3
/
+3
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-3
/
+3
*
Abstract some method for script system
geequlim
2017-11-17
1
-1
/
+18
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+1911