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
...
*
Windows: Use `/bigobj` only for debug builds, breaks GCC LTO
Rémi Verschelde
2021-11-18
1
-2
/
+6
*
Windows: Enable `/bigobj` to increase max size for obj files
Rémi Verschelde
2021-11-10
1
-2
/
+4
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-2
/
+2
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-1
/
+1
*
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-2
/
+1
*
SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct
Rémi Verschelde
2021-10-15
1
-6
/
+0
*
SCons: Add `DEV_ENABLED` defines for `target=debug` builds
Rémi Verschelde
2021-10-14
1
-0
/
+2
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
*
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-08-12
1
-6
/
+2
*
Windows: Fix build with SCons 4.2.0
Rémi Verschelde
2021-08-01
1
-1
/
+1
*
Remove unnecessary 'pass' statement
luz paz
2021-07-25
1
-1
/
+0
*
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
1
-4
/
+6
|
\
|
*
Allow to not optimize release build
Rafał Mikrut
2021-03-14
1
-4
/
+6
*
|
Add `use_asan` option for MSVC to enable AddressSanitizer
Andrii Doroshenko (Xrayez)
2021-03-12
1
-0
/
+7
|
/
*
Use /Zi and /FS for including debugger symbols on Windows with MSVC
Bastiaan Olij
2021-02-09
1
-2
/
+3
*
SCons: Fix debug_symbols tests after switch to BoolVariable
Rémi Verschelde
2021-02-08
1
-3
/
+3
*
SCons: Add `production=yes` option to use production defaults
Rémi Verschelde
2021-02-03
1
-1
/
+1
*
SCons: Add only selected platform's opts to env
Rémi Verschelde
2020-12-16
1
-3
/
+1
*
Don't handle BaseException in build scripts
Marcel Admiraal
2020-12-12
1
-1
/
+1
*
Add 'use_static_cpp' option for MinGW and MSVC builds
Lyubomir Vasilev
2020-12-03
1
-5
/
+12
*
SCons: Remove unnecessary $LINK overrides
Rémi Verschelde
2020-11-19
1
-4
/
+3
*
Remove `debug_symbols=full` in favor of `debug_symbols=yes`
Hugo Locurcio
2020-11-09
1
-6
/
+2
*
[Windows, MSVC] Correctly set source file encoding.
bruvzg
2020-10-09
1
-1
/
+1
*
SCons: Refactor and cleanup warnings definition
Rémi Verschelde
2020-10-08
1
-2
/
+2
*
SCons: Add windows_subsystem=default, restores original behavior
Rémi Verschelde
2020-10-06
1
-1
/
+14
*
Fix typos with codespell
Rémi Verschelde
2020-09-18
1
-1
/
+1
*
Only display the Windows toggle console option if it can actually be used
Hugo Locurcio
2020-09-14
1
-0
/
+2
*
Add Windows Subsystem build option.
bruvzg
2020-08-17
1
-5
/
+16
*
Revert "[Windows] Attach to parent console instead of creating new one."
bruvzg
2020-08-17
1
-4
/
+5
*
[Windows] Attach to parent console instead of creating new one.
bruvzg
2020-08-11
1
-5
/
+4
*
CI: Install master version of psf/black
Rémi Verschelde
2020-07-26
1
-1
/
+3
*
SCons: Remove unused DEBUG_MEMORY_ENABLED define
Rémi Verschelde
2020-07-23
1
-2
/
+2
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-186
/
+239
*
Make stack size on Windows match Linux and MacOS
Pedro J. Estébanez
2020-03-17
1
-0
/
+6
*
SCons: Streamline Vulkan buildsystem + fixups
Rémi Verschelde
2020-02-11
1
-6
/
+4
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
1
-18
/
+17
*
Add static Vulkan loader.
bruvzg
2020-02-11
1
-5
/
+29
*
SCons: Split libmodules.a in folder-based libs
Rémi Verschelde
2020-02-07
1
-6
/
+1
*
SCons: Add 'split_libmodules' option to workaround linker issue
Rémi Verschelde
2019-12-11
1
-3
/
+6
*
Added support for vertical syncing via the Windows OS compositor (DWM.)
TerminalJack
2019-12-04
1
-2
/
+3
*
Specify MINGW_HAS_SECURE_API=1
Yeongho Kim
2019-10-25
1
-1
/
+1
*
Add "llvm/thinlto" options to MinGW build.
bruvzg
2019-10-22
1
-8
/
+26
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-8
/
+5
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-3
/
+3
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-7
/
+10
*
Fixes build for Windows cross-compilation
Kenneth Lee
2019-04-23
1
-1
/
+1
*
Ignore '/utf-8' flag on vs2013
Windy Darian
2019-04-15
1
-1
/
+3
*
Force utf-8 source file encoding in MSVC
Windy Darian
2019-04-10
1
-1
/
+1
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
*
Drop RtAudio driver on Windows
Rémi Verschelde
2019-02-20
1
-3
/
+3
[prev]
[next]