| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-13 | Fix Codepoint position truncation (#2636) | Dan Bechard | |
| This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float. | |||
| 2022-08-07 | Reviewed issue with negative key #2619 | Ray | |
| 2022-08-06 | Can't alt-tab out of fullscreen window (#2618) | veins1 | |
| 2022-08-05 | Added comments | 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-02 | Update cgltf.h | 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 | 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 | minor tweaks | Ray | |
| 2022-08-02 | Added note for multi-threading web compilation | Ray | |
| 2022-08-02 | Update version | 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-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-29 | Audio looping fix (#2579) | veins1 | |
| * WAVs looping fix. But broke other formats looping * Fix audio looping issue * Follow raylib formatting * Cast void* to char* to make MSVC compiler happy Co-authored-by: Ray <[email protected]> | |||
| 2022-07-29 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-07-29 | REVIEWED: `GenImageFontAtlas()` #2556 | Ray | |
| Just reviewed font atlas size estimation, now it considers `fontSize` instead of `chars[i].image.height`, increasing considerably the atlas size estimation. | |||
| 2022-07-29 | [raymath] Rotation functions returns clockwise rotation matrix, #2595 (#2599) | Nikolay Krasheninnikov | |
| Co-authored-by: Nikolai Krasheninnikov <[email protected]> | |||
| 2022-07-29 | Some camera improvements #2563 | Ray | |
| Reviewed some camera functionality: - Reviewed camera swinging (up-down movement) - Reviewed camera tilting (left-right movement) - Make movement independent of frame-rate - removed unneeded variables NOTE: Camera rotation has some speed issues on first person when fixed 60 fps are used: it moves too fast. Independent framerate movement is not properly implemented. | |||
| 2022-07-29 | Review comments and parameter names | Ray | |
| 2022-07-27 | rtextures: Improve numerical stability of float multiplication (#2596) | Piotr Wierciński | |
| Dimensions of Rectangle should be casted to int before multiplication, otherwise there is a risk for underallocation/overallocation of memory. | |||
| 2022-07-26 | rtextures: Fix ImageFromImage crash (#2594) | Piotr Wierciński | |
| Height of the rectangle can be float, which may lead to doing extra iteration of loop and writing out of bounds. | |||
| 2022-07-26 | add Vector3RotateByAxisAngle (#2590) | Crydsch | |
| 2022-07-26 | fix QuaternionFromMatrix & QuaternionEquals (#2591) | hitomi kirigri | |
| Co-authored-by: kirigiri hitomi <[email protected]> | |||
| 2022-07-25 | Update year | Ray | |
| 2022-07-25 | Update config.h | Ray | |
| 2022-07-23 | fixed build for cygwin (#2588) | Julianiolo | |
| 2022-07-20 | Fix Vector3ClampValue and Vector2ClampValue (#2585) | George Linkovsky | |
| Co-authored-by: Timofffee <[email protected]> | |||
| 2022-07-19 | [CORE] Fix Warnings (#2582) | Jeffery Myers | |
| * Fix raymath warning with floor to floorf * signed unsigned missmatches | |||
| 2022-07-15 | Removed raudio.h from public header | Ray | |
| 2022-07-15 | Update raudio.c | Ray | |
| 2022-07-15 | WARNING: REMOVED: raudio_standalone example | Ray | |
| Moved to raudio library repo: https://github.com/raysan5/raudio | |||
| 2022-07-15 | Added note | Ray | |
| 2022-07-11 | REVIEWED: `UpdateMusicStream()` #2228 | Ray | |
| Trying to implement proper looping, independently of frame rate. | |||
| 2022-07-11 | Minor tweaks | Ray | |
| 2022-07-10 | Update raudio.c | Ray | |
| 2022-07-10 | Added comment about buffer refill issue on looping #2228 | Ray | |
| 2022-07-10 | Reviewed formating | Ray | |
| 2022-07-10 | REVIEWED: `ImageResize()` #2572 | Ray | |
| 2022-07-09 | Remove unneded TABS | Ray | |
