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
/
modules
/
etc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
2
-3
/
+5
*
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-29
1
-11
/
+0
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-6
/
+10
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-6
/
+8
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
3
-6
/
+6
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+2
*
Added proper import support for 3D and Array textures
Juan Linietsky
2018-08-06
1
-1
/
+28
*
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-7
/
+3
*
Properly resize textures so they can be ETC compressed, fixes #15139
Juan Linietsky
2018-01-12
1
-1
/
+19
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
6
-0
/
+6
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
6
-12
/
+12
*
Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC
Matthias Hoelzl
2017-12-12
1
-1
/
+2
*
Fix size mismatch in _compress_etc
MillionOstrich
2017-11-20
1
-6
/
+8
*
doc: Make all module docs self-contained
Rémi Verschelde
2017-11-15
1
-2
/
+0
*
Use BoolVariable for module options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Fix ETC2 import for luminance/lumalpha textures, fixes #10421
Juan Linietsky
2017-09-04
1
-2
/
+1
*
Merge pull request #10846 from hpvb/fix-sign-compare
Rémi Verschelde
2017-09-01
1
-1
/
+1
|
\
|
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-1
/
+1
*
|
etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGS
Ignacio Etcheverry
2017-09-01
1
-1
/
+1
|
/
*
Disable -ffast-math for etc2comp
Hein-Pieter van Braam
2017-08-30
1
-0
/
+4
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
6
-6
/
+6
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-1
/
+1
*
Some changes to dual paraboloid envmap generation, fixes somme bleeding
Juan Linietsky
2017-07-05
1
-0
/
+4
*
Disable etc2comp and tinyexr modules on non-tools build
Rémi Verschelde
2017-06-30
1
-1
/
+5
*
etc: Do not overestimate number of CPU threads
Rémi Verschelde
2017-06-17
1
-1
/
+1
*
-Fix freezes caused by etccomp2, closes #9183
Juan Linietsky
2017-06-16
1
-7
/
+25
*
Add ETC1/ETC2 compression support though etc2comp.
Ferenc Arn
2017-05-31
8
-0
/
+499