summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d/body_2d_sw.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-181-353/+0
* Initialize variables in servers/physicsqarmin2021-09-151-5/+5
* Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp2021-09-061-31/+37
* Add AnimatableBody inherited from StaticBody for moving platformsPouleyKetchoupp2021-08-311-2/+5
* Merge pull request #49471 from nekomatata/body-state-sync-callbackJuan Linietsky2021-08-311-86/+12
|\
| * Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp2021-08-251-86/+12
* | Fix point gravity calculationPouleyKetchoupp2021-08-241-1/+1
|/
* Fix applied rotation from moving platforms in move_and_slidePouleyKetchoupp2021-08-091-0/+6
* Unexpose _direct_state_changed in PhysicsBodyrafallus2021-04-221-3/+2
* Godot Physics solver optimizationPouleyKetchoupp2021-04-121-8/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* make 2d constraint solving more deterministic by solving in push orderJordan Schidlowsky2020-12-041-5/+7
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-31/+31
* Refactor physics force and impulse codeAaron Franke2020-06-021-9/+9
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-13/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* More server renames for consistency after #37361Rémi Verschelde2020-03-281-5/+5
* Renaming of servers for coherency.Juan Linietsky2020-03-271-18/+18
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix custom inertia in physics2d, closes#30838RaphaelHunter2019-08-221-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-071-8/+0
|\
| * Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-071-8/+0
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-241-1/+24
|/
* Implemented physics materialAndreaCatania2018-05-111-0/+8
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Improve cleanup of physics constraintsPedro J. Estébanez2017-08-011-0/+1
* -Trigger shapes removed in 2D, they became obsolete long ago when areas could...Juan Linietsky2017-06-231-15/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-117/+124
* Use real_t as floating point type in physics code.Ferenc Arn2017-02-131-12/+12
* Type renames:Juan Linietsky2017-01-111-3/+3
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* RigidBody2D (add_force, set_inertia): new methods.Josh Grams2016-04-261-0/+6
* RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams2016-04-241-3/+3
* Merge pull request #2698 from Faless/add_area_fixJuan Linietsky2016-01-231-3/+19
|\
| * Fix Body (and Body2D) add_area / remove_area when area have multiple shapesFabio Alessandrelli2015-12-021-3/+19
* | physics state properly returns contact metadata, closes #1979Juan Linietsky2016-01-031-1/+1
* | skip the first integration in physics bodies, fixes #2213Juan Linietsky2016-01-021-0/+1