summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
AgeCommit message (Collapse)Author
2017-12-24Renamed function to SetTraceLog()raysan5
I think is clearer this way...
2017-12-24Added function SetTraceLogTypes()raysan5
Trace log messages could be configured with this function to select wich ones are shown
2017-12-20Updated copyright yearRay San
2017-12-11Remove rres supportRay
Let the user choose if using rres external library
2017-09-29Code tweaks and comments for AndroidRay San
2017-07-02Rename enum LogType names...raysan5
...to avoid possible conflicting symbols
2017-04-01Corrected TraceLog issueRay
2017-03-29Added IsFileExtension()Ray
Replaced old GetExtension() function Make IsFileExtension() public to the API
2017-03-26Work on configuration flagsRay
2017-03-25Working on configuration flagsRay
2017-03-20Review some commentsRay
2017-03-19Working on file header comments...raysan5
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
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-12-17Improving rRES custom format support -IN PROGRESS-Ray
Start removing old rRES functions.
2016-11-16Reviewed modules commentsraysan5
2016-10-31Comments tweaksraysan5
2016-07-18Some code tweaksraysan5
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.
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.
2016-05-31Support Android internal data storageRay
Useful to save small data files (configuration and so) For bigger files, external data storage should be used (SDCard)
2016-01-02Small code tweaksraysan5
2015-10-06Reviewed some comments and WritePNG()raysan5
2015-07-29Replaced old mail by twitter userraysan5
2015-02-02Removed useless spacesraysan5
2015-01-18Some code tweaksraysan5
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-12-15Added support for emscripten and moreraysan5
Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited...
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