aboutsummaryrefslogtreecommitdiff
path: root/servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* changed visual server free() to free_rid() like in the other servers. Fixes #...Juan Linietsky2016-06-131-1/+1
* Documented many Physics2D* classesOvnuniarchos2016-06-121-0/+8
* Add texture region support for stylebox renderGeequlim2016-06-059-14/+74
* Changed import workflowJuan Linietsky2016-05-275-6/+42
* Remove noisy printCarter Anderson2016-05-231-1/+0
* -Improve resource previewsJuan Linietsky2016-05-231-1/+4
* Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-211-1/+1
|\
| * remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* | First version of ProfilerJuan Linietsky2016-05-2110-6/+204
|/
* Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde2016-05-051-1/+1
|\
| * Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-1/+1
* | ability to shrink all images x2 on loadJuan Linietsky2016-05-047-1/+20
|/
* RigidBody2D (add_force, set_inertia): new methods.Josh Grams2016-04-267-4/+36
* RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams2016-04-241-3/+3
* RigidBody2D: add and bind get_inertia() method.Josh Grams2016-04-203-0/+6
* Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3dRémi Verschelde2016-04-128-1/+75
|\
| * Port collision and layer masks to 3D, fixes #1759Bojidar Marinov2016-04-098-1/+75
* | Fixed #4163 (intersect_shape crashes on results limit)Marc Gilleron2016-04-121-1/+1
|/
* Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde2016-03-155-0/+90
|\
| * Ability to colourize baked lighting in real time.Saracen2016-02-065-0/+90
* | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ...Saracen2016-03-123-4/+4
* | Merge pull request #3865 from Marqin/coverityRémi Verschelde2016-03-101-3/+4
|\ \
| * | fix six possible "divide by zero"Hubert Jarosz2016-03-091-3/+4
* | | Merge pull request #3999 from neikeq/issues_3650_3990Rémi Verschelde2016-03-101-8/+12
|\ \ \ | |/ / |/| |
| * | Fix crash when resizing ConcavePolygonShape2D segmentsIgnacio Etcheverry2016-03-091-8/+12
* | | remove trailing whitespaceHubert Jarosz2016-03-0929-649/+649
* | | Added extra controls to GeometryInstances to control how they should cast sha...Saracen2016-03-075-13/+55
|/ /
* | refix particles3d issue, bringing down the amount limit to 1024Nuno Donato2016-02-161-1/+1
* | * raised the max amount of particles to match the max number allowed in the i...Nuno Donato2016-02-121-1/+1
* | Merge pull request #3534 from Biliogadafr/pickable2dJuan Linietsky2016-02-033-4/+4
|\ \
| * | Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr2016-02-013-4/+4
| |/
* | Merge pull request #3518 from Ovnuniarchos/3DSoundServerBadRegRémi Verschelde2016-02-011-2/+2
|\ \
| * | Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.Ovnuniarchos2016-01-301-2/+2
| |/
* / thread renamingAriel Manzur2016-01-311-1/+2
|/
* Merge pull request #2698 from Faless/add_area_fixJuan Linietsky2016-01-232-6/+38
|\
| * Fix Body (and Body2D) add_area / remove_area when area have multiple shapesFabio Alessandrelli2015-12-022-6/+38
* | set_signed_data now works correctly on pcm8 samples.Ovnuniarchos2016-01-211-12/+37
* | avoid crash with empty concavepolygonshape, fixes #3169Juan Linietsky2016-01-101-0/+4
* | change intersect_ray function to discriminate pickable objects, fixes #3203Juan Linietsky2016-01-103-4/+4
* | -Fix crash at exit due to unnecesary check in command queue, fixes #2034Juan Linietsky2016-01-041-4/+4
* | physics state properly returns contact metadata, closes #1979Juan Linietsky2016-01-034-2/+28
* | skip the first integration in physics bodies, fixes #2213Juan Linietsky2016-01-024-2/+12
* | properly removing unprocessed objects from physics islands fixes one way plat...Juan Linietsky2016-01-013-5/+55
* | Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky2016-01-01116-116/+116
|\ \
| * | Update copyright to 2016 in headersGeorge Marques2016-01-01116-116/+116
* | | Make both lights and occluders stop working if hidden, fixes #2437Juan Linietsky2016-01-011-0/+2
|/ /
* | remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky2015-12-311-2/+1
* | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-283-10/+10
* | Remove bogus argument in body_get_nodeRémi Verschelde2015-12-283-3/+3
* | Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-283-3/+3