Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | Merge pull request #69332 from bruvzg/exact_symbols | Rémi Verschelde | |
[MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace when symbols are missing. | |||
2022-11-29 | Merge pull request #69110 from bruvzg/con_icon2 | Rémi Verschelde | |
[Windows] Optimize editor icon, use different icon for console executable. | |||
2022-11-29 | [MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ↵ | bruvzg | |
when symbols are missing. | |||
2022-11-29 | [Windows] Optimize editor icon, use different icon for console executable. | bruvzg | |
2022-11-28 | [Windows] Fix joypad crash | Patrick Dawson | |
2022-11-21 | [Export] Use image loader directly to avoid "resource as image file" errors. | bruvzg | |
2022-11-18 | Windows icon export improvements. | bruvzg | |
Regenerate Windows icon on export to ensure correct icon size order. Add support for using PNG/WebP/SVG files as an icon for Windows exports. Allow using WebP/SVG files as icon for macOS exports. Add option to select generated icons interpolation, and set default interpolation to Lanczos. | |||
2022-11-17 | [Windows] Use case-sensitive file names for the system fonts to avoid warnings. | bruvzg | |
2022-11-16 | Merge pull request #68700 from clayjohn/GLES3-vsync | Rémi Verschelde | |
Set vsync on window creation when using GLES3 | |||
2022-11-15 | Set vsync on window creation when using GLES3. | clayjohn | |
Add vsync to Windows platform | |||
2022-11-15 | [Windows] Add icon to the console wrapper, add option to set icon for the ↵ | bruvzg | |
console wrapper on export. | |||
2022-11-14 | Regenerate GL loader code with GLAD 2 | Riteo | |
GLAD 1 creates unusable loaders for EGL, while the newly released GLAD 2 does not, so for consistency I thought that it would be a good idea to uniform things beforehand. While it had some API changes some renames were all that was needed and everything works like before, at least on the Wayland branch. I've kept the structure identical, although this new generator has quite a few hefty features, such as a single header mode. I've also added GLAD to `thirdparty/README.md`, but I haven't specified that in the commit title because it's a very small "fix". | |||
2022-11-14 | Fix misc formatting issues | Rémi Verschelde | |
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files. | |||
2022-11-14 | Fix ICONDIR buffer overflow | Patrick Dawson | |
2022-11-13 | Added missing null checks for gl_manager in MacOS and Windows display servers | David Snopek | |
2022-11-08 | Add support for OpenGL to OpenXR | David Snopek | |
2022-11-04 | Merge pull request #67434 from bruvzg/win_wrapper | Rémi Verschelde | |
Add console wrapper app to handle console i/o redirection on Windows. | |||
2022-11-03 | Merge pull request #68133 from Sauermann/fix-mouse-dropping | Rémi Verschelde | |
Fix mouseleave event after drag and drop in different windows | |||
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
2022-11-01 | Fix mouseleave event after drag and drop in different Windows | Markus Sauermann | |
When dropping in a different window, it is necessary to start tracking the WM_MOUSELEAVE event again. | |||
2022-11-01 | Load and use system emoji font in the editor. | bruvzg | |
2022-11-01 | Fix mouse offset for unfocused popups | Markus Sauermann | |
On Windows, the mouse was offset, when unfocused popups were used, like the Editor menu. | |||
2022-10-31 | Merge pull request #67879 from bruvzg/fix_no_vlk | Rémi Verschelde | |
Fix build with Vulkan disabled and no Vulkan headers installed. | |||
2022-10-31 | Add console wrapper app to handle console i/o redirection on Windows. | bruvzg | |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | |
Unify usage of GLOBAL/EDITOR_GET | |||
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John | |
Make creating window do not flicker when specify custom position | |||
2022-10-28 | Merge pull request #67903 from Sauermann/fix-startup-windows-mouse-exit-event | Clay John | |
Fix differences between Windows and linuxbsd Display Server | |||
2022-10-28 | Fix differences between Windows and linuxbsd Display Server | Markus Sauermann | |
Fix that Windows receive WINDOW_EVENT_MOUSE_EXIT on startup. When moving the mouse cursor from one window to a different one, make sure that the first window receives the WINDOW_EVENT_MOUSE_EXIT event before the second window receives the WINDOW_EVENT_MOUSE_ENTER event. Send Mouse-Move events also for Windows, that are currently not focused. For determining the currently hovered window, consider not just the currently focused window, but also other windows. Send mouse move events to focused window instead of hovered window. | |||
2022-10-27 | Fix OS.get_video_adapter_driver_info crash | zCubed3 | |
2022-10-26 | Fix build with Vulkan disabled and no Vulkan headers installed. | bruvzg | |
2022-10-24 | Make window creation with custom position do not flash | Wei Guo | |
2022-10-21 | Merge pull request #67546 from clayjohn/DS-msg | Clay John | |
Update the DisplayServer video driver error message to be more accurate and friendly | |||
2022-10-18 | Update the DisplayServer video driver error message | clayjohn | |
to be more accurate and friendly | |||
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi | |
2022-10-17 | Check if Vulkan context for the window exists before resizing it to avoid ↵ | bruvzg | |
unnecessary error messages. | |||
2022-10-12 | [Windows] Fix GCC MinGW warnings. | bruvzg | |
2022-10-11 | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde | |
Fetch video adapter driver name and version from OS | |||
2022-10-11 | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred | |
2022-10-11 | Merge pull request #67242 from akien-mga/cleanup-unused-defines | Rémi Verschelde | |
Cleanup unused defines in platform code | |||
2022-10-11 | Cleanup unused defines in platform code | Rémi Verschelde | |
2022-10-11 | Fix newlines not honored in Windows console | Pedro J. Estébanez | |
This is relevant when building with `windows_subsystem=console`. | |||
2022-10-10 | Merge pull request #67183 from akien-mga/gcc-warnings-cleanup | Rémi Verschelde | |
SCons: Cleanup GCC warnings configuration | |||
2022-10-10 | [Windows] Fix GCC MinGW warnings. | bruvzg | |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde | |
Replace all TODO uses of `#warning` by proper TODO comments, and will open matching bug reports to keep track of them. We don't have a great track record fixing TODOs, but I'd wager we're even worse for fixing these "TODO #warning" so we should prohibit this usage. | |||
2022-10-07 | Harmonize return values of window_create() in rendering drivers | Pedro J. Estébanez | |
2022-10-06 | Merge pull request #66965 from bruvzg/win_llvm | Rémi Verschelde | |
[Windows] Fix LLVM MinGW build. | |||
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde | |
Improve default `OS`'s CPU count getter | |||
2022-10-06 | [Windows] Fix LLVM MinGW build. | bruvzg | |
2022-10-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez | |
2022-10-04 | Merge pull request #66559 from zaevi/fix_ScrollContainer_touch_scroll | Rémi Verschelde | |
Fix ScrollContainer touch-scrolling not working. |