Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | Merge pull request #15279 from volzhs/android-update-build | Rémi Verschelde | |
Update android build tool to latest | |||
2018-01-03 | Merge pull request #15092 from ↵ | Rémi Verschelde | |
guilhermefelipecgs/fix_infinite_loop_on_splash_screen Fix infinite loop on splash screen on tiling windows managers | |||
2018-01-03 | Update android build tool to latest | volzhs | |
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde | |
Custom hardware-accelerated mouse cursor | |||
2018-01-01 | Merge pull request #15246 from vnen/uwp-gdnative | George Marques | |
Make GDNative DLLs work on UWP | |||
2018-01-01 | Make GDNative DLLs work on UWP | George Marques | |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-31 | Improve LTO build with MSVC | George Marques | |
2017-12-27 | Fix infinite loop introduced by 6f3486c4 on tiling windows managers | Guilherme Silva | |
2017-12-26 | Add option to sign UWP exports with signtool | George Marques | |
Windows-only. | |||
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | |
-Disabled Opus, implementation is wrong. | |||
2017-12-24 | x11: Fix maximized splash-boot screen bug. | Enzo Nocera | |
Fixes #14336 | |||
2017-12-22 | Do not require OpenMP for non-tools builds (export templates) | Rémi Verschelde | |
2017-12-18 | Merge pull request #14794 from endragor/remove-debug-logs | Rémi Verschelde | |
Remove debug logs that are of no use to end users | |||
2017-12-18 | Remove debug logs that are of no use to end users | Ruslan Mustakov | |
2017-12-17 | Add implementation for custom hardware cursor | Guilherme Silva | |
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde | |
2017-12-17 | Merge pull request #14764 from poke1024/android | Rémi Verschelde | |
Increase sleep time for android export thread | |||
2017-12-17 | Fixed Android NDK unified header detection for python 3 | Colin Kinloch | |
2017-12-17 | Increase sleep time for android export thread | Bernhard Liebl | |
2017-12-16 | Add support for whole program optimization on MSVC | George Marques | |
Since it's similar to LTO, it can be enabled by setting use_lto=yes. | |||
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky | |
Call needs to be routed via visual server to reach the proper thread. | |||
2017-12-16 | Rename the debug symbol files to .debugsymbols | Hein-Pieter van Braam | |
Some users were confused by the '.debug' suffix for the symbols. | |||
2017-12-16 | Merge pull request #14597 from NathanWarden/linux_extensions | Rémi Verschelde | |
Updated Linux template extensions to match architecture. | |||
2017-12-16 | Merge pull request #14708 from Faless/get_packet_not_const_rebased | Rémi Verschelde | |
Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers | |||
2017-12-15 | Fix 32bit MingW build for thekla_altas | Hein-Pieter van Braam | |
2017-12-15 | Move windows networking class to drivers/windows/ | Fabio Alessandrelli | |
Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock. | |||
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | |
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. | |||
2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli | |
2017-12-15 | Remove debug printf on Windows | Rémi Verschelde | |
2017-12-15 | Merge pull request #14604 from mhilbrunner/http-defaults | Rémi Verschelde | |
HTTP cleanup & better defaults | |||
2017-12-14 | Merge pull request #14672 from akien-mga/openmp-linking | Rémi Verschelde | |
openmp: Simplify linking on X11, fixing clang build | |||
2017-12-14 | openmp: Simplify linking on X11, fixing clang build | Rémi Verschelde | |
2017-12-14 | Merge pull request #14667 from bruvzg/macports-clang-imp | Rémi Verschelde | |
Minor improvements for #14658 (MacPorts clang support) | |||
2017-12-14 | MacPorts clang version selection, and OpenMP linking fix. | bruvzg | |
2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde | |
Closes #14663. | |||
2017-12-14 | openmp: Don't try to link GCC's implementation on Clang | Rémi Verschelde | |
Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally. | |||
2017-12-14 | Merge pull request #14658 from bruvzg/macports-clang | Rémi Verschelde | |
Adds `macports_clang` build flag. | |||
2017-12-14 | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵ | bruvzg | |
(with OpenMP support). | |||
2017-12-14 | Added indent_style to editorconfig, fixed inconsistent use of tabs and ↵ | Colin Kinloch | |
spaces in indentation. | |||
2017-12-14 | -Add lightmapper | Juan Linietsky | |
-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) | |||
2017-12-14 | HTTP cleanup & better defaults | mhilbrunner | |
2017-12-12 | Updated Linux template extensions to match architecture. | Nathan Warden | |
2017-12-12 | Merge pull request #14565 from bruvzg/mingw-specific-binutils | Rémi Verschelde | |
Use MinGW specific binutils for debug symbols separation. | |||
2017-12-11 | Use MinGW specific binutils for debug symbols separation | bruvzg | |
2017-12-10 | iOS: Drop obsolete code from never-public modules | Rémi Verschelde | |
2017-12-10 | Merge pull request #14494 from RandomShaper/fix-mouse-x11 | Rémi Verschelde | |
Fix no mouse if touch device present in X11 | |||
2017-12-10 | Merge pull request #14485 from RandomShaper/fix-android-export | Rémi Verschelde | |
Fix crash on Android export | |||
2017-12-10 | Fix no mouse if touch device present in X11 | Pedro J. Estébanez | |
Plus several improvements in this area. Sadly, grabbing has been disabled until a better solution is found. Fixes #14427. | |||
2017-12-10 | Fix crash on Android export | Pedro J. Estébanez | |
Caused by a zero-length command-line segment. Fixes #14343. |