aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-243-12/+0
| | | | -Disabled Opus, implementation is wrong.
* x11: Fix maximized splash-boot screen bug.Enzo Nocera2017-12-241-0/+4
| | | | Fixes #14336
* Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-223-4/+4
|
* Merge pull request #14794 from endragor/remove-debug-logsRémi Verschelde2017-12-182-5/+0
|\ | | | | Remove debug logs that are of no use to end users
| * Remove debug logs that are of no use to end usersRuslan Mustakov2017-12-182-5/+0
| |
* | Cleanup some #if 0'd codeRémi Verschelde2017-12-171-6/+0
| |
* | Merge pull request #14764 from poke1024/androidRémi Verschelde2017-12-171-1/+2
|\ \ | | | | | | Increase sleep time for android export thread
| * | Increase sleep time for android export threadBernhard Liebl2017-12-171-1/+2
| | |
* | | Fixed Android NDK unified header detection for python 3Colin Kinloch2017-12-171-1/+1
|/ /
* | Add support for whole program optimization on MSVCGeorge Marques2017-12-161-0/+3
| | | | | | | | Since it's similar to LTO, it can be enabled by setting use_lto=yes.
* | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-166-15/+15
| | | | | | | | Call needs to be routed via visual server to reach the proper thread.
* | Rename the debug symbol files to .debugsymbolsHein-Pieter van Braam2017-12-162-4/+4
| | | | | | | | Some users were confused by the '.debug' suffix for the symbols.
* | Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde2017-12-166-7/+8
|\ \ | |/ |/| Updated Linux template extensions to match architecture.
| * Updated Linux template extensions to match architecture.Nathan Warden2017-12-126-7/+8
| |
* | Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde2017-12-1610-1093/+9
|\ \ | | | | | | Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers
| * | Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-1510-1093/+9
| | | | | | | | | | | | | | | Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock.
| * | Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-152-7/+7
| | | | | | | | | | | | | | | | | | They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object.
* | | Fix 32bit MingW build for thekla_altasHein-Pieter van Braam2017-12-151-1/+1
|/ /
* | Fix javascript build error and improve #14604Fabio Alessandrelli2017-12-151-3/+3
| |
* | Remove debug printf on WindowsRémi Verschelde2017-12-151-2/+0
| |
* | Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde2017-12-151-15/+20
|\ \ | | | | | | HTTP cleanup & better defaults
| * | HTTP cleanup & better defaultsmhilbrunner2017-12-141-15/+20
| | |
* | | Merge pull request #14672 from akien-mga/openmp-linkingRémi Verschelde2017-12-141-2/+1
|\ \ \ | | | | | | | | openmp: Simplify linking on X11, fixing clang build
| * | | openmp: Simplify linking on X11, fixing clang buildRémi Verschelde2017-12-141-2/+1
| | | |
* | | | Merge pull request #14667 from bruvzg/macports-clang-impRémi Verschelde2017-12-142-11/+12
|\ \ \ \ | |/ / / |/| | | Minor improvements for #14658 (MacPorts clang support)
| * | | MacPorts clang version selection, and OpenMP linking fix.bruvzg2017-12-142-11/+12
| | | |
* | | | Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-146-7/+6
|/ / / | | | | | | | | | Closes #14663.
* | | openmp: Don't try to link GCC's implementation on ClangRémi Verschelde2017-12-141-2/+3
| | | | | | | | | | | | | | | Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally.
* | | Merge pull request #14658 from bruvzg/macports-clangRémi Verschelde2017-12-142-1/+18
|\ \ \ | | | | | | | | Adds `macports_clang` build flag.
| * | | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵bruvzg2017-12-142-1/+18
| | | | | | | | | | | | | | | | (with OpenMP support).
* | | | Added indent_style to editorconfig, fixed inconsistent use of tabs and ↵Colin Kinloch2017-12-142-7/+7
|/ / / | | | | | | | | | spaces in indentation.
* / / -Add lightmapperJuan Linietsky2017-12-148-0/+36
|/ / | | | | | | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* | Merge pull request #14565 from bruvzg/mingw-specific-binutilsRémi Verschelde2017-12-121-3/+8
|\ \ | |/ |/| Use MinGW specific binutils for debug symbols separation.
| * Use MinGW specific binutils for debug symbols separationbruvzg2017-12-111-3/+8
| |
* | iOS: Drop obsolete code from never-public modulesRémi Verschelde2017-12-102-138/+3
|/
* Merge pull request #14494 from RandomShaper/fix-mouse-x11Rémi Verschelde2017-12-101-16/+17
|\ | | | | Fix no mouse if touch device present in X11
| * Fix no mouse if touch device present in X11Pedro J. Estébanez2017-12-101-16/+17
| | | | | | | | | | | | | | | | Plus several improvements in this area. Sadly, grabbing has been disabled until a better solution is found. Fixes #14427.
* | Merge pull request #14485 from RandomShaper/fix-android-exportRémi Verschelde2017-12-101-4/+7
|\ \ | |/ |/| Fix crash on Android export
| * Fix crash on Android exportPedro J. Estébanez2017-12-101-4/+7
| | | | | | | | | | | | Caused by a zero-length command-line segment. Fixes #14343.
* | Style: Apply clang-format to Java filesRémi Verschelde2017-12-1025-1462/+1371
| | | | | | | | Only those from org/godotengine/godot though, not the thirdparty ones.
* | X11: Process entire event queue at startup.Andreas Haas2017-12-092-7/+5
| | | | | | | | Should fix #14336
* | Merge pull request #14434 from Smjert/fix/13447/vsyncRémi Verschelde2017-12-095-0/+8
|\ \ | | | | | | Fixes vsync setting ignored when using a separate thread for rendering
| * | Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-095-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the vsync in the main thread, after the rendering thread starts and takes the OpenGL context fails, so we need to do that before. Also, for some reason, the main thread cannot make current the context anymore. Fixes #13447
* | | Windows export: Use WINE to run rcedit on non-Windows hostRémi Verschelde2017-12-091-8/+36
| | | | | | | | | | | | | | | | | | | | | WINE can be either run from a provided path ("export/windows/wine"), or looked up in the system PATH. Fixes #14441.
* | | Merge pull request #14437 from vnen/rceditRémi Verschelde2017-12-091-1/+97
|\ \ \ | |/ / |/| | Call rcedit on export for Windows desktop
| * | Call rcedit on export for Windows desktopGeorge Marques2017-12-091-1/+97
| | | | | | | | | | | | | | | | | | - Add an editor setting to read the rcedit path. - Add settings to the export preset with icon and other exe information (version, name, copyright, etc.)
* | | Fix Manage Export Templates linkMattUV2017-12-082-0/+2
| | | | | | | | | | | | | | | In some cases, the link to download export templates was missing. Fixes #14391
* | | Merge pull request #14356 from volzhs/ios-delegate-masterRémi Verschelde2017-12-071-1/+2
|\ \ \ | | | | | | | | use application:didFinishLaunchingWithOptions: instead of application…
| * | | use application:didFinishLaunchingWithOptions: instead of ↵volzhs2017-12-071-1/+2
| | |/ | |/| | | | | | | applicationDidFinishLaunching: for iOS
* | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0722-73/+84
| | |