Age | Commit message (Expand) | Author |
2018-02-14 | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde |
2018-02-14 | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl | Rémi Verschelde |
2018-02-12 | Added OS::center_window to center the window precisely on desktop platforms | Marcelo Fernandez |
2018-01-31 | Windows: implement OS.get_unique_id and OS.set_ime_position | geequlim |
2018-01-29 | Implement OS::get_processor_count() for Windows | Hein-Pieter van Braam |
2018-01-26 | Fix remove_dll_directory crash when cookie is null | djgaspa |
2018-01-20 | Fix horizontal scroll for windows platform | binbitten |
2018-01-10 | sorry, accidentally pressed delete before commiting. | Juan Linietsky |
2018-01-10 | Added middle button doubleclick, fixes #15567 | Juan Linietsky |
2018-01-05 | Add new window setting: always on top | Pedro J. Estébanez |
2018-01-05 | Forced set mouse global position always, hopefully will fix #15354, otherwise... | Juan Linietsky |
2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-17 | Add implementation for custom hardware cursor | Guilherme Silva |
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky |
2017-12-15 | Move windows networking class to drivers/windows/ | Fabio Alessandrelli |
2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde |
2017-12-14 | -Add lightmapper | Juan Linietsky |
2017-12-09 | Fixes vsync setting ignored when using a separate thread for rendering | Stefano Bonicatti |
2017-12-07 | Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to su... | bruvzg |
2017-12-06 | Remove guards for the now targeted Windows 7+ | Pedro J. Estébanez |
2017-12-06 | Improve/fix multitouch on Windows | Pedro J. Estébanez |
2017-12-01 | Properly take into consideration that VERTEX must be written to in opaque pre... | Juan Linietsky |
2017-12-01 | Needed a broader search path flag | Bastiaan Olij |
2017-11-30 | Changed the dynamic library open function to allow setting the path of the li... | Juan Linietsky |
2017-11-29 | Fixed white screen on editor/game startup by moving window displaying to a bi... | Dmitry Koteroff |
2017-11-26 | Allow customizing user:// path (folder in OS::get_data_path()) | Rémi Verschelde |
2017-11-25 | Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be built | Indah Sylvia |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-20 | Pass engine name and version parts as proper strings | Rémi Verschelde |
2017-11-20 | Merge pull request #12988 from akien-mga/xdg-home-paths | Rémi Verschelde |
2017-11-19 | Add initial support for the XDG Base Directory spec | Rémi Verschelde |
2017-11-19 | Cleanup old references to GLES2 renderer | Rémi Verschelde |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde |
2017-11-09 | Make video mode initialization more intuitive, fixes #12022 | Juan Linietsky |
2017-11-03 | Merge pull request #12262 from AndreaCatania/pplug | Juan Linietsky |
2017-11-04 | Implemented physics plug | AndreaCatania |
2017-10-29 | Disable logging until the logs location is sorted out | Rémi Verschelde |
2017-10-03 | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez |
2017-10-02 | Merge pull request #11568 from endragor/loggers | Andreas Haas |
2017-09-25 | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | Marcelo Fernandez |
2017-09-25 | Extract logging logic | Ruslan Mustakov |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-17 | Merge pull request #11252 from marcelofg55/fix_noaudio_crash | Rémi Verschelde |
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog |
2017-09-13 | Fix crash when no audio driver is available | Marcelo Fernandez |
2017-09-13 | Fix enums bindings | Maxim Sheronov |
2017-09-13 | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez |