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
/
platform
/
x11
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-3
/
+4
|
\
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
1
-3
/
+3
*
|
png: Allow building shared freetype with bundled libpng
Rémi Verschelde
2016-11-19
1
-1
/
+0
*
|
Revert "libpng: Fix erroneously linking against libpng12 on old distros"
Rémi Verschelde
2016-11-19
1
-1
/
+1
*
|
libpng: Fix erroneously linking against libpng12 on old distros
Rémi Verschelde
2016-11-19
1
-1
/
+1
*
|
scons: Reorder options for clarity
Rémi Verschelde
2016-11-03
1
-20
/
+21
*
|
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-7
/
+3
*
|
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-55
/
+55
*
|
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-163
/
+163
*
|
Merge pull request #6490 from zaps166/webm-pr
Rémi Verschelde
2016-10-30
1
-0
/
+3
|
\
\
|
*
|
Add WebM module
Błażej Szczygieł
2016-10-23
1
-0
/
+3
*
|
|
SCons: Use colored output if available, change "colored"->"verbose"
Błażej Szczygieł
2016-10-17
1
-4
/
+0
|
/
/
*
|
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Błażej Szczygieł
2016-10-16
1
-1
/
+1
*
|
freetype: Make it a module and split thirdparty library
Rémi Verschelde
2016-10-15
1
-5
/
+6
*
|
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-15
1
-1
/
+0
*
|
glew: Split thirdparty files and isolate env
Rémi Verschelde
2016-10-15
1
-1
/
+3
*
|
squish: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-0
/
+3
*
|
theora: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-5
/
+12
*
|
openssl: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-2
/
+2
*
|
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde
2016-10-15
1
-0
/
+11
*
|
webp: Make it a module and unbundle libwebp thirdparty files
Rémi Verschelde
2016-10-15
1
-0
/
+3
*
|
enet: Split enet thirdparty files and allow unbundling
Rémi Verschelde
2016-10-15
1
-1
/
+2
*
|
png: Split library to thirdparty dir and allow unbundling
Rémi Verschelde
2016-10-15
1
-3
/
+5
|
/
*
Use pkgconfig to locate ALSA libs (#6119)
romeojulietthotel
2016-09-23
1
-1
/
+1
*
Code cleanup in platform/x11
Mario Schlack
2016-07-21
1
-5
/
+0
*
remove GLU dependency, closes #3787
Juan Linietsky
2016-07-18
1
-1
/
+1
*
Link libdl only on Linux, fix BSD build
eska
2016-07-04
1
-1
/
+3
*
Fix compiling for X11 on non-86, this fixes #5444
Ferdinand Thiessen
2016-06-27
1
-1
/
+3
*
Merge pull request #4905 from Hinsbart/x11_dpi
Juan Linietsky
2016-06-11
1
-1
/
+7
|
\
|
*
x11: Implemented dpi detection
Andreas Haas
2016-06-09
1
-1
/
+7
*
|
-make freetype build for all platforms the same, default as builtin except on...
Juan Linietsky
2016-06-09
1
-5
/
+2
|
/
*
GLEW: Define static + enabled and includes via SCons
Rémi Verschelde
2016-06-08
1
-1
/
+2
*
Finalized DynamicFont implementation
Juan Linietsky
2016-05-29
1
-2
/
+2
*
Remove trailing spaces
Rémi Verschelde
2016-04-02
1
-8
/
+8
*
x11: make dependancy on libudev optional
hondres
2016-02-14
1
-10
/
+8
*
added option to link libstdc++ statically
Juan Linietsky
2016-02-04
1
-0
/
+4
*
remove dependancy on libevdev
hondres
2016-01-26
1
-8
/
+4
*
Enable ALSA driver in non-linux X11 when available
eska
2016-01-10
1
-1
/
+5
*
Make joydev build using udev and evdev opt-out but blocking (linux)
Rémi Verschelde
2016-01-06
1
-11
/
+18
*
Check pkg-config for libudev and enable gamepad code only if found. Linux onl...
hondres
2015-12-21
1
-6
/
+12
*
-fixed build system to use pkg-config for evdev
Juan Linietsky
2015-12-21
1
-2
/
+7
*
Better gamepad support
hondres
2015-12-18
1
-1
/
+1
*
changed a bit to use system()
Juan Linietsky
2015-12-08
1
-1
/
+1
*
improve detection of linux, fixes #3201
Juan Linietsky
2015-12-08
1
-1
/
+1
*
Merge pull request #2849 from a12n/compobsd2
Juan Linietsky
2015-12-08
1
-2
/
+5
|
\
|
*
Enable ALSA only for Linux
Anton Yabchinskiy
2015-11-20
1
-2
/
+5
*
|
Enabled debug symbols for x11 when using platform=release_debug and debug_rel...
koalefant
2015-11-29
1
-0
/
+2
*
|
0theora compilation fixes
Juan Linietsky
2015-11-25
1
-0
/
+2
|
/
*
Revert "libao audio driver"
Juan Linietsky
2015-11-19
1
-9
/
+4
*
Merge branch 'master' of github.com:okamstudio/godot
Anton Yabchinskiy
2015-11-02
1
-4
/
+15
|
\
[next]