| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-22 | Update text_codepoints_loading.c | Ray | |
| 2022-09-19 | Added: `ImageDrawCircleLines`, `ImageDrawCircleLinesV` (#2713) | Rob Loach | |
| This adds `ImageDrawCircleLines()` and `ImageDrawCircleLinesV()` to draw outlines of circles, and updates `ImageDrawCircle()` draw a filled circle to match the effect of `DrawCircle()` and `DrawCircleLines()`. | |||
| 2022-09-19 | REVIEWED: Renamed some shaders, fix #2707 | Ray | |
| 2022-09-16 | Fix typo (#2696) | murilluhenrique | |
| 2022-09-10 | Minor format tweaks | Ray | |
| 2022-09-09 | WARNING: BREAKING: Reviewed SSBO usage to avoid `long long` | Ray | |
| raylib library tries to avoid `long long` usage. Several SSBO functions have been reviewed (including some renames for consistency) to minimize `long long` type usage. | |||
| 2022-09-09 | REVIEWED: Removed comment, fixes #2691 | Ray | |
| 2022-09-08 | examples/core/core_custom_logging.c: Fix typo (#2692) | hartmannathan | |
| 2022-09-05 | REMOVED: `rlPushMatrix()`/`rlPopMatrix()` from `rshapes` | Ray | |
| This simplification will allow the usage of `rshapes` as STANDALONE mode in a future. Only a small set of `rlgl` functions are required and they can be "more" easely replaced if no `rlPushMatrix()`/`rlPopMatrix()` are involved. More simplification planned for the future, maybe the textures dependencies. | |||
| 2022-09-04 | Update core_custom_frame_control.c | Ray | |
| 2022-09-04 | Fixed a bug in the 2d camera platformer example (#2687) | skylar | |
| canJump used to alternate between true and false when on ground | |||
| 2022-09-02 | Removed raylib_opengl_interop.c from PLATFORM=Web build (#2682) | Stan | |
| 2022-09-01 | ADDED: Complete support for M3D animations! #2648 | Ray | |
| 2022-09-01 | Implemented latest .M3D improvements #2648 | Ray | |
| 2022-08-29 | ADDED: `lighting.fs` for GLSL120 Fix #2651 | Ray | |
| 2022-08-26 | REVIEWED: Support M3D file loading #2648 | Ray | |
| 2022-08-22 | ADDED: `-latomic` library on Linux (only required for ARM32) | Ray | |
| This linkage is only required for arm 32bit but I don't know how to detect that specific architecture in the Makefile... | |||
| 2022-08-15 | Tiny documentation fix in reasings.h (#2640) | moosey | |
| 2022-08-11 | Fix typos and reworded a question in the FAQ (#2628) | SomeUnusualGames | |
| 2022-08-11 | Revert "Update core_3d_camera_mode.c" | Ray | |
| This reverts commit 4f6fbaed4137be6ba41609ce9a96c11fd240953d. | |||
| 2022-08-11 | Update core_3d_camera_mode.c | Ray | |
| 2022-08-09 | Fix #2621: Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} (#2622) | archie2x | |
| 2022-08-08 | Updated to work with zig master branch (#2620) | Jacob Dennis | |
| Specifically, std.fs.OpenDirOptions struct no longer has the iterable flag, now it's a standalone function call std.fs.openIterableDir | |||
| 2022-08-03 | Fix rendering issue in audio_raw_stream.c example (#2608) | TheManTheMythTheGameDev | |
| 2022-08-02 | Updated easings examples | 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 | 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 Makefile.Web | Ray | |
| 2022-08-02 | Update version to 4.2 | Ray | |
| 2022-08-02 | Remove line breaks | Ray | |
| 2022-08-02 | Added latest examples | Ray | |
| 2022-08-01 | Update Makefile.Web | Ray | |
| 2022-08-01 | Update Makefile | Ray | |
| 2022-07-31 | removing typo, Colours->Colors (#2603) | sDos280 | |
| 2022-07-31 | removing typo in line 41 line, presssed -> pressed (#2602) | sDos280 | |
| 2022-07-29 | Create audio_stream_effects.png | Ray | |
| 2022-07-29 | Update rlgl_standalone.c | Ray | |
| 2022-07-29 | Create audio_stream_effects.c | Ray | |
| 2022-07-29 | Update audio_music_stream.c | Ray | |
| 2022-07-29 | Update audio_music_stream.c | Ray | |
| 2022-07-29 | [raymath] Rotation functions returns clockwise rotation matrix, #2595 (#2599) | Nikolay Krasheninnikov | |
| Co-authored-by: Nikolai Krasheninnikov <[email protected]> | |||
| 2022-07-22 | Update README.md | Ray | |
| 2022-07-20 | REVIEWED: examples descriptions | Ray | |
| 2022-07-19 | Reviewed example formating | Ray | |
