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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
13
-0
/
+13
*
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
1
-3
/
+3
*
Add support from properly exporting shared objects, needed for GDNative export
Juan Linietsky
2018-01-04
1
-1
/
+24
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
2
-5
/
+7
*
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
2
-20
/
+80
|
\
\
|
*
|
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
2
-20
/
+80
*
|
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
16
-32
/
+32
|
|
/
|
/
|
*
|
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
1
-3
/
+0
*
|
Do not require OpenMP for non-tools builds (export templates)
Rémi Verschelde
2017-12-22
1
-1
/
+1
|
/
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
2
-5
/
+5
*
Merge pull request #14597 from NathanWarden/linux_extensions
Rémi Verschelde
2017-12-16
1
-1
/
+1
|
\
|
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
1
-1
/
+1
*
|
Merge pull request #14667 from bruvzg/macports-clang-imp
Rémi Verschelde
2017-12-14
2
-11
/
+12
|
\
\
|
*
|
MacPorts clang version selection, and OpenMP linking fix.
bruvzg
2017-12-14
2
-11
/
+12
*
|
|
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
2
-3
/
+2
|
/
/
*
|
Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...
bruvzg
2017-12-14
2
-1
/
+18
*
|
-Add lightmapper
Juan Linietsky
2017-12-14
2
-0
/
+9
|
/
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+2
*
Fix Manage Export Templates link
MattUV
2017-12-08
1
-0
/
+1
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
2
-3
/
+5
*
Improve slang, especially in user-visible parts
Unknown
2017-12-05
1
-1
/
+0
*
Add macOS shell_open URL escaping
bruvzg
2017-12-01
1
-1
/
+1
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-2
/
+1
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-2
/
+4
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Merge pull request #13133 from endragor/resurrect-file-logging
Rémi Verschelde
2017-11-21
2
-11
/
+3
|
\
|
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
2
-11
/
+3
*
|
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-11
/
+43
|
/
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-0
/
+1
*
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
3
-4
/
+47
|
\
|
*
Use new XDG folders to dehardcode paths
Rémi Verschelde
2017-11-19
1
-3
/
+3
|
*
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
2
-0
/
+43
|
*
EditorSettings: Rename settings_path to settings_dir
Rémi Verschelde
2017-11-17
1
-3
/
+3
|
*
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
2
-8
/
+2
|
/
*
fix window position computation on macOS
Rhody Lugo
2017-11-14
2
-13
/
+85
*
change matrix and enable caching for Android, iOS and macOS (cross-compile)
Rhody Lugo
2017-11-13
1
-2
/
+9
*
Remove get_default_video_mode definition on OSX/iOS
Rémi Verschelde
2017-11-09
1
-10
/
+0
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-1
/
+0
*
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
3
-20
/
+1
|
\
|
*
Implemented physics plug
AndreaCatania
2017-11-04
3
-20
/
+1
*
|
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
2
-0
/
+20
|
/
*
Use binary names instead of absolute paths in calls to OS::execute.
J08nY
2017-10-13
1
-2
/
+2
*
Merge pull request #11810 from marcelofg55/osx_export_improv
Rémi Verschelde
2017-10-09
1
-274
/
+182
|
\
|
*
Improvements on the export code on OS X
Marcelo Fernandez
2017-10-03
1
-274
/
+182
[next]