Age | Commit message (Expand) | Author |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Basic 3D rendering | clayjohn |
2022-05-05 | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde |
2022-05-05 | Read and store joypad events in a separate thread on x11 platform | Marcel Admiraal |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-28 | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ... | bruvzg |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-27 | Merge pull request #56093 from bruvzg/pck_section_load | Rémi Verschelde |
2022-04-27 | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde |
2022-04-27 | Merge pull request #60523 from akien-mga/linux-pkgconfig-nixos | Rémi Verschelde |
2022-04-27 | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde |
2022-04-26 | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde |
2022-04-20 | Improve embedded PCK loading and exporting. | bruvzg |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-04-06 | Merge pull request #59908 from bruvzg/fix_popup_close_race | Rémi Verschelde |
2022-04-05 | CI: Update black formatter and apply changes | Rémi Verschelde |
2022-04-05 | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-04-01 | Add CI build with clang sanitizers, increase stack size to 30 MB for builds w... | bruvzg |
2022-03-31 | Fix X11 is_window_maximized | ConteZero |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-22 | Generate export template file names instead of having a fixed set | Aaron Franke |
2022-03-21 | Change extension for Linux 32-bit x86 exports to x86_32 | Aaron Franke |
2022-03-21 | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke |
2022-03-20 | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke |
2022-03-14 | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-03-10 | Merge pull request #58335 from maiself/fix-directory-delete-linux | Rémi Verschelde |
2022-03-09 | Remove unused Bullet module and thirdparty code | Rémi Verschelde |
2022-03-09 | Add missing header for headless builds | MmAaXx500 |
2022-03-08 | [X11] Do not try to focus unmapped window. | bruvzg |
2022-03-04 | Fix X11 memory leak after drag & drop file into the editor | Haoyu Qiu |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-20 | Fix deleting of directories on Linux | Mai Lavelle |
2022-02-18 | [Linux/X11] Fallback to the X server root window to get screen rects, if Xine... | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-15 | Add an `OS.get_processor_name()` method | Hugo Locurcio |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-09 | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde |
2022-02-08 | Merge pull request #57612 from maiself/improve-gamepad-detection | Rémi Verschelde |
2022-02-08 | [X11] Fix decoration reset when returning from fullscreen mode. | bruvzg |
2022-02-06 | Snap refresh rate to hundreths place on X11 | jordi |
2022-02-04 | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde |
2022-02-04 | Merge pull request #57617 from bruvzg/char_cleanup | Rémi Verschelde |