aboutsummaryrefslogtreecommitdiff
path: root/core/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2737-37/+37
* Fix cvs files freezing the editor when a double quote is not closedMarcelo Fernandez2017-07-251-0/+2
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-05-261-2/+4
* Implemented scrolling factor for smooth trackpad scrollingSean Bohan2017-05-151-1/+5
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0837-0/+37
* Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez2017-03-221-0/+1
* Input: bind parse_input_event()Andreas Haas2017-03-192-0/+3
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1937-1600/+1453
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-182-2/+8
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-181-1/+1
* Core motion for Godot 2.x (based on PR 7127)BastiaanOlij2017-03-092-0/+2
* -WIP Exporter to Godot 3.0, only text scenes (no .scn) and still kind of buggyJuan Linietsky2017-02-121-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1237-37/+37
* vsnc --> vsyncISylvox2016-11-152-2/+2
* memory ops implemented as OS functions by defaultAriel Manzur2016-11-082-121/+8
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-1/+1
* Fix comparison bug with InputEventvolzhs2016-10-311-1/+2
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Improve debug focus behaviorPedro J. Estébanez2016-10-091-0/+1
* Add function to get readable names for joystick eventsAndreas Haas2016-10-092-0/+9
* Fix input action pressed state not changing for quick joystick movements.Andreas Haas2016-10-091-1/+1
* InputEvent: Fix event comparisons when type is NONERémi Verschelde2016-09-181-0/+4
* Show last added action on Input Map and implement InputEvent "=="volzhs2016-09-011-1/+45
* Merge pull request #5847 from 29jm/patch-3Rémi Verschelde2016-07-221-4/+1
|\
| * Expose virtual keyboard functions to GDScriptJohan Manuel2016-07-211-4/+1
* | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-211-0/+1
|\ \ | |/ |/|
| * Add OS.request_attention() for WindowsGeorge Marques2016-07-051-0/+1
* | Merge pull request #5709 from akien-mga/pr-get-engine-versionRémi Verschelde2016-07-182-3/+29
|\ \
| * | OS: Add get_engine_version methodRémi Verschelde2016-07-182-3/+29
* | | Added gyroscope support to Godot and AndroidJamil Halabi2016-07-162-0/+2
|/ /
* / Input: add get_connected_joysticks() method.Andreas Haas2016-07-052-0/+2
|/
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-272-1/+62
* Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky2016-06-251-3/+4
* Set default duration parameter of joystick vibration to 0.Andreas Haas2016-06-212-2/+2
* Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky2016-06-182-102/+34
* Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-172-0/+34
* Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-152-0/+9
* -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-132-1/+9
* vsync supportJuan Linietsky2016-06-052-0/+11
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-032-0/+10
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-302-0/+3
* DPI Detection supportJuan Linietsky2016-05-291-0/+1
* Merge pull request #4845 from vnen/pr-magnetometerRémi Verschelde2016-05-292-0/+2
|\
| * Add magnetometer sensor support for Androidfluffrabbit2016-05-272-0/+2
* | Changed import workflowJuan Linietsky2016-05-272-0/+12
|/
* Add spaces to macros in memory.h to make C++11 compilers happyGeequlim2016-05-271-5/+4
* Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov2016-04-161-1/+3
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-1/+3
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-121-1/+4
* remove trailing whitespaceHubert Jarosz2016-03-0926-272/+272