Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Remove systematic "Init(i)alization here" from _ready() | Rémi Verschelde | |
2015-12-09 | Improve code formatting | Rémi Verschelde | |
The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - spaces around weak operators (+, -), no spaces around strong operators (*, /) - spaces around comparison operators and compound assignment operators - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines - comment sentences start with an upper-case letter | |||
2015-05-06 | Delete line without functionality | Nicolas Laurito | |
2015-05-04 | -vec3 uniforms should now work, fixes #1773 | Juan Linietsky | |
2015-05-03 | improved kinematic motion, improved demos for kinematic motion | Juan Linietsky | |
2015-01-13 | -Add support for one-way collision in 2D (only works for kinematic body so far) | Juan Linietsky | |
-Solve drawing order bug introduced in previous commit: solves #1214 | |||
2014-10-16 | -added custom metadata to physics shapes (2D only for now) | Juan Linietsky | |
-gizmos are not displayed in camera preview | |||
2014-09-06 | Fixed comments in kinematic_char demo | Luke Picciau | |
2014-02-22 | -added kinematic body | Juan Linietsky | |
-added kinematic body demos |