Age | Commit message (Expand) | Author |
2018-04-30 | Implement universal translation of touch to mouse | Pedro J. Estébanez |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-03-02 | Fix `--help` output, allow renderer override from command line (`--video-driv... | bruvzg |
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-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic |
2018-01-31 | X11: implement OS.get_unique_id | geequlim |
2018-01-05 | Add new window setting: always on top | Pedro J. Estébanez |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-03 | Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash... | Rémi Verschelde |
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-27 | Fix infinite loop introduced by 6f3486c4 on tiling windows managers | Guilherme Silva |
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-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde |
2017-12-14 | -Add lightmapper | Juan Linietsky |
2017-12-09 | X11: Process entire event queue at startup. | Andreas Haas |
2017-12-06 | Implement multitouch on X11 | Pedro J. Estébanez |
2017-11-20 | Merge pull request #12387 from santouits/x1111 | Rémi Verschelde |
2017-11-19 | Add initial support for the XDG Base Directory spec | 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-30 | Implemented OS get_latin_keyboard_variant on x11 | Marcelo Fernandez |
2017-10-26 | Fix x11 boot logo position in fullscreen and in maximized | santouits |
2017-10-13 | Drop unusued LEGACYGL_ENABLED check | Rémi Verschelde |
2017-09-25 | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | Marcelo Fernandez |
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 |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-21 | p_screen param from get_screen_* funcs now default to the current screen | Marcelo Fernandez |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-11 | IME window follow the input cursor. | geequlim |
2017-07-05 | Implemented borderless window functions on Linux. | Marcelo Fernandez |
2017-06-29 | Workaround for IME and echo events on Linux: | Jia Wang |
2017-06-25 | Revert "Workaround for IME on Linux." | Juan Linietsky |
2017-06-25 | Workaround for IME on Linux(fixes #29 #7106): | Jia Wang |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-26 | Input: Remove usage of platform dependent event IDs. | Andreas Haas |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |