| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-13 | Corrected out-of-bounds array issue | Ray | |
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-05-14 | Reviewed some comments... | Ray | |
| 2017-05-10 | Review issue and added some comments | Ray | |
| 2017-05-08 | Some defines tweaks for consistency | Ray | |
| 2017-05-08 | StopMusicStream() review | Ray | |
| 2017-05-03 | Some code tweaks | Ray | |
| 2017-04-23 | Support XM modules by default | raysan5 | |
| 2017-04-21 | Make TraceLog() public to the API | Ray | |
| enum LogType could require some revision... | |||
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-26 | Merge branch 'develop' of https://github.com/raysan5/raylib into develop | Ray | |
| 2017-03-26 | Work on configuration flags | Ray | |
| 2017-03-25 | Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two | RDR8 | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-19 | Working on file header comments... | raysan5 | |
| 2017-03-05 | Clear music buffers on stop | raysan5 | |
| 2017-03-02 | fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015. | bugcaptor | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-11 | Corrected issue with OpenAL being 'keg only' on OSX | raysan5 | |
| Also reviewed issue with stdbool when compiling with clang | |||
| 2017-02-11 | Reviewed fread() usage around the code | raysan5 | |
| 2017-02-09 | [audio] Renamed variable | Ray | |
| 2017-02-08 | Remove lighting system from rlgl standalone header | Ray San | |
| 2017-02-06 | Added audio function: SetMusicLoopCount() | Ray | |
| Useful to set number of repeats for a music, needs to be tested... | |||
| 2017-02-06 | Added audio function: SetMasterVolume() | Ray | |
| 2017-01-28 | Remove unecessary spaces... | Ray | |
| 2017-01-24 | Revert unneeded change | Ray | |
| 2017-01-22 | Upload wave collector - GGJ17 game | Ray | |
| 2017-01-19 | Support 32bit wav data | Ray | |
| 2017-01-18 | Some tweaks for consistency | Ray San | |
| 2017-01-18 | Stop sound source before unloading | Ray San | |
| 2017-01-18 | Corrected bug on OGG sound loading | Ray San | |
| 2017-01-15 | Add support for 32-bit PCM sample data | raysan5 | |
| 2017-01-07 | Support rRES data loading | 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-26 | Improved FLAC audio support | raysan5 | |
| 2016-12-25 | Complete review of audio module | raysan5 | |
| 2016-12-22 | Change UpdateSound() to accept const void * | Saggi Mizrahi | |
| The function means to accept a const * so let's declare it. Will allow passing const buffers in games. Also constness is next to godliness! Signed-off-by: Saggi Mizrahi <[email protected]> | |||
| 2016-12-20 | Corrected bug sound playing twice | Ray | |
| Samples count was not properly calculated on WAV loading | |||
| 2016-12-17 | Improving rRES custom format support -IN PROGRESS- | Ray | |
| Start removing old rRES functions. | |||
| 2016-12-05 | Corrected some warnings | Ray | |
| 2016-11-18 | Some code tweaks | raysan5 | |
| Correcting details that pop-up when testing the different platforms | |||
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-10-17 | Corrected some warnings | Ray | |
| 2016-10-10 | Tweak to avoid warning | raysan5 | |
| 2016-10-10 | Added support for FLAC audio loading/streaming | raysan5 | |
| 2016-09-15 | Corrected audio bugs and improved examples | raysan5 | |
| 2016-09-12 | Review spacing formatting | raysan5 | |
| raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention | |||
| 2016-09-09 | Some more work on audio... | Ray | |
| 2016-09-08 | Working on new audio functions... | Ray | |
| 2016-09-08 | Added new audio functions -IN PROGRESS- | Ray | |
| - LoadWave() - LoadWaveEx() - UnloadWave() - WaveFormat() - WaveCopy() - WaveCrop() - GetWaveData() | |||
