summaryrefslogtreecommitdiffhomepage
path: root/src/utils.h
AgeCommit message (Collapse)Author
2018-05-08Removed unnecesary defineRay
2018-04-07Refactor all #define SUPPORT_* into a config.hAhmad Fatoum
That way, a user needs only to touch a single file to configure what features raylib is built with. Include guards are left out intentionally, because config.h should only be included in source files, not headers. Later on, config.h can also define the raylib version (#461).
2017-12-20Updated copyright yearRay San
2017-12-11Remove rres supportRay
Let the user choose if using rres external library
2017-04-21Make TraceLog() public to the APIRay
enum LogType could require some revision...
2017-03-29Added IsFileExtension()Ray
Replaced old GetExtension() function Make IsFileExtension() public to the API
2017-03-20Review some commentsRay
2017-03-19Working on file header comments...raysan5
2017-01-15Removed GetNextPOT(), review TraceLog()raysan5
2016-12-27Review some formatting and namingraysan5
- Renamed WritePNG() to SavePNG() for consistency with other file loading functions - Renamed WriteBitmap() to SaveBMP() for consistency with other file loading functions - Redesigned SaveBMP() to use stb_image_write
2016-11-16Reviewed modules commentsraysan5
2016-06-02Review heades usageRay
This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone.
2015-10-06Reviewed some comments and WritePNG()raysan5
2015-09-01Updated some commentsraysan5
2014-12-31Added full support for HTML5 (emscripten)raysan5
Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB
2014-09-16raylib 1.2raysan5
This is a huge update. Check CHANGELOG for details
2014-09-03Removed useless spacesraysan5
2014-04-19raylib 1.1raysan5
View CHANGELOG for a detailed list of changes
2014-04-09Lots of changes, most of them under testing-reviewraysan5
Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy...
2014-01-23Updated raylib to version 1.0.41.0.4raysan5
Lots of changes added, check CHANGELOG for detailed description