summaryrefslogtreecommitdiff
path: root/core/math
AgeCommit message (Expand)Author
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde
2017-04-24Merge pull request #8277 from tagcup/math_checksRémi Verschelde
2017-04-17Fix PRNG randomization.Ferenc Arn
2017-04-08Particle system is complete. Rejoice!Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-04-06Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn
2017-04-05Merge pull request #8214 from tagcup/bounce_reflect_slideRémi Verschelde
2017-04-03Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn
2017-04-03Merge pull request #8146 from supagu/astarRémi Verschelde
2017-04-01Added ability to change A-star cost functionFabian Mathews
2017-03-29Fix polar decomposition in 2D.Ferenc Arn
2017-03-24Merge pull request #8132 from tagcup/vector3_angle_toRémi Verschelde
2017-03-24Merge pull request #8122 from tagcup/axis_check_normalizationRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-24Use atan2 rather than acos in Vector3.angle_to.Ferenc Arn
2017-03-23Explicitly documented that Transform.basis is not necessarily an orthogonal m...Ferenc Arn
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-01Fix RANDOM_MAX, which is 2^32-1 with PCG32.Leandro Motta Barros
2017-02-28Inf and NaN support added to GDScript.Saracen
2017-02-16Correct hash behavior for floating point numbersHein-Pieter van Braam
2017-02-15Many fixes to make exported scenes work better, still buggy.Juan Linietsky
2017-02-14Revert "Make nan==nan true for GDScript"Juan Linietsky
2017-02-14Make nan==nan true for GDScriptHein-Pieter van Braam
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-20Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky
2017-01-18Some changes in the header so Godot3 compiles again on Windows.BastiaanOlij
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde
2017-01-16Fix compile errors related to audio on OSXBastiaanOlij
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky
2017-01-12made math functions inlnieJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky
2017-01-10Merge pull request #7445 from tagcup/2d_math_fixesJuan Linietsky
2017-01-10Merge pull request #7438 from tagcup/matrix3_rotate_fixJuan Linietsky
2017-01-10Various corrections in 2D math.Ferenc Arn
2017-01-09Fixed inertia tensor computation and center of massm4nu3lf
2017-01-08Fix the order in which additional transformations are applied in Matrix3 and ...Ferenc Arn
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-03Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky