aboutsummaryrefslogtreecommitdiff
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky2016-06-132-0/+21
* Fix indentation issues in last commitsRémi Verschelde2016-06-071-7/+6
* -Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky2016-06-061-13/+8
* Modified damp rangesDaniel J. Ramirez2016-05-231-3/+3
* Clamped some light2D rangesDaniel J. Ramirez2016-05-231-3/+3
* Polygon2D now exposes vertex colors.Ovnuniarchos2016-05-232-1/+30
* i18n: Proofreading of all stringsRémi Verschelde2016-05-213-3/+3
* fix compile failure when tools=novolzhs2016-05-181-2/+2
* CanvasModulate: fix build issue with GCCRémi Verschelde2016-05-171-1/+1
* -Added configuration warning system for nodesJuan Linietsky2016-05-1728-3/+223
* remove old bind for add_frame of SpriteFramesvolzhs2016-05-171-2/+0
* New reworked AnimatedSprite!Juan Linietsky2016-05-144-53/+499
* classref: Fixed return types in Area and Area2D (#4635)MattUV2016-05-121-2/+2
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-062-17/+36
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-3/+3
* Merge pull request #4387 from JoshuaGrams/rigidbody2d-torqueRémi Verschelde2016-04-292-4/+45
|\
| * RigidBody2D (add_force, set_inertia): new methods.Josh Grams2016-04-262-2/+18
| * RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams2016-04-242-3/+3
| * RigidBody2D: add and bind get_inertia() method.Josh Grams2016-04-202-0/+9
| * RigidBody2D: add and bind get/set_applied_torque.Josh Grams2016-04-202-0/+16
* | Fix continious update with Camera2DBojidar Marinov2016-04-231-0/+4
|/
* Merge pull request #4380 from bojidar-bg/camera2d-fix-zoomRémi Verschelde2016-04-191-1/+1
|\
| * Fix Camera2D ignoring zoom when checking limitsBojidar Marinov2016-04-191-1/+1
* | Add preview of the Camera2D's screen boundariesBojidar Marinov2016-04-191-6/+33
|/
* Merge pull request #4259 from neikeq/pr-issue-4224Rémi Verschelde2016-04-071-1/+1
|\
| * Fix RayCast not updating when debugging collissionsIgnacio Etcheverry2016-04-071-1/+1
* | Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov2016-04-061-1/+5
|/
* Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov2016-03-181-0/+9
* remove trailing whitespaceHubert Jarosz2016-03-096-11/+11
* Fix Sprite doesn't updating region_rect value in certain conditionsFranklin Sobrinho2016-03-051-5/+7
* -Change link to new documentationJuan Linietsky2016-02-201-0/+5
* Fix NavigationPolygon references in _bind_methodRémi Verschelde2016-02-171-2/+2
* Bind method is_cell_transposedRémi Verschelde2016-02-151-0/+1
* Added get_cellv() method to TileMapJohan Manuel2016-02-062-0/+6
* -Take in consideration canvas layers for GUI inputJuan Linietsky2016-01-242-0/+9
* Merge pull request #2698 from Faless/add_area_fixJuan Linietsky2016-01-231-2/+2
|\
| * Properly update node after clearing shapes in _update_shapes_from_children()Fabio Alessandrelli2015-12-021-2/+2
* | -leftover debug code was causing a crash in navigation 2d, removed it and fix...Juan Linietsky2016-01-221-0/+3
* | Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde2016-01-151-2/+25
|\ \
| * | TileMap: Properly flip/rotate tiles with non-square regionIgnacio Etcheverry2016-01-041-0/+16
| * | TileMap: Consider texture offset for rotated tilesIgnacio Etcheverry2016-01-021-2/+9
* | | -Properly lock and and warn about switching off contact monitoring, fixes #3041Juan Linietsky2016-01-123-5/+28
* | | Merge pull request #3300 from MarianoGnu/bug_fixingRémi Verschelde2016-01-111-0/+4
|\ \ \
| * | | fix: TouchScreenButton should stop propagating action when button is removed ...MarianoGNU2016-01-101-0/+4
* | | | It seems everyone misses the polygon decomposer output, fixes #3069Juan Linietsky2016-01-101-1/+1
* | | | make path update when curve changes, fixes #3144Juan Linietsky2016-01-101-0/+2
|/ / /
* | | removed printsAriel Manzur2016-01-091-5/+7
* | | properly specify metadata in KB functionJuan Linietsky2016-01-031-1/+1
* | | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-021-0/+1
* | | -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl...Juan Linietsky2016-01-022-4/+4
|/ /