Age | Commit message (Expand) | Author |
2018-09-15 | Fix set_default_cursor_shape interaction with Control nodes | Martin Capitanio |
2018-09-15 | Allow system certs file to be used by Editor. | Fabio Alessandrelli |
2018-09-14 | Make boot splash background color always configurable | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Make sure project manager gets editor hint set | Rémi Verschelde |
2018-09-10 | Set editor hint for the project manager | Rémi Verschelde |
2018-08-28 | Changed A* exit condition, added 2 tests for it | Maykeye |
2018-08-28 | Donors: Add GameDev.tv as platinum sponsor | Rémi Verschelde |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-02 | Fixes is_pressed when holding double click. | unknown |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-27 | Main: Fix --check-only option implemented as paired | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | Merge pull request #18368 from Gamblify/RasterizerEngineSync | Rémi Verschelde |
2018-07-20 | Add static type checks in the parser | George Marques |
2018-07-20 | Fix build issues and typos after c69de2ba4 | Rémi Verschelde |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-17 | Add Audio Server profiling time to the profiler | Marcelo Fernandez |
2018-07-17 | Added Performance.AUDIO_OUTPUT_LATENCY | Marcelo Fernandez |
2018-07-14 | Visual Shaders are back. | Juan Linietsky |
2018-07-05 | Merge pull request #19229 from RandomShaper/fix-focus-steal | Max Hilbrunner |
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2018-06-25 | Fix vsync initialization | Chaosus |
2018-06-21 | add NoCache wrapper to Command | Rhody Lugo |
2018-06-15 | The build-solutions flag now forces editor mode. | Nathan Warden |
2018-06-15 | Removed unused AudioServer::update function | Marcelo Fernandez |
2018-06-09 | Correct test list returned by test_get_names | Emmanuel Leblond |
2018-06-05 | Rasterizers are now in sync with engine | Gustav Lund |
2018-05-31 | Add cli paramerter --check-only for script parsing | Timur Celik |
2018-05-28 | Fix debugger focus stealing | Pedro J. Estébanez |
2018-05-28 | Revert "Make the performance reporting update frequency customizable" | Juan Linietsky |
2018-05-26 | Merge pull request #18998 from Calinou/customizable-performance-reporting-rate | Max Hilbrunner |
2018-05-22 | Only add autoloads in editor if they have tool scripts | George Marques |
2018-05-18 | Make the performance reporting update frequency customizable | Hugo Locurcio |
2018-05-16 | Add missing copyright headers | Guilherme Felipe |
2018-05-15 | -New inspector. | Juan Linietsky |
2018-05-14 | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky |
2018-05-12 | Change reused variable name in command line parsing | Leon Krause |
2018-05-12 | Remove dead branch in command line logic | Leon Krause |
2018-05-12 | Revert "Fix custom resource path look-up per command line" | Leon Krause |
2018-05-11 | Merge pull request #18770 from eska014/cmdline | Rémi Verschelde |
2018-05-10 | Fix help/man for --export and --export-debug | Leon Krause |
2018-05-10 | Fix custom resource path look-up per command line | Leon Krause |
2018-05-10 | Fix setting for pointing emulation | volzhs |
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch |