| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-18 | Remove redundant rlDisableVertexAttribute for SHADER_LOC_VERTEX_COLOR (#3871) | Kacper ZybaĆa | |
| 2024-03-18 | Update rcore_desktop.c | Ray | |
| 2024-03-18 | Put GLFW in relative mouse mode when the cursor is disabled. (#3874) | Jeffery Myers | |
| 2024-03-18 | Fix #3876 and also `rlgl` review on #3783 | Ray | |
| 2024-03-18 | Fix #3876 and also `rlgl` review on #3783 | Ray | |
| 2024-03-14 | Fix GLFW runtime platform detection (#3863) | Alexandre Almeida | |
| * Fix GLFW runtime platform detection * Add libwayland-dev package to workflows * Add libxkbcommon-dev package to workflows * Add libwayland-bin package to codeql.yml * Add libwayland-client0 and libwayland-cursor0 packages to codeql.yml * Use libwayland-dev in codeql.yml * Add libxkbcommon-dev to codeql.yml * Remove libwayland-bin from linux.yml and linux_examples.yml (libwayland-dev includes it as a dependency) --------- Co-authored-by: Ray <[email protected]> | |||
| 2024-03-13 | Update BINDINGS.md (#3868) | joyousblunder | |
| Odin's binding were bumped to 5.0 back in November 2023 | |||
| 2024-03-12 | Update codeql.yml | Ray | |
| 2024-03-10 | optimisation of the "bone socket" tutorial (#3864) | iP | |
| Less matrix operations doing. | |||
| 2024-03-09 | Implement IsCursorOnScreen for PLATFORM_DESKTOP_SDL (#3862) | Peter0x44 | |
| I did some testing and this seems to work okay, but it *is* different to GLFW. GLFW seems to lose "IsCursorOnScreen" for one frame upon pressing alt+tab over the window, without a different window covering it. SDL seems to have a more reasonable behavior for this case. Either way it's an edge case and I don't know the exact way to fix, likely requires internal GLFW changes. | |||
| 2024-03-08 | [cmake] Disable SDL rlgl_standalone example (#3861) | Rob Loach | |
| * cmake: For SDL, disable rlgl_standalone * cmake: Only build rlgl_standalone when on Desktop, and not shared libs | |||
| 2024-03-07 | Update rmodels.c | Ray | |
| 2024-03-07 | REVIEWED: GetMouseRay() functions rename #3830 | Ray | |
| 2024-03-07 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-03-07 | Screen space related functions consistency (#3830) | aiafrasinei | |
| * Screen/world-space related functions rename * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2024-03-07 | cmake: For SDL build, link the glfw dependency (#3860) | Rob Loach | |
| 2024-03-07 | Implemented fix for #3859 | Ray | |
| 2024-03-07 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2024-03-07 | Update raylib.h | Ray | |
| 2024-03-05 | Update cmake.yml | Ray | |
| 2024-03-05 | Update cmake.yml | Ray | |
| 2024-03-05 | Update cmake.yml | Ray | |
| 2024-03-05 | Update cmake.yml | Ray | |
| 2024-03-04 | Update cmake.yml | Ray | |
| 2024-03-04 | CMake: Remove USE_WAYLAND option (#3851) | Alexandre Almeida | |
| * CMake: Remove USE_WAYLAND option * Consistency fix * Fix oversight | |||
| 2024-03-04 | Update linux_examples.yml | Ray | |
| 2024-03-04 | Update linux.yml | Ray | |
| 2024-03-01 | Fix fix-build-paths (#3849) | Caleb Barger | |
| 2024-03-01 | Remove GLFW mouse passthrough hack and increase GLFW version in CMake (#3852) | Alexandre Almeida | |
| 2024-02-29 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2024-02-29 | Review formatting | Ray | |
| 2024-02-29 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-02-29 | ADDED: New function `ColorIsEqual()` | Ray | |
| 2024-02-29 | Fix SDL multitouch tracking (#3810) | mooff | |
| The fingerId from SDL was used as an index into the CORE.Input.Touch arrays, but it's an opaque / arbitrary int64, way bigger than MAX_TOUCH_POINTS, so the first non-simulated touch event would segfault. | |||
| 2024-02-29 | Update GLFW to 3.4 (#3827) | Alexandre Almeida | |
| * Update GLFW to 3.4 (draft) * Add _glfwConnectNull() function to rglfw.c * Update rglfw.c * Update Makefile * Makefile: Replace USE_WAYLAND_DISPLAY with DISABLE_WAYLAND * Revert "Makefile: Replace USE_WAYLAND_DISPLAY with DISABLE_WAYLAND" This reverts commit 9e79abde786bf797d8133fd95e8a475cf6e2b066. * GlfwImport.cmake: Replace GLFW_USE_WAYLAND with GLFW_BUILD_WAYLAND * Update rglfw.c * Output platform selected by GLFW to TRACELOG * GLFW has removed Mir support | |||
| 2024-02-29 | feat: vox_loader normals and new voxels shader (#3843) | johann nadalutti | |
| 2024-02-29 | Add an example that generates a random sequence. (#3846) | Dalton Overmyer | |
| 2024-02-28 | Update rtextures.c | Ray | |
| 2024-02-27 | Fix examples warnings for macos (#3842) | aiafrasinei | |
| 2024-02-27 | Change sanitization check for `ExportDataAsCode` (#3837) | Laurentino Luna | |
| * Change sanitization check for `ExportDataAsCode` I opted to use `isalnum` function since it should handle most cases. It cannot however handle cases of files beginning with numbers. * Update `ExportDataAsCode` condition * Reinsert comment on `ExportDataAsCode` | |||
| 2024-02-27 | Fix DRM cross-compile without sysroot (#3839) | Christian W. Zuckschwerdt | |
| 2024-02-26 | fix build paths (#3835) | Steve Biedermann | |
| 2024-02-26 | Update models_bone_socket.c | Ray | |
| 2024-02-26 | Added note #3822 | Ray | |
| 2024-02-26 | Update rtextures.c | Ray | |
| 2024-02-26 | Update models_bone_socket.c | Ray | |
| 2024-02-26 | add 16-bit unsigned short vec4 format for gltf joint loading (#3821) | Gary M | |
| 2024-02-26 | Add Vector4 math functions & Vector2 variants of some Vector3 functions (#3828) | Bowserinator | |
| 2024-02-26 | bone socket tutorial (#3833) | iP | |
| Tutorial on how to use bones as sockets to calculate the position of something. | |||
| 2024-02-26 | Fix building of raylib_opengl_interop on PLATFORM_DESKTOP_SDL (#3826) | Peter0x44 | |
| I tested this with CMake. I don't know if the examples makefile currently handles this case. | |||
