| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-06 | Vector2Angle returns degrees instead of radians, but all other raymath (#2193) | Steven Schveighoffer | |
| functions use radians, making this awkward to use. | |||
| 2021-12-06 | Update Makefile | 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-12-03 | Added a couple of notes | Ray | |
| 2021-12-02 | Added some reference code to load bones id and weight data for animations | raysan5 | |
| 2021-12-01 | Disabled QOI image format | raysan5 | |
| 2021-11-28 | REVIEWED: Updated QOI to first official release | Ray | |
| 2021-11-27 | Add macos support to zig build system (#2175) | Anders Holmberg | |
| 2021-11-27 | ADDED: Support for QOI image format | Ray | |
| 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-23 | allow physac to be built as a shared library (#2168) | Novaleaf | |
| if `BUILD_LIBTYPE_SHARED` is defined allow build as a shared dll | |||
| 2021-11-21 | fixed typo: aproximation to approximation (#2164) | めぐみ発動機 (isVowel / GreenWing) | |
| 2021-11-21 | fixed typo: aproximation to approximation (#2163) | めぐみ発動機 (isVowel / GreenWing) | |
| 2021-11-18 | Tweak to minimize buffer overflow possibility | raysan5 | |
| 2021-11-17 | Fixes CC while compiling for ANDROID_ARCH x86 (#2148) | WilledgeR | |
| * Override CC while compiling for ANDROID_ARCH x86 * REfix Override CC while compiling | |||
| 2021-11-17 | Minor tweaks | raysan5 | |
| 2021-11-15 | REVIEWED: LoadTextureFromImage() | Ray | |
| Allow texture loading with no data transfer (in case image.data = NULL) | |||
| 2021-11-15 | REVIEWED: rlUpdateTexture() | Ray | |
| 2021-11-15 | REVIEWED: ExportMesh() #2138 | Ray | |
| 2021-11-11 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2021-11-11 | Expose `MAX_KEYBOARD_KEYS` and `MAX_MOUSE_BUTTONS` #2127 | Ray | |
| 2021-11-10 | Fixed file/alloc limitation in GetDirectoryFiles() (#2126) | lib-omar | |
| MAX_DIRECTORY_FILES macro removed. ClearDirectoryFiles() tweaked to reflect changes. | |||
| 2021-11-10 | ouch | Ray | |
| 2021-11-10 | Reviewed descriptions and notes | Ray | |
| 2021-11-10 | REVIEWED: DrawRectanglePro(), support TRIANGLES drawing | Ray | |
| 2021-11-10 | REVIEWED: CheckCollision*() consistency | Ray | |
| 2021-11-10 | tweak | Ray | |
| 2021-11-09 | Allow GL4.3 capabilities to be shown (#2124) | Uneven Prankster | |
| Now that 4.3 was added this can be enabled with the compile flag. | |||
| 2021-11-09 | REVIEWED: rlGetCompressedFormatName() | Ray | |
| 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-09 | Protect TextIsEqual from NULLs (#2121) | Luke Krasnoff | |
| 2021-11-07 | Fix Render Batch Limit not being checked in DrawRectangleGradientEx() (#2111) | KonPet | |
| 2021-11-03 | Review display output order | raysan5 | |
| 2021-11-03 | Avoid duplicate output info on PLATFORM_RPI | raysan5 | |
| 2021-11-02 | Updated some scripts paths | Ray | |
| NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly. | |||
| 2021-11-01 | Reviewed spelling mistake | Ray | |
| 2021-11-01 | Update version in CMake | Ray | |
| 2021-11-01 | REMOVED: `rnet.h` | raysan5 | |
| It was not working properly... recommended to use `nbnet` instead. | |||
| 2021-11-01 | Update raygui.h | raysan5 | |
| 2021-11-01 | Minor type tweak | raysan5 | |
| 2021-11-01 | Update miniaudio.h | Ray | |
| 2021-11-01 | Review comments | Ray | |
| 2021-11-01 | Update comment | Ray | |
| 2021-10-31 | REVIEWED: example: Compute shader Game-of-life | Ray | |
| 2021-10-27 | Update raygui.h | Ray | |
| 2021-10-26 | REVIEWED: KeyCallback() | Ray | |
| Register keys independently of the actions | |||
| 2021-10-26 | Reviewed warnings | Ray | |
| 2021-10-26 | Update comments for OpenGL 4.3 | Ray | |
