summaryrefslogtreecommitdiffstats
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Properly update node after clearing shapes in _update_shapes_from_children()Fabio Alessandrelli2015-12-021-2/+2
* -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
* | | -fixes to animatedsprite used with atlasJuan Linietsky2015-11-111-1/+2
| |/ |/|
* | Merge pull request #2330 from FEDE0D/parallax_fixJuan Linietsky2015-10-172-1/+23
|\ \
| * | ParallaxBackground: added option to ignore camera zoomFederico Pacheco2015-08-042-1/+23
* | | Merge pull request #2589 from eska014/add-raycast2d-type_maskJuan Linietsky2015-10-172-1/+20
|\ \ \
| * | | Add type mask property to RayCast2Deska2015-10-102-1/+20
* | | | Merge pull request #2594 from Biliogadafr/PinSoftnessJuan Linietsky2015-10-172-4/+30
|\ \ \ \
| * | | | Expose softness parameter of pin joint to the editor.Biliogadafr2015-10-102-4/+30
| |/ / /
* | | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-132-0/+12
* | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-134-2/+7
|\| | |
| * | | Merge pull request #2528 from MarianoGnu/sprite-editJuan Linietsky2015-09-281-0/+1
| |\ \ \
| | * | | Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU2015-09-281-0/+1
| * | | | Rename _voice_count to _polyphony in SamplePlayer to be consistent with Sampl...Rémi Verschelde2015-09-261-1/+1
| * | | | Fix propagation of NOTIFICATION_VISIBILITY_CHANGEDeska2015-09-261-1/+1
| * | | | Move the shape test to a little soonerGeorge Marques2015-09-221-3/+4
| * | | | Check if shape is valid before referencing itGeorge Marques2015-09-221-0/+3
| |/ / /
* / / / Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-5/+1
|/ / /
* | | Ability to visually debug geometry visually:Juan Linietsky2015-09-209-130/+207
|\ \ \
| * | | Ability to keep collisionshapes and collisionpolygons when running the game.reduz2015-09-156-20/+164
| | |/ | |/|
* / | begin work on debugging collisions....Juan Linietsky2015-09-181-0/+4
|/ /
* | -added hints to sprite v/hframes, fixes truncation problemJuan Linietsky2015-08-291-2/+2
* | Merge pull request #2282 from Ovnuniarchos/masterJuan Linietsky2015-08-081-2/+2
|\ \ | |/ |/|
| * Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*.Ovnuniarchos2015-07-201-2/+2
* | Live edit WORK IN PROGRESSJuan Linietsky2015-08-022-0/+7
|/
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-297-76/+95
* compile fixJuan Linietsky2015-06-241-1/+1
* Tiny typoKermer2015-06-241-2/+2
* ability to change shadow color in light2dJuan Linietsky2015-06-242-0/+21
* ability to set process on parent nodes on visibility notifierJuan Linietsky2015-06-222-0/+24
* made changing pivot simpler in 2D nodes (just press v with mouse over position)Juan Linietsky2015-06-122-8/+8
* new space shooter demoJuan Linietsky2015-06-112-34/+48
* Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky2015-06-072-70/+97
|\
| * Add get_color_at_offset(). Ensure correct points order.Biliogadafr2015-05-261-29/+1
| * Replace color phases with color ramp for Particles2D.Biliogadafr2015-05-242-64/+119
* | Merge pull request #1932 from Faless/gravity_distance_fullJuan Linietsky2015-06-072-0/+20
|\ \
| * | Calculate gravity based on distance from body to gravity point (2D)Fabio Alessandrelli2015-05-182-0/+20
* | | Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-062-4/+37
|\ \ \
| * | | -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-012-4/+37
* | | | new file dialog!Juan Linietsky2015-06-064-0/+91
|/ / /
* | / improved animation editorJuan Linietsky2015-05-252-2/+2
| |/ |/|
* | more fixesJuan Linietsky2015-05-191-0/+2
|/
* -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843Juan Linietsky2015-05-122-0/+17
* -compatibility option for physicsbody layers, fixes #1842Juan Linietsky2015-05-102-0/+19