| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-02 | Review Notepad++ scripts for the supported compilers | Ray | |
| 2021-09-22 | WARNING: MODULES RENAMING!!! | Ray | |
| raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change. | |||
| 2019-05-30 | Review compiler scripts | Ray | |
| 2019-02-12 | Include mini_al directly, no separate module | Ray | |
| 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. | |||
| 2018-12-21 | Use stb_vorbis.h as header only | Ray | |
| 2018-11-19 | Review resources naming | Ray | |
| raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler. | |||
| 2018-08-25 | Support autosave also on C compilation | raysan5 | |
| 2018-08-25 | Updated compilation script to save file automatically | raysan5 | |
| 2018-06-01 | Added Notepad++ NppExec scripts | Ray | |
