summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2022-02-09Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06[Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-03EditorProperty: Fix range hint parsing with optional stepRémi Verschelde
2022-02-01Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker
2022-01-19Revert "Add new scaling modes for splash screen"Rémi Verschelde
2022-01-18Add new scaling modes for splash screenSamuel Pedrajas
2022-01-18Merge pull request #47522 from madmiraal/rename-test_width-test_heightRémi Verschelde
2022-01-18Doctool: Add error checks and exit code handlingMax Hilbrunner
2022-01-17Merge pull request #55020 from bruvzg/vlk_device_surface_checkRémi Verschelde
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-17Remove property hints referencing unsupported svgz extensionRémi Verschelde
2022-01-13Merge pull request #56311 from Calinou/default-allow-hidpiRémi Verschelde
2022-01-04Rename Project Window width and height settings to match their functionMarcel Admiraal
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-03Add a shader warning when the uniform buffer limit is exceededYuri Roubinsky
2021-12-30Enable "Allow Hidpi" by defaultHugo Locurcio
2021-12-20Print requested V-Sync mode when Print Fps is enabledHugo Locurcio
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-17add 2d scale factor propertyAnsraer
2021-12-16Make `--doctool` locale awareHaoyu Qiu
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-02Merge pull request #55483 from pycbouh/theme-load-and-orderRémi Verschelde
2021-11-30Make default/project theme wait for modules before initializingYuri Sizov
2021-11-30Remove editor splash screen with sponsors logoRémi Verschelde
2021-11-23Fix `strip_edges()` call that was removed in boot splash image changeHugo Locurcio
2021-11-23Add a project setting to disable the boot splash imageHugo Locurcio
2021-11-22[Vulkan] Check each device capabilities before selecting it.bruvzg
2021-11-22Ignore override.cfg when in editorkobewi
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-10Move Mono unhandled exception setting to be located within a subsectionHugo Locurcio
2021-11-09Display 2 decimals instead of 1 in editor frametime labelsHugo Locurcio
2021-11-09Enable mono editor build in CIqarmin
2021-11-01Fix new projects always being created with OpenGLHugo Locurcio
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-21Fix exit code for --script --check-only, fixes #54087Pawel Lampe
2021-10-21Main: Fixup --dump-extension-api after #54017Rémi Verschelde
2021-10-20Merge pull request #50680 from Calinou/project-default-single-window-modeRémi Verschelde
2021-10-20doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde
2021-10-20Main: Add documentation for `--dump-extension-api`Rémi Verschelde
2021-10-17Rework XR positional trackersBastiaan Olij
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke