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