aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* OSX export: Default to fat format, make it an enumRémi Verschelde2016-07-091-21/+27
| | | | | | | | Since we want to distribute only the fat binary in the official templates, this should make it work out of the box. 32 bits and 64 bits options are still available for people that want them, but will throw an error if the binaries are not in the template zip. (cherry picked from commit 02aeac12d1e0638ad223190b2eb5c6845090b4ed)
* added "arch" parameter, made iphone use it to build isimAriel Manzur2016-07-091-5/+13
| | | | (cherry picked from commit 10c512e46d57034b2fd6f408e0fec37f17e972e5)
* iOS simulator: merge into iphone detect.pyRémi Verschelde2016-07-093-152/+31
| | | | | | Fixes #4489 (cherry picked from commit dc8c14548833d6d1ffe209ecc37e442bc5259b3f)
* Pass mouse position to Input singleton in web exporteska2016-07-081-0/+3
| | | | (cherry picked from commit 4beeff94335938ba0249aea69c4e47024b08bf64)
* Avoid crash if setting modifiers fails, closes #5158Juan Linietsky2016-07-081-1/+3
| | | | (cherry picked from commit 7e3044981ef3ed2a71270e331f2a36f57d5ec0c5)
* Fix crash when null value through jni on androidvolzhs2016-07-081-0/+4
| | | | (cherry picked from commit b09dbaa78e716078806fdf1f88dea279d7d3c257)
* Windows: prevent freeze while moving or resizing the game window.Andreas Haas2016-07-082-1/+17
| | | | | | | | | When moving or resizing the window, Windows spins up a seperate event-loop, effectively blocking the normal one. To work around this, we're starting a timer that will continue sending WM_TIMER messages which we can use to keep the mainloop running. fixes #4695 (cherry picked from commit 6856c5249104d2b69fe297ff7546092e3bb23555)
* Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen2016-07-081-1/+3
| | | | (cherry picked from commit 9e751178eb45d048d6edafdd13663fd2dea047f9)
* Fix visual server error when minimizing the windowGeorge Marques2016-07-081-2/+6
| | | | (cherry picked from commit bf44275b1af5f8757162ebbd81bdbccdfcf61a26)
* Changes X11 res_name to "Godot_Engine"paper-pauper2016-07-081-1/+1
| | | | | Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265) (cherry picked from commit dd1ad3175715d7a1eea089a4d9ecec8cb3a516fd)
* Fix string array parameter check with jnivolzhs2016-07-082-4/+4
| | | | (cherry picked from commit 456b7733fca2af68c1943597e181d7bcd81edc78)
* Remove duplicated aidl for androidvolzhs2016-07-081-144/+0
| | | | | | Tested IAP function on device. (cherry picked from commit a5a5bdef25f95008e7c4ddecf48694c43000fbdf)
* Fixed bug using DirAccess in Android Marshmallow due to data dir being a symlinkJuan Linietsky2016-07-022-2/+28
|
* fix android resource localevolzhs2016-06-252-0/+0
| | | | (cherry picked from commit 591be5df25be713bfe9b34a93b72b33e6e6f989e)
* correct current Intent for androidvolzhs2016-06-251-1/+13
| | | | (cherry picked from commit 780fa60072eb1957eb1e4abdcf4fbd2a9e5bda95)
* fix errors while exporting androidvolzhs2016-06-251-38/+2
| | | | (cherry picked from commit e6bbe9199436c1c0e9467f4d1bd02d465374ddf6)
* Fix javascript build in WindowsGeorge Marques2016-06-251-0/+3
| | | | | | Fix #3438 (cherry picked from commit c48ffed87a189c3543e0bb2a8056f24b5f7d19cb)
* property output unix seconds since epoch in windows get_system_time_secs, ↵Juan Linietsky2016-06-251-1/+7
| | | | | | fixes #5155 (cherry picked from commit fc7adf0b4c2d501ca2732d366156ad32e187a912)
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-257-14/+11
| | | | | | | | | | This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location. (cherry picked from commit 768e9252714b57421b5c893a8258469a14630a30)
* Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde2016-06-251-2/+3
| | | | | | Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511. (cherry picked from commit 4c658dc52303ece088a245ede2835a68b78530b2)
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-251-1/+1
| | | | | | | | | Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix. So, change it to ``-`` to be able to make folder. fixes #4928 and it's altanative to #4986. (cherry picked from commit 9073dc99634285edc3b4886467871c14100f8233)
* Right click->Quit on the godot icon will now close the application on OSX.marcelofg552016-06-051-5/+3
| | | | | | Fixed get_window_position that missed a return on OSX. (cherry picked from commit 76ab7d3886c5a5e7c777e3cd9869e7b428247c06)
* Remove Make-related flags from Android buildGeorge Marques2016-06-041-3/+3
| | | | | | | | | | They were wrongly placed, creating a file named "-fpic" instead of applying "-fpic" to the build. This file was in .gitignore, which made it less noticiable. This also adds build.gradle to .gitignore. (cherry picked from commit 408c26ce0bc3847ed956a6993faa2619cd942da2)
* Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSXmarcelofg552016-06-041-11/+39
| | | | (cherry picked from commit bb223869e0d016d372d8f3d98b3d5680cc069368)
* Icon: Remove more grey capsules behind official logoRémi Verschelde2016-06-042-0/+0
| | | | (cherry picked from commit e6e878e139eb48f587bf4f6e111b08ebf0121749)
* Added application/fat_bits property for ↵marcelofg552016-06-041-1/+8
| | | | | | EditorExportPlatformOSX::EditorExportPlatformOSX (cherry picked from commit ba0fbe4f79622e739ffa5a03a61d772fea7a47d5)
* fix unexpected char: '\' error on windowsvolzhs2016-06-041-3/+3
| | | | | | | | | | | | | | | | error occurred when register additional directory for android module on windows. ### config.py ### ``` def can_build(plat): return plat=="android" def configure(env): if (env['platform'] == 'android'): env.android_add_res_dir("android/res") ``` (cherry picked from commit 5eb14d3af08a97e71222a8972996d86e3ceed54b)
* Added 'fat' option for bits param on scons for osx, this will produce a fat ↵marcelofg552016-06-041-1/+4
| | | | | | binary that contains both 32 bits and 64 bits binaries (cherry picked from commit eeb83982e2eb4b70e43d45f9fdfe5a54f08576eb)
* Android buildsystem: Drop obsolete NDK_TOOLCHAIN argumentRémi Verschelde2016-06-041-1/+0
| | | | | It was a duplicate of NDK_TARGET, and not used for anything. (cherry picked from commit 5e0f0a962adddfc85957400b007b6b0c08160057)
* OS.get_screen_size now returns the correct value on OSXmarcelofg552016-05-122-2/+2
| | | | (cherry picked from commit b697de92efab8ddd9796a1f396cebfb159be11b0)
* Fix windows 64-bits build.George Marques2016-05-061-0/+2
| | | | | | | | | The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113 (cherry picked from commit 9424c6c58f0b33f06807936958978e907574a845)
* Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic2016-05-061-0/+89
| | | | | | | | | Also Enables automatic detection of architecture for the MSVC compilers. Builds without assembly optimisations for x64 Closes issue #3098 Signed-off-by: Aleksandar Danilovic <greatgames.alexandar@gmail.com> (cherry picked from commit 7762e1afe60d6cf3ae310a4cf0af0e25ae5d18c6)
* Fixed behavior of OS.set_window_resizableMattias Cibien2016-05-061-1/+1
| | | | | | Should fix #4428. * Minimize button is not hidden anymore (cherry picked from commit 8fb7280f39600b1fec6f5a88fba29aecb0caa9b4)
* OSX: Fix lib suffix for Android lib (#4499)Rémi Verschelde2016-05-011-3/+1
| | | | | Fixes #1452. (cherry picked from commit 94274b9ab517aac175d205636f8561ff76d45eda)
* Implement OS.get_process_ID for WindowsGeorge Marques2016-05-012-0/+6
| | | | | | | Based on code by @ratsdiov. Closes #1733 (cherry picked from commit 2cd8e86aa016fe8c61a48889529aa81284f6d889)
* Fix launching from .app on OSXAriel Manzur2016-04-291-1/+9
| | | | (cherry picked from commit 6962fd91c6c03ceec91e8f25242ca5c638dfea03)
* Move export GUI debug toggle to export settings windoweska2016-04-294-4/+4
| | | | (cherry picked from commit ab4caa79538750d7557308dd4f83d6b17d9bdd22)
* NACL removal: fix leftoverRémi Verschelde2016-04-271-562/+0
|
* Drop NACL platformRémi Verschelde2016-04-2723-2928/+0
| | | | | | | | It's no longer maintained and Chrome-specific, so it's not a viable solution to deploy Godot games in browsers. The current prefered alternative is asm.js (platform/javascript), and we're looking forward to WebAssembly. (cherry picked from commit ec606f94dc259cd4d22b11e9147789b87ed73738)
* Drop obsolete WIP for Flash platformRémi Verschelde2016-04-2729-24483/+0
| | | | | | | | | It was apparently never fully functional and has not been maintained. Flash itself is nowadays clearly a deprecated technology, so there will not be further work on it. platform/javascript and the upcoming WebAssembly technologies should have a brighter future. (cherry picked from commit f368d380e708bd39589a309e2611b55306b78b3a)
* Add fallback to legacy KeyboardEvent in web exporteska2016-04-271-1/+21
| | | | | | | Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. (cherry picked from commit 45b90f16ca080c601e6bf7038979eabb6b7eaa3e)
* Reimplement key input events in Emscripten exporteska2016-04-274-121/+435
| | | | | | | Scancodes work, but unicode values are now completely broken in some browser/OS combinations. (cherry picked from commit 0e9eefb7d4d3d3b10558ade0fea5ea9656a7cace)
* remove unused resources and add korean locale for androidvolzhs2016-04-272-3/+52
| | | | | | | - remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen (cherry picked from commit e94e710893960d9b6581c0c669a436173185d596)
* x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry2016-04-271-0/+2
| | | | (cherry picked from commit 5907a007dc2e9dd7c89649cfed42dbc0239e4b42)
* memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC2016-04-061-0/+2
| | | | (cherry picked from commit 391095e0efe075268b892ff47a5885f5a6e2706f)
* Add support for gnu-libstc++-4.9 needed by recent NDK versionsblubee2016-04-021-7/+9
| | | | | | | | The 4.9 version is the default one, people can still build using 4.8 with older NDK versions by setting the (optional) NDK_TARGET and NDK_TARGET_X86 environment variables. (cherry picked from commit a0fb5b5f95f0d4ce90766301ddce4e5f199fb125)
* Remove trailing spacesRémi Verschelde2016-04-0220-217/+217
| | | | (cherry picked from commit 0a5472e697dee57956c2583a50bc5cf5faada5d8)
* Expose android/shutdown_adb_on_exit parameter and default to trueRémi Verschelde2016-04-021-0/+1
| | | | | | | | | | It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073. (cherry picked from commit c58494038702876403687e5b76a100f077b8d9b3)
* Add -r flag to adb install for keep app user datasanikoyes2016-04-021-0/+1
| | | | (cherry picked from commit 9e026fecef94c5bc52ecddf6db5ec60c76b2e3be)
* remove trailing whitespaceHubert Jarosz2016-04-0249-412/+412
| | | | (cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f)