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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Right-Click (Ctrl-Click) on OS X
Marcelo Fernandez
2017-07-23
1
-73
/
+31
*
Merge pull request #9713 from marcelofg55/master
Rémi Verschelde
2017-07-23
1
-3
/
+4
|
\
|
*
Fix for possible crash in OS X audio init.
Marcelo Fernandez
2017-07-19
1
-3
/
+4
*
|
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
3
-7
/
+21
|
/
*
Fix errors with global config names no more sorrys please
geequlim
2017-07-19
1
-3
/
+3
*
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-17
1
-4
/
+4
*
Reinit audio device when the system default device changes on OS X
Marcelo Fernandez
2017-07-16
3
-22
/
+101
*
Fix typo in plist export
BastiaanOlij
2017-07-06
1
-2
/
+2
*
Merge pull request #9476 from marcelofg55/master
Rémi Verschelde
2017-07-05
2
-9
/
+53
|
\
|
*
Implemented borderless fullscreen code on OSX.
Marcelo Fernandez
2017-07-02
2
-9
/
+53
*
|
Merge pull request #9468 from BastiaanOlij/osx_export_dmg
Rémi Verschelde
2017-07-03
1
-38
/
+305
|
\
\
|
|
/
|
/
|
|
*
On OSX export to DMG and optionally code sign the app bundle
BastiaanOlij
2017-07-02
1
-38
/
+305
*
|
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-38
/
+32
|
/
*
Implemented borderless window code for OSX.
Marcelo Fernandez
2017-06-27
2
-1
/
+38
*
BuildSystem: generated files have .gen.extension
Poommetee Ketson
2017-06-25
1
-1
/
+1
*
Reimplement export module for OSX
BastiaanOlij
2017-06-23
1
-311
/
+186
*
Used in the macOS HiDPI options window is too small
ageazrael
2017-06-13
1
-3
/
+3
*
Fixed middle mouse button can't bounce in macOS
ageazrael
2017-06-13
1
-2
/
+2
*
Restired multithread support in OSX and Windows, should stop the crashes.
Juan Linietsky
2017-06-10
2
-10
/
+8
*
osx release right button event fixed
toger5
2017-06-06
1
-1
/
+1
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-3
/
+3
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-16
/
+16
*
Make OS.get_locale() returns same value
volzhs
2017-05-27
1
-2
/
+2
*
added modifier key to scroll event
toger5
2017-05-22
1
-34
/
+34
*
fixed osx input event
toger5
2017-05-22
1
-135
/
+141
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
2
-71
/
+71
*
Doing a little bit of cleanup
BastiaanOlij
2017-05-20
6
-518
/
+2
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
2
-10
/
+11
*
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-07
1
-37
/
+25
*
Improve documentation of thirdparty code snippets
Rémi Verschelde
2017-05-07
1
-0
/
+26
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
2
-3
/
+3
*
Style: Apply clang-format (3.9.1) to Obj-C++ files
Rémi Verschelde
2017-04-09
4
-315
/
+268
*
Formatting of mm files
BastiaanOlij
2017-04-09
3
-679
/
+637
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
20
-0
/
+20
*
Merge pull request #8159 from Hinsbart/last_id
Rémi Verschelde
2017-03-27
4
-11
/
+6
|
\
|
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
4
-11
/
+6
*
|
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-1
/
+1
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
13
-313
/
+270
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
2
-4
/
+4
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-3
/
+3
*
Add API to access battery power state
Julian Murgia
2017-03-04
6
-0
/
+314
*
Better handling of joypad device IDs.
Andreas Haas
2017-02-26
2
-19
/
+1
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Juan Linietsky
2017-02-19
1
-5
/
+5
*
Fix missing semicolon in previous commit
Rémi Verschelde
2017-02-13
1
-1
/
+1
*
Fix for issue #7766
Brett-Mitchell
2017-02-13
1
-1
/
+2
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-1
/
+2
*
Fix compile errors related to audio on OSX
BastiaanOlij
2017-01-16
4
-35
/
+6
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
1
-3
/
+3
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
2
-49
/
+56
[next]