aboutsummaryrefslogtreecommitdiff
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* -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
|/ /
* | Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky2016-01-0148-48/+48
|\ \
| * | Update copyright to 2016 in headersGeorge Marques2016-01-0148-48/+48
* | | Make both lights and occluders stop working if hidden, fixes #2437Juan Linietsky2016-01-013-1/+22
* | | Make CanvasModulate deactivate when hidden, fixes #2437Juan Linietsky2016-01-011-2/+11
|/ /
* | -Improved convex decomposer for CollisionPolygon2D, fixes #2336Juan Linietsky2015-12-312-3/+50
* | -fix range limit issue in Particles2D, closes #2411Juan Linietsky2015-12-311-2/+2
* | remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky2015-12-311-1/+5
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-3116-33/+79
|\ \
| * | add 2d paths and joints to collision/navigation debug, fixes #2439reduz2015-12-292-13/+32
| * | Added a reset() function to Particles2D, fixes #2472, fixes #2468reduz2015-12-292-0/+11
| * | Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz2015-12-291-1/+1
| * | -Make tilemap able to change light mask, fixes #2557reduz2015-12-293-1/+14
| * | -renamed function get_relative_transform() to get_relative_transform_to_paren...reduz2015-12-284-10/+11
| * | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-285-7/+7
| * | Merge pull request #3071 from Ovnuniarchos/NewAreaCombinersJuan Linietsky2015-12-222-2/+4
| |\ \
| | * | New and corrected are override modes.Ovnuniarchos2015-12-142-2/+4
* | | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-4/+31
|/ / /
* / / -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-142-3/+3
|/ /
* | ability to set occluder mask in tilemap, fixes #3025Juan Linietsky2015-12-122-0/+32
* | -make smoothing respect camera limits, fixes #3037Juan Linietsky2015-12-122-4/+41
* | -collision debug is shown above all else, fixes #2985Juan Linietsky2015-12-123-6/+29
* | Merge pull request #2306 from dbsGen/patch-1Rémi Verschelde2015-12-101-0/+2
|\ \
| * | Fixed the mouse position for control when it is in a canvas_layer.Gen2015-07-271-0/+2
* | | -New mask mode for lights, makes using masks MUCH easier.Juan Linietsky2015-12-082-1/+3
* | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-082-0/+11
|\ \ \
| * | | Added set_hidden method to Spatial and CanvasItemromulox_x2015-11-262-0/+11
| | |/ | |/|
* / | made the exclusion of nodes from joints optional, fixes #3015Juan Linietsky2015-12-082-3/+37
|/ /
* | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-193-3/+3
* | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\ \
| * | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | | Merge pull request #2672 from Brickcaster/patch-1Juan Linietsky2015-11-181-3/+2
|\ \ \
| * | | Fix for negative coords. Regarding issue #2665Brickcaster2015-10-241-3/+2
| |/ /
* | | Merge pull request #2764 from guilhermefelipecgs/fix_camera2d_set_zoomJuan Linietsky2015-11-181-0/+2
|\ \ \
| * | | Fix for smoothing camera2D when you change zoom, fix #2074.Guilherme Felipe2015-09-031-0/+2