summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2018-11-20Merge pull request #21339 from Placinta/masterRémi Verschelde
Fix regular macOS build by passing -isysroot to compiler so correct system headers are found
2018-11-20Merge pull request #23822 from bruvzg/mac_109_compat_ver_checkRémi Verschelde
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK
2018-11-20Remove trailing whitespaceRé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-18Fix 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.14bruvzg
2018-11-14Fix gcc version check when running scons in python 3.Ibrahn Sahir
2018-11-12Fix compile recent compile issues with gcc 5.5Marcelo Fernandez
2018-11-10Merge pull request #23622 from RandomShaper/fix-windows-mouse-captureRémi Verschelde
Fix mouse mode restoration on Windows
2018-11-10Merge pull request #23618 from bruvzg/macos_spash_fixRémi Verschelde
[macOS] Fix blank splash screen
2018-11-09Fix mouse mode restoration on WindowsPedro J. Estébanez
Fixes #23494.
2018-11-09[macOS] Fix blank splash screenbruvzg
2018-11-09Merge pull request #23542 from marcelofg55/no_pieRémi Verschelde
Fix binaries incorrectly detected as shared libraries on some linux distros
2018-11-08Merge pull request #23463 from hpvb/use-dri-prime-defaultRémi Verschelde
Set DRI_PRIME=1 by default on X11 if not already set
2018-11-07Fix binaries incorrectly detected as shared libraries on some linux distrosMarcelo Fernandez
2018-11-06Set DRI_PRIME=1 by default on X11 if not already setHein-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-05Merge pull request #23461 from hpvb/fix-23400Rémi Verschelde
Properly export the various 'use dGPU' symbols when building with MingW
2018-11-05Merge pull request #23499 from bruvzg/fix_osx_app_crash_and_black_spashRémi Verschelde
[macOS] Fix .app bundle crash and blank initial window
2018-11-04Fix initial blank screen on macOS Mojave (except splash).bruvzg
2018-11-04Fix .app bundle crash on macOSbruvzg
2018-11-03Fix UWP build.Fabio Alessandrelli
Add missing os_uwp.cpp include for VisualServerWrapMT. Add global env forced include to fix freetype in UWP.
2018-11-03Properly export the various 'use dGPU' symbols when building with MingWHein-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-02Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-02Merge pull request #23431 from buresu/fix-keycodeRémi Verschelde
Fix keycode problem on OSX
2018-11-01Fix init of VisualServerRasterRé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-01Fix initialization of visual server in all platformsGeorge Marques
Avoid leaking an extra instance when using threads. Also fix threaded loading issues on Android and iOS.
2018-11-01Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez
2018-11-01Fix keycode problem on OSXNaoto Kondo
2018-11-01Merge pull request #23320 from lethiandev/android-invalid-package-name-errorRémi Verschelde
Add android export error on invalid package name
2018-10-31Merge pull request #23393 from marcelofg55/osx_crashRémi Verschelde
Fix OS X crash when running as .app
2018-10-30Allow 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-29Fix OS X crash when running as .appMarcelo Fernandez
2018-10-29Style: Apply clang-format to wrongly formatted filesRémi Verschelde
2018-10-29Merge pull request #23382 from vnen/android-pad-fixRémi Verschelde
Prevent a device to be added/deleted more than once on Android
2018-10-29Merge pull request #23387 from eska014/memgrowth-preloadRémi Verschelde
Enable --no-heap-copy flag for HTML5 builds
2018-10-29Merge pull request #23388 from eska014/html5-stubexecRémi Verschelde
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
2018-10-29Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()Leon Krause
Avoids linker warnings and errors about undefined references.
2018-10-29Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde
Server platform works on OS X too
2018-10-29Enable --no-heap-copy flag for HTML5 buildsLeon Krause
2018-10-29Prevent a device to be added/deleted more than once on AndroidXavier Sellier
cherry-picked from fb5a601217eed9da6c9b4260c3dfc775abee2733
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-10-29Add android export error on invalid package nameKonrad Nowakowski
2018-10-29Merge pull request #23317 from lupoDharkael/py-noneRémi Verschelde
Dont use equality operators with None singleton in python files
2018-10-28Move jcenter behind mavenCentral and google gradle repos to fix build problemsKaren Schwane
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-25Merge pull request #23091 from aaronfranke/mingw-warningsRémi Verschelde
Fix some compile warnings for Windows from Linux
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-24Update mouse location on background scroll and window focus in macOSColin Kinloch
2018-10-23Call -update when window becomes the key windowPatrick Beard
2018-10-20Merge pull request #23025 from voithos/enginejsMax Hilbrunner
Add comments to javascript wrapper parts.