| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-23 | Move jar_xm_reset to jar_xm.h | Wilhem Barbier | |
| 2019-05-22 | Add rewind for the XM music format | Wilhem Barbier | |
| 2019-04-23 | Correct RL_FREE bug | Ray | |
| 2019-04-23 | Support custom memory management macros | Ray | |
| Users can define their custom memory management macros. NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module. | |||
| 2019-04-08 | Review creation years | Ray | |
| 2019-04-04 | Removed trail spaces | Ray | |
| 2019-03-20 | Checking issue with sound volume | Ray | |
| It seems individual sound volume level is not set... | |||
| 2019-03-12 | Updated audio library: mini_al -> miniaudio | Ray | |
| 2019-03-02 | Corrected issue with possible 0 division | raysan5 | |
| Reported on rfxgen tool, it crashes on some parameters | |||
| 2019-02-23 | fix audio pitch | ftk | |
| 2019-02-22 | Change ternary operator formatting | Ray | |
| 2019-02-22 | Remove TABS | Ray | |
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-14 | Fix config.h flags | Jens Pitkanen | |
| 2019-02-12 | Avoid AudioBuffer symbol collision on macOS | Ray | |
| raudio AudioBuffer internal struct collides on macOS with CoreAudio same name struct. In this case struct has been renamed because is internal to raudio... but probably all system should be redesigned. | |||
| 2019-02-12 | Include mini_al directly, no separate module | Ray | |
| 2019-01-21 | Merge pull request #731 from MarcoLizza/reorganizing-logging | Ray | |
| Reorganizing logging | |||
| 2019-01-21 | Fixing badly (redefined) enums. | Marco Lizza | |
| 2019-01-20 | Reworking log level as incremental. | Marco Lizza | |
| 2019-01-19 | Review raudio comments | raysan5 | |
| 2019-01-10 | WARNING: Renamed module: audio -> raudio | Ray | |
| Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev. | |||
