index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
osx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use binary names instead of absolute paths in calls to OS::execute.
fix/use-bin-name
J08nY
2017-10-13
1
-2
/
+2
*
Merge pull request #11810 from marcelofg55/osx_export_improv
Rémi Verschelde
2017-10-09
1
-269
/
+177
|
\
|
*
Improvements on the export code on OS X
Marcelo Fernandez
2017-10-03
1
-269
/
+177
*
|
Merge pull request #11718 from poke1024/retina
Rémi Verschelde
2017-10-09
2
-53
/
+60
|
\
\
|
*
|
fixes several scaling problems on multi monitor retina/non-retina setups on OS X
Bernhard Liebl
2017-10-05
2
-53
/
+60
*
|
|
Fix python 3 build in osx-specific platform
N0hbdy
2017-10-07
1
-1
/
+1
|
/
/
*
/
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
1
-0
/
+10
|
/
*
Merge pull request #11568 from endragor/loggers
Andreas Haas
2017-10-02
2
-33
/
+58
|
\
|
*
Extract logging logic
Ruslan Mustakov
2017-09-25
2
-33
/
+58
*
|
Merge pull request #11575 from marcelofg55/move_path_to_trash
Poommetee Ketson
2017-10-02
2
-0
/
+15
|
\
\
|
*
|
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
2
-0
/
+15
|
|
/
*
|
Merged iphone and osx audio drivers into drivers/coreaudio
Marcelo Fernandez
2017-09-30
6
-393
/
+4
*
|
Use BoolVariable for third-party options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
|
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+2
|
/
*
Removed get_resource_dir from osx platform
BastiaanOlij
2017-09-24
2
-24
/
+0
*
Comment out code that is causing project loading to fail on osx
BastiaanOlij
2017-09-22
1
-0
/
+12
*
Merge pull request #11243 from hpvb/add-debug-info-on-release
Rémi Verschelde
2017-09-21
2
-6
/
+18
|
\
|
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
2
-6
/
+18
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
2
-2
/
+2
*
|
Fix crash handler not including stdlib.h
Marcelo Fernandez
2017-09-19
1
-0
/
+1
*
|
Prevent running the crash_handler when a debugger is present on windows
Marcelo Fernandez
2017-09-18
1
-1
/
+1
*
|
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
1
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-6
/
+1
*
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
4
-13
/
+13
|
\
\
|
|
/
|
/
|
|
*
Fix enums bindings
Maxim Sheronov
2017-09-13
4
-13
/
+13
*
|
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
6
-2
/
+247
*
|
Merge pull request #11062 from BastiaanOlij/osx_datapack
Rémi Verschelde
2017-09-13
4
-2
/
+32
|
\
\
|
*
|
Fixed loading package from resource folder, exporting textures to bundle and ...
BastiaanOlij
2017-09-08
4
-2
/
+32
|
|
/
*
|
Fixed issues with surround sound on audio server
Marcelo Fernandez
2017-09-12
1
-5
/
+6
*
|
Implemented DirAccess get_drive and get_drive_count for OS X
Marcelo
2017-09-11
2
-1
/
+20
|
/
*
Merge pull request #10775 from marcelofg55/buffersize_fixes
Rémi Verschelde
2017-09-01
2
-11
/
+20
|
\
|
*
Corrections to audio buffer size calculations
Marcelo Fernandez
2017-09-01
2
-11
/
+20
*
|
Fix files header
Poommetee Ketson
2017-09-01
2
-2
/
+2
*
|
Implements OS_OSX::get_system_dir()
poke1024
2017-08-29
2
-0
/
+42
|
/
*
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
16
-16
/
+16
*
Allow building fat binaries with osxcross
Fabio Alessandrelli
2017-08-23
1
-2
/
+6
*
Merge pull request #10487 from marcelofg55/curscr_as_default
Rémi Verschelde
2017-08-22
2
-3
/
+15
|
\
|
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
2
-3
/
+15
*
|
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
Rémi Verschelde
2017-08-22
1
-7
/
+3
|
\
\
|
*
|
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-7
/
+3
*
|
|
Merge pull request #10254 from marcelofg55/master
Rémi Verschelde
2017-08-22
1
-1
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added notification const NOTIFICATION_WM_ABOUT
Marcelo Fernandez
2017-08-17
1
-1
/
+6
*
|
|
Fix y axis for set_window_position on OS X
Marcelo Fernandez
2017-08-21
1
-3
/
+8
|
|
/
|
/
|
*
|
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
2
-37
/
+69
|
/
*
Implement NSTextInputClient protocol for IME
bruvzg
2017-08-09
2
-10
/
+142
*
removed calls to cursor_set_visible on all platforms fixes #10167
toger5
2017-08-08
1
-1
/
+1
*
Merge pull request #10127 from bruvzg/3.0-osx-logging
Rémi Verschelde
2017-08-07
2
-0
/
+44
|
\
|
*
Duplicate error messages to macOS logging system
bruvzg
2017-08-06
2
-0
/
+44
*
|
Merge pull request #10099 from bruvzg/3.0-fix-osx-warp_mouse_pos
Rémi Verschelde
2017-08-07
1
-8
/
+3
|
\
\
[next]