summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2022
AgeCommit message (Collapse)Author
2024-07-04Example reviewRay
2024-06-24[Build] Fix warnings when building in VS 2022 (#4095)Jeffery Myers
* Update raylib_api.* by CI * Fix warnings when building examples in MSVC 2022 * fix auto-format that sneaked in there. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-20Update projectRay
2024-02-29Add an example that generates a random sequence. (#3846)Dalton Overmyer
2023-11-08REVIEWED: Added new examples to VS2022 solutionRay
2023-10-26ADDED: Automation Events System, exposed to usersRay
Added new API to record and play events Added examples illustrating functionality
2023-09-08Reviewed examples for consistencyRay
2023-09-08examples: core: adds 2D camera two player split screen (#3298)Gabriel dos Santos Sanches
2023-08-04[AUDIO] Add an example of how to use LoadSoundAlias (#3223)Jeffery Myers
* Add a function to clone a sound and share data with another sound. * rename items based on feedback * PR Feedback, use custom unload for sound alias, not variant of normal sound unloading * sound_multi example
2023-03-18Update raylib.slnRay
2023-03-07WARNING: REMOVED: Multichannel audio support APIRay
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
2023-02-14ADDED: Example project to VSRay
2023-02-14ADDED: Example project to VS2022 solutionRay
2023-02-14Create models_loading_m3d.vcxprojRay
2023-02-14REVIEWED: Camera redesign PRRay
2023-01-27Fix warnings and bad project settings for 4.5 release (#2894)Jeffery Myers
2022-12-03Add a textured curve example (#2821)Jeffery Myers
2022-08-01Added example to VS2022Ray
2022-07-23ADDED: Missing examples to VS2022 solution #2580Ray
2022-07-19add mouse zoom example (#2583)Jeffery Myers
2022-07-15WARNING: REMOVED: raudio_standalone exampleRay
Moved to raudio library repo: https://github.com/raysan5/raudio
2022-07-07Update raylib.slnRay
2022-07-07ADDED: example: `textures_gif_player`Ray
2022-07-07RENAMED: example: textures_rectangle -> textures_sprite_animRay
2022-07-07ADDED: example: `textures_fog_of_war`Ray
2022-07-07ADDED: example: `core_window_should_close`Ray
2022-07-07ADDED: example: `text_codepoints_loading`Ray
2022-06-11Remove physics projectsRay
2022-01-05Added VS2022 projectRay