aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+1
| | | | | | 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.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Removes Script::get_node_type()Jerome670002017-10-251-2/+0
| | | | used before GDScript, with squirrel apparently
* [GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond2017-10-201-1/+0
|
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+130