Age | Commit message (Expand) | Author |
2017-04-28 | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde |
2017-04-24 | Merge pull request #8277 from tagcup/math_checks | Rémi Verschelde |
2017-04-17 | Fix PRNG randomization. | Ferenc Arn |
2017-04-08 | Particle system is complete. Rejoice! | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky |
2017-04-06 | Added various functions basic math classes. Also enabled math checks only for... | Ferenc Arn |
2017-04-05 | Merge pull request #8214 from tagcup/bounce_reflect_slide | Rémi Verschelde |
2017-04-03 | Made slide and reflect active verbs acting on itself in Vector2 and Vector3. | Ferenc Arn |
2017-04-03 | Merge pull request #8146 from supagu/astar | Rémi Verschelde |
2017-04-01 | Added ability to change A-star cost function | Fabian Mathews |
2017-03-29 | Fix polar decomposition in 2D. | Ferenc Arn |
2017-03-24 | Merge pull request #8132 from tagcup/vector3_angle_to | Rémi Verschelde |
2017-03-24 | Merge pull request #8122 from tagcup/axis_check_normalization | Rémi Verschelde |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-24 | Use atan2 rather than acos in Vector3.angle_to. | Ferenc Arn |
2017-03-23 | Explicitly documented that Transform.basis is not necessarily an orthogonal m... | Ferenc Arn |
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-03-01 | Fix RANDOM_MAX, which is 2^32-1 with PCG32. | Leandro Motta Barros |
2017-02-28 | Inf and NaN support added to GDScript. | Saracen |
2017-02-16 | Correct hash behavior for floating point numbers | Hein-Pieter van Braam |
2017-02-15 | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky |
2017-02-14 | Revert "Make nan==nan true for GDScript" | Juan Linietsky |
2017-02-14 | Make nan==nan true for GDScript | Hein-Pieter van Braam |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |
2017-01-20 | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky |
2017-01-18 | Some changes in the header so Godot3 compiles again on Windows. | BastiaanOlij |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
2017-01-16 | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde |
2017-01-16 | Fix compile errors related to audio on OSX | BastiaanOlij |
2017-01-16 | Style: Various fixes to play nice with clang-format | Rémi Verschelde |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
2017-01-15 | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit... | Ferenc Arn |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-13 | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na... | Juan Linietsky |
2017-01-12 | made math functions inlnie | 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 #7445 from tagcup/2d_math_fixes | Juan Linietsky |
2017-01-10 | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky |
2017-01-10 | Various corrections in 2D math. | Ferenc Arn |
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-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 |