summaryrefslogtreecommitdiff
path: root/core/math
AgeCommit message (Expand)Author
2016-10-08Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk
2016-10-03Vector3: added angle_to(Vector3 other)J08nY
2016-10-03Vector3: format properly, fix indentsJ08nY
2016-09-19Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl
2016-09-13Added a generic AStar implementation to Godot.Juan Linietsky
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
2016-09-06Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky
2016-08-24Matrix32: Add constructor that takes six real_t paramsIgnacio Etcheverry
2016-08-13Fix some warnings about misleading indentationJohan Manuel
2016-07-28Fix regression with str() improvements for math typesIgnacio Etcheverry
2016-07-27Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde
2016-07-27Prettier str() for some math typesIgnacio Etcheverry
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky
2016-07-24Turn some prints to error logs, remove othersRémi Verschelde
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-06-22Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky
2016-06-19Remove USE_QUAD_VECTORS unused checkJ08nY
2016-06-18Drop empty .cpp files for header-only classesRémi Verschelde
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
2016-05-21First version of ProfilerJuan Linietsky
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-17Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd
2016-01-03Fixed the decimals function, it can't be perfect but it should be good enough...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-29removed wron return types, fixes #2483reduz
2015-12-14implement point cloud function using convex hull for ConvexPolygonShape2D, fi...Juan Linietsky
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-11Implement Quat multiply operator, and xform methodFranklin Sobrinho
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-17Merge pull request #2266 from MrGreenTea/masterJuan Linietsky
2015-09-26Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde
2015-07-15added floor() and ceil() to Vector3MrGreenTea
2015-06-11Changed floats to 'real_t'.James McLean
2015-06-11Changed 'scale' to 'scale_basis' in 'interpolate_with'.James McLean
2015-06-11Implemented interpolation for affine transformations (Matrix32::interpolate_w...James McLean
2015-06-06new file dialog!Juan Linietsky
2015-05-06optional formal changesehriche
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-04-24Corrected rectangle intersection, fixes #1731Juan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-18-fix vector rotation, fixes #1705Juan Linietsky
2015-04-13-Changed the cubic interpolator, improves situation with PathFollow in #1659Juan Linietsky
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-18support for light and normal mapping in 2DJuan Linietsky
2015-02-16Changed code to remove gcc -Wparentheses warnings.ElectricSolstice
2015-02-15begin new serialization frameworkJuan Linietsky