summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2017-01-09-Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-06-Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-18memory ops implemented as OS functions by defaultAriel Manzur
2016-11-08vsnc --> vsyncISylvox
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-23Fix comparison bug with InputEventvolzhs
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-102D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky
2016-10-03Merge pull request #6479 from RandomShaper/improve-debug-focusRémi Verschelde
2016-09-26Code completion for is_action_just_{pressed, released}Andreas Haas
2016-09-26Merge pull request #6568 from Hinsbart/joy_namesRémi Verschelde
2016-09-20Add function to get readable names for joystick eventsAndreas Haas
2016-09-15Fix input action pressed state not changing for quick joystick movements.Andreas Haas
2016-09-14Improve debug focus behaviorPedro J. Estébanez
2016-09-02InputEvent: Fix event comparisons when type is NONERémi Verschelde
2016-09-01-Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky
2016-08-28Show last added action on Input Map and implement InputEvent "=="volzhs
2016-08-07Automatically turn on process callbacks if relevant callbacks in node existsJuan Linietsky
2016-08-07-Added yield nodes to visual scriptJuan Linietsky
2016-07-22Merge pull request #5847 from 29jm/patch-3Rémi Verschelde
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
2016-07-18Merge pull request #5709 from akien-mga/pr-get-engine-versionRémi Verschelde
2016-07-18OS: Add get_engine_version methodRémi Verschelde
2016-07-16Added gyroscope support to Godot and AndroidJamil Halabi
2016-07-05Add OS.request_attention() for WindowsGeorge Marques
2016-07-05Input: add get_connected_joysticks() method.Andreas Haas
2016-06-27Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky
2016-06-25Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky
2016-06-21Set default duration parameter of joystick vibration to 0.Andreas Haas
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-15Add 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-05vsync supportJuan Linietsky
2016-06-03change invalid characters when get user data dir on Windows & Unixvolzhs
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky
2016-05-29DPI Detection supportJuan Linietsky
2016-05-29Merge pull request #4845 from vnen/pr-magnetometerRémi Verschelde
2016-05-27Add magnetometer sensor support for Androidfluffrabbit
2016-05-27Changed import workflowJuan Linietsky
2016-05-27Add spaces to macros in memory.h to make C++11 compilers happyGeequlim
2016-04-16Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce