| Commit message (Expand) | Author | Age | Files | Lines |
| * | -fixed godot icon for android | Juan Linietsky | 2015-05-01 | 2 | -5/+32 |
| * | -option to select arm and x86 architectures on android export (will not work ... | Juan Linietsky | 2015-05-01 | 1 | -12/+41 |
| * | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky | 2015-05-01 | 2 | -13/+11 |
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -4/+4 |
| * | -some cleanups | Juan Linietsky | 2015-04-30 | 1 | -1/+5 |
| * | fixes in handling of DirAccess for resource path on Android, fixes #1447 | Juan Linietsky | 2015-04-28 | 4 | -33/+57 |
| * | -Changed Godot exit to be clean. | Juan Linietsky | 2015-04-20 | 5 | -1/+17 |
| * | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky | 2015-04-18 | 1 | -4/+11 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 107 | -466/+466 |
| * | -Added android immersive mode, fixes #303 | Juan Linietsky | 2015-04-17 | 4 | -2/+55 |
| * | improved save path error messages for scene, textures and audio, fixes #1514 | Juan Linietsky | 2015-04-12 | 1 | -0/+1 |
| * | Modified OSX11 to try alternative audio drivers if pulseaudio does not work o... | Juan Linietsky | 2015-04-12 | 1 | -1/+14 |
| * | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fix | Juan Linietsky | 2015-04-07 | 1 | -16/+21 |
| |\ |
|
| | * | Revert "Revert "Removing etc1 from build for javascript platform."" | V.VamsiKrishna | 2015-03-20 | 1 | -0/+1 |
| | * | Revert "Removing etc1 from build for javascript platform." | V.VamsiKrishna | 2015-03-20 | 1 | -1/+0 |
| | * | Removing etc1 from build for javascript platform. | V.VamsiKrishna | 2015-03-20 | 1 | -0/+1 |
| | * | Replacing spaces with tabs | V.VamsiKrishna | 2015-03-20 | 1 | -68/+68 |
| | * | Fix Javascript build. | V.VamsiKrishna | 2015-03-19 | 1 | -64/+68 |
| * | | Merge pull request #1568 from sanikoyes/Pr-missing-WM_RBUTTONDBLCLK | Juan Linietsky | 2015-04-07 | 1 | -1/+8 |
| |\ \ |
|
| | * | | add missing WM_RBUTTONDBLCLK message | sanikoyes | 2015-03-25 | 1 | -1/+8 |
| * | | | Fixes the accelerometer | Martho42 | 2015-04-04 | 1 | -3/+18 |
| * | | | wrong function, changing.. | Juan Linietsky | 2015-04-02 | 2 | -2/+2 |
| * | | | javascript build fix | Juan Linietsky | 2015-04-02 | 2 | -0/+7 |
| * | | | Beta1 Attempt #1 | Juan Linietsky | 2015-04-02 | 3 | -2/+9 |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Ariel Manzur | 2015-04-02 | 5 | -8/+34 |
| |\ \ \ |
|
| | * | | | solved color depth issues on osx | Juan Linietsky | 2015-04-01 | 1 | -1/+1 |
| | * | | | Option in Android export to use 32 bits buffer. | Juan Linietsky | 2015-03-31 | 3 | -6/+32 |
| | * | | | read depth fixes | Juan Linietsky | 2015-03-31 | 1 | -1/+1 |
| | * | | | fixes for light2d in androids that do not support | Juan Linietsky | 2015-03-31 | 1 | -2/+2 |
| * | | | | fullscreen thing | Ariel m | 2015-04-02 | 2 | -20/+168 |
| |/ / / |
|
| * / / | fixes to shader to get most new demos working on mobile | reduz | 2015-03-25 | 1 | -1/+1 |
| |/ / |
|
| * | | fixed build error on OSX from new WM code | steve | 2015-03-23 | 2 | -0/+6 |
| * | | fixed iphone build with new window manamenet changes | steve | 2015-03-23 | 2 | -0/+7 |
| * | | window managements functions work | Juan Linietsky | 2015-03-23 | 2 | -19/+102 |
| * | | oops, fucntion was there twice | Juan Linietsky | 2015-03-23 | 1 | -3/+0 |
| * | | small android fix | Juan Linietsky | 2015-03-23 | 1 | -1/+1 |
| * | | android fixes, please test | Juan Linietsky | 2015-03-23 | 4 | -0/+14 |
| * | | New API: build fixes for x11 | rollenrolm | 2015-03-23 | 2 | -6/+7 |
| * | | Merge pull request #1542 from jotson/wmclass | Juan Linietsky | 2015-03-22 | 1 | -3/+2 |
| |\ \ |
|
| | * | | Reverted change to classHint | John Watson | 2015-03-22 | 1 | -3/+2 |
| * | | | fixes to new window management API | Juan Linietsky | 2015-03-22 | 4 | -30/+253 |
| |/ / |
|
| * | | Merge pull request #1487 from hurikhan/x11-window-management | Juan Linietsky | 2015-03-22 | 3 | -48/+475 |
| |\ \ |
|
| | * | | fix introduced bug | hurikhan | 2015-03-08 | 1 | -1/+1 |
| | * | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-03-08 | 16 | -115/+212 |
| | |\ \ |
|
| | * | | | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan | 2015-02-15 | 3 | -11/+11 |
| | * | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-15 | 4 | -5/+75 |
| | |\ \ \ |
|
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-12 | 6 | -28/+68 |
| | |\ \ \ \ |
|
| | * | | | | | cleanup + MouseGrab | hurikhan | 2015-02-12 | 2 | -47/+33 |
| | * | | | | | * fix compilation without scons experimental_wm_api=yes | hurikhan | 2015-01-22 | 1 | -5/+5 |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-19 | 1 | -0/+4 |
| | |\ \ \ \ \ |
|