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
*
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
*
flatDir support [Android]
Ramesh Ravone
2017-10-07
1
-0
/
+4
*
Fix scons: *** No SConstruct file found
Bartłomiej T. Listwon
2017-10-01
1
-3
/
+3
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-3
/
+0
*
Generate project files for VS2017
Matthias Hoelzl
2017-08-29
1
-0
/
+53
*
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-26
/
+27
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-6
/
+0
*
-Added GLTF scene support (still missing animations and .glb extension)
Juan Linietsky
2017-08-02
1
-0
/
+1
*
Include Git hash in the engine
Poommetee Ketson
2017-07-11
1
-0
/
+14
*
Use custom native-run icons for Android and HTML5
L. Krause
2017-06-27
1
-16
/
+19
*
BuildSystem: generated files have .gen.extension
Poommetee Ketson
2017-06-25
1
-9
/
+9
*
Fix a few issues compiling windows and using VS2015 and earlier
BastiaanOlij
2017-05-23
1
-55
/
+63
*
Detect newer Visual Studio compilers correctly like VS2017.
Aren Villanueva
2017-05-19
1
-0
/
+27
*
Move VERSION_MKSTRING logic to version.h
Rémi Verschelde
2017-04-20
1
-1
/
+1
*
Android: avoiding duplicates in build.gradle
Ramesh Ravone
2017-04-10
1
-20
/
+18
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-2
/
+2
*
android: adding classpath and gradle plugins
Ramesh Mani Maran
2017-03-18
1
-0
/
+5
*
fix code generation so it generates Transform2D instead of Matrix32
Juan Linietsky
2017-01-11
1
-4
/
+4
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-5
/
+77
|
\
|
*
Blend shapes using transform feedback (GPU)
Juan Linietsky
2016-11-24
1
-2
/
+37
|
*
-Many many fixes
Juan Linietsky
2016-10-29
1
-0
/
+1
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
1
-5
/
+41
*
|
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-01
1
-223
/
+223
*
|
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-37
/
+26
[next]