aboutsummaryrefslogtreecommitdiff
path: root/release/include/raylib.h
AgeCommit message (Collapse)Author
2018-08-25Removed release directoryraysan5
With the CI system, release directory has not much sense, actually, every new commit it gets outdated and latest stable release is already available in GitHub Release tab.
2018-08-08Updated mini_alRay
Corrected issue with sound playing (pop sound at the end)
2018-07-28Corrected timing typoraysan5
2018-07-24First working version of IQM animationsRay
Still a work in progress but it already works... Current riqm API could be simplified...
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-06Added SNES-style GAMEPAD SUPPORTSeth Archambault
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-23Added support OpenBSD, NetBSD, DragonFlymaficccc@gmail.com
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-12Added function: GetImageDataNormalized()Ray San
Reviewed: GetImageData() Reviewed: ImageFormat()
2018-06-03Added ImageRotate*() functionsRay
2018-06-02Review window creation hintsRay
2018-06-02Corrected issue with function definitionRay
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-10-20Updated release versions for raylib 1.8Ray San
2017-10-11Reorganize release and dependenciesRay San