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
*
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
1
-0
/
+14
|
\
|
*
Implement always-on-top for MacOS
Pedro J. Estébanez
2018-01-30
1
-0
/
+14
*
|
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Rémi Verschelde
2018-02-14
1
-0
/
+24
|
\
\
|
*
|
OSX: implement OS.get_unique_id
geequlim
2018-02-01
1
-0
/
+24
*
|
|
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-12
1
-0
/
+6
|
/
/
*
|
On macOS, prevent key_event_buffer overflows
Bernhard Liebl
2018-01-19
1
-4
/
+13
*
|
[macOS] Adds ability to open files with "Open With" or double-click from Finder
bruvzg
2018-01-12
1
-0
/
+21
*
|
Fix IME producing multiple events per key press.
bruvzg
2018-01-10
1
-63
/
+109
*
|
Merge pull request #15344 from bruvzg/osx_dylib_export
Rémi Verschelde
2018-01-08
1
-0
/
+25
|
\
\
|
*
|
Adds dylib export for "dmg" export mode and change dylib path to "/Contents/F...
bruvzg
2018-01-04
1
-0
/
+25
*
|
|
Remove 10.6+ runtime version checks, add 10.12+ runtime version checks
bruvzg
2018-01-07
1
-31
/
+34
*
|
|
Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+
bruvzg
2018-01-06
1
-45
/
+39
|
|
/
|
/
|
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
|
/
*
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
1
-3
/
+3
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-4
/
+6
*
Merge pull request #15033 from poke1024/shortcuts-mac
Rémi Verschelde
2018-01-04
1
-3
/
+21
|
\
|
*
On macOS, change some default editor shortcuts
Bernhard Liebl
2017-12-26
1
-3
/
+21
*
|
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
1
-20
/
+77
|
\
\
|
*
|
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
1
-20
/
+77
|
|
/
*
/
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
1
-3
/
+3
*
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
1
-2
/
+1
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+7
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-1
/
+1
*
Add macOS shell_open URL escaping
bruvzg
2017-12-01
1
-1
/
+1
*
Merge pull request #13133 from endragor/resurrect-file-logging
Rémi Verschelde
2017-11-21
1
-10
/
+3
|
\
|
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-10
/
+3
*
|
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-11
/
+43
|
/
*
Pass engine name and version parts as proper strings
Rémi Verschelde
2017-11-20
1
-1
/
+1
*
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
1
-1
/
+39
|
\
|
*
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
1
-0
/
+38
|
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-1
/
+1
*
|
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-19
1
-7
/
+1
|
/
*
fix window position computation on macOS
Rhody Lugo
2017-11-14
1
-13
/
+79
*
Remove get_default_video_mode definition on OSX/iOS
Rémi Verschelde
2017-11-09
1
-10
/
+0
*
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
1
-14
/
+0
|
\
|
*
Implemented physics plug
AndreaCatania
2017-11-04
1
-14
/
+0
*
|
Add Colemak keybindings to editor for osx
N0hbdy
2017-10-30
1
-0
/
+2
*
|
Disable logging until the logs location is sorted out
Rémi Verschelde
2017-10-29
1
-1
/
+3
*
|
Implemented vsync OS functions for OS X
Marcelo Fernandez
2017-10-23
1
-0
/
+17
|
/
*
fixes several scaling problems on multi monitor retina/non-retina setups on OS X
Bernhard Liebl
2017-10-05
1
-50
/
+56
*
Merge pull request #11568 from endragor/loggers
Andreas Haas
2017-10-02
1
-32
/
+58
|
\
|
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-32
/
+58
*
|
Merge pull request #11575 from marcelofg55/move_path_to_trash
Poommetee Ketson
2017-10-02
1
-0
/
+13
|
\
\
|
*
|
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
1
-0
/
+13
|
|
/
*
/
Merged iphone and osx audio drivers into drivers/coreaudio
Marcelo Fernandez
2017-09-30
1
-1
/
+1
|
/
*
Removed get_resource_dir from osx platform
BastiaanOlij
2017-09-24
1
-23
/
+0
*
Comment out code that is causing project loading to fail on osx
BastiaanOlij
2017-09-22
1
-0
/
+12
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
[next]