| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2016-05-11 | apply index to remaining functions | Joshua Reisenauer | |
| 2016-05-11 | PlayMusicStream now uses index | Joshua Reisenauer | |
| 2016-05-11 | added set pitch for music streams | Joshua Reisenauer | |
| 2016-05-11 | adding multiple music streams | Joshua Reisenauer | |
| 2016-05-10 | final fix for audiocontext system | Joshua Reisenauer | |
| now it works | |||
| 2016-05-03 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-05-03 | Renamed functions for consistency | raysan5 | |
| 2016-05-03 | pause on no data | Joshua Reisenauer | |
| 2016-05-02 | new boolean floatingPoint option | Joshua Reisenauer | |
| Now floating point is either on or off. This simplifies the use of 16bit vs float. | |||
| 2016-05-02 | number remaining buffer transfer for updateAudioContext | Joshua Reisenauer | |
| updateAudioContext is almost done | |||
| 2016-05-02 | resamples added | Joshua Reisenauer | |
| Ease of use considered in api and channels are more convenient as unsigned char type. | |||
| 2016-05-01 | bool return for failed update | Joshua Reisenauer | |
| 2016-05-01 | new silence generator | Joshua Reisenauer | |
| 2016-05-02 | Corrected warning with array | Ray | |
| 2016-04-30 | removed enums | Joshua Reisenauer | |
| 2016-04-30 | BPS type added to ensure consistency | Joshua Reisenauer | |
| 2016-04-29 | hide struct from user | Joshua Reisenauer | |
| Hiding the struct from user should protect from accidentally modifying the mix channel. This could cause serious errors down the road. | |||
| 2016-04-29 | First stage of audio API update | Joshua Reisenauer | |
| Look over changes and give feedback please. | |||
| 2016-04-27 | this should work | Joshua Reisenauer | |
| 2016-04-26 | new trace logs and optimizations | Joshua Reisenauer | |
| 2016-04-25 | small fix for streaming | Joshua Reisenauer | |
| There is still an issue where audio will cut off after a brief moment | |||
| 2016-04-25 | setting up openal | Joshua Reisenauer | |
| 2016-04-25 | quick fix | Joshua Reisenauer | |
| Boolean errors | |||
| 2016-04-24 | implement | Joshua Reisenauer | |
| 2016-04-24 | cleaned up calculations | Joshua Reisenauer | |
