aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes to constants in scopeJuan Linietsky2014-05-021-6/+11
|
* -Fixes to OpenSSL compilation (more)Juan Linietsky2014-05-011-0/+5
| | | | -Fix bug in GDScript, now static functions can call static functions.
* -Support for changing fontsJuan Linietsky2014-04-051-0/+13
| | | | | | | -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes
* -scripts are converted to bytecode on exportJuan Linietsky2014-02-251-10/+69
| | | | -fix bug in doc where touchscreen events were not documented
* -moved script to modulesJuan Linietsky2014-02-241-0/+2222