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
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Streamline Vulkan buildsystem + fixups
Rémi Verschelde
2020-02-11
1
-5
/
+4
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
1
-17
/
+13
*
Add static Vulkan loader.
bruvzg
2020-02-11
1
-6
/
+23
*
Adds sanitizer options for macOS
Haoyu Qiu
2020-01-29
1
-0
/
+18
*
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
1
-0
/
+3
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-6
/
+6
*
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
1
-1
/
+1
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-1
/
+1
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-7
/
+9
*
Using DisplayLink to emulate vsync on OSX
Bastiaan Olij
2019-01-29
1
-1
/
+1
*
Don't use -ffast-math or other unsafe math optimizations
Hein-Pieter van Braam
2019-01-09
1
-1
/
+1
*
SCons: Allow building Mono module with OSXCross
Rémi Verschelde
2018-12-22
1
-1
/
+5
*
Merge pull request #21339 from Placinta/master
Rémi Verschelde
2018-11-20
1
-0
/
+6
|
\
|
*
Pass -isysroot to compiler / linker when doing a macOS build
Alexandru Croitor
2018-08-27
1
-0
/
+6
*
|
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-1
/
+1
|
/
*
change framework name CoreMidi to CoreMIDI
PanPan
2018-07-26
1
-1
/
+1
*
Merge pull request #20154 from marcelofg55/midi_driver
Rémi Verschelde
2018-07-25
1
-2
/
+2
|
\
|
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
1
-2
/
+2
*
|
-Fix disable_3d flag
Juan Linietsky
2018-07-21
1
-2
/
+9
|
/
*
Tweak some help texts in the build system
Hugo Locurcio
2018-06-07
1
-2
/
+2
*
Fix IPhone and OSX cross compilation
Fabio Alessandrelli
2018-03-28
1
-0
/
+1
*
Fix WebM SIMD optimizations on macOS.
bruvzg
2018-03-01
1
-1
/
+1
*
Fix previous commit, "bits" still needed for buildsystem
Rémi Verschelde
2018-02-19
1
-1
/
+4
*
OSX: Remove unnecessary bits assignment
Rémi Verschelde
2018-02-19
1
-4
/
+1
*
OSX: Remove support for 32-bit and fat binaries
Rémi Verschelde
2018-02-19
1
-20
/
+6
*
Fix macOS build after #16092
bruvzg
2018-01-26
1
-1
/
+1
*
Make separate debug symbols opt-in
Hein-Pieter van Braam
2018-01-26
1
-0
/
+1
*
SCons: Fix usage of LD when we meant LINK
Rémi Verschelde
2018-01-05
1
-2
/
+2
*
-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
*
MacPorts clang version selection, and OpenMP linking fix.
bruvzg
2017-12-14
1
-9
/
+9
*
Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...
bruvzg
2017-12-14
1
-0
/
+13
*
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-19
1
-1
/
+1
*
change matrix and enable caching for Android, iOS and macOS (cross-compile)
Rhody Lugo
2017-11-13
1
-2
/
+9
*
Fix python 3 build in osx-specific platform
N0hbdy
2017-10-07
1
-1
/
+1
*
Merged iphone and osx audio drivers into drivers/coreaudio
Marcelo Fernandez
2017-09-30
1
-1
/
+1
*
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
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
1
-1
/
+10
*
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-1
/
+1
*
Allow building fat binaries with osxcross
Fabio Alessandrelli
2017-08-23
1
-2
/
+6
*
Reinit audio device when the system default device changes on OS X
Marcelo Fernandez
2017-07-16
1
-1
/
+1
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-38
/
+32
*
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-1
/
+1
*
Add API to access battery power state
Julian Murgia
2017-03-04
1
-0
/
+1
*
Set minimum version to 10.9 building OSX
BastiaanOlij
2016-11-25
1
-0
/
+2
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-6
/
+4
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-32
/
+32
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-59
/
+59
*
SCons: Use colored output if available, change "colored"->"verbose"
Błażej Szczygieł
2016-10-17
1
-3
/
+0
[next]