summaryrefslogtreecommitdiffstats
path: root/platform/uwp
Commit message (Expand)AuthorAgeFilesLines
* iOS modular build and export implementation.bruvzg2019-12-012-8/+0
* Fix inverted value check in UWP export packagerGeorge Marques2019-11-251-1/+1
* pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-201-0/+1
* [UWP] [Export] added additional checks for blank valuespiratesephiroth2019-11-091-0/+10
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-4/+4
|/
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-141-3/+0
|\
| * Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-36/+21
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-092-15/+6
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-1/+3
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-7/+7
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-9/+5
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-152-0/+9
* Fix memory leak after closing filesqarmin2019-06-051-4/+0
* added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
* Allow project export to be canceledGeorge Marques2019-05-181-14/+32
* Fix OS_UWP::execute's signature after cd4449eRémi Verschelde2019-05-162-2/+2
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-12/+15
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-0/+6
* Merge pull request #27067 from shartte/remove-context-glRémi Verschelde2019-04-071-11/+10
|\
| * Remove ContextGL since as an abstraction it's unused.Sebastian Hartte2019-04-061-11/+10
* | Remove unused importsHendrikto2019-04-061-3/+0
|/
* Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+1
* Fix directory check when exporting projectvolzhs2019-03-061-1/+1
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-061-2/+2
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-2/+2
* | Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
|/
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Fix compiling with use_mingw flag on WindowsMarcelo Fernandez2019-02-191-1/+0
* Merge pull request #25842 from marcelofg55/windows_timezoneRémi Verschelde2019-02-131-1/+3
|\
| * Fix get_time_zone_info returning inverted bias on Windows/UWPMarcelo Fernandez2019-02-131-1/+3
* | Platform: Ensure classes match their header filenameRémi Verschelde2019-02-129-134/+135
|/
* Added set_environment to OS classIgnacio Etcheverry2019-02-032-0/+6
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-13/+13
* Fixed a typo in 'uwp_device_capabilites'M. Huri2019-01-191-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-0115-30/+30
* uwp export: fix existing template checkAndrea Beconcini2018-11-271-1/+1
* Fix UWP build.Fabio Alessandrelli2018-11-031-0/+1
* Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde2018-11-021-2/+4
|\
| * Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez2018-11-011-2/+4
* | Fix init of VisualServerRasterRémi Verschelde2018-11-011-4/+2
* | Fix initialization of visual server in all platformsGeorge Marques2018-11-011-4/+3
|/
* Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-3/+3
* Properly initialize Winsock on startupFabio Alessandrelli2018-09-131-0/+2