Age | Commit message (Expand) | Author |
2015-10-17 | Merge pull request #2330 from FEDE0D/parallax_fix | Juan Linietsky |
2015-10-17 | Merge pull request #2589 from eska014/add-raycast2d-type_mask | Juan Linietsky |
2015-10-17 | Merge pull request #2594 from Biliogadafr/PinSoftness | Juan Linietsky |
2015-10-13 | -A little More control about pixel snapping in 2D | Juan Linietsky |
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-10-10 | Expose softness parameter of pin joint to the editor. | Biliogadafr |
2015-10-10 | Add type mask property to RayCast2D | eska |
2015-09-28 | Merge pull request #2528 from MarianoGnu/sprite-edit | Juan Linietsky |
2015-09-28 | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU |
2015-09-26 | Rename _voice_count to _polyphony in SamplePlayer to be consistent with Sampl... | RĂ©mi Verschelde |
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky |
2015-09-26 | Fix propagation of NOTIFICATION_VISIBILITY_CHANGED | eska |
2015-09-22 | Move the shape test to a little sooner | George Marques |
2015-09-22 | Check if shape is valid before referencing it | George Marques |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky |
2015-09-18 | begin work on debugging collisions.... | Juan Linietsky |
2015-09-15 | Ability to keep collisionshapes and collisionpolygons when running the game. | reduz |
2015-08-29 | -added hints to sprite v/hframes, fixes truncation problem | Juan Linietsky |
2015-08-08 | Merge pull request #2282 from Ovnuniarchos/master | Juan Linietsky |
2015-08-04 | ParallaxBackground: added option to ignore camera zoom | Federico Pacheco |
2015-08-02 | Live edit WORK IN PROGRESS | Juan Linietsky |
2015-07-20 | Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*. | Ovnuniarchos |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky |
2015-06-24 | compile fix | Juan Linietsky |
2015-06-24 | Tiny typo | Kermer |
2015-06-24 | ability to change shadow color in light2d | Juan Linietsky |
2015-06-22 | ability to set process on parent nodes on visibility notifier | Juan Linietsky |
2015-06-12 | made changing pivot simpler in 2D nodes (just press v with mouse over position) | Juan Linietsky |
2015-06-11 | new space shooter demo | Juan Linietsky |
2015-06-07 | Merge pull request #1973 from Biliogadafr/ColorRamp | Juan Linietsky |
2015-06-07 | Merge pull request #1932 from Faless/gravity_distance_full | Juan Linietsky |
2015-06-06 | Merge remote-tracking branch 'origin/master' | Juan Linietsky |
2015-06-06 | new file dialog! | Juan Linietsky |
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky |
2015-05-26 | Add get_color_at_offset(). Ensure correct points order. | Biliogadafr |
2015-05-25 | improved animation editor | Juan Linietsky |
2015-05-24 | Replace color phases with color ramp for Particles2D. | Biliogadafr |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-18 | Calculate gravity based on distance from body to gravity point (2D) | Fabio Alessandrelli |
2015-05-12 | -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843 | Juan Linietsky |
2015-05-10 | -compatibility option for physicsbody layers, fixes #1842 | Juan Linietsky |
2015-05-06 | optional formal changes | ehriche |
2015-05-03 | improved kinematic motion, improved demos for kinematic motion | Juan Linietsky |
2015-05-03 | -new collision layer & mask system for 2D, for more flexible collision masking | Juan Linietsky |
2015-05-02 | 2D pathfinder fixes, should now always find the best path. | Juan Linietsky |
2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky |
2015-04-30 | -some cleanups | Juan Linietsky |
2015-04-28 | -fix forced texture repeat in Polygon2D, now depends on texture. | Juan Linietsky |
2015-04-26 | -fixed bodyenter/bodyexit callback of physics bodies, fixes #1739 | Juan Linietsky |
2015-04-25 | properly update emitting property when emit timeot is used, fixes #1716 | Juan Linietsky |