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
/
os_macos.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[macOS] Fix `is_process_running` and `kill` for bundled apps.
bruvzg
2024-07-31
1
-0
/
+18
*
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-3
/
+3
*
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
1
-1
/
+1
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-1
/
+1
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-1
/
+1
*
[macOS] Fix some deprecation warnings.
bruvzg
2024-02-28
1
-0
/
+4
*
Migrate macos controller API to GameController.h
Jezer Mejía
2024-02-20
1
-2
/
+2
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
[macOS] Add support for native help menu search callbacks, integrate editor h...
bruvzg
2024-02-13
1
-0
/
+1
*
[macOS] Allow `open_shell` to handle filenames without `file://`.
bruvzg
2024-02-09
1
-1
/
+4
*
use autorelease pools around main loop
Stuart Carnie
2024-02-02
1
-10
/
+14
*
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-0
/
+2
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-1
/
+1
*
[macOS] Implement optional native file selection dialog support for sandboxed...
bruvzg
2023-07-12
1
-0
/
+59
*
Fix formatting of dlopen error message on Windows
Kamil Brzoskowski
2023-07-09
1
-1
/
+1
*
Enable S3TC_BPTC but not ETC2_ASTC by default
Aaron Franke
2023-06-09
1
-0
/
+6
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-4
/
+4
*
[TLS] Add support for platform-specific CA bundles.
Fabio Alessandrelli
2023-05-12
1
-0
/
+29
*
[macOS] Implement OS::shell_show_in_file_manager()
bruvzg
2023-04-25
1
-0
/
+21
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[macOS/iOS] Use framework Info.plist to determine library name.
bruvzg
2022-12-16
1
-10
/
+22
*
Only support XDG directory path configuration on Linux
Hugo Locurcio
2022-12-12
1
-24
/
+0
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-4
/
+136
*
Load and use system emoji font in the editor.
bruvzg
2022-11-01
1
-1
/
+8
*
[macOS] Fit OS::alert to the text width for better readability.
bruvzg
2022-10-18
1
-1
/
+3
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+9
*
[macOS, 4.0] Fix unresponsive redraw during live resizing.
bruvzg
2022-09-14
1
-2
/
+3
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-6
/
+6
*
Remove unused force_quit variable from many OS abstractions
Pedro J. Estébanez
2022-08-27
1
-4
/
+1
*
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-0
/
+74
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-0
/
+524