| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -GDScript support for accessing properties directly | Juan Linietsky | 2017-01-04 | 1 | -0/+2 |
| | | | | | -Added code lookup and code completion support for properties too | ||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | ||||
| * | Brand new networked multiplayer | Juan Linietsky | 2016-08-19 | 1 | -0/+12 |
| | | |||||
| * | Warn instad of crashing when class instance is gone after yield. Closes ↵ | Juan Linietsky | 2016-06-29 | 1 | -0/+3 |
| | | | | | #5247 , probably closes other yield related crashes | ||||
| * | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky | 2016-06-28 | 1 | -0/+1 |
| | | |||||
| * | Some cleanup to GDScript | Juan Linietsky | 2016-05-31 | 1 | -0/+207 |
| separated GDFunction (VM) from GDScript in two different files | |||||
