summaryrefslogtreecommitdiff
path: root/servers/physics/space_sw.cpp
AgeCommit message (Expand)Author
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-02Merge pull request #27415 from aqnuep/kinematicbody_fixesRémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-03-27KinematicBody performance and quality improvementsDaniel Rakos
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-16Support multiple ray shapes in kinematicbody, fixes #25050Juan Linietsky
2019-02-16Add a minimum treshold for acquiring rest contacts to avoid numerical precisi...Juan Linietsky
2019-02-16Allow kinematic bodies without shapes to still move, fixes #24775Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-02-Fix problem in OWC logic closes #11357Juan Linietsky
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky
2018-08-21Added ray / shape / point / motion / rest cast exclusion of area and or bodyAndrea Catania
2018-08-20Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-10Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky
2017-10-21Rename RayCasts collision_layer to collision_maskPedro J. Estébanez
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-07-25Fix early-accepting area-area match when masks don't matchPedro J. Estébanez
2017-07-22Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-06-14Refactor layer_mask to collision_layerPoommetee Ketson
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-26Merge pull request #7802 from tagcup/physics_64bitRémi Verschelde
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
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-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-10-03Expose more 2D/3D physics options in project settingsFabio Alessandrelli
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-05-21First version of ProfilerJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz