| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-21 | add missing space in one of the cameraDescriptions (#2977) | Mansour Quddus | |
| 2023-03-20 | Updated version to avoid confusion with 4.5 release | Ray | |
| 2023-03-20 | Fix typo in rmodels.c (#2976) | Ikko Eltociear Ashimine | |
| Upate -> Update | |||
| 2023-03-20 | BINDINGS: Update various versions to 4.5 (#2974) | Rob Loach | |
| 2023-03-19 | Add const qualifier to char * path argument in qoaplay_open() (#2972) | Webfra | |
| * Add const qualifier to char * path argument in qoa_open() * Remove unnecessary cast | |||
| 2023-03-19 | Update raylib.zig version to 4.5 (#2971) | Michael Scherbakow | |
| 2023-03-19 | Update h-raylib version (#2970) | Anand Swaroop | |
| 2023-03-19 | Update core_loading_thread.c | Ray | |
| 2023-03-19 | raudio: Fix warning on discarded const qualifier (#2967) | Rob Loach | |
| The `qoaplay_open()` function expects a `char *`, but we are passing in a `const char *`. While this works just fine, it does issue a compiler warning when strict: ``` src/raudio.c: In function ‘LoadMusicStream’: src/raudio.c:1290:45: warning: passing argument 1 of ‘qoaplay_open’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1290 | qoaplay_desc *ctxQoa = qoaplay_open(fileName); | ^~~~~~~~ In file included from src/raudio.c:233: src/external/qoaplay.c:86:34: note: expected ‘char *’ but argument is of type ‘const char *’ 86 | qoaplay_desc *qoaplay_open(char *path) | ~~~~~~^~~~ ``` This change casts the argument to a `char *` to fix the warning. | |||
| 2023-03-19 | Fix missing symbol when rglfw.c on BSD platforms (#2968) | Niels Martignène | |
| 2023-03-18 | Update Makefile comment to indicate arm64 as a supported Linux desktop ↵ | ashn | |
| platform (#2965) | |||
| 2023-03-18 | Update raylib.sln | Ray | |
| 2023-03-17 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2023-03-17 | Update CHANGELOG | Ray | |
| 2023-03-16 | Added my BQN Library to the list (#2962) | Brian E | |
| I'm the only maintainer and have been working hard recently to get my library to be as nice to use as possible. I found out about this language list, and getting a new language on it didn't seem so bad. A bonus for my efforts. | |||
| 2023-03-15 | Update npes_saved_w64devkit.txt | Ray | |
| 2023-03-15 | Delete c_raylib.xml | Ray | |
| 2023-03-15 | Update config.h | Ray | |
| 2023-03-15 | Update CHANGELOG | Ray | |
| 2023-03-15 | Add raylib-sunder to BINDINGS.md (#2958) | ashn | |
| 2023-03-15 | UPDATED: Notepad++ instellisense data | Ray | |
| 2023-03-15 | UPDATED: raylib-parser output files (TXT, XML, JSON, LUA) | Ray | |
| 2023-03-15 | REVIEWED: `TraceLog()`, avoid possible buffer overflow | Ray | |
| 2023-03-14 | Spelling (#2957) | veins1 | |
| 2023-03-14 | Update HISTORY.md | Ray | |
| 2023-03-14 | Update write_depth.fs | Ray | |
| 2023-03-14 | Update Makefile | Ray | |
| 2023-03-14 | Update HISTORY.md | Ray | |
| 2023-03-14 | Update ROADMAP.md | Ray | |
| 2023-03-14 | Update rlgl.h | Ray | |
| 2023-03-14 | Update CHANGELOG | Ray | |
| 2023-03-13 | Update Makefile.Web | Ray | |
| 2023-03-13 | Updated Makefiles to include all missing new examples | Ray | |
| 2023-03-13 | Reviewed filename | Ray | |
| 2023-03-13 | Remove trailing spaces | Ray | |
| 2023-03-13 | Delete rcamera.old.h | Ray | |
| 2023-03-13 | Update miniaudio.h | Ray | |
| 2023-03-13 | Update webassembly.yml | Ray | |
| 2023-03-13 | Update HISTORY.md | Ray | |
| 2023-03-13 | Update ROADMAP.md | Ray | |
| 2023-03-12 | Update CHANGELOG | Ray | |
| 2023-03-12 | Update CHANGELOG | Ray | |
| 2023-03-12 | Update README.md | Ray | |
| 2023-03-12 | Update CHANGELOG | Ray | |
| 2023-03-12 | Update CHANGELOG | Ray | |
| 2023-03-12 | Some tweaks | Ray | |
| 2023-03-12 | Update version to `raylib 4.5` | Ray | |
| 2023-03-12 | REVIEWED: `UpdateCameraPro()` to use `Vector3` | Ray | |
| 2023-03-12 | ADDED: `UpdateCameraPro()` -Experimental- | Ray | |
| REVIEWED: rcamera module formating REVIEWED: `core_3d_camera_example` | |||
| 2023-03-12 | ADDED: Security check for `emscripten_run_script()` #2954 | Ray | |
