aboutsummaryrefslogtreecommitdiff
path: root/scene/2d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-252-2/+2
* Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
* Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...Sofox2017-11-231-6/+10
* Merge pull request #13159 from AndreaCatania/rayRémi Verschelde2017-11-223-21/+2
|\
| * Removed type_mask and fixed some variable nameAndreaCatania2017-11-213-21/+2
* | Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-222-30/+240
|\ \ | |/ |/|
| * Implement auto-tilingMariano Suligoy2017-11-202-30/+240
* | Merge pull request #12421 from TheSofox/parallax-overhaulRémi Verschelde2017-11-205-16/+27
|\ \
| * | Overhauled the ParallaxBackground system so that it works properly regardless...Sofox2017-10-265-16/+27
* | | Fixes a double class registering errorGilles Roudiere2017-11-201-2/+0
| |/ |/|
* | Merge pull request #13049 from tagcup/pathfollow2d_parallel_transportRémi Verschelde2017-11-202-29/+22
|\ \
| * | Use parallel transport in PathFollow2D.Ferenc Arn2017-11-192-29/+22
* | | Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang2017-11-201-1/+4
|/ /
* | Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-1926-403/+142
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
* | Merge pull request #12870 from Nibodhika/masterRémi Verschelde2017-11-171-2/+2
|\ \
| * | Fixing tilemap rotation for non top-left tiles.Vito2017-11-151-2/+2
* | | Finalized ability to convert from CanvasItem/Spatial/Particles materials to S...Juan Linietsky2017-11-142-0/+8
|/ /
* | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-114-25/+25
|\ \
| * | Unify degree members and propertiesletheed2017-11-104-25/+25
* | | Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky2017-11-103-3/+26
|/ /
* | Remove deprecated rotation methodsletheed2017-11-102-22/+2
* | Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-092-2/+5
* | Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde2017-10-312-72/+48
|\ \ | |/ |/|
| * Fix joints collision exceptionsPedro J. Estébanez2017-08-292-72/+48
* | Fixes infinite loop in NavPolygonInstance warningsCédric Fuchs2017-10-261-1/+1
* | missing set/get_collision_mask_bit() for RayCastJakub Grzesik2017-10-232-0/+21
* | Merge pull request #12291 from RandomShaper/fix-raycast-namingRémi Verschelde2017-10-212-12/+12
|\ \
| * | Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-212-12/+12
* | | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-224-6/+6
|/ /
* | Merge pull request #12260 from bojidar-bg/11975-navpoly-freezeRémi Verschelde2017-10-201-1/+1
|\ \
| * | Fix adding a NavigationPolygonInstance to a Node2D freezing the editorBojidar Marinov2017-10-201-1/+1
* | | Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer ...Sofox2017-10-181-1/+1
|/ /
* | Fix AnimatedSprite frame property slider in editorHiroshi Ogawa2017-10-111-3/+1
* | Renamed fixed_process to physics_processAndreaCatania2017-09-306-26/+26
* | Fix: CollisionObject shape owner indexing is inconsistentdamarindra2017-09-241-1/+1
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-232-4/+4
* | Changed get_audio_bus and set functions to get_audio_bus_name and setMarcelo Paez2017-09-223-8/+8
* | Rename pos to position in user facing methods and variablesletheed2017-09-2012-36/+36
* | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-157-56/+70
|\ \
| * | Fix enums bindingsMaxim Sheronov2017-09-137-56/+70
* | | Merge pull request #11069 from aroncds/masterRémi Verschelde2017-09-132-106/+170
|\ \ \
| * | | Added to kinematicbody2d the copy and paste of the API friendler of Kinematic...Aron de Castro2017-09-102-106/+170
* | | | Renamed play to playing property, but now playing and is_playing is the same,...Juan Linietsky2017-09-131-1/+1
* | | | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-38/+18
| |/ / |/| |
* | | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-1/+0
|\ \ \
| * | | Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+0
| |/ /
* | | Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde2017-09-121-1/+2
|\ \ \
| * | | Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-1/+2
| |/ /
* | | Merge pull request #11057 from hpvb/fix-various-warningsRémi Verschelde2017-09-121-25/+30
|\ \ \