Age | Commit message (Expand) | Author |
2021-01-05 | Merge pull request #44299 from Chaosus/fix_win32_warning | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2021-01-01 | Fixed warning at project startup (WIN32) | Yuri Roubinsky |
2020-12-31 | Fix window restoring after fullscreen again | Yuri Roubinsky |
2020-12-28 | Merge pull request #44757 from andrew-softdev/my-bug-fix | Rémi Verschelde |
2020-12-28 | Incorrect format specifiers used to display some String/StringName data | andrew-softdev |
2020-12-28 | Merge pull request #44593 from madmiraal/rename-mainloop-methods | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-22 | Rename MainLoop methods to match Node methods | Marcel Admiraal |
2020-12-19 | Rename Rect2 and Rect2i clip() to intersection() | Marcel Admiraal |
2020-12-18 | Add missing override keywords in os_windows.h | Marcel Admiraal |
2020-12-17 | Add override keywords to core/os.h derived classes. | Marcel Admiraal |
2020-12-16 | SCons: Add only selected platform's opts to env | Rémi Verschelde |
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal |
2020-12-10 | Merge pull request #40708 from bruvzg/improve_os_locale | Rémi Verschelde |
2020-12-09 | Merge pull request #44161 from Faless/fix/fa_buffered_remove | Rémi Verschelde |
2020-12-08 | Merge pull request #43742 from qarmin/editor_modules_default_values | Rémi Verschelde |
2020-12-06 | Remove now unused FileAccessBuffered. | Fabio Alessandrelli |
2020-12-04 | RenderingServer reorganization | reduz |
2020-12-04 | Added driving joystick type to windows joystick handling | Bastiaan Olij |
2020-12-04 | Merge pull request #44074 from reduz/reorganize-3d | Rémi Verschelde |
2020-12-03 | Merge pull request #44018 from lyubomirv/mingw_use_static_cpp_option | Rémi Verschelde |
2020-12-03 | Reorganize rendering server. | reduz |
2020-12-03 | Add 'use_static_cpp' option for MinGW and MSVC builds | Lyubomir Vasilev |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-19 | SCons: Remove unnecessary $LINK overrides | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-16 | Fixed exit code retrieval of spawned processes on Windows | Marcus Brummer |
2020-11-09 | Merge pull request #43412 from akien-mga/variant-rename-_RID-to-RID | Rémi Verschelde |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-09 | Remove `debug_symbols=full` in favor of `debug_symbols=yes` | Hugo Locurcio |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-06 | Merge pull request #43353 from madmiraal/fix-43352 | Rémi Verschelde |
2020-11-06 | Use LONG instead of DWORD (unsigned int) when interacting with DIJOFS constants. | unknown |
2020-10-24 | Changed path behaviour for Windows | Ev1lbl0w |
2020-10-09 | [Windows, MSVC] Correctly set source file encoding. | bruvzg |
2020-10-08 | SCons: Refactor and cleanup warnings definition | Rémi Verschelde |
2020-10-06 | SCons: Add windows_subsystem=default, restores original behavior | Rémi Verschelde |
2020-09-27 | Add all headers to VS Project | Bartłomiej T. Listwon |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-17 | Add window click-through support. | bruvzg |
2020-09-14 | Only display the Windows toggle console option if it can actually be used | Hugo Locurcio |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-03 | Merge pull request #41332 from bruvzg/win_subsys_option | Rémi Verschelde |
2020-08-26 | Fix WINDOW_EVENT_FOCUS_IN for popups on Windows | PouleyKetchoupp |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-08-17 | Add Windows Subsystem build option. | bruvzg |
2020-08-17 | Revert "[Windows] Attach to parent console instead of creating new one." | bruvzg |