Age | Commit message (Expand) | Author |
2016-07-05 | Input: add get_connected_joysticks() method. | Andreas Haas |
2016-06-27 | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky |
2016-06-25 | Added function to notify ScriptLanguage when a thread is created/freed, allow... | Juan Linietsky |
2016-06-21 | Set default duration parameter of joystick vibration to 0. | Andreas Haas |
2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky |
2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov |
2016-06-15 | Add joystick vibration support on Linux (#5043) | Wilhem Barbier |
2016-06-13 | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky |
2016-06-05 | vsync support | Juan Linietsky |
2016-06-03 | change invalid characters when get user data dir on Windows & Unix | volzhs |
2016-05-30 | -Some fixes to OSX retina scaling for window functions | Juan Linietsky |
2016-05-29 | DPI Detection support | Juan Linietsky |
2016-05-29 | Merge pull request #4845 from vnen/pr-magnetometer | Rémi Verschelde |
2016-05-27 | Add magnetometer sensor support for Android | fluffrabbit |
2016-05-27 | Changed import workflow | Juan Linietsky |
2016-05-27 | Add spaces to macros in memory.h to make C++11 compilers happy | Geequlim |
2016-04-16 | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov |
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle Luce |
2016-03-12 | Borderless window support for the Win32 build. Default window position is now... | Saracen |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-02-19 | better array alignment | Ariel Manzur |
2016-02-19 | fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te... | Ariel Manzur |
2016-02-19 | Reject any native video player calls on iOS that point to files within .pck a... | Aren Villanueva |
2016-02-17 | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde |
2016-02-10 | doc: use correct identifier for InputEventJoystick{Motion, Button} | hondres |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres |
2016-02-03 | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde |
2016-02-03 | Merge pull request #3502 from trtstm/csv | Rémi Verschelde |
2016-02-03 | Merge pull request #3538 from Hinsbart/temp | Rémi Verschelde |
2016-02-02 | -Correctly flip BG texture if viewport is flipped, fixes #3507 | Juan Linietsky |
2016-02-01 | remove pc_joystick_map.h | hondres |
2016-01-31 | thread renaming | Ariel Manzur |
2016-01-28 | File: Added delimiter to get_csv_line | tmt |
2016-01-27 | x11: use different strings for WM_CLASS depending on context | hondres |
2016-01-24 | Change default window size for desktop | George Marques |
2016-01-16 | Add ability to set "keep screen on" for android | volzhs |
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky |
2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres |
2016-01-02 | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky |
2016-01-02 | Analog values for gamepad triggers, using axes 6 & 7 | hondres |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-18 | Better gamepad support | hondres |
2015-12-17 | thread set name | Ariel Manzur |
2015-12-12 | -added windowed mode with -w, fixes #3020 | Juan Linietsky |
2015-11-30 | Make the setting unix-only. | est31 |
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky |
2015-11-10 | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde |