| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-10 | Review formating | Ray | |
| 2022-01-08 | [CORE] Add a function to return the application directory. (#2256) | Jeffery Myers | |
| * Add a function to return the application directory. * CI fixes | |||
| 2022-01-01 | WARNING: REVIEWED: A big bug with `GetMouseWheelMove()` | Ray | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-31 | Update rcore.c | raysan5 | |
| 2021-12-31 | Reviewed fullscreen switch on `PLATFORM_WEB` | raysan5 | |
| The previous implementation somewhat break the expected behaviour for games and examples when pressing the `Fullscreen` button in the provided `shell.html`. Just reverted for the moment for further investigation. | |||
| 2021-12-31 | tweaks | Ray | |
| 2021-12-30 | [Feature] Added SetWindowOpacity(float opacity) (#2254) | Tushar Singh | |
| * Added drawing text with shadow * Added SetWindowOpacity() * Edited Mis-spell * Fixed conventions | |||
| 2021-12-16 | Update rcore.c | Ray | |
| 2021-12-06 | ADDED: raylibVersion symbol #2190 | Ray | |
| 2021-12-06 | ADDED: Modules info at initialization | Ray | |
| 2021-12-04 | Support custom modules inclusion | Ray | |
| Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible. | |||
| 2021-11-25 | REVIEWED: Formating and comments | Ray | |
| 2021-11-25 | Fix scissor on macos (#2170) | Arnaud Valensi | |
| * Expose GetRenderWidth and GetRenderHeight functions * Fix scissor on macos * Fix typo | |||
| 2021-11-18 | Tweak to minimize buffer overflow possibility | raysan5 | |
| 2021-11-17 | Minor tweaks | raysan5 | |
| 2021-11-10 | Fixed file/alloc limitation in GetDirectoryFiles() (#2126) | lib-omar | |
| MAX_DIRECTORY_FILES macro removed. ClearDirectoryFiles() tweaked to reflect changes. | |||
| 2021-11-09 | Review variables initialization | Ray | |
| - All variables are initialized on declaration, some arrays were not properly initialized - Static array buffers require memset() for re-initialization on every function call | |||
| 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. | |||
