| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-05 | Update CHANGELOG | Ray | |
| 2022-08-05 | Small simplifications (#2615) | veins1 | |
| 2022-08-05 | GetMusicTimePlayed bug fix (#2614) | veins1 | |
| GetMusicTimePlayed() was calculated using buffered frames, not played frames. For example: calling LoadMusicStream->UpdateMusicStream->GetMusicTimePlayed would return non-zero value, even though no music was playing. | |||
| 2022-08-04 | Fix typo in README: s/instrallation/installation/ (#2613) | hartmannathan | |
| 2022-08-04 | Update bindings with raylibr (#2611) | Ramiro Magno | |
| Add R package raylibr as a new binding for the R language | |||
| 2022-08-03 | Fix rendering issue in audio_raw_stream.c example (#2608) | TheManTheMythTheGameDev | |
| 2022-08-02 | Review some warnings | Ray | |
| 2022-08-02 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-02 | Move parser output to output | Ray | |
| 2022-08-02 | Update README.md | Ray | |
| 2022-08-02 | Update raylib_parser.c | Ray | |
| 2022-08-02 | Update README.md | Ray | |
| 2022-08-02 | Update raylib_parser.c | Ray | |
| 2022-08-02 | Update README.md | Ray | |
| 2022-08-02 | Update cgltf.h | Ray | |
| 2022-08-02 | Updated easings examples | Ray | |
| 2022-08-02 | Update miniaudio.h | Ray | |
| 2022-08-02 | REMOVED: rmem library from raylib sources | Ray | |
| Moved to own repo: https://github.com/raylib-extras/rmem | |||
| 2022-08-02 | Update rlgl.h | Ray | |
| 2022-08-02 | Remove `easings.h` from raylib/src, moved to examples | Ray | |
| 2022-08-02 | Delete rlights.h | Ray | |
| 2022-08-02 | Remove unneeded comment | Ray | |
| 2022-08-02 | REVIEWED: `GetMouseWheelMove()`, avoid move scaling on `PLATFORM_WEB` | Ray | |
| Tested with latest emscripten 3.1.18 | |||
| 2022-08-02 | Updated raylib resource data (32bit) | Ray | |
| 2022-08-02 | Update HISTORY.md | Ray | |
| 2022-08-02 | minor tweaks | Ray | |
| 2022-08-02 | REMOVED: Sponsors doc | Ray | |
| This file requires manual maintenance and continuous review, it also changes from day to day moving sponsors from present-to-past and sometimes the other way round. GitHub already lists the sponsors on the user profile, in a better an more visual way. I also have doubts this should be a document distributed with raylib sources... | |||
| 2022-08-02 | REMOVE: Unmaintained and outdated contributors doc | Ray | |
| 2022-08-02 | Update audio_music_stream.c | Ray | |
| 2022-08-02 | Update Makefile.Web | Ray | |
| 2022-08-02 | Update audio_raw_stream.c | Ray | |
| 2022-08-02 | Added note for multi-threading web compilation | Ray | |
| 2022-08-02 | Update shapes_draw_ring.c | Ray | |
| 2022-08-02 | Update version | Ray | |
| 2022-08-02 | Update Makefile.Web | Ray | |
| 2022-08-02 | Update version to 4.2 | Ray | |
| 2022-08-02 | Update version to raylib 4.2 | Ray | |
| 2022-08-02 | Remove trailing spaces | Ray | |
| 2022-08-02 | Remove line breaks | Ray | |
| 2022-08-02 | Added latest examples | Ray | |
| 2022-08-02 | Update CHANGELOG | Ray | |
| 2022-08-01 | Update Makefile.Web | Ray | |
| 2022-08-01 | Update Makefile | Ray | |
| 2022-08-01 | Added example to VS2022 | Ray | |
| 2022-08-01 | Music doesn't stop looping fix (#2605) | veins1 | |
| This PR fixes a bug when music.looping is set to false but the music continues looping. Also using proper functions to seek to start of an audio file. Removed old comment. | |||
| 2022-08-01 | Avoid cleaning the front buffer to a specific color! | Ray | |
| ISSUE: Front buffer and backbuffer have different clear colors, if no `ClearBackground()` is called by user, there is screen flickering on buffers swap. It's up to the user to call `ClearBackground()` if desired | |||
| 2022-08-01 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-01 | REMOVED: Config option: `SUPPORT_MOUSE_CURSOR_POINT` | Ray | |
| 2022-07-31 | Use American spelling of colourSpace (#2604) | BlueStag | |
| 2022-07-31 | removing typo, Colours->Colors (#2603) | sDos280 | |
