| Commit message (Expand) | Author | Age | Files | Lines |
| * | draw button focus before text and icon | Juan Linietsky | 2015-06-08 | 1 | -0/+6 |
| * | Complete fix for windows compilability | est31 | 2015-06-07 | 2 | -2/+4 |
| * | Fix windows compilability | est31 | 2015-06-07 | 4 | -24/+14 |
| * | Merge pull request #2037 from est31/use-local-win | Juan Linietsky | 2015-06-07 | 6 | -19/+111 |
| |\ |
|
| | * | Add OS.get_time_zone_info function | est31 | 2015-06-06 | 3 | -0/+72 |
| | * | Add utc param to get_time and get_date methods | est31 | 2015-06-06 | 6 | -18/+38 |
| | * | Use local time for both time and date on win | est31 | 2015-06-06 | 2 | -3/+3 |
| * | | Merge pull request #2017 from Razzlegames/multitouch_fix_1908 | Juan Linietsky | 2015-06-07 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Additional Fix for Multi-touch release problem | Kyle Luce | 2015-05-31 | 1 | -1/+1 |
| * | | improved calculation of screen resolution on ios | romulox_x | 2015-06-03 | 1 | -2/+3 |
| |/ |
|
| * | Merge pull request #1966 from romulox-x/iosServicesAdditions | punto- | 2015-05-26 | 5 | -19/+225 |
| |\ |
|
| | * | added response event for game center overlay closing | romulox_x | 2015-05-23 | 3 | -2/+13 |
| | * | added data to descriptions dictionary that was missing. Made the elements th... | romulox_x | 2015-05-23 | 1 | -5/+11 |
| | * | Fixed null pointer bug in ios store. added functions to game center to reset ... | romulox_x | 2015-05-23 | 5 | -19/+208 |
| * | | ability to run 2D physics in a thread | Juan Linietsky | 2015-05-26 | 10 | -6/+19 |
| |/ |
|
| * | Fix building release target with debug symbols | Rémi Verschelde | 2015-05-22 | 1 | -2/+2 |
| * | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | 2015-05-18 | 1 | -4/+24 |
| * | fix crash on help, closes #1873 | Juan Linietsky | 2015-05-17 | 1 | -1/+6 |
| * | fix multitouch release problem | vipsbpig | 2015-05-15 | 1 | -1/+2 |
| * | Change windows build to use CFlag /Od so that you get the full debug experien... | Antony | 2015-05-09 | 1 | -1/+1 |
| * | Merge pull request #1826 from eehrich/master | Juan Linietsky | 2015-05-07 | 1 | -2/+2 |
| |\ |
|
| | * | optional formal changes | ehriche | 2015-05-06 | 1 | -2/+2 |
| * | | Better OS X fullscreen support, without the nasty startup effect | Ricardo Pérez | 2015-05-06 | 1 | -3/+10 |
| * | | Merge pull request #1818 from ricpelo/ricpelo-patch-5 | punto- | 2015-05-06 | 1 | -1/+9 |
| |\ \
| |/
|/| |
|
| | * | Really fixes fullscreen mode in OS X, even during startup | Ricardo Pérez | 2015-05-05 | 1 | -1/+9 |
| * | | fixes issue #1693 winmain and main unicode | yg2f | 2015-05-04 | 1 | -82/+25 |
| * | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2015-05-04 | 117 | -592/+985 |
| |\ \ |
|
| | * \ | Merge pull request #1792 from swenner/static_analysis_fixes | Juan Linietsky | 2015-05-03 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | fixed broken comment block | Simon Wenner | 2015-05-03 | 1 | -1/+1 |
| | | |/ |
|
| | * | | Merge pull request #1800 from antonyjones67/VSGenerator | Juan Linietsky | 2015-05-03 | 1 | -0/+6 |
| | |\ \
| | |/
| |/| |
|
| | | * | Added Visual Studio project generation. Use "vsproj=yes" in command line. Thi... | Antony Jones | 2015-05-03 | 1 | -0/+6 |
| | * | | -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 |
| | |\ \ |
|