| Commit message (Expand) | Author | Files | Lines |
| 2015-05-01 | -option to select arm and x86 architectures on android export (will not work ... | Juan Linietsky | 1 | -12/+41 |
| 2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky | 5 | -15/+28 |
| 2015-05-01 | bumped version to rc11.1-rc1 | Juan Linietsky | 1 | -1/+1 |
| 2015-05-01 | fixed bullet in 3d platformer demo | Juan Linietsky | 1 | -0/+0 |
| 2015-05-01 | -removed get_mouse_pos from Input, as it only caused problems | Juan Linietsky | 1 | -1/+1 |
| 2015-05-01 | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742 | Juan Linietsky | 2 | -3/+2 |
| 2015-05-01 | -fix timer behavior described, closes #1455 | Juan Linietsky | 1 | -0/+2 |
| 2015-05-01 | -fix a bug in extra cull margin, closes #1760 | Juan Linietsky | 3 | -0/+1 |
| 2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 17 | -31/+31 |
| 2015-05-01 | Sort xml files, so order is constant | est31 | 6 | -18/+58 |
| 2015-04-30 | -fixed broken lighting in release version of godot for isometric light demo, ... | Juan Linietsky | 8 | -0/+6 |
| 2015-04-30 | -some cleanups | Juan Linietsky | 4 | -4/+14 |
| 2015-04-28 | bad lookup in grid container corrected, cells are properly aligned again. Fix... | Juan Linietsky | 1 | -14/+14 |
| 2015-04-28 | label properly adjusted to size when inserting key, fixes #1607 | Juan Linietsky | 1 | -1/+1 |
| 2015-04-28 | -fix forced texture repeat in Polygon2D, now depends on texture. | Juan Linietsky | 4 | -24/+11 |
| 2015-04-28 | fixes in handling of DirAccess for resource path on Android, fixes #1447 | Juan Linietsky | 4 | -33/+57 |
| 2015-04-27 | fixed ColorArray constructor when taking array as parameter | romulox_x | 1 | -1/+1 |
| 2015-04-27 | -made normalmaps easier in 2D, fixes #1467 | Juan Linietsky | 6 | -0/+26 |
| 2015-04-27 | -added set_master_player binding, fixes #1477 | Juan Linietsky | 1 | -0/+6 |
| 2015-04-27 | -disabled thread model 2 for the time being, crashes on linux without reason,... | Juan Linietsky | 1 | -0/+3 |
| 2015-04-26 | made parser accept EOF after "pass", fixes #1488 | Juan Linietsky | 1 | -1/+1 |
| 2015-04-26 | fix quit bug on linux when using alt-f4, fixes #1677 | Juan Linietsky | 1 | -1/+6 |
| 2015-04-26 | -fixed bodyenter/bodyexit callback of physics bodies, fixes #1739 | Juan Linietsky | 2 | -7/+20 |
| 2015-04-26 | properly wake up bodies when a parameter changes, fixes #1740 | Juan Linietsky | 6 | -2/+37 |
| 2015-04-26 | fix crash on exit for popup, fixes #1676 | Juan Linietsky | 1 | -2/+4 |
| 2015-04-26 | fixes crash related to empty concavecollisionshape, fixes #1709 | Juan Linietsky | 1 | -0/+13 |
| 2015-04-26 | -Fixed shader commets, /* */ works well and crash is solved, fixes #1711 | Juan Linietsky | 1 | -4/+8 |
| 2015-04-26 | Fixed bug in array comparison, fixes #1712 | Juan Linietsky | 1 | -1/+2 |