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
/
drivers
/
SCsub
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
1
-0
/
+5
*
add GLES 2 renderer for 2D
karroffel
2018-03-01
1
-0
/
+1
*
Disable GLES builders and source from server compilation
Fabio Alessandrelli
2018-02-15
1
-2
/
+5
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-2
/
+1
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-0
/
+1
*
Visual Studio project creation bug fix
RoyBerube
2017-11-19
1
-0
/
+5
*
Merged iphone and osx audio drivers into drivers/coreaudio
Marcelo Fernandez
2017-09-30
1
-0
/
+1
*
Use BoolVariable for third-party 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
-3
/
+3
*
Added new WASAPI driver for Windows
Marcelo Fernandez
2017-08-27
1
-0
/
+1
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-1
/
+1
|
\
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
1
-1
/
+1
*
|
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-01
1
-11
/
+11
*
|
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-5
/
+5
*
|
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-9
/
+9
*
|
Merge pull request #6959 from RandomShaper/fix-big-libs
Rémi Verschelde
2016-10-30
1
-45
/
+2
|
\
\
|
*
|
scons: Move lib splitting method to methods.py
Rémi Verschelde
2016-10-30
1
-3
/
+6
|
*
|
Adopt simpler strategy for big libs on Windows
Pedro J. Estébanez
2016-10-29
1
-49
/
+3
*
|
|
RegEx re-implemented as a module
Zher Huei Lee
2016-10-27
1
-1
/
+0
|
/
/
*
|
Merge pull request #6855 from vnen/xaudio2-driver
Rémi Verschelde
2016-10-18
1
-0
/
+2
|
\
\
|
*
|
Isolate XAudio2 driver
George Marques
2016-10-17
1
-0
/
+2
*
|
|
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-17
1
-0
/
+2
|
/
/
*
|
drivers: Refactor SCsub and drop redundant env_drivers clone
Rémi Verschelde
2016-10-15
1
-27
/
+32
*
|
freetype: Make it a module and split thirdparty library
Rémi Verschelde
2016-10-15
1
-3
/
+0
*
|
chibi: Move to a module
Rémi Verschelde
2016-10-15
1
-1
/
+0
*
|
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-15
1
-2
/
+2
*
|
squish: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-2
/
+0
*
|
rtaudio: Split thirdparty files
Rémi Verschelde
2016-10-15
1
-1
/
+2
*
|
mpc: Move to a module and split thirdparty libmpcdec
Rémi Verschelde
2016-10-15
1
-2
/
+0
*
|
theora: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-2
/
+0
*
|
openssl: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-10
/
+0
*
|
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde
2016-10-15
1
-7
/
+0
*
|
webp: Make it a module and unbundle libwebp thirdparty files
Rémi Verschelde
2016-10-15
1
-2
/
+0
*
|
dds/etc1/pbm/pvr: Make those modules and split thirdparty files
Rémi Verschelde
2016-10-15
1
-4
/
+0
*
|
jpg: Make it a module and split jpgd thirdparty files
Rémi Verschelde
2016-10-15
1
-3
/
+0
*
|
png: Split library to thirdparty dir and allow unbundling
Rémi Verschelde
2016-10-15
1
-2
/
+1
*
|
Drop nedmalloc which is apparently not used anymore
Rémi Verschelde
2016-10-14
1
-1
/
+0
*
|
Remove speex support, it is obsoleted by opus
Rémi Verschelde
2016-10-13
1
-3
/
+1
|
/
*
Add Windows Universal export to editor
George Marques
2016-09-06
1
-0
/
+1
*
Finalized DynamicFont implementation
Juan Linietsky
2016-05-29
1
-0
/
+2
*
fix
Ariel Manzur
2016-05-21
1
-7
/
+8
*
using 1 env for all drivers
Ariel Manzur
2016-05-21
1
-19
/
+18
*
cloning env for builtin_openssl _and_ openssl :)
Ariel Manzur
2016-05-06
1
-3
/
+12
*
-Many fixes to windows build system with Mingw on Windows. Fixes #2690
Juan Linietsky
2016-01-25
1
-1
/
+1
*
-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...
Juan Linietsky
2016-01-03
1
-1
/
+3
*
remove editor driver split
Juan Linietsky
2015-12-11
1
-30
/
+33
*
-work in progress resourceparser and .tscn parser. Still non-functional
Juan Linietsky
2015-11-24
1
-4
/
+2
*
Revert "libao audio driver"
Juan Linietsky
2015-11-19
1
-1
/
+0
*
Merge pull request #903 from a12n/libao
Juan Linietsky
2015-11-19
1
-0
/
+1
|
\
|
*
Merge branch 'master' of github.com:okamstudio/godot
Anton Yabchinskiy
2015-11-02
1
-3
/
+5
|
|
\
[next]