Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde | |
Changes IME to make it possible to use it from gdscript/gdnative | |||
2018-12-07 | Merge pull request #22733 from guilhermefelipecgs/fix_wm_class | Rémi Verschelde | |
[x11] Use "application/config/name" for WM_CLASS | |||
2018-12-05 | Merge pull request #24166 from volzhs/export-ios | Rémi Verschelde | |
Add checking required field for exporting iOS | |||
2018-12-05 | Add checking required field for exporting iOS | volzhs | |
without specifying Identifier, it will cause `can not be parsed` error on Xcode | |||
2018-12-04 | Merge pull request #24151 from endragor/fix-ios-safe-area | Rémi Verschelde | |
Fix iOS safe area insets to use pixels and not points | |||
2018-12-04 | SCons: Properly set bits variable as string for MSVC detection | Rémi Verschelde | |
2018-12-04 | Fix iOS safe area insets to use pixels and not points | Ruslan Mustakov | |
2018-12-03 | Merge pull request #23989 from bruvzg/fix_macos_icons | Rémi Verschelde | |
Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons). | |||
2018-12-03 | Merge pull request #24078 from marcelofg55/win_min_bug | Rémi Verschelde | |
Fix wrong size and position when windows is minimized on Windows | |||
2018-12-02 | Merge pull request #24105 from BastiaanOlij/cleanup_old_android_native | Rémi Verschelde | |
Remove obsolete ANDROID_NATIVE_ACTIVITY | |||
2018-12-02 | Remove obsolete ANDROID_NATIVE_ACTIVITY | Bastiaan Olij | |
2018-11-30 | Change custom permissions in Android export to an array | George Marques | |
Don't limit the amount of permissions and makes it simpler to understand. | |||
2018-11-30 | Fix wrong size and position when windows is minimized on Windows | Marcelo Fernandez | |
2018-11-28 | Merge pull request #22857 from marcelofg55/jsmic | Leon Krause | |
Implemented audio input support for JavaScript audio driver | |||
2018-11-27 | uwp export: fix existing template check | Andrea Beconcini | |
2018-11-26 | Implemented audio input support for JavaScript audio driver | Marcelo Fernandez | |
2018-11-26 | Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons). | bruvzg | |
2018-11-24 | Remove an unused script | Hugo Locurcio | |
[ci skip] | |||
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME ↵ | bruvzg | |
methods to gdscript/gdnative. | |||
2018-11-23 | Show error if required fields are not filled when exporting iOS | volzhs | |
2018-11-20 | Adding support for java.lang.Long values in Android GodotLib.calldeferred calls | Simon Sikström | |
2018-11-20 | Merge pull request #21339 from Placinta/master | Rémi Verschelde | |
Fix regular macOS build by passing -isysroot to compiler so correct system headers are found | |||
2018-11-20 | Merge pull request #23822 from bruvzg/mac_109_compat_ver_check | Rémi Verschelde | |
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK | |||
2018-11-20 | Remove trailing whitespace | Rémi Verschelde | |
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`). | |||
2018-11-19 | [macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK, | bruvzg | |
2018-11-18 | Fix X11 running a project with fullscreen setting on and resizable off with ↵ | Marcelo Fernandez | |
multiple screens | |||
2018-11-18 | [macOS] Disable setWantsLayer on macOS < 10.14 | bruvzg | |
2018-11-14 | Fix gcc version check when running scons in python 3. | Ibrahn Sahir | |
2018-11-12 | Fix compile recent compile issues with gcc 5.5 | Marcelo Fernandez | |
2018-11-10 | Merge pull request #23622 from RandomShaper/fix-windows-mouse-capture | Rémi Verschelde | |
Fix mouse mode restoration on Windows | |||
2018-11-10 | Merge pull request #23618 from bruvzg/macos_spash_fix | Rémi Verschelde | |
[macOS] Fix blank splash screen | |||
2018-11-09 | Fix mouse mode restoration on Windows | Pedro J. Estébanez | |
Fixes #23494. | |||
2018-11-09 | [macOS] Fix blank splash screen | bruvzg | |
2018-11-09 | Merge pull request #23542 from marcelofg55/no_pie | Rémi Verschelde | |
Fix binaries incorrectly detected as shared libraries on some linux distros | |||
2018-11-08 | Merge pull request #23463 from hpvb/use-dri-prime-default | Rémi Verschelde | |
Set DRI_PRIME=1 by default on X11 if not already set | |||
2018-11-07 | Fix binaries incorrectly detected as shared libraries on some linux distros | Marcelo Fernandez | |
2018-11-06 | Set DRI_PRIME=1 by default on X11 if not already set | Hein-Pieter van Braam | |
This mirrors behavior on Windows and MacOSX where Godot tries to default to a dGPU if it exists. This doesn't work for Nvidia optimus yet but this can maybe be added later. | |||
2018-11-05 | Merge pull request #23461 from hpvb/fix-23400 | Rémi Verschelde | |
Properly export the various 'use dGPU' symbols when building with MingW | |||
2018-11-05 | Merge pull request #23499 from bruvzg/fix_osx_app_crash_and_black_spash | Rémi Verschelde | |
[macOS] Fix .app bundle crash and blank initial window | |||
2018-11-04 | Fix initial blank screen on macOS Mojave (except splash). | bruvzg | |
2018-11-04 | Fix .app bundle crash on macOS | bruvzg | |
2018-11-03 | Fix UWP build. | Fabio Alessandrelli | |
Add missing os_uwp.cpp include for VisualServerWrapMT. Add global env forced include to fix freetype in UWP. | |||
2018-11-03 | Properly export the various 'use dGPU' symbols when building with MingW | Hein-Pieter van Braam | |
This fixes exporting the NvOptimusEnablement export when building with MingW. This also adds the equivalent for AMD. This fixes #23400 | |||
2018-11-02 | Merge pull request #23389 from marcelofg55/multiple_ext | Rémi Verschelde | |
Export for OS X on OS X now lets you select .dmg or .zip | |||
2018-11-02 | Merge pull request #23431 from buresu/fix-keycode | Rémi Verschelde | |
Fix keycode problem on OSX | |||
2018-11-01 | Fix init of VisualServerRaster | Rémi Verschelde | |
Contrarily to what #23434 assumed, this is not a memory leak, the VisualServerRaster instance is passed as a parameter to VisualServerWrapMT's constructor. Fixes #23437. | |||
2018-11-01 | Fix initialization of visual server in all platforms | George Marques | |
Avoid leaking an extra instance when using threads. Also fix threaded loading issues on Android and iOS. | |||
2018-11-01 | Export for OS X on OS X now lets you select .dmg or .zip | Marcelo Fernandez | |
2018-11-01 | Fix keycode problem on OSX | Naoto Kondo | |
2018-11-01 | Merge pull request #23320 from lethiandev/android-invalid-package-name-error | Rémi Verschelde | |
Add android export error on invalid package name |