| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-19 | Working on MP3 support | Ray | |
| 2018-07-05 | Fix bug with FLAC music streams. | David Reid | |
| 2018-07-05 | Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al | David Reid | |
| 2018-06-28 | Fix incorrect log agent names | Michael Campagnaro | |
| 2018-05-22 | Review include (already included) | Ray San | |
| 2018-05-21 | Fix some warnings. | David Reid | |
| 2018-05-21 | Fix a copy paste typo. | David Reid | |
| 2018-05-21 | Update mini_al. | David Reid | |
| 2018-05-21 | Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al | David Reid | |
| 2018-05-21 | cmake: Fix PLATFORM_WEB build | Ahmad Fatoum | |
| Did this ever work? Surely, doesn't look like it... | |||
| 2018-05-17 | Preliminary support for MP3 fileformat -WIP- | Ray | |
| 2018-05-04 | BREAKING CHANGE: Renamed SpriteFont type to Font | Ray San | |
| - Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...) | |||
| 2018-04-21 | Update external audio libraries. | David Reid | |
| 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-02 | Fix Dead initialization | [email protected] | |
| 2018-02-11 | Corrected masteVolume setting | Ray | |
| 2018-02-11 | Reviewed mini_al implementation | Ray | |
| - Some functions renamed - Comments reviewed - Functions reorganized | |||
| 2018-01-15 | Code tweak while using OpenAL backend | - | |
| 2017-12-28 | Review Makefile config flags | raysan5 | |
| Support external GLFW usage Renamed some flags for consistency | |||
| 2017-12-20 | Force OpenAL backend on some platforms | Ray San | |
| OpenAL audio backend is being forced on HTML5 and OSX | |||
| 2017-12-20 | Review code formatting | Ray San | |
| 2017-12-20 | Some code tweaks | Ray | |
| Audio module requires a complete formatting review.... | |||
| 2017-12-11 | Remove rres support | Ray | |
| Let the user choose if using rres external library | |||
| 2017-12-03 | Potential fixes for Raspberry Pi. | David Reid | |
| 2017-11-24 | Potential fixes for audio on RPI and Emscripten builds. | David Reid | |
| 2017-11-24 | Audio: Fix a bug with AudioStreams. | David Reid | |
| This bug is a result of the buffer of an AudioStream being smaller than that of a period of the backend playback device. In this situation, AudioStream's would have pauses between buffer updates because the backend is not able to re-fill the AudioStream buffer's quick enough due to it's periods being longer than the AudioStream buffer. | |||
| 2017-11-22 | Fix a crash in audio mixing code. | David Reid | |
| 2017-11-19 | Log the name of the playback device. | David Reid | |
| 2017-11-18 | Rename a variable for consistency. | David Reid | |
| 2017-11-18 | Add some logging and update mini_al. | David Reid | |
| 2017-11-18 | mini_al: Unify the buffer system for Sounds and AudioStreams. | David Reid | |
| 2017-11-15 | Add support for pitch shifting. | David Reid | |
| This commit should bring the mini_al backend up to feature parity with the OpenAL backend. | |||
| 2017-11-14 | Fix minor errors with the OpenAL backend. | David Reid | |
| 2017-11-14 | Bug fixes for Music with mini_al. | David Reid | |
| 2017-11-13 | Bring up to date with changes to mini_al. | David Reid | |
| 2017-11-12 | Update comments. | David Reid | |
| 2017-11-12 | Work on porting Music to mini_al. | David Reid | |
| 2017-11-12 | Initial work on porting AudioStream to use mini_al. | David Reid | |
| 2017-11-12 | Rename SoundInternal to SoundData for consistency with MusicData. | David Reid | |
| 2017-11-12 | Initial work on adding support for mini_al. | David Reid | |
| 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 | |||
