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
/
osx
/
os_osx.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-524
/
+0
*
[macOS] Improve file association handling, and allow URL schema handling.
bruvzg
2022-07-07
1
-4
/
+4
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-1
/
+6
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
[macOS] Add bundle launch code for older (pre 10.15) macOS versions.
bruvzg
2022-04-04
1
-10
/
+23
*
[macOS] Disable window redraw during resize, when rendering in the separate t...
bruvzg
2022-03-04
1
-1
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+1
*
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+11
*
[macOS] Cleanup and split Objective-C objects to the separate files
bruvzg
2022-02-01
1
-305
/
+129
*
[macOS] Enable Objective-C ARC
bruvzg
2022-02-01
1
-4
/
+2
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-5
/
+5
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-5
/
+5
*
|
[macOS] Improve window activation hack.
bruvzg
2022-01-11
1
-4
/
+4
*
|
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
1
-2
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Fix console colors on Windows
Yuri Roubinsky
2021-11-26
1
-1
/
+1
*
[macOS] Use pre-wait observer to keep main run loop running and redraw window...
bruvzg
2021-11-08
1
-1
/
+22
*
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-11-01
1
-0
/
+58
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-1
/
+1
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-5
/
+15
*
Merge pull request #48685 from bruvzg/bundle_icon_4
Rémi Verschelde
2021-09-30
1
-4
/
+16
|
\
|
*
[macOS] Prefer .app bundle icon over the default one.
bruvzg
2021-05-13
1
-4
/
+16
*
|
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
1
-1
/
+1
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
|
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-0
/
+184
*
|
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-3
/
+3
*
|
OS: Remove code duplicate in XDG paths handling
Rémi Verschelde
2021-05-21
1
-14
/
+10
*
|
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-20
1
-3
/
+21
|
/
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
|
*
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
|
/
*
Merge pull request #40708 from bruvzg/improve_os_locale
Rémi Verschelde
2020-12-10
1
-1
/
+1
|
\
|
*
Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...
bruvzg
2020-08-11
1
-1
/
+1
*
|
Port ClassDB tests to use doctest
Andrii Doroshenko (Xrayez)
2020-08-16
1
-1
/
+3
|
/
*
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
1
-1
/
+1
*
Fix opening URLS with special characters in macOS
Daniel Ting
2020-07-03
1
-1
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-1
/
+1
*
[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.
bruvzg
2020-04-26
1
-20
/
+12
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-2810
/
+70
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-3
/
+0
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-13
/
+23
*
Travis: Use Ubuntu 18.04 (bionic) as base image
Rémi Verschelde
2020-02-22
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+1
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-14
/
+0
*
Restore parts of #33783 and #32809 missing after rebase.
bruvzg
2020-02-11
1
-9
/
+5
*
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
1
-6
/
+5
[next]