Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | Fix Windows resource script | George Marques | |
2016-07-27 | Improve Windows application details | George Marques | |
2016-07-26 | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | |
This flag pauses the current running thread, allowing for the user to see the alert and acknowledge it before the thread continues (and e.g. crashes :)). Thanks to @SuperUserNameMan for finding it. Ref: https://msdn.microsoft.com/en-us/library/windows/desktop/ms645505(v=vs.85).aspx | |||
2016-07-24 | Merge pull request #5894 from vnen/windows-set-position | Rémi Verschelde | |
Avoid changing position when the window is fullscreen | |||
2016-07-24 | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | |
Improve android payment | |||
2016-07-24 | Avoid changing position when the window is fullscreen | George Marques | |
2016-07-22 | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde | |
Code cleanup in platform/x11 | |||
2016-07-21 | Code cleanup in platform/x11 | Mario Schlack | |
2016-07-21 | Implement OS.request_attention() for X11 | Mario Schlack | |
2016-07-21 | Merge pull request #5841 from vnen/fix-windows-wheel | Rémi Verschelde | |
Fix mouse wheel event position on Windows | |||
2016-07-21 | Merge pull request #5837 from hurikhan/android_cleanup | Rémi Verschelde | |
Minor code formatting in platform/android | |||
2016-07-21 | Implement OS.request_attention() for OSX (#5662) | GungnirInd | |
Keeps bouncing icon until user focuses window | |||
2016-07-21 | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | |
Add OS.request_attention() for Windows | |||
2016-07-21 | Fix mouse wheel event position on Windows | George Marques | |
2016-07-21 | Minor code formatting in platform/android | Mario Schlack | |
2016-07-21 | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | |
Fix compile error if use android_stl=yes | |||
2016-07-21 | Fix compile error if use android_stl=yes | volzhs | |
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |
2016-07-19 | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | |
closes #5656 | |||
2016-07-18 | remove GLU dependency, closes #3787 | Juan Linietsky | |
2016-07-18 | Add querying details of IAP items for android | volzhs | |
2016-07-18 | Fix can't get all info if user purchases many items and not consumed | volzhs | |
2016-07-18 | Merge pull request #5718 from jay3d/master | Rémi Verschelde | |
Added gyroscope support to Godot and Android | |||
2016-07-18 | Revert "Make editor compatible with Windows high contrast themes" | Rémi Verschelde | |
This reverts commit 85a5290ee8a4c95be19f086181379330baf0deed. The patch itself is good and it could maybe be readded in the future, but right now Microsoft forced its Windows 10 "update" on people with older Intel HD Graphics 3000 IGP without ensuring that they can ship proper drivers, and such users seem to get Godot crashing due to this patch. Sorry :( Closes #5452. | |||
2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | |
2016-07-14 | WinRT: Add missing license file for ANGLE | Rémi Verschelde | |
Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h Fixes #4859. | |||
2016-07-11 | Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | sanikoyes | |
2016-07-10 | Merge pull request #5077 from RandomShaper/improve-android-build | Juan Linietsky | |
Improve Android build | |||
2016-07-10 | Merge pull request #5574 from volzhs/android-app-id | Juan Linietsky | |
Add android_add_default_config for config.py | |||
2016-07-10 | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant | Juan Linietsky | |
windows get_latin_keyboard_variant() implementation and gdscript binding, #5503 | |||
2016-07-09 | line/col label was changing size with each cursor move, forcing the GUI to ↵ | Juan Linietsky | |
resize upwards and costing considerably CPU usage. It has been changed so it won't resize the UI when modified. This will make the code editor feel a lot smoother. | |||
2016-07-09 | OSX export: Default to fat format, make it an enum | Rémi Verschelde | |
Since we want to distribute only the fat binary in the official templates, this should make it work out of the box. 32 bits and 64 bits options are still available for people that want them, but will throw an error if the binaries are not in the template zip. | |||
2016-07-08 | Pass mouse position to Input singleton in web export | eska | |
2016-07-08 | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky | |
2016-07-07 | Removed unused variables (second pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Add android_add_default_config for config.py | volzhs | |
usage : env.android_add_default_config("applicationId 'com.godot.game'") | |||
2016-07-05 | Add OS.request_attention() for Windows | George Marques | |
2016-07-04 | Merge pull request #5552 from volzhs/fix-jni-null | Rémi Verschelde | |
Fix crash when null value through jni on android | |||
2016-07-04 | Merge pull request #5551 from eska014/bsd-no-libdl | Rémi Verschelde | |
Link libdl only on Linux, fix BSD build | |||
2016-07-05 | Fix crash when null value through jni on android | volzhs | |
2016-07-04 | Link libdl only on Linux, fix BSD build | eska | |
2016-07-03 | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan | |
2016-07-03 | Merge pull request #5516 from Hinsbart/fix_win_freeze | Rémi Verschelde | |
Windows: prevent freeze while moving or resizing the game window. | |||
2016-07-03 | Merge pull request #5491 from volzhs/fix-jni-bool-string | Rémi Verschelde | |
Fix wrong return bool, string, string array data through jni | |||
2016-07-02 | missnig ; | Juan Linietsky | |
2016-07-02 | Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵ | Juan Linietsky | |
android, this should fix it | |||
2016-07-01 | Windows: prevent freeze while moving or resizing the game window. | Andreas Haas | |
When moving or resizing the window, Windows spins up a seperate event-loop, effectively blocking the normal one. To work around this, we're starting a timer that will continue sending WM_TIMER messages which we can use to keep the mainloop running. fixes #4695 | |||
2016-06-30 | Merge pull request #5495 from SuperUserNameMan/joystick_bug_windows | Rémi Verschelde | |
fixes #5464 windows_joystick close_joystick bug |