Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-17 | Merge pull request #9668 from marcelofg55/master | Rémi Verschelde | |
Reinit audio device when the system default device changes on OS X | |||
2017-07-17 | Merge pull request #9669 from eska014/html5-implicit-cache | Rémi Verschelde | |
Fix zipping HTML5 templates when using SCons' implicit cache | |||
2017-07-16 | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | |
2017-07-17 | Fix zipping HTML5 templates when using implicit cache | L. Krause | |
2017-07-13 | Merge pull request #9619 from marcelofg55/master | Rémi Verschelde | |
Fix fullscreen on X11 for non-resizable windows | |||
2017-07-13 | Fix fullscreen on X11 for non-resizable windows | Marcelo Fernandez | |
2017-07-12 | Bring back the UWP exporter | George Marques | |
2017-07-12 | UWP: Fix problem with Cert Kit validation | George Marques | |
2017-07-11 | IME window follow the input cursor. | geequlim | |
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||
2017-07-09 | Fixed issues with borderless windows on Windows | Marcelo Fernandez | |
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | |
2017-07-08 | Only execute chmod exporting iOS when on Mac OS X | BastiaanOlij | |
2017-07-08 | Merge pull request #9515 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless window functions on Linux. | |||
2017-07-08 | Merge pull request #9512 from BastiaanOlij/osx_export_fix_typo | Rémi Verschelde | |
Fix typo in plist export for OSX export | |||
2017-07-05 | Implemented borderless window functions on Linux. | Marcelo Fernandez | |
2017-07-06 | Fix typo in plist export | BastiaanOlij | |
2017-07-06 | iPhone exporter | BastiaanOlij | |
2017-07-05 | Merge pull request #9476 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless fullscreen code on OSX. | |||
2017-07-03 | Merge pull request #9396 from sowfelicity/x11-ime-echo | Rémi Verschelde | |
Workaround for IME and echo events on Linux (fixes #29 #7106 #9381): | |||
2017-07-03 | Merge pull request #9468 from BastiaanOlij/osx_export_dmg | Rémi Verschelde | |
On OSX export to DMG and optionally code sign the app bundle | |||
2017-07-02 | Implemented borderless fullscreen code on OSX. | Marcelo Fernandez | |
2017-07-02 | On OSX export to DMG and optionally code sign the app bundle | BastiaanOlij | |
2017-07-01 | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | |
Tried to organize the configure(env) calls in sections, using the same order for all platforms whenever possible. Apart from cosmetic changes, the following issues were fixed: - Android: cleanup linkage, remove GLESv1_CM and GLESv2 - iPhone: Remove obsolete "ios_gles22_override" option - OSX: * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option (closes #9449) * Make "fat" bits argument explicit - Server: sync with X11 - Windows: clean up old DirectX 9 stuff - X11: * Do not require system OpenSSL for building (closes #9443) * Fix typo'ed use_leak_sanitizer option * Fix .llvm suffix overriding custom extra_suffix | |||
2017-06-29 | Workaround for IME and echo events on Linux: | Jia Wang | |
Request detectable auto-repeat (Require XKB extension) to support echo events and IME at the same time. Fixes #29, #7106 and #9381. | |||
2017-06-28 | Merge pull request #9416 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless window code for OSX. | |||
2017-06-27 | Implemented borderless window code for OSX. | Marcelo Fernandez | |
2017-06-27 | Hide HTML5 native-run icon without runnable preset | L. Krause | |
2017-06-27 | Use custom native-run icons for Android and HTML5 | L. Krause | |
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 | |