summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript.h
AgeCommit message (Collapse)Author
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-11-17Abstract some method for script systemgeequlim
2017-11-16GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde