| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-03 | Review display output order | raysan5 | |
| 2021-11-03 | Avoid duplicate output info on PLATFORM_RPI | raysan5 | |
| 2021-11-01 | Update comment | Ray | |
| 2021-10-26 | REVIEWED: KeyCallback() | Ray | |
| Register keys independently of the actions | |||
| 2021-10-25 | Fix warnings in raylib build (#2084) | Jeffery Myers | |
| 2021-10-23 | web: clear resizedLastFrame (#2077) | mausimus | |
| 2021-10-23 | replace hardcoded number of mouse buttons with MAX_MOUSE_BUTTONS (#2076) | Richard Smith | |
| 2021-10-22 | REMOVED: `IsGamepadName()` | raysan5 | |
| This function is not required, users can check it with `GetGamepadName()` | |||
| 2021-10-22 | Minor tweaks | raysan5 | |
| 2021-10-22 | Reviewed multitouch example #1988 | raysan5 | |
| 2021-10-19 | Reviewed latest PR formatting and details | raysan5 | |
| 2021-10-19 | Support create OpenGL debug context in OpenGL 4.3 (#2068) | warzes | |
| * - support create OpenGL debug context in OpenGL 4.3 * - additional events in debug message - fixed glEnable(GL_DEBUG_OUTPUT) * Reviewed OpenGL Debug Context | |||
| 2021-10-18 | ADDED: `EncodeDataBase64()` and `DecodeDataBase64()` | raysan5 | |
| 2021-10-18 | Avoid `GRAPHICS_API_OPENGL_*` defines | raysan5 | |
| Those defines are only used inside `rlgl` module | |||
| 2021-10-17 | Update SetupViewport so that it doesn't subtract offset from render ↵ | michaelfiber | |
| dimensions when calling rlViewport (#2064) Co-authored-by: Michael <[email protected]> | |||
| 2021-10-16 | Support OpenGL 4.3 | Ray | |
| - Support Compute Shaders by rlgl API - Support SSBO by rlgl API | |||
| 2021-10-14 | Remove trailing spaces | Ray | |
| 2021-10-13 | Reviewed some TODO | Ray | |
| 2021-10-10 | Reviewed latest PR formatting | Ray | |
| 2021-10-10 | Fix dpi issues (#1987) | Arnaud Valensi | |
| 2021-10-06 | Updated external libraries | raysan5 | |
| 2021-10-06 | Remove trailing spaces | Ray | |
| 2021-10-04 | Revert "reset resizedLastFrame on web platform (#2020)" (#2032) | mausimus | |
| 2021-10-04 | [rcore] fix rpi4 Failed to get DRM resources (#2031) | tomarigr | |
| * [rcore] fix rpi4 Failed to get DRM resources card1 is not always the the correct card to use on rpi4 rpi os finds the correct card and links it to /dev/dri/by-path/platform-gpu-card during boot. this fix makes sure that we always point to the correct card on rpi4 * Update rcore.c | |||
| 2021-10-03 | Minor format tweaks | Ray | |
| 2021-09-29 | reset resizedLastFrame on web platform (#2020) | mausimus | |
| 2021-09-23 | Reviewed some TODO comments | Ray | |
| 2021-09-22 | WARNING: MODULES RENAMING!!! | Ray | |
| raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change. | |||
