| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-19 | REVIEWED: LoadTextureCubemap() #2223 | Ray | |
| 2021-12-19 | ADDED NOTE: ImageDraw() does not support f32bit #2222 | Ray | |
| Added a note for a future improvement | |||
| 2021-12-18 | Add a comment to LoadFontEx to specify how to get the default character set. ↵ | Jeffery Myers | |
| (#2221) Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2021-12-17 | REVIEWED: `ExportMesh()` #2220 | raysan5 | |
| 2021-12-16 | Fix build results path on Linux and RPi (#2218) | Tomas S | |
| Built files should be put into src/ not into the project root as it was now on these platforms | |||
| 2021-12-16 | Parse struct descriptions (#2214) | Benedek Szilvasy | |
| * Update struct parser to parse from lines buffer * Parse struct description * Fix erroneous comment | |||
| 2021-12-16 | Fix RPi make install (#2217) | Tomas S | |
| 2021-12-16 | Turn on interpolation for XM playback (#2216) | ptarabbia | |
| 2021-12-16 | Fix issue #2092 (#2215) | ptarabbia | |
| 2021-12-16 | REVIEWED: EscapeBackslashes() in raylib-parser | Ray | |
| 2021-12-16 | Parse enum descriptions and value descriptions (#2208) | Benedek Szilvasy | |
| * Parse enum descriptions and value descriptions * Put braces on newline * Properly escape strings * Realise that XML doesn't actually need backslash escapes * Replace FPrintfEscapes with EscapeBackslashes * Remove #include <stdarg.h> * Update EscapeBackslashes description | |||
| 2021-12-16 | REVIEWED: `DrawMesh*()` issue #2211 | Ray | |
| 2021-12-16 | Update rcore.c | Ray | |
| 2021-12-15 | REVIEWED: Clear SSBO buffers on loading #2185 | raysan5 | |
| 2021-12-10 | Reviewed typo | Ray | |
| 2021-12-10 | Remove hardcoded path #2200 | Ray | |
| 2021-12-09 | Fixed functions Vector2Angle and Vector3Angle (#2203) | Andrea Fontana | |
| * Fixed functions Vector2Angle and Vector3Angle * typo * Unrolled everything. | |||
| 2021-12-09 | REVIEWED: GetCodepoint() #2201 | Ray | |
| 2021-12-09 | Add raylib-guile to BINDINGS.md (#2202) | peter elliott | |
| 2021-12-08 | Update raudio.c | Ray | |
| 2021-12-08 | REVIEWED: GenImageCellular() #2178 | Ray | |
| 2021-12-07 | REVIEWED: DrawTextureTiled() #2173 | raysan5 | |
| 2021-12-07 | REVIEWED: vox_loader.h, 64bit issue #2186 | raysan5 | |
| 2021-12-07 | Fix Vector2Angle() not working as expected (#2196) | Jaedeok Kim | |
| 2021-12-07 | Add raylib-d binding. Also fix some spelling/grammar (#2194) | Steven Schveighoffer | |
| 2021-12-06 | ADDED: raylibVersion symbol #2190 | Ray | |
| 2021-12-06 | Tweaks | Ray | |
| 2021-12-06 | Fix inverse length in Vector2Normalize (#2189) | HarriP | |
| Following the pattern in Vector3Normalize. | |||
| 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 webassembly.yml | Ray | |
| 2021-12-06 | Update Makefile | Ray | |
| 2021-12-06 | ADDED: Modules info at initialization | Ray | |
| 2021-12-05 | raylib-cslo switches to MPL-2.0 (#2187) | Novaleaf | |
| from LGPL 2.1 | |||
| 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 | Update raylib_compile_execute.bat | Ray | |
| 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-02 | Add License to Ray4Laz (#2182) | Gunko Vadim | |
| 2021-12-02 | Update BINDINGS.md | Ray | |
| 2021-12-02 | Added Licenses to BINDINGS | raysan5 | |
| Only added to updated ones | |||
| 2021-12-01 | Disabled QOI image format | raysan5 | |
| 2021-12-01 | Update LICENSE.md (#2179) | Tobias Berger | |
| Fix typo in link | |||
| 2021-11-30 | update to Jaylib 4.0 in BINDINGS.md (#2177) | Richard Smith | |
| 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 | dray has been updated to raylib v4.0! (#2171) | red thing | |
| 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 | add raylib-cslo to bindings.md (#2169) | Novaleaf | |
