| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-04 | REMOVED: VS2017 project, outdated | raysan5 | |
| This project has been superseded by VS2019 with a better configuration and more complete solution, including more examples | |||
| 2021-05-21 | Removes debug information from release builds (#1780) | Bxil | |
| 2021-05-12 | Removes Whole Program Optimization (#1767) | Bxil | |
| 2020-12-02 | Two small quality of life changes to projects. (#1448) | Jeffery Myers | |
| 1) use the latest windows SDK not a specific one. 2) use the project dir as the root for the include dir for raylib, to help if the project is ever included in some other solution. | |||
| 2020-08-19 | Added resource file for DLL compilation info | raysan5 | |
| 2020-05-06 | Avoid all MSVC compile warnings | raysan5 | |
| Most warning were related to types conversion (casting required) and unsigned/signed types comparisons. Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only. Some external libraries still generate warnings. | |||
| 2020-04-07 | Update raylib.vcxproj | raysan5 | |
| 2020-01-12 | Review VS2017 project to support x64 properly | Ray | |
| 2020-01-05 | VS2017 project: Added x64 platform configuration | raysan5 | |
| NOTE: When building for 64bit in raylib static mode, CloseWindow() symbol collides with user32.lib symbol. No solution for that at the moment, just compile raylib as shared library (raylib.dll), actually it can be chosen on project configurations. | |||
| 2019-12-25 | Review VS2017 project configuration | Ray | |
| 2019-06-06 | Review projects <PlatformToolset> to use default | Ray | |
| 2019-05-10 | Add WinMM library for linkage | raysan5 | |
| Now it's required on Windows if not using a busy wait loop | |||
| 2019-04-01 | Retarget VS2017 solution | Ray | |
| 2019-03-12 | Updated audio library: mini_al -> miniaudio | Ray | |
| 2019-02-12 | Include mini_al directly, no separate module | Ray | |
| 2018-12-21 | Use stb_vorbis.h as header only | Ray | |
| 2018-10-09 | Corrected issues with VS2017 compilation | Ray | |
| 2018-07-21 | Review VS2015 and VS2017 projects | raysan5 | |
| 2018-07-21 | Remove VS2017 UWP project | raysan5 | |
| Not properly configured, use VS2015.UWP as reference | |||
| 2018-05-14 | Restore removed projects | Ray | |
| 2018-05-10 | Reorganized project templates folder | Ray | |
