|
|
118eed485e
|
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to 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()
|
2017-01-02 23:03:46 -03:00 |
|
|
|
1add52b55e
|
Brand new networked multiplayer
|
2016-08-19 16:48:41 -03:00 |
|
|
|
36e754457f
|
Warn instad of crashing when class instance is gone after yield. Closes #5247 , probably closes other yield related crashes
|
2016-06-29 21:06:16 -03:00 |
|
|
|
3754f6cd75
|
Properly show the source:line even in inner clases, closes #3766
|
2016-06-28 11:49:57 -03:00 |
|
|
|
df139f57b3
|
Some cleanup to GDScript
separated GDFunction (VM) from GDScript in two different files
|
2016-05-31 22:33:43 -03:00 |
|