summaryrefslogtreecommitdiffstats
path: root/platform/windows/godot_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate...bruvzg2024-04-221-1/+1
* Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-3/+5
* [Linux] Add support for PCK embedding section with non GNU-ld linkers.bruvzg2024-01-241-2/+2
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-1/+3
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-021-0/+4
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-6/+12
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+3
* Windows: Fix GCC -fpermissive error with 'pck' section workaroundRémi Verschelde2022-02-011-2/+2
* Prevent LTCG (MSVC LTO) from removing "pck" sectionBartłomiej T. Listwon2022-01-301-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-2/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add embedded PCK option to PC platformsPedro J. Estébanez2019-07-031-0/+11
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+199