Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #67695 from Sauermann/fix-filedrop-space | Rémi Verschelde | |
Do not strip spaces at the end of file names of dropped files | |||
2022-11-03 | Merge pull request #67820 from Sauermann/fix-popup-closing-on-mousemove | Rémi Verschelde | |
Fix unwanted popup closing by mouse-move while holding mouse-button down | |||
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-03 | Do not strip spaces at the end of file names of dropped files on linuxbsd | Markus Sauermann | |
2022-11-03 | Fix unwanted popup closing by mouse-move while holding mouse-button | Markus Sauermann | |
2022-11-03 | Merge pull request #68182 from Riteo/x11-folder | Rémi Verschelde | |
linuxbsd: move all X11 stuff in its own directory | |||
2022-11-02 | linuxbsd: move all X11 stuff in its own directory | Riteo | |
This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree. | |||
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 | Merge pull request #68099 from Sauermann/fix-popup-mouse-offset | Rémi Verschelde | |
Fix mouse offset for unfocused popups | |||
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 #68044 from ztc0611/ios-promotion | Rémi Verschelde | |
Add ProMotion/High Refresh Rate Support to iOS Exports | |||
2022-10-31 | Add ProMotion Support to iOS Exports | Zach Coleman | |
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-31 | CI: Update minimatch npm dependency to silence security report | Rémi Verschelde | |
No risk for us as this is only used for static checks on CI. | |||
2022-10-31 | Merge pull request #67581 from aaronfranke/android-float | Rémi Verschelde | |
Use proper types for converting Java float/double arrays in Android code | |||
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 | Merge pull request #67914 from Calinou/displayserverx11-no-native-icon | Max Hilbrunner | |
Fix `DisplayServer.has_feature()` claiming X11 has native icon support | |||
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-27 | Merge pull request #67421 from Sauermann/fix-failure-exit-code | Clay John | |
Fix Godot exiting with unexpected failure code | |||
2022-10-26 | Fix `DisplayServer.has_feature()` claiming X11 has native icon support | Hugo Locurcio | |
Native icons are not supported by the X11 DisplayServer, unlike Windows and macOS. | |||
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-23 | Merge pull request #65334 from dsnopek/opengl-multiview | Clay John | |
[opengl] Add multiview to the opengl3 driver | |||
2022-10-22 | Add double_tap attribute to InputEventScreenTouch | Fredia Huya-Kouadio | |
This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events. | |||
2022-10-21 | Add multiview to the opengl3 driver | David Snopek | |
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-19 | Merge pull request #67564 from bruvzg/macos_wide_alert | Max Hilbrunner | |
[macOS] Fit OS::alert to the text width for better readability. | |||
2022-10-18 | Delete Android godot-lib with the old naming scheme | Fredia Huya-Kouadio | |
Update the `clean` task configuration: running `gradlew clean` will now properly delete the generated build artifacts | |||
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-18 | Use proper types for converting Java float/double arrays in Android code | Aaron Franke | |
2022-10-18 | [macOS] Fit OS::alert to the text width for better readability. | bruvzg | |
2022-10-17 | Merge pull request #67539 from bruvzg/check_ctx | Rémi Verschelde | |
Check if Vulkan context for the window exists before resizing it to avoid unnecessary error messages. | |||
2022-10-17 | Merge pull request #67322 from ztc0611/add-ios-ui-options | Rémi Verschelde | |
Add iOS UI Options | |||
2022-10-17 | Merge pull request #67259 from lucasnlm/optimiza-android-export | Fredia Huya-Kouadio | |
Optimize Android export process | |||
2022-10-17 | Check if Vulkan context for the window exists before resizing it to avoid ↵ | bruvzg | |
unnecessary error messages. | |||
2022-10-15 | Fix Godot exiting with unexpected failure code | Markus Sauermann | |
The exit code is initialized as EXIT_FAILURE to indicate failures during startup. Closing the Game window via the window manager does not change the exit code, so the program exists with EXIT_FAILURE. This PR set the exit code to EXIT_SUCCESS when initialization was successful just before starting the main loop. | |||
2022-10-14 | Make some Image methods static | kobewi | |
2022-10-13 | [WebSocket] Fix debugger implementation. | Fabio Alessandrelli | |
Register module during core initialization so the remote debugger can properly handle the "wss://" protocol. | |||
2022-10-13 | Merge pull request #67340 from bruvzg/mac_export_min | Rémi Verschelde | |
Fix macOS export plugin build without regex module. | |||
2022-10-13 | Merge pull request #67318 from bruvzg/more_gcc_warn | Rémi Verschelde | |
[Windows] Fix more GCC MinGW warnings. | |||
2022-10-13 | Fix macOS export plugin build without regex module. | bruvzg | |
2022-10-12 | Merge pull request #67325 from Faless/web/4.x_scons_serve | Rémi Verschelde | |
[Web] Add the "serve" and "run" scons targets. |