summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #66965 from bruvzg/win_llvmRémi Verschelde2022-10-062-6/+9
|\
| * [Windows] Fix LLVM MinGW build.bruvzg2022-10-062-6/+9
* | Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-062-12/+0
|\ \ | |/ |/|
| * Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-052-12/+0
* | Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_mainFredia Huya-Kouadio2022-10-057-19/+58
|\ \
| * | Cleanup of the Android cursor shape logicFredia Huya-Kouadio2022-10-057-19/+58
* | | Merge pull request #66941 from winterpixelgames/bugfix-android-null-input-eventFredia Huya-Kouadio2022-10-051-1/+1
|\ \ \ | |/ / |/| |
| * | Fix null in android keyboard handling.Jason Knight2022-10-051-1/+1
* | | Fix the gradle build configuration for the Android platform following https:/...Fredia Huya-Kouadio2022-10-053-38/+42
|/ /
* | Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-052-3/+3
|\ \
| * | Remove usage of unitialized variablesRafał Mikrut2022-10-012-3/+3
* | | Merge pull request #64819 from RandomShaper/enhance_thread_funcsRémi Verschelde2022-10-051-1/+1
|\ \ \
| * | | Enhance portability of threadingPedro J. Estébanez2022-10-041-1/+1
* | | | Merge pull request #64886 from Calinou/web-editor-add-local-web-server-2Rémi Verschelde2022-10-054-1245/+55
|\ \ \ \
| * | | | Replace local web server setup for web editor with a Python-based solutionHugo Locurcio2022-10-044-1245/+55
| |/ / /
* | | | Merge pull request #63983 from Calinou/scons-linux-execinfo-muslRémi Verschelde2022-10-051-2/+4
|\ \ \ \
| * | | | Automatically use execinfo for crash handler on *BSD and musl-based LinuxHugo Locurcio2022-10-041-2/+4
| |/ / /
* | | | Merge pull request #66773 from MladoniSzabi/numpad-no-numlock-bug-linuxRémi Verschelde2022-10-041-11/+15
|\ \ \ \
| * | | | Remapped the numpad keys on linux when numlock is offMladoniSzabi2022-10-031-11/+15
* | | | | Merge pull request #66274 from Calinou/engine-rename-max-fpsRémi Verschelde2022-10-041-3/+3
|\ \ \ \ \
| * | | | | Rename `Engine.target_fps` and associated project setting to `max_fps`Hugo Locurcio2022-10-031-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #66832 from bruvzg/cmd_p_fixRémi Verschelde2022-10-041-1/+1
|\ \ \ \ \
| * | | | | [macOS] Fix ⌘ + . + other modifier triggering twice.bruvzg2022-10-031-1/+1
| |/ / / /
* | | | | Merge pull request #66559 from zaevi/fix_ScrollContainer_touch_scrollRémi Verschelde2022-10-041-1/+1
|\ \ \ \ \
| * | | | | Fix ScrollContainer touch-scrolling not working.Zae2022-09-291-1/+1
* | | | | | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...Rémi Verschelde2022-10-048-26/+18
|\ \ \ \ \ \
| * | | | | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-038-26/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CASTRémi Verschelde2022-10-041-9/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde2022-10-031-9/+3
| |/ / / /
* / / / / Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-033-90/+0
|/ / / /
* | / / Fix inconsistent window state on X11.Matthew Munro (mam552)2022-10-011-0/+5
| |/ / |/| |
* | | Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypyRémi Verschelde2022-09-307-11/+43
|\ \ \
| * | | ci: add Python static analysis check via mypyJiri Suchan2022-09-307-11/+43
* | | | Fix typos with codespellRémi Verschelde2022-09-301-1/+1
|/ / /
* | | Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-308-170/+39
|\ \ \
| * | | SCons: Unify tools/target build type configurationRémi Verschelde2022-09-268-170/+39
* | | | Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703Rémi Verschelde2022-09-281-1/+1
|\ \ \ \
| * | | | Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable usedRémi Verschelde2022-09-281-1/+1
| | |/ / | |/| |
* / | | Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-1/+3
|/ / /
* / / [Windows] Ignore excessive wintab mouse move events.bruvzg2022-09-281-11/+14
|/ /
* | Style: Cleanup header guards for consistencyRémi Verschelde2022-09-268-21/+17
* | Merge pull request #66377 from bruvzg/macos_menu_cb_deferredRémi Verschelde2022-09-252-5/+21
|\ \
| * | [macOS] Process menu callback after event processing step to avoid event queu...bruvzg2022-09-242-5/+21
* | | Merge pull request #66295 from bruvzg/win_fix_wm_char_keysymRémi Verschelde2022-09-241-1/+1
|\ \ \ | |/ / |/| |
| * | [Windows] Fix WM_CHAR processing code using Unicode char instead of Virtual key.bruvzg2022-09-231-1/+1
* | | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-233-8/+3
* | | SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize`Rémi Verschelde2022-09-233-6/+5
|/ /
* | [macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg2022-09-227-27/+103
* | Merge pull request #65816 from bruvzg/proj_settings_missing_flagsRémi Verschelde2022-09-212-8/+36
|\ \
| * | Add missing initial window flags and window mode to the project settings.bruvzg2022-09-192-8/+36
| |/