Age | Commit message (Expand) | Author |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-10 | DOF blur, near and far fields.. | Juan Linietsky |
2016-12-04 | Support for SSAO | Juan Linietsky |
2016-11-09 | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky |
2016-11-09 | Merge pull request #7039 from RandomShaper/fix-triangulation | Rémi Verschelde |
2016-11-07 | Some missing License notice has been added | SPTelur |
2016-11-05 | Clean/fix triangulation internals | Pedro J. Estébanez |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-10-30 | Merge pull request #6751 from SuperUserNameMan/new_PRNG_for_rand_from_seed | Rémi Verschelde |
2016-10-19 | Everything returning to normal in 3D, still a long way to go | Juan Linietsky |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-10 | xorshift32 PRNG for Math::rand_from_seed() | yg2f |
2016-10-08 | Added simple check to viewport, if matrix32 is invesile (https://github.com/g... | Mateusz Adamczyk |
2016-10-03 | Vector3: added angle_to(Vector3 other) | J08nY |
2016-10-03 | Vector3: format properly, fix indents | J08nY |
2016-09-19 | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl |
2016-09-13 | Added a generic AStar implementation to Godot. | Juan Linietsky |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky |
2016-09-06 | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky |
2016-08-24 | Matrix32: Add constructor that takes six real_t params | Ignacio Etcheverry |
2016-08-13 | Fix some warnings about misleading indentation | Johan Manuel |
2016-07-28 | Fix regression with str() improvements for math types | Ignacio Etcheverry |
2016-07-27 | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde |
2016-07-27 | Prettier str() for some math types | Ignacio Etcheverry |
2016-07-26 | Changed the way the step decimals are computed to a safer way, fixes many iss... | Juan Linietsky |
2016-07-24 | Turn some prints to error logs, remove others | Rémi Verschelde |
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde |
2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky |
2016-06-19 | Remove USE_QUAD_VECTORS unused check | J08nY |
2016-06-18 | Drop empty .cpp files for header-only classes | Rémi Verschelde |
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde |
2016-05-21 | First version of Profiler | Juan Linietsky |
2016-05-01 | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-02-17 | Correct octree's AABB intersect test, fixes #3576 and #3253 | sheepandshepherd |
2016-01-03 | Fixed the decimals function, it can't be perfect but it should be good enough... | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-29 | removed wron return types, fixes #2483 | reduz |
2015-12-14 | implement point cloud function using convex hull for ConvexPolygonShape2D, fi... | Juan Linietsky |
2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky |
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky |
2015-11-11 | Implement Quat multiply operator, and xform method | Franklin Sobrinho |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde |
2015-10-17 | Merge pull request #2266 from MrGreenTea/master | Juan Linietsky |
2015-09-26 | Fix some copy-paste mistakes in linear/db volume functions | Rémi Verschelde |
2015-07-15 | added floor() and ceil() to Vector3 | MrGreenTea |
2015-06-11 | Changed floats to 'real_t'. | James McLean |
2015-06-11 | Changed 'scale' to 'scale_basis' in 'interpolate_with'. | James McLean |
2015-06-11 | Implemented interpolation for affine transformations (Matrix32::interpolate_w... | James McLean |