aboutsummaryrefslogtreecommitdiff
path: root/platform/winrt
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2715-15/+15
* WinRT: Remove unneeded includeGeorge Marques2017-08-251-1/+0
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-181-1/+1
* Style: Apply clang-format on all filesRémi Verschelde2017-07-306-51/+49
* WinRT: Fix problem with Cert Kit validationGeorge Marques2017-07-121-2/+1
* WinRT: Fix exporting problemsGeorge Marques2017-06-261-8/+8
* BuildSystem: generated files have .gen.extPoommetee Ketson2017-06-252-5/+5
* WinRT: Add Gamepad vibration supportGeorge Marques2017-06-242-18/+69
* WinRT: Fix Gamepad inputGeorge Marques2017-06-241-28/+22
* Fix cherry-picking issues caused by code updatesGeorge Marques2017-06-075-173/+141
* Change winrt build to be less dependent on ANGLEGeorge Marques2017-06-072-7/+8
* Add Windows Universal export to editorGeorge Marques2017-06-072-0/+2378
* Remove embedded ANGLE headersGeorge Marques2017-06-0715-5943/+0
* Implement missing WinRT functionsGeorge Marques2017-06-0713-299/+1524
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-087-0/+7
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-198-389/+293
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-0/+4
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-127-7/+35
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-021-2/+2
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-5/+4
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-30/+30
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-98/+98
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-301-1/+0
* WinRT: Add missing license file for ANGLERémi Verschelde2016-07-142-213/+32
* Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky2016-06-251-0/+2
* Fixed iCCp chunk in pngsJ08nY2016-06-221-0/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-187-3/+142
* Remove trailing spacesRémi Verschelde2016-04-021-5/+5
* remove trailing whitespaceHubert Jarosz2016-03-099-69/+69
* remove pc_joystick_map.hhondres2016-02-011-1/+0
* Remove unnecessary null pointer checksEmmanuel Leblond2016-01-041-2/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-012-2/+2
* Added missing \n in script error output.ZuBsPaCe2015-11-191-1/+1
* Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe2015-11-191-3/+3
* Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe2015-11-191-6/+6
* Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe2015-11-191-9/+9
* Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky2015-11-181-1/+2
|\
| * Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen2015-11-021-1/+2
* | Fix error messages forcing a white font for subsequent messagesRémi Verschelde2015-11-101-6/+6
* | Display error type (error, warning, script error) in OS::print_errorRémi Verschelde2015-11-101-8/+18
|/
* newline fixesreduz2015-10-0817-6513/+6513
* Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-0/+2
* Complete fix for windows compilabilityest312015-06-071-1/+2
* Fix windows compilabilityest312015-06-072-7/+9
* Add OS.get_time_zone_info functionest312015-06-061-0/+16
* Add utc param to get_time and get_date methodsest312015-06-062-6/+12
* Use local time for both time and date on winest312015-06-061-2/+2
* support for light and normal mapping in 2DJuan Linietsky2015-02-181-3/+2
* -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-031-0/+37