| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-31 | simplify QuaternionInvert (#2324) | megagrump | |
| 2022-01-29 | Add missing defines to CUSTOMIZE_BUILD block (#2318) | Macoy Madson | |
| This fixes compilation and linking errors when CUSTOMIZE_BUILD is ON. Any option wasn't actually applied if it wasn't in this list. I also added a message which makes it a bit easier to confirm you have successfully enabled an option. | |||
| 2022-01-29 | Add missing defines to CUSTOMIZE_BUILD block (#2318) | Macoy Madson | |
| This fixes compilation and linking errors when CUSTOMIZE_BUILD is ON. Any option wasn't actually applied if it wasn't in this list. I also added a message which makes it a bit easier to confirm you have successfully enabled an option. | |||
| 2022-01-28 | Minor tweak | raysan5 | |
| 2022-01-28 | RENAMED: `GetFileSize()` to `GetFileLength()` | Ray | |
| `GetFileSize()` conflicts with the infamous `windows.h` | |||
| 2022-01-27 | ADDED: `GetFileSize()` | raysan5 | |
| 2022-01-26 | Update qoi.h | raysan5 | |
| 2022-01-26 | Add DrawTextCodepoints (#2308) | Siddharth Roy | |
| * Add DrawTextCodepoints * Fixed top comment | |||
| 2022-01-26 | Support export .jpeg files | Ray | |
| 2022-01-25 | Update minshell.html | raysan5 | |
| 2022-01-23 | Update raylib-ocaml to 4.0 (#2305) | Tobias Mock | |
| 2022-01-22 | Update rtextures.c | Ray | |
| 2022-01-22 | Fix GetApplicationDirectory on macOS (#2304) | Nikolas | |
| Previously failed to build with an implicit declaration of `_NSGetExecutablePath`. | |||
| 2022-01-21 | fix: material color won't be loaded if there's no texture for that material ↵ | Roy Qu | |
| (#2298) | |||
| 2022-01-21 | updated VSCode project to work with latest raylib makefile and 'working for ↵ | Philip Shenk | |
| web' instructions (#2296) | |||
| 2022-01-18 | Review code conventions for specific defines for GetApplicationDirectory() ↵ | Laurentino Luna | |
| (#2293) Unless these imports require to have this format, the code has been adjusted to the conventions | |||
| 2022-01-17 | [CORE] Fixes for GetApplicationDirectory on 32 bit windows builds (#2290) | Jeffery Myers | |
| * Fix a signature error with the windows calls in GetApplicationDirectory for 32 bit builds. * break is better than loop var to -1 | |||
| 2022-01-16 | REVIEWED: example: shapes_top_down_lights | raysan5 | |
| 2022-01-16 | [Examples] Top down lights example (#2199) | Jeffery Myers | |
| * Start 2d lights example. * finish example * update image. * Cleanup render textures * Fixes to handle shadows on edges that are near to the light better. * tabs * move to shapes Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2022-01-16 | Review formating | raysan5 | |
| 2022-01-16 | Add panning to raudio and update audio_raw_stream example. (#2205) | ptarabbia | |
| * Add panning to raudio and update audio_raw_stream example. * remove pan smoothing, code formatting changes following pull request comments Co-authored-by: Ray <[email protected]> | |||
| 2022-01-15 | REVIEWED: `Vector2Transform(()` | Ray | |
| 2022-01-15 | ADDED: `Vector2Transform()` | Ray | |
| 2022-01-14 | [CORE] Bug and formating fixes for GetApplicatonDir (#2285) | Jeffery Myers | |
| * Fix formating problems with GetApplicationDir. Don't ever return an empty string * always return a valid path even if it's ./ * remove the need for the dll and just use the normal GetModuleFileName function | |||
| 2022-01-13 | REVIEWED: `rlLoadShaderCode()` | raysan5 | |
| 2022-01-13 | rlLoadShaderCode - set ShaderId variables to RLGL.State.default[VF]ShaderId ↵ | Matthew Owens | |
| if repesctive Code is NULL (#2281) | |||
| 2022-01-12 | Update rcore.c | Ray | |
| 2022-01-11 | Update Makefile | Ray | |
| 2022-01-11 | Update Makefile, simplified | Ray | |
| 2022-01-11 | Update Makefile | Ray | |
| 2022-01-11 | Improve Makefile organization | Ray | |
| 2022-01-11 | Fix typo in comment: s/simluate/simulate/ (#2277) | hartmannathan | |
| 2022-01-10 | Fixes an error in the spelling of "appearance" (#2276) | Archie | |
| 2022-01-10 | Added minimal web shell | Ray | |
| 2022-01-10 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-01-10 | Review formating | Ray | |
| 2022-01-10 | cmake: Update CMake project template with docs and web (#2274) | Rob Loach | |
| 2022-01-08 | Make zig build functionality available to zig programs (#2271) | Nikolas | |
| 2022-01-08 | Fixed Compiling Raylib for android Using cmake (#2270) | hero2002 | |
| * Fixed Compiling Raylib for android Using cmake * improved the cmake config for android so it don't conflict * improved the cmake config for android so it don't conflict | |||
| 2022-01-08 | Improved shader loading code | Ray | |
| 2022-01-08 | Reviewed possible issue with shaders detaching | 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-05 | Added VS2022 project | Ray | |
| 2022-01-05 | Review parameters description size (not used) | Ray | |
| 2022-01-04 | JSON parser: Use array for function params (#2255) (#2264) | gtrxAC | |
| * JSON parser: Use array for function params (#2255) * Parser: follow C convention of type before name | |||
| 2022-01-03 | ADDED: `ExportFontAsCode()` | Ray | |
| 2022-01-03 | Review tracelogs | Ray | |
| 2022-01-03 | Update Raylib-J version/licence info (#2258) | Calvin Day | |
| 2022-01-02 | Change comment about custom blend modes in rlgl.h (#2260) | Gerber Lóránt Viktor | |
| 2022-01-01 | WARNING: REVIEWED: A big bug with `GetMouseWheelMove()` | Ray | |
