| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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() | |||
| 2016-08-31 | Formatting tweaks | raysan5 | |
| 2016-08-29 | Added function: UpdateSound() | raysan5 | |
| 2016-08-16 | Removed useless spacing | raysan5 | |
| 2016-08-15 | Review Wave struct | raysan5 | |
| 2016-08-07 | Code tweak to avoid warning | raysan5 | |
| 2016-08-06 | Added trace on audio device closing | raysan5 | |
| 2016-08-02 | Corrected issue with Music type | raysan5 | |
| 2016-08-02 | Complete review and update | raysan5 | |
| Simplified module for Music and AudioStream Added support for raw audio streaming (with example) | |||
| 2016-08-01 | Review audio module and examples | raysan5 | |
| 2016-08-01 | Removed audio errors register | raysan5 | |
| 2016-08-01 | Complete review of audio system | raysan5 | |
| Still some work left... | |||
| 2016-07-30 | Merge pull request #166 from Bil152/develop | Ray | |
| Code refractoring of music module to be more user-friendly (issue #144) | |||
| 2016-07-29 | Code refractoring of music model to be more friendly-user (issue #144) | Bil152 | |
| 2016-07-29 | Corrected some issues to compile with MSC | raysan5 | |
| 2016-07-26 | Updated log output info | raysan5 | |
| 2016-07-15 | Review some functions, formatting and comments | raysan5 | |
| 2016-07-13 | Review variables to raylib naming conventions | raysan5 | |
| Some review work still required... | |||
