Age | Commit message (Expand) | Author |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-16 | a ton of bug fixes to the renderer | Juan Linietsky |
2017-02-15 | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-02-08 | basic contact shadows implementation, will most likely need some polishing | Juan Linietsky |
2017-02-06 | ability to adjust propagation in gi probe | Juan Linietsky |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-01-20 | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky |
2017-01-18 | Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib... | Ray Koopa |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
2017-01-16 | Working on compile issues for iOS | BastiaanOlij |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-15 | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Renamed call_group to call_group_flags, made call_group without flags the def... | Juan Linietsky |
2017-01-13 | rename monitoring functions | Juan Linietsky |
2017-01-13 | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na... | Juan Linietsky |
2017-01-13 | Rename collision layer as suggested in #5696 | Juan Linietsky |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-12 | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C... | Juan Linietsky |
2017-01-12 | Unify naming of blendshape / morphtarget into just "Blend Shape" | Juan Linietsky |
2017-01-12 | Renamed most signals so they refer to: | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky |
2017-01-10 | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky |
2017-01-10 | It is now possible to name layers of different kinds! | Juan Linietsky |
2017-01-10 | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky |
2017-01-10 | Few small fixes so tools=no and target=release compiles | BastiaanOlij |
2017-01-09 | Fixed inertia tensor computation and center of mass | m4nu3lf |
2017-01-08 | Fix the order in which additional transformations are applied in Matrix3 and ... | Ferenc Arn |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-04 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-03 | Use right handed coordinate system for rotation matrices and quaternions. Als... | Ferenc Arn |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-02 | Merge pull request #7391 from ktksgit/master | Rémi Verschelde |
2017-01-02 | Merge pull request #7363 from Elinvention/bone_attachment | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-31 | Some fixes and clean ups | Juan Linietsky |
2016-12-30 | begin work on new particle system | reduz |
2016-12-29 | Update DebugMesh when NavMesh changes | ktksgit |
2016-12-24 | Expose set_bone_name and get_bone_name to GDscript | Elia Argentieri |
2016-12-23 | baking now shows a proper button, and bakes can be saved. | Juan Linietsky |
2016-12-22 | can bake for omni and spotlight | Juan Linietsky |