| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-21 | Review last PR formatting | Ray | |
| 2019-01-21 | Changing enums, now referenced as int. | Marco Lizza | |
| 2019-01-20 | Adding function to control the "exit-on-error" behaviour. | Marco Lizza | |
| 2019-01-20 | Fixing logging level configuration API. | Marco Lizza | |
| 2019-01-20 | Fixing `TraceLog` function to work on levels. | Marco Lizza | |
| 2019-01-15 | Update utils.c | Ray | |
| 2019-01-14 | Fixing `LOG_OTHER` missing. | Marco Lizza | |
| 2019-01-14 | Adding MACRO constant to specify the internal buffer size. | Marco Lizza | |
| 2018-12-29 | utils: declare funopen only on Android | Basem Abughallya | |
| funopen is only needed on Android, so declare it only there. This fixes following MinGW build failure: utils.c:50:7: error: conflicting types for ‘funopen’ FILE *funopen(const void *cookie, int (*readfn)(void *, char *, int), ^~~~~~~ In file included from utils.c:45:0: /usr/include/stdio.h:586:7: note: previous declaration of ‘funopen’ was here FILE *funopen (const void *__cookie, ^~~~~~~ | |||
| 2018-09-17 | Improved data export capabilities! | Ray | |
| REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order) | |||
| 2018-07-26 | Add SetTraceLogCallback to enable users setting custom logging (#597) | Pablo Marcos Oltra | |
| 2018-05-21 | cmake: Fix PLATFORM_WEB build | Ahmad Fatoum | |
| Did this ever work? Surely, doesn't look like it... | |||
| 2018-05-21 | CMake: Fix (Add?) Android support | Ahmad Fatoum | |
| Not sure if this ever worked, but now it at least compiles. | |||
| 2018-04-07 | Refactor all #define SUPPORT_* into a config.h | Ahmad 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). | |||
| 2018-04-05 | Simplified some code | Ray | |
| 2017-12-24 | Renamed function to SetTraceLog() | raysan5 | |
| I think is clearer this way... | |||
| 2017-12-24 | Added function SetTraceLogTypes() | raysan5 | |
| Trace log messages could be configured with this function to select wich ones are shown | |||
| 2017-12-20 | Updated copyright year | Ray San | |
| 2017-12-11 | Remove rres support | Ray | |
| Let the user choose if using rres external library | |||
| 2017-09-29 | Code tweaks and comments for Android | Ray San | |
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-04-01 | Corrected TraceLog issue | Ray | |
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-26 | Work on configuration flags | Ray | |
| 2017-03-25 | Working on configuration flags | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-19 | Working on file header comments... | raysan5 | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-01-15 | Removed GetNextPOT(), review TraceLog() | raysan5 | |
| 2016-12-27 | Review some formatting and naming | raysan5 | |
| - 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-17 | Improving rRES custom format support -IN PROGRESS- | Ray | |
| Start removing old rRES functions. | |||
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-10-31 | Comments tweaks | raysan5 | |
| 2016-07-18 | Some code tweaks | raysan5 | |
| 2016-06-06 | Reorganize 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-02 | Review heades usage | Ray | |
| This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone. | |||
| 2016-05-31 | Support Android internal data storage | Ray | |
| Useful to save small data files (configuration and so) For bigger files, external data storage should be used (SDCard) | |||
| 2016-01-02 | Small code tweaks | raysan5 | |
| 2015-10-06 | Reviewed some comments and WritePNG() | raysan5 | |
| 2015-07-29 | Replaced old mail by twitter user | raysan5 | |
| 2015-02-02 | Removed useless spaces | raysan5 | |
| 2015-01-18 | Some code tweaks | raysan5 | |
| 2014-12-31 | Added full support for HTML5 (emscripten) | raysan5 | |
| Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB | |||
| 2014-12-15 | Added support for emscripten and more | raysan5 | |
| Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited... | |||
| 2014-09-16 | raylib 1.2 | raysan5 | |
| This is a huge update. Check CHANGELOG for details | |||
| 2014-09-03 | Removed useless spaces | raysan5 | |
| 2014-04-19 | raylib 1.1 | raysan5 | |
| View CHANGELOG for a detailed list of changes | |||
| 2014-04-09 | Lots of changes, most of them under testing-review | raysan5 | |
| 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-23 | Updated raylib to version 1.0.41.0.4 | raysan5 | |
| Lots of changes added, check CHANGELOG for detailed description | |||
