summaryrefslogtreecommitdiff
path: root/scene/2d
AgeCommit message (Collapse)Author
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-05Fix Sprite doesn't updating region_rect value in certain conditionsFranklin Sobrinho
2016-02-20-Change link to new documentationJuan Linietsky
-fixed bug in tilemap collision debug
2016-02-17Fix NavigationPolygon references in _bind_methodRémi Verschelde
Also sync the doc accordingly
2016-02-15Bind method is_cell_transposedRémi Verschelde
2016-02-06Added get_cellv() method to TileMapJohan Manuel
2016-01-24-Take in consideration canvas layers for GUI inputJuan Linietsky
2016-01-23Merge pull request #2698 from Faless/add_area_fixJuan Linietsky
Fix bug in Body(2D)SW::add_area
2016-01-22-leftover debug code was causing a crash in navigation 2d, removed it and ↵Juan Linietsky
fixes #3374
2016-01-15Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde
Consider texture offset when rotating tiles
2016-01-12-Properly lock and and warn about switching off contact monitoring, fixes #3041Juan Linietsky
2016-01-11Merge pull request #3300 from MarianoGnu/bug_fixingRémi Verschelde
fix: TouchScreenButton should stop propagating action when button is …
2016-01-10It seems everyone misses the polygon decomposer output, fixes #3069Juan Linietsky
2016-01-10make path update when curve changes, fixes #3144Juan Linietsky
2016-01-10fix: TouchScreenButton should stop propagating action when button is removed ↵MarianoGNU
from scene
2016-01-09removed printsAriel Manzur
2016-01-04TileMap: Properly flip/rotate tiles with non-square regionIgnacio Etcheverry
2016-01-03properly specify metadata in KB functionJuan Linietsky
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky
bugs, closes #2115
2016-01-02TileMap: Consider texture offset for rotated tilesIgnacio Etcheverry
2016-01-02-Fix TouchScreenButton to work with stretch and viewport canvas transform, ↵Juan Linietsky
closes #2286
2016-01-01Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky
Update copyright to 2016 in headers
2016-01-01Update copyright to 2016 in headersGeorge Marques
2016-01-01Make both lights and occluders stop working if hidden, fixes #2437Juan Linietsky
2016-01-01Make CanvasModulate deactivate when hidden, fixes #2437Juan Linietsky
2015-12-31-Improved convex decomposer for CollisionPolygon2D, fixes #2336Juan Linietsky
2015-12-31-fix range limit issue in Particles2D, closes #2411Juan Linietsky
2015-12-31remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky
2015-12-31Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-31-Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
2015-12-29add 2d paths and joints to collision/navigation debug, fixes #2439reduz
2015-12-29Added a reset() function to Particles2D, fixes #2472, fixes #2468reduz
2015-12-29Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz
2015-12-29-Make tilemap able to change light mask, fixes #2557reduz
2015-12-28-renamed function get_relative_transform() to ↵reduz
get_relative_transform_to_parent(), makes more sense -fixed newly introduced bug in onready keyword, fixes #3155
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
2015-12-22Merge pull request #3071 from Ovnuniarchos/NewAreaCombinersJuan Linietsky
New and corrected area override modes.
2015-12-14-implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky
2015-12-14New and corrected are override modes.Ovnuniarchos
2015-12-12ability to set occluder mask in tilemap, fixes #3025Juan Linietsky
2015-12-12-make smoothing respect camera limits, fixes #3037Juan Linietsky
2015-12-12-collision debug is shown above all else, fixes #2985Juan Linietsky
2015-12-10Merge pull request #2306 from dbsGen/patch-1Rémi Verschelde
Fixed the mouse position for control when it is in a canvas_layer.
2015-12-08-New mask mode for lights, makes using masks MUCH easier.Juan Linietsky
2015-12-08Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-08made the exclusion of nodes from joints optional, fixes #3015Juan Linietsky
2015-12-02Properly update node after clearing shapes in _update_shapes_from_children()Fabio Alessandrelli
(fix bug causing eg. CircleShape2D.set_radius to generate multiple shapes)
2015-11-26Added set_hidden method to Spatial and CanvasItemromulox_x
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
Cosmetic fixes to SCons buildsystem