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 #90428 from bruvzg/macos_detect_helper_exes
Rémi Verschelde
2024-04-29
4
-20
/
+57
|
\
\
|
*
|
[macOS export] Detect embedded helper executables using MachO header.
bruvzg
2024-04-09
4
-20
/
+57
*
|
|
Merge pull request #91247 from AThousandShips/callable_fix
Rémi Verschelde
2024-04-29
3
-9
/
+9
|
\
\
\
|
*
|
|
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
3
-9
/
+9
*
|
|
|
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-4
/
+4
|
/
/
/
*
|
|
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
2
-4
/
+4
*
|
|
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
2
-2
/
+2
*
|
|
[macOS] Fix native file dialog with empty filter list.
bruvzg
2024-04-17
1
-4
/
+4
*
|
|
Merge pull request #90268 from RandomShaper/wtp_servers
Rémi Verschelde
2024-04-15
4
-19
/
+14
|
\
\
\
|
*
|
|
Polish interaction between windowing, input and rendering
Pedro J. Estébanez
2024-04-10
4
-19
/
+14
*
|
|
|
Merge pull request #87117 from DmitriySalnikov/rename_pdb
Rémi Verschelde
2024-04-11
2
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
2
-2
/
+2
*
|
|
|
Revert pack trimming introduced by #82084
Mikael Hermansson
2024-04-10
1
-1
/
+1
*
|
|
|
[.NET] Disable output embedding on macOS, move it to the advanced options on ...
bruvzg
2024-04-09
1
-0
/
+6
|
|
/
/
|
/
|
|
*
|
|
Use `[codeblock lang=text]` more often in class ref
Micky
2024-04-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #90131 from rodrigodias4/fix86495
Rémi Verschelde
2024-04-04
1
-3
/
+12
|
\
\
|
*
|
Fix MacOS menu bar & dock stop appearing after closing sub-window
Rodrigo Dias
2024-04-01
1
-3
/
+12
*
|
|
Fix issue with moving maximized window in macOS
Jiali Qiu
2024-04-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #89953 from bruvzg/macos_menu_shortcuts
Rémi Verschelde
2024-03-28
3
-0
/
+11
|
\
\
|
*
|
[macOS] Fix non-global native menu shortcuts.
bruvzg
2024-03-27
3
-0
/
+11
*
|
|
[DisplayServer] Add separate feature flags for different native dialog types.
bruvzg
2024-03-26
1
-0
/
+2
|
/
/
*
|
[NativeMenu] Move files to the `display` subfolder.
bruvzg
2024-03-26
1
-1
/
+1
*
|
Fix `EXIT_SUCCESS` on MacOS
Alexander Hartmann
2024-03-24
1
-1
/
+1
*
|
Merge pull request #89229 from akien-mga/main-refactor-os-exit-code
Rémi Verschelde
2024-03-24
1
-8
/
+11
|
\
\
|
*
|
Refactor OS exit code to be `EXIT_SUCCESS` by default
Rémi Verschelde
2024-03-08
1
-8
/
+11
*
|
|
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-6
/
+3
|
|
/
|
/
|
*
|
Fix NativeMenu layout direction on macOS, add extra check for Windows menu.
bruvzg
2024-03-15
1
-1
/
+1
*
|
Merge pull request #89273 from bruvzg/win_native_menu
Rémi Verschelde
2024-03-14
2
-0
/
+11
|
\
\
|
*
|
[NativeMenu] Implement native popup menu support on Windows.
bruvzg
2024-03-13
2
-0
/
+11
*
|
|
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
2
-2
/
+2
|
/
/
*
|
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-13
/
+5
*
|
Merge pull request #82084 from ogapo/pr/pck-cache-merge
Rémi Verschelde
2024-03-11
1
-1
/
+1
|
\
\
|
*
|
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
1
-1
/
+1
*
|
|
SCons: Convert remaining `run_in_subprocess` to `env.Run`
Thaddeus Crews
2024-03-10
1
-2
/
+2
*
|
|
Merge pull request #89333 from Repiteo/enforce-eol-python
Rémi Verschelde
2024-03-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Fix MoltenVK detection
pohy
2024-03-09
1
-2
/
+9
|
/
/
*
/
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
8
-1337
/
+1559
|
/
*
Merge pull request #88987 from bruvzg/macos_12_depr_warn
Rémi Verschelde
2024-02-29
3
-2
/
+6
|
\
|
*
[macOS] Fix some deprecation warnings.
bruvzg
2024-02-28
3
-2
/
+6
*
|
Merge pull request #88978 from bruvzg/macos_bg_cont
Rémi Verschelde
2024-02-29
1
-0
/
+4
|
\
\
|
*
|
[macOS] Enable input from controllers in the background.
bruvzg
2024-02-28
1
-0
/
+4
|
|
/
*
|
Merge pull request #88970 from KoBeWi/ImageCursor2D
Rémi Verschelde
2024-02-29
1
-34
/
+4
|
\
\
|
*
|
Improve cursor_set_custom_image() method
kobewi
2024-02-28
1
-34
/
+4
|
|
/
*
/
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
2
-1
/
+2
|
/
*
[macOS/Windows] Fix application indicator destruction.
bruvzg
2024-02-27
1
-1
/
+1
*
[macOS] Add null checks for `NSString stringWithUTF8String`.
bruvzg
2024-02-23
2
-4
/
+6
*
Migrate macos controller API to GameController.h
Jezer Mejía
2024-02-20
8
-695
/
+662
*
Merge pull request #88519 from bruvzg/mac_conf_mode
Rémi Verschelde
2024-02-19
1
-1
/
+1
|
\
|
*
[macOS] Ignore window decorations in confined mouse mode to match other platf...
bruvzg
2024-02-18
1
-1
/
+1
[prev]
[next]