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_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add extended check option to GDFunctionState::is_valid()
Pedro J. Estébanez
2017-05-17
1
-3
/
+15
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix random crashes when using yield()
Pedro J. Estébanez
2017-03-21
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-525
/
+466
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
1
-0
/
+29
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
Remove bounds check when resuming from yield.
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-2
/
+2
*
Style: Cosmetic fixes to play nice with clang-format
Rémi Verschelde
2017-01-15
1
-48
/
+63
*
Both Array and Dictionary are always in shared mode (removed copy on write).
Juan Linietsky
2017-01-11
1
-2
/
+2
*
-GDScript support for accessing properties directly
Juan Linietsky
2017-01-04
1
-1
/
+41
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-8
/
+8
*
Renamed the bind_native functions to bind_vararg, should make it show the doc...
Juan Linietsky
2016-09-07
1
-1
/
+1
*
Brand new networked multiplayer
Juan Linietsky
2016-08-19
1
-0
/
+1
*
Fix #5891 by not expecting the script instance to be a GDInstance
Bojidar Marinov
2016-08-05
1
-2
/
+1
*
Warn instad of crashing when class instance is gone after yield. Closes #5247...
Juan Linietsky
2016-06-29
1
-0
/
+25
*
Property reporty base type when a function fails, fixes #4581 probably also c...
Juan Linietsky
2016-06-20
1
-2
/
+2
*
Made many built-in gdscript functions return more descriptive errors, closes ...
Juan Linietsky
2016-06-11
1
-1
/
+6
*
Some cleanup to GDScript
Juan Linietsky
2016-05-31
1
-0
/
+1429