aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-131-1/+1
| |\|
| | * 2D Rewrite Step [1]Juan Linietsky2015-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=- -Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future). -Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order) -Removed OpenGL ES 1.x support. Good riddance!
| * | fixesJuan Linietsky2015-01-131-6/+8
| |/
* | Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2014-12-231-0/+7
|\| | | | | | | | | | | | | Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h
| * Implemented PulseAudio backend and fixed audio driver selection on X11Alexander Stillich2014-12-191-0/+8
| |
* | Merge branch 'libao'Anton Yabchinskiy2014-11-221-0/+5
|\ \
| * | Use libao driver on X11 platformAnton Yabchinskiy2014-11-221-0/+5
| |/
* / Enable ALSA only for LinuxAnton Yabchinskiy2014-11-221-2/+5
|/
* Fix compilation error on 32-bit linuxGerold312014-11-091-1/+1
|
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-0/+5
| | | | | | | -Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
* Build System ChangesJuan Linietsky2014-10-071-42/+22
| | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= Build System: -Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions). -Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test. Engine: -Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time). -Added ability to open scenes even if a node type was removed (will try to guess the closest type). -Removed deprecated node types.
* -Fixes to OpenSSL compilation (more)Juan Linietsky2014-05-011-3/+2
| | | | -Fix bug in GDScript, now static functions can call static functions.
* -OpenSSL FixesJuan Linietsky2014-05-011-1/+2
|
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-1/+9
| | | | | -Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
* fixieJuan Linietsky2014-02-261-0/+3
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+146