summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d
Commit message (Expand)AuthorAgeFilesLines
* Removed type_mask and fixed some variable nameAndreaCatania2017-11-212-28/+20
* Remove node from list before calling queries, fixes #10886Juan Linietsky2017-11-101-2/+2
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-094-41/+81
* Fixing bad index used in Space2DSWMateusMP2017-11-081-13/+13
* Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde2017-10-311-14/+0
|\
| * Remove joint freeing logic from physics serversPedro J. Estébanez2017-09-091-14/+0
* | Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-212-20/+20
* | Prevent a possible crash at collision_object_2d_sw.hMarcelo Fernandez2017-10-121-9/+36
* | Merge pull request #11702 from AndreaCatania/bodyDSRémi Verschelde2017-10-093-0/+25
|\ \
| * | Added new API to get body direct stateAndreaCatania2017-09-293-1/+26
* | | Renamed fixed_process to physics_processAndreaCatania2017-09-303-3/+3
|/ /
* | Removed print_line in Physics2DServerWrapMT::init()Indah Sylvia2017-09-251-3/+0
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* | correction to one way collision codeJuan Linietsky2017-09-172-4/+4
* | fixes to one way collision, closes #10971Juan Linietsky2017-09-172-4/+14
* | Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-2/+2
* | Fix special case where KinematicBody fails one way collisions by adding exclu...Juan Linietsky2017-08-313-7/+57
|/
* Dead code tells no talesRémi Verschelde2017-08-275-357/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2733-33/+33
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-212-7/+6
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-165-12/+12
* Remove needless check in motion testPedro J. Estébanez2017-08-161-17/+13
* Fix freeze on close of game using 2D physics introduced by #9832Bojidar Marinov2017-08-081-2/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-074-23/+23
* Merge pull request #9832 from RandomShaper/port-physics-fixesRémi Verschelde2017-08-014-9/+30
|\
| * Improve cleanup of physics constraintsPedro J. Estébanez2017-08-013-7/+19
| * Extend check for same space to all 2D/3D bodies/shapesPedro J. Estébanez2017-07-251-0/+7
| * Fix 2D broadphase remove-while-iterating logicPedro J. Estébanez2017-07-251-2/+4
* | Fix crash in Space2DSW::test_body_motion()Pedro J. Estébanez2017-07-251-1/+1
|/
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-223-3/+3
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-194-5/+5
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-6/+6
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-156/+0
* Some more typo fixes for "threshold"Rémi Verschelde2017-07-151-1/+1
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-089-25/+25
* 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-2310-163/+83
* Refactor layer_mask to collision_layerPoommetee Ketson2017-06-147-37/+37
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-046-25/+25
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0833-0/+33
* Fix typos in source code using codespellRémi Verschelde2017-03-242-2/+2
* Complement KinematicBody2D fixPedro J. Estébanez2017-03-061-0/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0533-4215/+3421
* Merge pull request #7802 from tagcup/physics_64bitRémi Verschelde2017-02-2624-211/+211
|\
| * Use real_t as floating point type in physics code.Ferenc Arn2017-02-1324-211/+211
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-214-4/+4
* | Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-151-1/+5
|/
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-4/+4
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-151-8/+8