| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -421/+0 |
* | Merge pull request #36640 from reduz/resource-loader-refactor | Rémi Verschelde | 2020-02-28 | 1 | -1/+1 |
|\ |
|
| * | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 1 | -1/+1 |
* | | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -4/+2 |
|/ |
|
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -1/+1 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -2/+2 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -3/+3 |
* | Fix to category in material. | Juan Linietsky | 2020-02-11 | 1 | -0/+1 |
* | Several fixes to GIProbes | Juan Linietsky | 2020-02-11 | 1 | -0/+1 |
* | Modernized default 3D material, fixes material bugs. | Juan Linietsky | 2020-02-11 | 1 | -5/+5 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Use an internal skin unless one is supplied by user, fixes #32766 | Juan Linietsky | 2019-12-16 | 1 | -3/+4 |
* | Added skin support and simplified APIs to override bone position. | Juan Linietsky | 2019-09-18 | 1 | -4/+33 |
* | Add Open Asset Import Library to Godot. | K. S. Ernest (iFire) Lee | 2019-04-05 | 1 | -1/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Expose the new gizmo plugin system to scripting | JFonS | 2018-12-21 | 1 | -0/+2 |
* | Get surface material count in MeshInstance for scripts | PouleyKetchoupp | 2018-10-23 | 1 | -0/+6 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -1/+1 |
* | Implemented Soft body | AndreaCatania | 2018-07-23 | 1 | -0/+1 |
* | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | 2018-06-27 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -5/+5 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -6/+6 |
* | tagents --> tangents | ISylvox | 2017-07-26 | 1 | -3/+3 |
* | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 1 | -13/+13 |
* | Implemented environment arrays for skybox reflection and roughness, quality i... | Juan Linietsky | 2017-07-04 | 1 | -6/+7 |
* | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky | 2017-07-03 | 1 | -0/+78 |
* | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -0/+3 |
* | Properly exposed material types everywhere. | Juan Linietsky | 2017-06-22 | 1 | -1/+1 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -95/+71 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -7/+7 |
* | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -2/+2 |
* | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
* | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
* | Unify naming of blendshape / morphtarget into just "Blend Shape" | Juan Linietsky | 2017-01-12 | 1 | -8/+8 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |
* | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -3/+3 |
* | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -2/+3 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -10/+10 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -13/+74 |
* | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -4/+4 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -2/+2 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |