Age | Commit message (Expand) | Author |
2015-01-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-01-13 | fixes | Juan Linietsky |
2015-01-13 | Using Xinerama extension for getting screen info | hurikhan |
2015-01-13 | get_screen_position() added | hurikhan |
2015-01-13 | introduced the scons experimental_wm_api switch: | hurikhan |
2015-01-12 | SCons: colored compilation | hurikhan |
2015-01-11 | get_screen_size() added | hurikhan |
2015-01-11 | get_screen_count() added | hurikhan |
2015-01-11 | get_window_size() + set_window_size() added | hurikhan |
2015-01-11 | get_window_position() + set_window_position() added | hurikhan |
2015-01-11 | Merge branch 'master' into x11-fullscreen | hurikhan |
2015-01-10 | 2D Rewrite Step [1] | Juan Linietsky |
2015-01-11 | First attempt of restoring the window at the old position | hurikhan |
2015-01-10 | Make fullscreen-switching is working with LXDE/Openbox | hurikhan |
2015-01-10 | API change to set_fullscreen(enabled,screen) | hurikhan |
2015-01-10 | Make GDScript-Function ( bool OS.is_fullscreen() ) work | hurikhan |
2015-01-10 | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) ) | hurikhan |
2014-12-23 | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy |
2014-12-21 | -ability to set default textures in shader (needed for visual shader editing) | Juan Linietsky |
2014-12-19 | Implemented PulseAudio backend and fixed audio driver selection on X11 | Alexander Stillich |
2014-12-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy |
2014-12-02 | -Ability to ask for documents/pictures/etc system dirs. | Juan Linietsky |
2014-11-22 | Merge branch 'libao' | Anton Yabchinskiy |
2014-11-22 | Use libao driver on X11 platform | Anton Yabchinskiy |
2014-11-22 | Disable X11 joystick functions also for OpenBSD | Anton Yabchinskiy |
2014-11-22 | Include string.h for memset() on OpenBSD | Anton Yabchinskiy |
2014-11-22 | Include stdlib.h for alloca() on OpenBSD | Anton Yabchinskiy |
2014-11-22 | Enable ALSA only for Linux | Anton Yabchinskiy |
2014-11-09 | Fix compilation error on 32-bit linux | Gerold31 |
2014-10-27 | -Much improvement to baked light baker | Juan Linietsky |
2014-10-07 | Build System Changes | Juan Linietsky |
2014-09-19 | - more fixes on #672 on windows | Juan Linietsky |
2014-09-17 | Merge pull request #635 from adolson/wutf | Juan Linietsky |
2014-09-16 | re-added old method for openbox/lxde (possibly others) | Dana Olson |
2014-09-16 | cleanup | Dana Olson |
2014-09-16 | removed old method | Dana Olson |
2014-09-16 | fullscreen fix on ubuntu | Dana Olson |
2014-08-25 | borderless fullscreen window support for x11 | Dana Olson |
2014-08-20 | removed output "WUTF" when show/hide mouse cursor | Dana Olson |
2014-08-01 | Small Issues & Maintenance | Juan Linietsky |
2014-06-11 | Merge pull request #445 from Raventara/master | reduz |
2014-05-24 | Making Godot Easier to Use.. | Juan Linietsky |
2014-05-22 | added XClassHint to windows in OS_X11::initialize for improved window managem... | Russell |
2014-05-06 | fix z-buffer issues on x11/mesa | Deviance |
2014-05-01 | -Fixes to OpenSSL compilation (more) | Juan Linietsky |
2014-05-01 | -OpenSSL Fixes | Juan Linietsky |
2014-04-28 | -Added OpenSSL and HTTPS support | Juan Linietsky |
2014-04-22 | add display/resizable support to Linux | adolson |
2014-04-18 | -Fixed viewport stretch bugs | Juan Linietsky |
2014-04-10 | -Fixed a few bugs in Viewport | Juan Linietsky |