| Commit message (Expand) | Author | Age | Files | Lines |
| * | -Properly lock and and warn about switching off contact monitoring, fixes #3041 | Juan Linietsky | 2016-01-12 | 3 | -5/+28 |
| * | Merge pull request #3300 from MarianoGnu/bug_fixing | Rémi Verschelde | 2016-01-11 | 1 | -0/+4 |
| |\ |
|
| | * | fix: TouchScreenButton should stop propagating action when button is removed ... | MarianoGNU | 2016-01-10 | 1 | -0/+4 |
| * | | It seems everyone misses the polygon decomposer output, fixes #3069 | Juan Linietsky | 2016-01-10 | 1 | -1/+1 |
| * | | make path update when curve changes, fixes #3144 | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
| |/ |
|
| * | removed prints | Ariel Manzur | 2016-01-09 | 1 | -5/+7 |
| * | properly specify metadata in KB function | Juan Linietsky | 2016-01-03 | 1 | -1/+1 |
| * | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ... | Juan Linietsky | 2016-01-02 | 1 | -0/+1 |
| * | -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl... | Juan Linietsky | 2016-01-02 | 2 | -4/+4 |
| * | Merge pull request #3184 from vnen/update-copyright-2016 | Juan Linietsky | 2016-01-01 | 48 | -48/+48 |
| |\ |
|
| | * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 48 | -48/+48 |
| * | | Make both lights and occluders stop working if hidden, fixes #2437 | Juan Linietsky | 2016-01-01 | 3 | -1/+22 |
| * | | Make CanvasModulate deactivate when hidden, fixes #2437 | Juan Linietsky | 2016-01-01 | 1 | -2/+11 |
| |/ |
|
| * | -Improved convex decomposer for CollisionPolygon2D, fixes #2336 | Juan Linietsky | 2015-12-31 | 2 | -3/+50 |
| * | -fix range limit issue in Particles2D, closes #2411 | Juan Linietsky | 2015-12-31 | 1 | -2/+2 |
| * | remove error print in area collision, should be a valid situation, closes #2463 | Juan Linietsky | 2015-12-31 | 1 | -1/+5 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-31 | 16 | -33/+79 |
| |\ |
|
| | * | add 2d paths and joints to collision/navigation debug, fixes #2439 | reduz | 2015-12-29 | 2 | -13/+32 |
| | * | Added a reset() function to Particles2D, fixes #2472, fixes #2468 | reduz | 2015-12-29 | 2 | -0/+11 |
| | * | Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487 | reduz | 2015-12-29 | 1 | -1/+1 |
| | * | -Make tilemap able to change light mask, fixes #2557 | reduz | 2015-12-29 | 3 | -1/+14 |
| | * | -renamed function get_relative_transform() to get_relative_transform_to_paren... | reduz | 2015-12-28 | 4 | -10/+11 |
| | * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 5 | -7/+7 |
| | * | Merge pull request #3071 from Ovnuniarchos/NewAreaCombiners | Juan Linietsky | 2015-12-22 | 2 | -2/+4 |
| | |\ |
|
| | | * | New and corrected are override modes. | Ovnuniarchos | 2015-12-14 | 2 | -2/+4 |
| * | | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | 2015-12-31 | 1 | -4/+31 |
| |/ / |
|
| * / | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky | 2015-12-14 | 2 | -3/+3 |
| |/ |
|
| * | ability to set occluder mask in tilemap, fixes #3025 | Juan Linietsky | 2015-12-12 | 2 | -0/+32 |
| * | -make smoothing respect camera limits, fixes #3037 | Juan Linietsky | 2015-12-12 | 2 | -4/+41 |
| * | -collision debug is shown above all else, fixes #2985 | Juan Linietsky | 2015-12-12 | 3 | -6/+29 |
| * | Merge pull request #2306 from dbsGen/patch-1 | Rémi Verschelde | 2015-12-10 | 1 | -0/+2 |
| |\ |
|
| | * | Fixed the mouse position for control when it is in a canvas_layer. | Gen | 2015-07-27 | 1 | -0/+2 |
| * | | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky | 2015-12-08 | 2 | -1/+3 |
| * | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-08 | 2 | -0/+11 |
| |\ \ |
|
| | * | | Added set_hidden method to Spatial and CanvasItem | romulox_x | 2015-11-26 | 2 | -0/+11 |
| * | | | made the exclusion of nodes from joints optional, fixes #3015 | Juan Linietsky | 2015-12-08 | 2 | -3/+37 |
| |/ / |
|
| * | | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 3 | -3/+3 |
| * | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
| |\ \ |
|
| | * | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
| * | | | Merge pull request #2672 from Brickcaster/patch-1 | Juan Linietsky | 2015-11-18 | 1 | -3/+2 |
| |\ \ \ |
|
| | * | | | Fix for negative coords. Regarding issue #2665 | Brickcaster | 2015-10-24 | 1 | -3/+2 |
| | |/ / |
|
| * | | | Merge pull request #2764 from guilhermefelipecgs/fix_camera2d_set_zoom | Juan Linietsky | 2015-11-18 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Fix for smoothing camera2D when you change zoom, fix #2074. | Guilherme Felipe | 2015-09-03 | 1 | -0/+2 |
| * | | | | -fixes to animatedsprite used with atlas | Juan Linietsky | 2015-11-11 | 1 | -1/+2 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #2330 from FEDE0D/parallax_fix | Juan Linietsky | 2015-10-17 | 2 | -1/+23 |
| |\ \ \ |
|
| | * | | | ParallaxBackground: added option to ignore camera zoom | Federico Pacheco | 2015-08-04 | 2 | -1/+23 |
| * | | | | Merge pull request #2589 from eska014/add-raycast2d-type_mask | Juan Linietsky | 2015-10-17 | 2 | -1/+20 |
| |\ \ \ \ |
|
| | * | | | | Add type mask property to RayCast2D | eska | 2015-10-10 | 2 | -1/+20 |
| * | | | | | Merge pull request #2594 from Biliogadafr/PinSoftness | Juan Linietsky | 2015-10-17 | 2 | -4/+30 |
| |\ \ \ \ \ |
|
| | * | | | | | Expose softness parameter of pin joint to the editor. | Biliogadafr | 2015-10-10 | 2 | -4/+30 |
| | |/ / / / |
|