summaryrefslogtreecommitdiffstats
path: root/platform/uwp
Commit message (Expand)AuthorAgeFilesLines
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+3
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-4/+4
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2715-15/+15
* Re-apply clang-format to all filesRémi Verschelde2017-08-271-3/+3
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-14/+14
* Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-212-2/+2
* Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky2017-08-192-2/+2
* Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-192-2/+2
* Use const reference where favorableWilson E. Alvarez2017-08-141-2/+2
* Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde2017-08-072-5/+5
|\
| * Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-072-5/+5
* | UWP: Add Gamepad vibration supportGeorge Marques2017-08-072-10/+63
* | UWP: Fix Gamepad removal logicGeorge Marques2017-08-071-9/+1
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-193-7/+16
* Fix errors with global config names no more sorrys pleasegeequlim2017-07-191-1/+1
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* Bring back the UWP exporterGeorge Marques2017-07-121-1594/+581
* UWP: Fix problem with Cert Kit validationGeorge Marques2017-07-121-2/+1
* Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-011-53/+53
* UWP: InputEvent: Renamed "pos" property to "position"George Marques2017-06-121-9/+9
* Fix UWP compilation issuesGeorge Marques2017-05-235-90/+77
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-203-28/+28
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-172-2/+2
* Improve documentation of thirdparty code snippetsRémi Verschelde2017-05-072-2/+4
* Merge pull request #8586 from vnen/uwp-3Rémi Verschelde2017-05-016-48/+160
|\
| * Fix compilation for UWPGeorge Marques2017-04-296-48/+160
* | Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-4/+5
|/
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-102-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0813-0/+13
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-264-17/+10
* i-patch for Pirate languageRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0510-512/+397
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-1/+0
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-2/+2
* Add API to access battery power stateJulian Murgia2017-03-042-0/+22
* Complete the globals.h -> global_config.h conversionBojidar Marinov2017-02-231-1/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-3/+4
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2
* Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-162-42/+6
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-164-45/+55
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-6/+6
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+5
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-0/+4
* Finish replacement of joystick by joypadRémi Verschelde2017-01-083-3/+3
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-084-25/+25
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1