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
/
methods.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print engine version to stdout when starting Godot
Rémi Verschelde
2019-05-28
1
-0
/
+1
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-2
/
+2
*
Also disable C and C++ specific warnings in thirdparty code
Rémi Verschelde
2019-04-24
1
-1
/
+7
*
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-07
1
-64
/
+0
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
*
SCons: add `methods.using_clang` to check used compiler
Rémi Verschelde
2019-04-05
1
-1
/
+4
*
Move YEAR definition to version.py
Rémi Verschelde
2019-03-05
1
-1
/
+1
*
Come up with use_gcc.
marxin
2019-02-23
1
-0
/
+3
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-0
/
+7
*
Get Git commit hash when Godot is a submodule
George Marques
2019-02-08
1
-3
/
+11
*
[macOS] Fixed a problem sdk path could not be detected
Naoto Kondo
2018-11-26
1
-2
/
+2
*
Merge pull request #21339 from Placinta/master
Rémi Verschelde
2018-11-20
1
-0
/
+24
|
\
|
*
Pass -isysroot to compiler / linker when doing a macOS build
Alexandru Croitor
2018-08-27
1
-0
/
+24
*
|
Remove trailing whitespace
Rémi Verschelde
2018-11-20
1
-1
/
+1
*
|
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-1
/
+1
*
|
SCons: Add 'werror' opt-in to treat warning as errors
Rémi Verschelde
2018-10-04
1
-0
/
+4
*
|
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-0
/
+8
*
|
Fix #17843 inability to generate vs projects without being in a MSVC command ...
K. S. Ernest (iFire) Lee
2018-09-13
1
-0
/
+3
*
|
BuildSystem: Sort input file lists
Bernhard M. Wiedemann
2018-08-29
1
-1
/
+1
*
|
Do not record year of build
Bernhard M. Wiedemann
2018-08-29
1
-1
/
+1
|
/
*
fix windows build using python 3.7
dragmz
2018-07-28
1
-2
/
+2
*
Running builder (content generator) functions in subprocesses on Windows
Viktor Ferenczi
2018-07-27
1
-760
/
+33
*
add initial GLES2 3D renderer
karroffel
2018-07-27
1
-0
/
+1
*
added 'android_add_asset_dir('...') method to Android module gradle build config
Patrick Kaster
2018-07-05
1
-0
/
+5
*
add NoCache wrapper to Command
Rhody Lugo
2018-06-21
1
-0
/
+5
*
fixed building using scons with python3
Ibrahn Sahir
2018-05-28
1
-4
/
+4
*
GDScript access to copyright, license, author and donor information.
Ibrahn Sahir
2018-05-19
1
-1
/
+227
*
Remove commented out code in methods.py
Henry Hirsch
2018-05-05
1
-21
/
+0
*
Refactor JavaScript platform build script
Leon Krause
2018-03-26
1
-4
/
+1
*
Properly closing all files in Python code
Viktor Ferenczi
2018-03-11
1
-12
/
+17
*
add GLES 2 renderer for 2D
karroffel
2018-03-01
1
-691
/
+29
*
Fix typos with codespell
luz.paz
2018-02-21
1
-3
/
+3
*
Fix mixed use of tabs and spaces
Kurtis Harms
2018-01-24
1
-3
/
+3
*
removed debug print
Ariel Manzur
2018-01-24
1
-1
/
+0
*
- Improves portability in joystick buttons enum
Ariel Manzur
2018-01-24
1
-7
/
+14
*
Include .hpp files in VS scons builds. Fixed Typo.
Will Nations
2018-01-18
1
-1
/
+1
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Disable colored output and progress bar when building outside of a TTY
Hugo Locurcio
2018-01-13
1
-11
/
+19
*
SCons: Fix build error on invalid module folders
Rémi Verschelde
2018-01-07
1
-0
/
+2
*
sort by the most recently accessed files
Rhody Lugo
2017-12-18
1
-9
/
+9
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-8
/
+19
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-1
/
+6
*
Rename the version's "revision" to "build"
Rémi Verschelde
2017-11-20
1
-5
/
+5
*
Pass engine name and version parts as proper strings
Rémi Verschelde
2017-11-20
1
-5
/
+5
*
Add cpp.hint file to improve IntelliSense
Matthias Hoelzl
2017-11-19
1
-0
/
+11
*
Suppress progress messages in Visual Studio output pane
Matthias Hoelzl
2017-11-18
1
-3
/
+3
*
Improve code style of generated headers
Rémi Verschelde
2017-11-15
1
-6
/
+0
*
-Modules can now add custom version info (added it for Mono)
Juan Linietsky
2017-11-01
1
-1
/
+5
*
added support for paths with spaces for VSBUILDS
nicholasbuckner
2017-10-29
1
-3
/
+7
*
Fixing vsproj generation for paths with spaces
Daniel Alexandru Radu
2017-10-27
1
-3
/
+3
[next]