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
/
windows
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop RtAudio driver on Windows
Rémi Verschelde
2019-02-20
1
-3
/
+3
*
Fix compiling with use_mingw flag on Windows
Marcelo Fernandez
2019-02-19
1
-2
/
+2
*
Set WINVER and _WIN32_WINNT values in VS project
Marcin Zawiejski
2019-01-22
1
-2
/
+2
*
Raised executable priority on windows to avoid stuter, helps #25162
Juan Linietsky
2019-01-22
1
-2
/
+2
*
SCons: Properly set bits variable as string for MSVC detection
Rémi Verschelde
2018-12-04
1
-2
/
+2
*
Remove trailing whitespace
Rémi Verschelde
2018-11-20
1
-2
/
+2
*
Fix libwebsockets 32-bits UWP builds.
Fabio Alessandrelli
2018-09-13
1
-2
/
+2
*
SCons: Disable min/max WinDef.h macros on MSVC
Rémi Verschelde
2018-08-24
1
-0
/
+1
*
CI: Disable debug_symbols on Travis/AppVeyor
Rémi Verschelde
2018-08-21
1
-6
/
+0
*
Support debug_symbols in VS optimized builds
elasota
2018-08-19
1
-0
/
+6
*
Merge pull request #20154 from marcelofg55/midi_driver
Rémi Verschelde
2018-07-25
1
-1
/
+2
|
\
|
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
1
-1
/
+2
*
|
-Fix disable_3d flag
Juan Linietsky
2018-07-21
1
-7
/
+21
|
/
*
Style fixes for commit d5bb6faa
Rémi Verschelde
2018-06-13
1
-1
/
+1
*
-Make sure that ProjectSettings are properly dumped when dumping docs.
Juan Linietsky
2018-06-11
1
-1
/
+1
*
Tweak some help texts in the build system
Hugo Locurcio
2018-06-07
1
-2
/
+2
*
Windows detect.py: Detect missing WindowsSdkDir
Max Hilbrunner
2018-05-07
1
-2
/
+8
*
Fix MinGW cross-build
bruvzg
2018-03-15
1
-2
/
+3
*
Added missing import BoolVariable
Bastiaan Olij
2018-03-15
1
-1
/
+1
*
Enable SCons to autodetect Windows MSVC compiler
Gary Oberbrunner
2018-03-13
1
-172
/
+228
*
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
Link bcrypt lib in window and UWP
Fabio Alessandrelli
2018-02-20
1
-2
/
+2
*
Windows: Fix case of imm32 for case-sensitive MinGW build
Rémi Verschelde
2018-02-15
1
-2
/
+2
*
Windows: implement OS.get_unique_id and OS.set_ime_position
geequlim
2018-01-31
1
-2
/
+2
*
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
-1
/
+1
*
Improve LTO build with MSVC
George Marques
2017-12-31
1
-1
/
+5
*
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
1
-5
/
+0
*
Do not require OpenMP for non-tools builds (export templates)
Rémi Verschelde
2017-12-22
1
-2
/
+2
*
Add support for whole program optimization on MSVC
George Marques
2017-12-16
1
-0
/
+3
*
Fix 32bit MingW build for thekla_altas
Hein-Pieter van Braam
2017-12-15
1
-1
/
+1
*
Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...
Colin Kinloch
2017-12-14
1
-5
/
+5
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+7
*
Fix windows compilation when using MinGW
MrCdK
2017-12-07
1
-1
/
+1
*
Add build param for targeted Windows version
Pedro J. Estébanez
2017-12-06
1
-6
/
+5
*
SCons: make use_lto a global option and opt-in for iphone
Rémi Verschelde
2017-11-02
1
-1
/
+0
*
detect.py: Fix KeyError if using MinGW and LTO
mhilbrunner
2017-10-27
1
-4
/
+1
*
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-21
1
-1
/
+0
*
Reduce gcc lto build time by telling the linker to
Felix M. Cobos
2017-09-26
1
-1
/
+4
*
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
2017-09-25
1
-3
/
+3
*
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+2
*
Fix gcc lto
Hein-Pieter van Braam
2017-09-23
1
-2
/
+7
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
1
-1
/
+11
*
Buildsystem: Windows cross-compilation on Linux defaults to 64-bit
Rémi Verschelde
2017-09-13
1
-3
/
+6
*
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
1
-1
/
+1
*
Added new WASAPI driver for Windows
Marcelo Fernandez
2017-08-27
1
-1
/
+3
*
Windows: Drop support for obsolete MinGW
Rémi Verschelde
2017-08-18
1
-35
/
+20
*
Windows: Drop support for Vista (0x0600)
Rémi Verschelde
2017-08-18
1
-2
/
+4
*
Make MinGW test less verbose on non-Bash shells
Rémi Verschelde
2017-07-25
1
-9
/
+2
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-195
/
+77
[next]