summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d_server.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Change "ID" to lowercase "id"Aaron Franke2019-05-091-4/+4
* Allow adding disabled shapesShyRed2019-04-231-2/+2
* Fix new GCC 9 warnings: -Wdeprecated-copy.marxin2019-03-021-0/+6
* Add a minimum treshold for acquiring rest contacts to avoid numerical precisi...Juan Linietsky2019-02-161-0/+1
* Allow kinematic bodies without shapes to still move, fixes #24775Juan Linietsky2019-02-161-0/+6
* -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-181-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-161-0/+2
* Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layersJuan Linietsky2018-11-071-1/+9
|\
| * Fix picking in CanvasLayerPedro J. Estébanez2018-08-251-1/+9
* | Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-4/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
|/
* Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky2018-08-211-8/+17
* Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-071-13/+0
|\
| * Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-071-13/+0
* | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-241-0/+11
|/
* Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-231-0/+13
|\
| * Implemented physics materialAndreaCatania2018-05-111-0/+13
* | -Added support for raycast in KinematicBody2DJuan Linietsky2018-07-161-1/+16
|/
* Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-201-2/+2
* Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania2018-02-051-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-6/+9
* Removed type_mask and fixed some variable nameAndreaCatania2017-11-211-27/+11
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-091-2/+10
* Implemented physics plugAndreaCatania2017-11-041-0/+37
* Added new API to get body direct stateAndreaCatania2017-09-291-1/+4
* 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
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-4/+4
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-081-4/+4
* Simplified 2D Kinematicbody.. 3D will wait a bit.Juan Linietsky2017-06-241-0/+1
* -Trigger shapes removed in 2D, they became obsolete long ago when areas could...Juan Linietsky2017-06-231-8/+4
* Refactor layer_mask to collision_layerPoommetee Ketson2017-06-141-12/+12
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-211/+194
* Type renames:Juan Linietsky2017-01-111-21/+21
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-6/+6
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* -Fixed issue in Kinematicbody2DJuan Linietsky2016-09-011-2/+2
* First version of ProfilerJuan Linietsky2016-05-211-1/+3
* RigidBody2D (add_force, set_inertia): new methods.Josh Grams2016-04-261-1/+3
* RigidBody2D: add and bind get_inertia() method.Josh Grams2016-04-201-0/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr2016-02-011-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* New and corrected are override modes.Ovnuniarchos2015-12-141-0/+2