Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-10-31 | Merge pull request #23393 from marcelofg55/osx_crash | Rémi Verschelde | |
Fix OS X crash when running as .app | |||
2018-10-30 | Allow the server platform to build on linux again. | Ibrahn Sahir | |
Fixed a logic error in platform/server/detect.py that prevented building the server platform on linux. | |||
2018-10-29 | Fix OS X crash when running as .app | Marcelo Fernandez | |
2018-10-29 | Style: Apply clang-format to wrongly formatted files | Rémi Verschelde | |
2018-10-29 | Merge pull request #23382 from vnen/android-pad-fix | Rémi Verschelde | |
Prevent a device to be added/deleted more than once on Android | |||
2018-10-29 | Merge pull request #23387 from eska014/memgrowth-preload | Rémi Verschelde | |
Enable --no-heap-copy flag for HTML5 builds | |||
2018-10-29 | Merge pull request #23388 from eska014/html5-stubexec | Rémi Verschelde | |
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | |||
2018-10-29 | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause | |
Avoids linker warnings and errors about undefined references. | |||
2018-10-29 | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde | |
Server platform works on OS X too | |||
2018-10-29 | Enable --no-heap-copy flag for HTML5 builds | Leon Krause | |
2018-10-29 | Prevent a device to be added/deleted more than once on Android | Xavier Sellier | |
cherry-picked from fb5a601217eed9da6c9b4260c3dfc775abee2733 | |||
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez | |
2018-10-29 | Add android export error on invalid package name | Konrad Nowakowski | |
2018-10-29 | Merge pull request #23317 from lupoDharkael/py-none | Rémi Verschelde | |
Dont use equality operators with None singleton in python files | |||
2018-10-28 | Move jcenter behind mavenCentral and google gradle repos to fix build problems | Karen Schwane | |
2018-10-27 | Dont use equality operators with None singleton in python files | lupoDharkael | |
2018-10-25 | Merge pull request #23091 from aaronfranke/mingw-warnings | Rémi Verschelde | |
Fix some compile warnings for Windows from Linux | |||
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri | |
2018-10-24 | Update mouse location on background scroll and window focus in macOS | Colin Kinloch | |
2018-10-23 | Call -update when window becomes the key window | Patrick Beard | |
2018-10-20 | Merge pull request #23025 from voithos/enginejs | Max Hilbrunner | |
Add comments to javascript wrapper parts. |