Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-07 | Renamed the bind_native functions to bind_vararg, should make it show the ↵ | Juan Linietsky | |
documentation more clearly and also make it easier to bind to C# | |||
2016-08-19 | Brand new networked multiplayer | Juan Linietsky | |
2016-08-05 | Fix #5891 by not expecting the script instance to be a GDInstance | Bojidar Marinov | |
It could be a placeholder instance as well | |||
2016-06-29 | Warn instad of crashing when class instance is gone after yield. Closes ↵ | Juan Linietsky | |
#5247 , probably closes other yield related crashes | |||
2016-06-20 | Property reporty base type when a function fails, fixes #4581 probably also ↵ | Juan Linietsky | |
closes other issues | |||
2016-06-11 | Made many built-in gdscript functions return more descriptive errors, closes ↵ | Juan Linietsky | |
#5150 | |||
2016-05-31 | Some cleanup to GDScript | Juan Linietsky | |
separated GDFunction (VM) from GDScript in two different files |