aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_2d_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes/cleans upJuan Linietsky2015-03-221-0/+31
| | | | | | -input now correctly works when using viewport scaling -added function to get areas/bodies in given point -added function to get space state directly from world
* -Add support for one-way collision in 2D (only works for kinematic body so far)Juan Linietsky2015-01-131-0/+3
| | | | -Solve drawing order bug introduced in previous commit: solves #1214
* -begin work on unidirectional collision detectionJuan Linietsky2015-01-131-0/+4
| | | | | -fixed performance issue in new 2D engine -texscreen() working in shader 2D
* Changes to 2D physics engineJuan Linietsky2015-01-051-5/+14
| | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-= -Removed "density" property -Added instead more flexible "angular damp" and "linear damp" -Added ability to override angular and linear damp in rigidbody -Added gravity scale option rigidbody Test well and iron out bugs, when it works the same will be moved to 3D
* 3D Import Import & UDPJuan Linietsky2014-11-121-1/+1
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.
* Fix some more incorrect bindingsGerold312014-10-261-2/+2
|
* -added custom metadata to physics shapes (2D only for now)Juan Linietsky2014-10-161-0/+6
| | | | -gizmos are not displayed in camera preview
* 3D Physics and Other StuffJuan Linietsky2014-09-021-46/+189
| | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too. -A lot of fixes to the 3D physics engine -Added KinematicBody with demo -Fixed the space query API for 2D (demo will come soon). 3D is WIP. -Fixed long-standing bug with body_enter/body_exit for Area and Area2D -Performance variables now includes physics (active bodies, collision pairs and islands) -Ability to see what's inside of instanced scenes! -Fixed Blend Shapes (no bs+skeleton yet) -Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
* A bit of everything:Juan Linietsky2014-05-141-2/+6
| | | | | | | | | | | | | -IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM. -New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally. -Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept. -Several fixes and improvements to SurfaceTool. -Anti Aliasing added to WorldEnvironment effects (using FXAA) -2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which. -2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before) -Viewport render target textures can now be filtered. -Few fixes in GDscript make it easier to work with static functions and class members. -Several and many bugfixes.
* -added kinematic bodyJuan Linietsky2014-02-221-6/+5
| | | | -added kinematic body demos
* Merge pull request #104 from Nr7/masterokamstudio2014-02-201-2/+2
|\ | | | | Fixed two incorrect bindings in Physics2DServer
| * Fixed two incorrect bindings in Physics2DServerNr72014-02-171-2/+2
| |
* | -improved physics ccdJuan Linietsky2014-02-191-7/+38
|/ | | | | | -html5 exporter works again -disable repeat on image loader by default -can change shape offset en tileset, texture offset was broken
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+417