index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
macos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #82957 from bruvzg/fs_case_check
Rémi Verschelde
2023-10-13
2
-0
/
+18
|
\
|
*
Add method to check if filesystem is case sensitive.
bruvzg
2023-10-09
2
-0
/
+18
*
|
[macOS] Fix crash when using system default menu shortcuts.
bruvzg
2023-10-13
2
-13
/
+15
*
|
[macOS] Use occlusionState instead of isOnActiveSpace to determine when windo...
bruvzg
2023-10-10
3
-2
/
+12
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
3
-12
/
+12
|
/
*
[macOS] Fix ambiguous method call with older SDKs.
bruvzg
2023-10-05
1
-1
/
+2
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
4
-89
/
+19
*
Merge pull request #82163 from naelstrof/master
Rémi Verschelde
2023-10-05
1
-3
/
+7
|
\
|
*
Made signal handling more uniform. Fixes #82102
naelstrof
2023-09-22
1
-3
/
+7
*
|
Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions
Rémi Verschelde
2023-10-04
1
-6
/
+6
|
\
\
|
*
|
Validate `code` tags for class and member references
Yuri Sizov
2023-10-03
1
-6
/
+6
*
|
|
Merge pull request #81218 from bruvzg/_temp_fs
Rémi Verschelde
2023-10-04
1
-141
/
+237
|
\
\
\
|
*
|
|
[Native File Dialogs] Improve filter list handling, add selected filter to th...
bruvzg
2023-10-03
1
-141
/
+237
*
|
|
|
[macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...
bruvzg
2023-10-04
4
-16
/
+203
|
/
/
/
*
|
|
Merge pull request #82423 from bruvzg/mac_ex_fs
Rémi Verschelde
2023-10-03
3
-2
/
+13
|
\
\
\
|
*
|
|
[macOS] Check all exclusive fullscreen windows before setting presentation mode.
bruvzg
2023-09-27
3
-2
/
+13
|
|
/
/
*
|
|
Merge pull request #82357 from bruvzg/mac_fix_bl
Rémi Verschelde
2023-10-03
1
-1
/
+3
|
\
\
\
|
*
|
|
[macOS] Fix borderless mode on macOS 13.6+.
bruvzg
2023-09-26
1
-1
/
+3
*
|
|
|
Merge pull request #81969 from bruvzg/macsign
Rémi Verschelde
2023-10-03
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
[macOS export] Fix GDExtension framework +x flag errors, allow recursive sign...
bruvzg
2023-09-20
1
-3
/
+3
*
|
|
|
|
Merge pull request #80952 from bruvzg/nfdlg_refocus
Rémi Verschelde
2023-10-03
1
-0
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
[Native File Dialogs] Refocus last focused window on close.
bruvzg
2023-08-24
1
-0
/
+8
*
|
|
|
|
|
[DisplayServer] Add method to estimate window title bar size.
bruvzg
2023-10-03
2
-0
/
+42
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-7
/
+7
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Updated compiler version detection
Mario Liebisch
2023-09-25
1
-10
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #82037 from bruvzg/macos_gl_min_size
Rémi Verschelde
2023-09-21
1
-2
/
+2
|
\
\
\
|
*
|
|
[macOS] Enforce non-zero window size.
bruvzg
2023-09-21
1
-2
/
+2
*
|
|
|
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
13
-116
/
+331
|
/
/
/
*
|
/
[macOS] Workaround Xcode 15 linker bug.
bruvzg
2023-09-20
1
-1
/
+17
|
|
/
|
/
|
*
|
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
2
-11
/
+11
*
|
Merge pull request #81339 from bruvzg/macos_fix_mvk_live_resize
Yuri Sizov
2023-09-06
2
-1
/
+10
|
\
\
|
*
|
[macOS] Fix live resize with the latest MoltenVK version.
bruvzg
2023-09-05
2
-1
/
+10
*
|
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+2
|
/
/
*
/
Fix various typos in classref
Haoyu Qiu
2023-08-22
1
-1
/
+1
|
/
*
Add a button in the export dialog to fix missing texture formats
Aaron Franke
2023-08-17
1
-6
/
+3
*
[macOS] Fix missing mouse exit events on window close.
bruvzg
2023-08-09
4
-7
/
+26
*
Merge pull request #79456 from bruvzg/popup_area_fix
Rémi Verschelde
2023-08-07
1
-1
/
+1
|
\
|
*
Fix native popups auto-closing when interacting with non-client area.
bruvzg
2023-08-07
1
-1
/
+1
*
|
Fix various typos with codespell
Rémi Verschelde
2023-08-07
1
-1
/
+1
|
/
*
Merge pull request #35555 from Calinou/add-version-project-setting
Yuri Sizov
2023-08-04
2
-4
/
+4
|
\
|
*
Add a "version" project setting and use it in new export presets
Hugo Locurcio
2023-08-04
2
-4
/
+4
*
|
Fix various typos in classref
Haoyu Qiu
2023-08-04
1
-1
/
+1
|
/
*
Merge pull request #79950 from bruvzg/win_app
Yuri Sizov
2023-08-02
1
-0
/
+2
|
\
|
*
[macOS Export] Disable unpacked .app bundle export on Windows.
bruvzg
2023-07-27
1
-0
/
+2
*
|
Merge pull request #63826 from deakcor/dev_clipboard
Yuri Sizov
2023-07-27
2
-0
/
+35
|
\
\
|
|
/
|
/
|
|
*
add clipboard get image methods for windows and macos
Vincent D
2023-07-17
2
-0
/
+35
*
|
Merge pull request #79572 from bruvzg/mac_bg_ws_sync
Yuri Sizov
2023-07-18
1
-2
/
+2
|
\
\
|
*
|
[macOS] Fix uncapped frame rate for windows in the non-active workspaces.
bruvzg
2023-07-17
1
-2
/
+2
*
|
|
iOS: Add `export_project_only` flag
Phil Hudson
2023-07-17
1
-1
/
+1
|
/
/
*
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
2
-1
/
+3
[next]