Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-25 | Revert "Workaround for IME on Linux." | Juan Linietsky | |
2017-06-25 | Merge pull request #9334 from Noshyaar/pr-genh | Rémi Verschelde | |
BuildSystem: generated files have .gen.extension | |||
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-25 | Workaround for IME on Linux(fixes #29 #7106): | Jia Wang | |
Workaround for supporting input method frameworks like SCIM, IBus, Fcitx, etc. The locale is set when the application starts. Workaround for input when the input context within the specified input method is not available. | |||
2017-06-23 | Merge pull request #9312 from BastiaanOlij/osx_export | Juan Linietsky | |
Osx export | |||
2017-06-23 | Reimplement export module for OSX | BastiaanOlij | |
2017-06-20 | Make the Windows icon file smaller | Hugo Locurcio | |
This results in slightly more compact Godot Windows binaries. | |||
2017-06-19 | Update HTML5 platform for new InputEvents | L. Krause | |
2017-06-15 | Merge pull request #9198 from vnen/fix-wheel-pos | Rémi Verschelde | |
Fix MouseWheel position on Windows | |||
2017-06-15 | Fix MouseWheel position on Windows | George Marques | |
2017-06-15 | Merge pull request #9140 from ageazrael/bug-fix | Rémi Verschelde | |
Fixed middle mouse button can't bounce in macOS | |||
2017-06-15 | Merge pull request #9102 from Faless/debugger_listen_show_error | Rémi Verschelde | |
Editor now shows error when debug port is in use | |||
2017-06-13 | Used in the macOS HiDPI options window is too small | ageazrael | |
2017-06-13 | Fixed middle mouse button can't bounce in macOS | ageazrael | |
2017-06-12 | UWP: InputEvent: Renamed "pos" property to "position" | George Marques | |
To comply with the changes from #9031. | |||
2017-06-10 | Fix `network/debug/remote_port` editor setting not working properly | Fabio Alessandrelli | |
2017-06-10 | Restired multithread support in OSX and Windows, should stop the crashes. | Juan Linietsky | |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky | |
-Restored resource previews! | |||
2017-06-08 | Merge pull request #8949 from RandomShaper/improve-mobile-builds | Rémi Verschelde | |
Improve/harmonize mobile builds | |||
2017-06-07 | Merge pull request #9082 from themindoverall/pr-fix-android-build | Rémi Verschelde | |
Fix InputEvent-related Android build issues | |||
2017-06-06 | Fix input event related android build issues | Chris Serino | |
2017-06-06 | osx release right button event fixed | toger5 | |
RIGHT_MOUSE_BUTTON was not removed from the button mask (instead it was added...) fixes #9079 | |||
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | |
Make the naming consistent with other classes. | |||
2017-05-29 | X11: Turn warning about not finding cursor theme into verbose output. | Andreas Haas | |
Failing to get the cursor theme should not cause any issues since we're then using the default one anyway. So I removed the warning and made it a verbose-only print instead, as people tend to mistake it for a real error.. (pretty much like `iCCP: known incorrect sRGB profile` :P) | |||
2017-05-28 | Use new icons everywhere | Timo Schwarzer | |
Closes #8879 | |||
2017-05-27 | Improve/harmonize mobile builds | Pedro J. Estébanez | |
2017-05-27 | Merge pull request #8935 from volzhs/get-locale-master | Rémi Verschelde | |
Make OS.get_locale() returns same value | |||
2017-05-27 | Allow custom CCFLAGS for iPhone builds | Pedro J. Estébanez | |
plus disable exceptions by default | |||
2017-05-27 | Make OS.get_locale() returns same value | volzhs | |
2017-05-26 | Merge pull request #8916 from sanikoyes/Pr-fix_audio_stoped_iOS | Rémi Verschelde | |
Fix audio can't resume in iOS platform | |||
2017-05-26 | Merge pull request #8923 from volzhs/fix-android-build-master | Rémi Verschelde | |
Fix android build regression by be7ced4 | |||
2017-05-26 | Fix android build regression by be7ced4 | volzhs | |
2017-05-26 | Fixed audio can not resume if it is interrupted cause by an incoming phone call | sanikoyes | |
2017-05-26 | Merge pull request #8912 from RandomShaper/ios-alert | Rémi Verschelde | |
Implement OS.alert() for iOS | |||
2017-05-25 | Implement OS.alert() for iOS | Pedro J. Estébanez | |
2017-05-25 | Merge pull request #8878 from BastiaanOlij/ios_make_arm64_default | Rémi Verschelde | |
Make arm64 the default option and set minimum to iOS 9 | |||
2017-05-23 | Fix UWP compilation issues | George Marques | |
Also fix VS2017 compilation problems. | |||
2017-05-23 | Make arm64 the default option and set minimum to iOS 9 | BastiaanOlij | |
2017-05-23 | Merge pull request #8877 from BastiaanOlij/fix_ios_godot3 | Rémi Verschelde | |
More fixes for iOS Godot 3.0 | |||
2017-05-23 | More fixes for iOS Godot 3.0 | BastiaanOlij | |
- nicely exit if initialisation fails - fix a few issues around new event handling - use 16bit single channel framebuffer as 32bit is not supported on iOS | |||
2017-05-23 | Fix a few issues compiling windows and using VS2015 and earlier | BastiaanOlij | |
2017-05-22 | added modifier key to scroll event | toger5 | |
2017-05-22 | fixed osx input event | toger5 | |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-20 | Merge pull request #8841 from BastiaanOlij/osx_cleanup_old_classes | Rémi Verschelde | |
Removing unused files and old GLFW comments on OSX | |||
2017-05-20 | Merge pull request #8824 from volzhs/android-payment-master | Rémi Verschelde | |
Fix android payment logical error | |||
2017-05-20 | Removing rasterizer from iphone | BastiaanOlij | |
2017-05-20 | Doing a little bit of cleanup | BastiaanOlij | |
2017-05-19 | Fix android payment logical error | volzhs | |
getting sku detail runs only if mod != 0 which means querying 20*n will not get sku details. referenced from https://github.com/googlesamples/android-play-billing/blob/master/TrivialDrive/app/src/main/java/com/example/android/trivialdrivesample/util/IabHelper.java#L1029-L1062 |