| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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... | |||
| 2016-06-11 | Corrected a couple of warnings | raysan5 | |
| 2016-06-11 | Remove include, not supported on html5 | raysan5 | |
| AL/alext.h is not supported on html5 OpenAL implementation, just replaced by the defines used in audio module | |||
| 2016-06-07 | cleaned things up | Joshua Reisenauer | |
| 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 | Rename for consistency with other functions | raysan5 | |
| 2016-06-02 | Corrected some formatting issues | raysan5 | |
| 2016-06-02 | Review coding style to match raylib style | raysan5 | |
| Moved AudioError enum inside audio.c | |||
| 2016-06-02 | I added audio errors | Joshua Reisenauer | |
| The only thing I did not change was the _g for globals. Is there any other way we can mark globals? | |||
| 2016-06-02 | cleanup | Joshua Reisenauer | |
| 2016-06-01 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-06-01 | mod player added | Joshua Reisenauer | |
| 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-30 | update to openal | Joshua Reisenauer | |
| 2016-05-21 | Fix some audio module compile warnings | victorfisac | |
| 2016-05-19 | Buffer for raw audio | Joshua Reisenauer | |
| 2016-05-19 | name correction | Joshua Reisenauer | |
| 2016-05-15 | renamed everything so it is obvious what it does | Joshua Reisenauer | |
| 2016-05-15 | logic bug fix | Joshua Reisenauer | |
| 2016-05-14 | clean up on buffering and preconditions | Joshua Reisenauer | |
| 2016-05-14 | new function to check if music stream is ready | Joshua Reisenauer | |
| _g naming convention for globals, new error exit numbers. | |||
| 2016-05-14 | corrected typos | Joshua Reisenauer | |
| 2016-05-12 | bug fixes | Joshua Reisenauer | |
| 2016-05-12 | buffering of music now uses update audio context | Joshua Reisenauer | |
