c4784426bd
Merge pull request #22857 from marcelofg55/jsmic
...
Implemented audio input support for JavaScript audio driver
2018-11-28 12:34:08 +01:00
11a1624202
uwp export: fix existing template check
2018-11-27 20:20:54 +01:00
3a702b3ed8
Implemented audio input support for JavaScript audio driver
2018-11-26 19:14:52 -03:00
8c7087ff7f
Remove an unused script
...
[ci skip]
2018-11-24 16:33:31 +01:00
96b1a190a3
Show error if required fields are not filled when exporting iOS
2018-11-23 07:01:29 +09:00
00b57d3bd2
Adding support for java.lang.Long values in Android GodotLib.calldeferred calls
2018-11-20 14:46:08 +01:00
a2a5793e13
Merge pull request #21339 from Placinta/master
...
Fix regular macOS build by passing -isysroot to compiler so correct system headers are found
2018-11-20 14:11:13 +01:00
7651b85782
Merge pull request #23822 from bruvzg/mac_109_compat_ver_check
...
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK
2018-11-20 14:01:02 +01:00
173b342ca7
Remove trailing whitespace
...
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'`
(+ manual revert of some thirdparty code under `platform/android`).
2018-11-20 11:15:02 +01:00
bbac90c859
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK,
2018-11-19 23:24:28 +02:00
385832ed30
Fix X11 running a project with fullscreen setting on and resizable off with multiple screens
2018-11-18 23:03:54 -03:00
4aa441591c
[macOS] Disable setWantsLayer on macOS < 10.14
2018-11-18 16:20:29 +02:00
4c90a66e74
Fix gcc version check when running scons in python 3.
2018-11-14 12:25:50 +00:00
8705c01f5a
Fix compile recent compile issues with gcc 5.5
2018-11-12 10:24:44 -03:00
9f4d89dffd
Merge pull request #23622 from RandomShaper/fix-windows-mouse-capture
...
Fix mouse mode restoration on Windows
2018-11-10 21:55:30 +01:00
54d33fabd1
Merge pull request #23618 from bruvzg/macos_spash_fix
...
[macOS] Fix blank splash screen
2018-11-10 21:46:47 +01:00
b5c56f6cca
Fix mouse mode restoration on Windows
...
Fixes #23494 .
2018-11-09 23:55:19 +01:00
30852d0237
[macOS] Fix blank splash screen
2018-11-09 21:47:23 +02:00
06c42d151c
Merge pull request #23542 from marcelofg55/no_pie
...
Fix binaries incorrectly detected as shared libraries on some linux distros
2018-11-09 16:12:16 +01:00
e7cb47e686
Merge pull request #23463 from hpvb/use-dri-prime-default
...
Set DRI_PRIME=1 by default on X11 if not already set
2018-11-08 14:21:12 +01:00
34e2d2f4f7
Fix binaries incorrectly detected as shared libraries on some linux distros
2018-11-07 12:39:15 -03:00
0aad11a6a7
Set DRI_PRIME=1 by default on X11 if not already set
...
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-06 22:31:35 +01:00
bf28c614b0
Merge pull request #23461 from hpvb/fix-23400
...
Properly export the various 'use dGPU' symbols when building with MingW
2018-11-05 11:30:06 +01:00
5d5227104e
Merge pull request #23499 from bruvzg/fix_osx_app_crash_and_black_spash
...
[macOS] Fix .app bundle crash and blank initial window
2018-11-05 09:39:57 +01:00
07aee14dd7
Fix initial blank screen on macOS Mojave (except splash).
2018-11-04 11:19:28 +02:00
cfce8de0b5
Fix .app bundle crash on macOS
2018-11-04 11:19:28 +02:00
f17d83e758
Fix UWP build.
...
Add missing os_uwp.cpp include for VisualServerWrapMT.
Add global env forced include to fix freetype in UWP.
2018-11-03 17:19:44 +01:00
19d91f788d
Properly export the various 'use dGPU' symbols when building with MingW
...
This fixes exporting the NvOptimusEnablement export when building with
MingW. This also adds the equivalent for AMD.
This fixes #23400
2018-11-03 10:55:03 +01:00
5beaea9891
Merge pull request #23389 from marcelofg55/multiple_ext
...
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-02 11:07:18 +01:00
63d7c9be45
Merge pull request #23431 from buresu/fix-keycode
...
Fix keycode problem on OSX
2018-11-02 11:02:39 +01:00
8ac1bcfd3d
Fix init of VisualServerRaster
...
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 19:23:12 +01:00
4c9d734a75
Fix initialization of visual server in all platforms
...
Avoid leaking an extra instance when using threads. Also fix threaded
loading issues on Android and iOS.
2018-11-01 10:27:04 -03:00
d51999f11d
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-01 10:08:26 -03:00
ca2476cdb4
Fix keycode problem on OSX
2018-11-01 20:00:02 +09:00
fbc0e5d98d
Merge pull request #23320 from lethiandev/android-invalid-package-name-error
...
Add android export error on invalid package name
2018-11-01 10:18:04 +01:00
16f066c8f1
Merge pull request #23393 from marcelofg55/osx_crash
...
Fix OS X crash when running as .app
2018-10-31 09:54:11 +01:00
9f172b634d
Allow the server platform to build on linux again.
...
Fixed a logic error in platform/server/detect.py that prevented building
the server platform on linux.
2018-10-30 12:38:55 +00:00
a069685fbb
Fix OS X crash when running as .app
2018-10-29 21:50:41 -03:00
bfd1f09ac5
Style: Apply clang-format to wrongly formatted files
2018-10-29 23:47:40 +01:00
7e8cffc03f
Merge pull request #23382 from vnen/android-pad-fix
...
Prevent a device to be added/deleted more than once on Android
2018-10-29 23:43:43 +01:00
39a5678c38
Merge pull request #23387 from eska014/memgrowth-preload
...
Enable --no-heap-copy flag for HTML5 builds
2018-10-29 23:43:11 +01:00
7771fe5d4a
Merge pull request #23388 from eska014/html5-stubexec
...
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
2018-10-29 23:40:17 +01:00
5c2c47a174
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
...
Avoids linker warnings and errors about undefined references.
2018-10-29 21:41:59 +01:00
4d9b8a98ba
Merge pull request #23279 from marcelofg55/osx_server
...
Server platform works on OS X too
2018-10-29 21:25:46 +01:00
44e5d446c4
Enable --no-heap-copy flag for HTML5 builds
2018-10-29 21:08:51 +01:00
7dcf779a8b
Prevent a device to be added/deleted more than once on Android
...
cherry-picked from fb5a601217
2018-10-29 13:04:36 -03:00
fe93bb03fe
Server platform works on OS X too
2018-10-29 12:54:51 -03:00
2255d4fdfd
Add android export error on invalid package name
2018-10-29 14:26:53 +00:00
8650793eac
Merge pull request #23317 from lupoDharkael/py-none
...
Dont use equality operators with None singleton in python files
2018-10-29 12:11:24 +01:00
a01ce6299c
Move jcenter behind mavenCentral and google gradle repos to fix build problems
2018-10-28 19:20:30 +01:00