summaryrefslogtreecommitdiff
path: root/platform/uwp
AgeCommit message (Expand)Author
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
2017-11-09UWP: Update to build with Windows SDK 10.16229.0George Marques
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-10-29Disable logging until the logs location is sorted outRémi Verschelde
2017-10-22Add WindowsTerminalLogger to UWP buildGeorge Marques
2017-10-03OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Extract logging logicRuslan Mustakov
2017-09-21UWP: Fix build issue about Object ambiguityGeorge Marques
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-17Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde
2017-09-13Fix crash when no audio driver is availableMarcelo Fernandez
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Re-apply clang-format to all filesRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-21Fixes for new two-dash long command line argumentsRémi Verschelde
2017-08-19Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky
2017-08-19Fixes for new two-dash long command line argumentsRémi Verschelde
2017-08-14Use const reference where favorableWilson E. Alvarez
2017-08-07Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-07UWP: Add Gamepad vibration supportGeorge Marques
2017-08-07UWP: Fix Gamepad removal logicGeorge Marques
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Fix errors with global config names no more sorrys pleasegeequlim
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-12Bring back the UWP exporterGeorge Marques
2017-07-12UWP: Fix problem with Cert Kit validationGeorge Marques
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-06-12UWP: InputEvent: Renamed "pos" property to "position"George Marques
2017-05-23Fix UWP compilation issuesGeorge Marques
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-07Improve documentation of thirdparty code snippetsRémi Verschelde
2017-05-01Merge pull request #8586 from vnen/uwp-3Rémi Verschelde
2017-04-29Fix compilation for UWPGeorge Marques
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas