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
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Merge pull request #97142 from SheepYhangCN/master
Rémi Verschelde
2024-09-20
1
-2
/
+10
|
\
|
*
Added fallback_to_opengl3
SheepYhangCN
2024-09-20
1
-2
/
+10
*
|
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
|
/
*
Add Advanced Settings switch to Editor Settings
kobewi
2024-09-17
1
-1
/
+1
*
[macOS] Fix dynamic library lookup for system libraries.
bruvzg
2024-09-14
1
-1
/
+4
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
Reenable macOS .app export from Windows, add warnings about Unix permissions.
bruvzg
2024-09-07
1
-4
/
+15
*
Merge pull request #95885 from bruvzg/macos_arch
Rémi Verschelde
2024-09-06
2
-4
/
+12
|
\
|
*
[macOS] Use per-architecture min. OS version for export.
bruvzg
2024-08-21
2
-4
/
+12
*
|
Update rendering driver name on fallbacks. Fix rendering driver/method in the...
bruvzg
2024-09-01
1
-0
/
+1
*
|
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
2
-7
/
+6
*
|
Enable fallback from ANGLE to native and improve ANGLE error messages.
bruvzg
2024-08-25
1
-1
/
+5
*
|
Merge pull request #90993 from darksylinc/matias-TheForge
Rémi Verschelde
2024-08-22
1
-1
/
+1
|
\
\
|
*
|
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
1
-1
/
+1
|
|
/
*
/
SCons: Better validation for platform-specific opt-in drivers
Rémi Verschelde
2024-08-21
1
-1
/
+1
|
/
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
4
-4
/
+42
*
macOS/iOS: Fix various warnings when targeting newer SDKs
Stuart Carnie
2024-08-20
1
-1
/
+1
*
Only main binaries require entitlements. This fixes signing issues on macOS.
Leonardo Demartino
2024-08-13
1
-4
/
+4
*
[macOS] Fix wrong object type in joypad queue.
bruvzg
2024-08-12
1
-3
/
+2
*
[macOS] Remove kill override.
bruvzg
2024-08-08
2
-13
/
+0
*
[macOS] Load OpenGL.framework by path to avoid issues with non-Latin executab...
bruvzg
2024-08-07
2
-7
/
+14
*
Merge pull request #95191 from bruvzg/macos_term
Rémi Verschelde
2024-08-06
1
-2
/
+5
|
\
|
*
[macOS] Attempt to terminate process normally before using `forceTerminate`.
bruvzg
2024-08-06
1
-2
/
+5
*
|
Merge pull request #95189 from bruvzg/fix_mono_bundle
Rémi Verschelde
2024-08-06
1
-5
/
+7
|
\
\
|
*
|
[macOS] Fix `generate_bundle` build flag for .NET builds.
bruvzg
2024-08-06
1
-5
/
+7
|
|
/
*
/
Fix several typos in the documentation
Haoyu Qiu
2024-08-02
1
-3
/
+3
|
/
*
[macOS] Fix `is_process_running` and `kill` for bundled apps.
bruvzg
2024-07-31
2
-0
/
+20
*
Pass window exclusive and transient properties for subwindow creation
Alvin Wong
2024-07-25
2
-2
/
+8
*
Merge pull request #94680 from bruvzg/fix_net_detection
Rémi Verschelde
2024-07-24
1
-3
/
+3
|
\
|
*
Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.
bruvzg
2024-07-23
1
-3
/
+3
*
|
[macOS export] Do not stop export on signing errors.
bruvzg
2024-07-23
2
-30
/
+20
|
/
*
Disable FP contraction.
bruvzg
2024-07-23
1
-0
/
+2
*
[macOS] Fix codesigning of .NET helper executables when sandboxing is disabled.
bruvzg
2024-07-18
2
-10
/
+11
*
[macOS] Fix drag-and-drop feedback.
bruvzg
2024-07-11
1
-1
/
+2
*
[NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...
bruvzg
2024-07-08
4
-41
/
+27
*
[MoltenVK] Fix downscaled hiDPI window pixelation.
bruvzg
2024-07-04
1
-2
/
+2
*
Merge pull request #93342 from kus04e4ek/build-fix
Rémi Verschelde
2024-06-24
1
-1
/
+1
|
\
|
*
Fix not using `encoding="utf-8"` when writing to files or reading from them
Kusok
2024-06-19
1
-1
/
+1
*
|
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
2
-2
/
+2
*
|
[iOS export] Automatically generate ARM64 simulator library from device libra...
bruvzg
2024-06-16
7
-3019
/
+3
|
/
*
Fix issues related to code-signing for macOS exports
Mikael Hermansson
2024-06-12
2
-6
/
+31
*
Merge pull request #92843 from anniryynanen/tooltip-in-popup
Rémi Verschelde
2024-06-10
1
-1
/
+4
|
\
|
*
Stop color picker tooltip from stealing input events
Anni Ryynänen
2024-06-06
1
-1
/
+4
*
|
Merge pull request #92826 from bruvzg/nat_icon_checks
Rémi Verschelde
2024-06-07
2
-70
/
+12
|
\
\
|
*
|
Improve native menu and status indicator icons conversion and checks.
bruvzg
2024-06-06
2
-70
/
+12
|
|
/
*
|
Merge pull request #92781 from bruvzg/menu_open_close_imp
Rémi Verschelde
2024-06-07
3
-9
/
+46
|
\
\
|
*
|
[macOS] Improve native menu open/close callbacks.
bruvzg
2024-06-05
3
-9
/
+46
|
|
/
*
|
Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fix
Rémi Verschelde
2024-06-07
1
-9
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix creating cursor image from AtlasTexture
kleonc
2024-06-05
1
-9
/
+3
[next]