Age | Commit message (Expand) | Author |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-03-02 | Fix `--help` output, allow renderer override from command line (`--video-driv... | bruvzg |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |
2018-03-01 | Fix server build on FreeBSD | Fabio Alessandrelli |
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-02-19 | Merge pull request #16675 from Iskustvo/improved_error_detectioin_in_move-to-... | Rémi Verschelde |
2018-02-19 | Merge pull request #16696 from BTaskaya/master | Rémi Verschelde |
2018-02-18 | [X11] Improving error detection in move_to_trash | Iskustvo |
2018-02-16 | Remove window decorations for fullscreen on X11 | Pedro J. Estébanez |
2018-02-16 | X11: Link libgcc statically with use_static_cpp option | Rémi Verschelde |
2018-02-14 | PEP3101 applied with changing old type string formatting as new ones | BTaskaya |
2018-02-14 | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde |
2018-02-14 | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl | Rémi Verschelde |
2018-02-14 | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli |
2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli |
2018-02-12 | Added OS::center_window to center the window precisely on desktop platforms | Marcelo Fernandez |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic |
2018-01-31 | X11: implement OS.get_unique_id | geequlim |
2018-01-29 | Fix Copy/Paste problems on X11 | Hein-Pieter van Braam |
2018-01-26 | Make separate debug symbols opt-in | Hein-Pieter van Braam |
2018-01-26 | Bullet: allow unbundling only if > 2.87 | Rémi Verschelde |
2018-01-24 | Silence verbose stderr info message on X11 | Rémi Verschelde |
2018-01-13 | SCons: Allow unbundling bullet on Linux (only 2.87+) | Rémi Verschelde |
2018-01-05 | Add new window setting: always on top | Pedro J. Estébanez |
2018-01-05 | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde |
2018-01-05 | X11: Add missing return in OS_X11::initialize(). | Andreas Haas |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-03 | Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash... | Rémi Verschelde |
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-27 | Fix infinite loop introduced by 6f3486c4 on tiling windows managers | Guilherme Silva |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky |
2017-12-24 | x11: Fix maximized splash-boot screen bug. | Enzo Nocera |
2017-12-22 | Do not require OpenMP for non-tools builds (export templates) | Rémi Verschelde |
2017-12-17 | Add implementation for custom hardware cursor | Guilherme Silva |
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky |
2017-12-16 | Rename the debug symbol files to .debugsymbols | Hein-Pieter van Braam |
2017-12-16 | Merge pull request #14597 from NathanWarden/linux_extensions | Rémi Verschelde |
2017-12-14 | openmp: Simplify linking on X11, fixing clang build | Rémi Verschelde |
2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde |
2017-12-14 | openmp: Don't try to link GCC's implementation on Clang | Rémi Verschelde |
2017-12-14 | Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces... | Colin Kinloch |
2017-12-14 | -Add lightmapper | Juan Linietsky |
2017-12-12 | Updated Linux template extensions to match architecture. | Nathan Warden |
2017-12-10 | Fix no mouse if touch device present in X11 | Pedro J. Estébanez |
2017-12-09 | X11: Process entire event queue at startup. | Andreas Haas |
2017-12-09 | Fixes vsync setting ignored when using a separate thread for rendering | Stefano Bonicatti |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |