summaryrefslogtreecommitdiff
path: root/servers/physics_2d/shape_2d_sw.cpp
AgeCommit message (Expand)Author
2021-01-28Use real_t in physics codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-05-20Fix some shape2d get_moment_of_inertia erroryakun.zhang
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-02-21Merge pull request #26103 from nekomatata/area2d-rectangle-collision-fixRémi Verschelde
2019-02-21Area2d rectangle collision check doesn't ignore the first pixel row and colum...PouleyKetchoupp
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-04-12Resolves crash on shape2D culling for empty Concave shapesCrazy-P
2018-02-19Merge pull request #16530 from AndreaCatania/raysRémi Verschelde
2018-02-19Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Use real_t as floating point type in physics code.Ferenc Arn
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-11Type renames:Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-19Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-03-10Merge pull request #3999 from neikeq/issues_3650_3990Rémi Verschelde
2016-03-09Fix crash when resizing ConcavePolygonShape2D segmentsIgnacio Etcheverry
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-22input events on Area2D is now supportedJuan Linietsky
2015-01-18-intentional breakage of shader graph to fix issues, existing graphs will be ...Juan Linietsky
2014-11-02Bug FixesJuan Linietsky
2014-02-19-improved physics ccdJuan Linietsky