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 typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-05-02
1
-2
/
+2
*
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
-9
/
+11
*
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-07
1
-28
/
+0
*
Merge pull request #27868 from marxin/add-more-warnings
Hein-Pieter van Braam
2019-04-23
1
-2
/
+9
|
\
|
*
Add more warnings on top of -Wall and -Wextra.
marxin
2019-04-10
1
-2
/
+9
*
|
Drop unused thekla_atlas dependency
Rémi Verschelde
2019-04-19
1
-1
/
+0
|
/
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
*
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
1
-3
/
+4
*
SCons: add `methods.using_clang` to check used compiler
Rémi Verschelde
2019-04-05
1
-2
/
+2
*
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-02
1
-1
/
+6
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-3
/
+2
*
Several fixes to make GLES2 on HTML5 work much better.
Juan Linietsky
2019-02-25
1
-0
/
+4
*
Merge pull request #26160 from marxin/come-up-with-use_gcc
Hein-Pieter van Braam
2019-02-25
1
-1
/
+1
|
\
|
*
Come up with use_gcc.
marxin
2019-02-23
1
-1
/
+1
*
|
Add -Wwrite-strings into all and extra warnings.
marxin
2019-02-23
1
-3
/
+4
|
/
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-3
/
+9
*
Merge pull request #25764 from akien-mga/scons-relative-import
Rémi Verschelde
2019-02-10
1
-10
/
+11
|
\
|
*
SCons: Fix import clash between Godot and system modules
Rémi Verschelde
2019-02-10
1
-10
/
+11
*
|
SCons: Make MD5-timestamp decider and implicit_cache debug-only
Rémi Verschelde
2019-02-10
1
-7
/
+10
|
/
*
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
|
/
[next]