summaryrefslogtreecommitdiffhomepage
path: root/release/libs/win32/mingw32/libraylib.a
AgeCommit message (Collapse)Author
2018-07-16Converted rlgl module in header-onlyRay
This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded! Also removed shader_distortion.h, embedded in rlgl.h
2018-07-10Update mingw32 releaseRay
2018-07-07Reviewed latest commit for Android gamepad supportraysan5
2018-07-05Corrected issue with GetFontDefault()raysan5
Note for me: Replace All is NOT your friend...
2018-07-03Added function: ImageColorReplace()Ray
2018-07-02Added Quaternion typedefRay
2018-06-21Improved GenImageFontAtlas()Ray
2018-06-20Improved font generation and SDFRay
Added: data to CharInfo struct Added: LoadFontData() Added: GenImageFontAtlas() Removed: LoadFontEx() Removed: LoadTTF() [internal] Some code tweaks
2018-06-03Latest library release compilationRay
2018-06-02Review window creation hintsRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-11Review raylib version to 2.0Ray
Review raylib_icon resource
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
- Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...)
2018-04-02Update release to latest raylib versionraysan5
Note that only some lib versions have been updated
2018-03-16Complete review of raymath for API consistencyRay
2018-01-15Review releases, removed external dependencies-
Not required any more!
2017-12-05Removed OpenAL Soft dependency on buildingRay San
OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity...
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-19Updated raylib release 1.8Ray San
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-16Updated libraries for WindowsRay San
2017-10-11Updated release libraries for win32/mingw32Ray San
2017-10-11Reorganize release and dependenciesRay San