| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-28 | Update raylib.h | Ray | |
| 2023-12-23 | Review formating | Ray | |
| 2023-12-23 | Review UnloadAutomationEventList (#3658) | Antonis Geralis | |
| * Review UnloadAutomationEventList * Update raylib.h * Update rcore.c * Update core_automation_events.c * Fix mistake | |||
| 2023-12-23 | REVIEWED: SDL text input to Unicode codepoints #3650 | Ray | |
| REVIEWED: GLFW naming conventions to reflect codepoints reading | |||
| 2023-12-23 | REVIEWED: `LoadTextureCubemap()`, added `mipmaps` #3665 | Ray | |
| 2023-12-20 | Update rlgl.h | Ray | |
| 2023-12-20 | REVIEWED PR deferred render | Ray | |
| 2023-12-20 | fix for deferred rendering example. (#3655) | Jett | |
| * fix for deferred rendering example. * missed defines to build. | |||
| 2023-12-19 | Don't use a separate thread when polling for gamepad events on DRM platforms ↵ | Cinghy Creations | |
| (#3641) | |||
| 2023-12-19 | [rmodels] Set cgltf callbacks to use `LoadFileData()` and `UnloadFileData()` ↵ | kolunmi | |
| (#3652) | |||
| 2023-12-17 | [rcore] Fix `ShowCursor()`, `HideCursor()` and review `SetMouseCursor()` for ↵ | ubkp | |
| `PLATFORM_WEB` (#3647) * Fix ShowCursor(), HideCursor() and review SetMouseCursor() for PLATFORM_WEB * Add static to cursorLUT[] * Re-review SetMouseCursor() | |||
| 2023-12-16 | Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB (#3644) | ubkp | |
| 2023-12-16 | Fix fullscreen known issue 1 for PLATFORM_WEB (#3642) | ubkp | |
| 2023-12-15 | REVIEWED: `DrawSplineLinear()` to `SUPPORT_SPLINE_MITERS` | Ray | |
| 2023-12-15 | Implement miters in DrawSplineLinear (#3585) | Toctave | |
| * Implement miters in DrawSplineLinear * Follow raylib style | |||
| 2023-12-15 | BM Font Extender (#3536) | Dongkun Lee | |
| * loadbmfont * bmfontextender * bm font * Modify LoadBM Font * Delete loadbmfontex.diff * REVIEWED: `LoadBMFont()` PR * Update rtext.c * Update rtext.c --------- Co-authored-by: Dongkun Lee <[email protected]> Co-authored-by: Ray <[email protected]> | |||
| 2023-12-15 | Add ToggleFullscreen() and required changes for PLATFORM_WEB (#3634) | ubkp | |
| 2023-12-15 | [rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and ↵ | ubkp | |
| fixes #3636 style/format (#3637) * Add GetWindowPosition() implementation for PLATFORM_WEB and fixes #3636 style/format * Remove double space | |||
| 2023-12-14 | Add GetMonitorWidth() and GetMonitorHeight() implementations for ↵ | ubkp | |
| PLATFORM_WEB (#3636) | |||
| 2023-12-14 | REVIEWED: HighDPI support on Web platform #3372 -WIP- | Ray | |
| NOTE: The code is commented until the build system gets updated to latest emscripten. | |||
| 2023-12-14 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2023-12-14 | Update rtextures.c | Ray | |
| 2023-12-13 | [rcore] Flip VR screens (#3633) | Matthew Oros | |
| 2023-12-13 | [rcore] Remove unused vScreenCenter (#3632) | Matthew Oros | |
| 2023-12-13 | Fix box blur symmetry & simplify code (#3631) | Romash | |
| 2023-12-13 | fixed coding style in function TextToFloat (#3627) | Benjamin Schmid Ties | |
| * function to convert string to float * fix code to match coding conventions | |||
| 2023-12-11 | REVIEWED: Issue in sequence generation #3612 | Ray | |
| 2023-12-11 | Fix #3613 | Ray | |
| 2023-12-11 | [rcore] Complement `SetWindowState()` and `ClearWindowState()` for ↵ | ubkp | |
| `PLATFORM_WEB` (#3625) * Complement SetWindowState() and ClearWindowState() for PLATFORM_WEB * Add FLAG_WINDOW_RESIZABLE to SetWindowState() and ClearWindowState() for PLATFORM_WEB | |||
| 2023-12-11 | [rcore] Add `ToggleBorderlessWindowed()` implementation for `PLATFORM_WEB` ↵ | ubkp | |
| (#3622) * Add ToggleBorderlessWindowed() for PLATFORM_WEB * Fix coding convention | |||
| 2023-12-11 | Optimize gesture handling for PLATFORM_DRM (#3616) | ubkp | |
| 2023-12-11 | [rcore] Fix real touch gestures for `PLATFORM_DESKTOP_SDL` (#3614) | ubkp | |
| * Fix touch gestures for PLATFORM_DESKTOP_SDL * Complement note and optimization * Events optimization * Optimize gesture handling * Reverts previous commit and fixes GESTURE_DRAG to not trigger GESTURE_SWIPE* when it ends * Reapply previous gesture handling optimization also fixing GESTURE_DRAG to not trigger GESTURE_SWIPE* when it ends | |||
| 2023-12-09 | Updating CMake version to 5.0 so libraries are correctly versioned (#3615) | David Williams | |
| 2023-12-07 | [rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` (#3611) | ubkp | |
| * Fix IsMouseButtonUp() for PLATFORM_WEB * Fix IsMouseButtonUp() for PLATFORM_DRM | |||
| 2023-12-07 | [rcore] Fix `IsMouseButtonUp()` and add touch events for ↵ | ubkp | |
| `PLATFORM_DESKTOP_SDL` (#3610) * Fix IsMouseButtonUp() and add touch events for PLATFORM_DESKTOP_SDL * Fix coding convention | |||
| 2023-12-07 | Fix IsMouseButtonUp() (#3609) | Kenneth M | |
| 2023-12-07 | Fix for free camera mode (#3603) | lesleyrs | |
| * fix free and fp cam * revert | |||
| 2023-12-07 | [rcore] Fix `IsKeyPressedRepeat()` for `PLATFORM_DESKTOP_SDL` (#3605) | ubkp | |
| * Fix IsKeyPressedRepeat() for PLATFORM_DESKTOP_SDL * Fix missing space | |||
| 2023-12-05 | Fix GetKeyPressed and GetCharPressed for SDL (#3604) | ubkp | |
| 2023-12-04 | REVIEWED: WARNING: `LoadFontData()` avoid fallback glyphs | Ray | |
| This is a redesign on font loading, missing glyphs are skipped instead of falling back to font `.notdef` special character (usually "tofu" character). It is changed because not all fonts support a fallback glyph. One improvement could be allowing users to define a custom fallback character, for example `?` glyph. | |||
| 2023-12-03 | REVIEWED: `LoadFontData()`, load image only if glyph has been found in font | Ray | |
| 2023-12-03 | Fix Wrong Makefile flag #3593 | Ray | |
| 2023-12-03 | Revert "Fix Windows Hardcoding (#3600)" | Ray | |
| This reverts commit 4ae2af0bccc2792e0f380152b8638bfa384595c6. | |||
| 2023-12-03 | Revert "Fix warning while using external GLFW older than version 3.4.0 (#3599)" | Ray | |
| This reverts commit f1b0d15813098228369dd647ffc04a7dbd92c02a. | |||
| 2023-12-03 | Fix Windows Hardcoding (#3600) | mr sihc | |
| Compiles on Linux & co. now | |||
| 2023-12-03 | Fix warning while using external GLFW older than version 3.4.0 (#3599) | Marco Maia | |
| Co-authored-by: Marco Maia <[email protected]> | |||
| 2023-12-01 | Remove a duplicated loop for PLATFORM_DRM (#3590) | ubkp | |
| 2023-11-30 | Expose OpenGL take 2 (#3588) | Peter0x44 | |
| For some reason, there are actually two macros needed to control this. Yes, I tried with only one, both are needed | |||
| 2023-11-30 | Fix mistake in pr #3572 (#3587) | Peter0x44 | |
| 2023-11-30 | REVIEWED: rlgl function description and comments | Ray | |
