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
/
SConstruct
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible error in "disable_advanced_gui" flag's description
Michael Alexsander Silva Dias
2018-12-21
1
-1
/
+1
*
Core: Drop unused global_defaults logic
Rémi Verschelde
2018-12-20
1
-4
/
+0
*
SCons: Corrects $LIBSUFFIXES environment variable for Windows
Erik
2018-11-18
1
-2
/
+7
*
Merge pull request #23279 from marcelofg55/osx_server
Rémi Verschelde
2018-10-29
1
-1
/
+4
|
\
|
*
Server platform works on OS X too
Marcelo Fernandez
2018-10-29
1
-1
/
+4
*
|
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-2
/
+2
|
/
*
SCons: Add 'werror' opt-in to treat warning as errors
Rémi Verschelde
2018-10-04
1
-7
/
+13
*
SCons: Set default warnings level to all (-Wall or /W3)
Rémi Verschelde
2018-10-04
1
-6
/
+3
*
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-10-03
1
-2
/
+2
*
Disable forced inline when building in debug.
Juan Linietsky
2018-10-02
1
-1
/
+2
*
SCons: Remove avoidable defines from main env's CPPPATH
Rémi Verschelde
2018-10-01
1
-5
/
+2
*
Added xatlas as alternative to thekla, forced it on.
Juan Linietsky
2018-09-29
1
-0
/
+1
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-0
/
+1
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-2
/
+3
*
Allow system certs file to be used by Editor.
Fabio Alessandrelli
2018-09-15
1
-0
/
+1
*
Bundle SSL certs with the templates.
Fabio Alessandrelli
2018-09-15
1
-0
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
BuildSystem: Sort input file lists
Bernhard M. Wiedemann
2018-08-29
1
-1
/
+1
*
Running builder (content generator) functions in subprocesses on Windows
Viktor Ferenczi
2018-07-27
1
-2
/
+4
*
SCons: Keep default platform lib extensions in LIBSUFFIXES
Rémi Verschelde
2018-07-23
1
-0
/
+5
*
SCons: Prevent using disable_3d or disable_advanced_gui with tools=yes
Rémi Verschelde
2018-07-21
1
-2
/
+10
*
-Fix disable_3d flag
Juan Linietsky
2018-07-21
1
-0
/
+1
*
added 'android_add_asset_dir('...') method to Android module gradle build config
Patrick Kaster
2018-07-05
1
-0
/
+2
*
add NoCache wrapper to Command
Rhody Lugo
2018-06-21
1
-0
/
+1
*
Tweak some help texts in the build system
Hugo Locurcio
2018-06-07
1
-61
/
+33
*
SCons: Allow unbundling libwebsockets and miniupnpc
Rémi Verschelde
2018-06-07
1
-2
/
+3
*
Merge pull request #18780 from mhilbrunner/upnp
Fabio Alessandrelli
2018-06-07
1
-0
/
+1
|
\
|
*
Add UPnP support (port forwarding, querying external IP)
mhilbrunner
2018-06-07
1
-0
/
+1
*
|
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-1
/
+11
|
/
*
Refactor JavaScript platform build script
Leon Krause
2018-03-26
1
-5
/
+5
*
Merge pull request #17194 from garyo/scons_find_msvc
Rémi Verschelde
2018-03-14
1
-20
/
+15
|
\
|
*
Enable SCons to autodetect Windows MSVC compiler
Gary Oberbrunner
2018-03-13
1
-20
/
+15
*
|
SCons: Fix running 'scons' without platform argument
Rémi Verschelde
2018-03-14
1
-115
/
+113
|
/
*
Avoid confusing traceback on attempting build without platform option
Viktor Ferenczi
2018-03-10
1
-0
/
+1
*
prune cache only at the start and end of build
Rhody Lugo
2018-03-02
1
-10
/
+2
*
fix accidental SConstruct reverts
karroffel
2018-03-01
1
-6
/
+4
*
add GLES 2 renderer for 2D
karroffel
2018-03-01
1
-5
/
+7
*
Abort compilation on missing return values (CGG/clang)
bruvzg
2018-02-22
1
-0
/
+1
*
SCons: Remove references to obsolete "fat" bits
Rémi Verschelde
2018-02-19
1
-3
/
+1
*
Disable GLES builders and source from server compilation
Fabio Alessandrelli
2018-02-15
1
-1
/
+1
*
Fixed small typos in the SConstruct file.
Michael Alexsander Silva Dias
2018-02-14
1
-2
/
+2
*
Allow building with system wide mbedtls on X11
Fabio Alessandrelli
2018-02-14
1
-0
/
+1
*
Deleting OpenSSL module and library
Fabio Alessandrelli
2018-02-14
1
-1
/
+0
*
Include .hpp files in VS scons builds. Fixed Typo.
Will Nations
2018-01-18
1
-0
/
+2
*
adding option to split modules library
Ariel Manzur
2018-01-18
1
-0
/
+1
*
Disable colored output and progress bar when building outside of a TTY
Hugo Locurcio
2018-01-13
1
-1
/
+6
*
SCons: Allow unbundling bullet on Linux (only 2.87+)
Rémi Verschelde
2018-01-13
1
-0
/
+1
*
SCons: Fix usage of LD when we meant LINK
Rémi Verschelde
2018-01-05
1
-2
/
+4
*
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
1
-1
/
+0
*
Scons: Use module suffix only for final binary.
Andreas Haas
2017-12-21
1
-3
/
+1
[next]