| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-27 | Reviewed makefiles | Ray | |
| 2021-12-23 | Update Makefile.Web | Ray | |
| 2021-12-21 | fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi ↵ | Damien Pitard | |
| (raspbian) (#2233) | |||
| 2021-12-21 | Review makefiles debug flag | raysan5 | |
| 2021-12-17 | REVIEWED: `ExportMesh()` #2220 | raysan5 | |
| 2021-12-10 | Remove hardcoded path #2200 | Ray | |
| 2021-12-03 | Update raylib_compile_execute.bat | Ray | |
| 2021-12-01 | Update LICENSE.md (#2179) | Tobias Berger | |
| Fix typo in link | |||
| 2021-11-27 | Add macos support to zig build system (#2175) | Anders Holmberg | |
| 2021-11-02 | REMOVED: Network examples | Ray | |
| They were not working | |||
| 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-10-31 | REVIEWED: example: Compute shader Game-of-life | Ray | |
| 2021-10-31 | Add Conway's Game of Life compute shader example. (#2088) | Astie Teddy | |
| * Add Conway's Game of Life compute shader example. * Fix various shaders problems, and tune command buffer size. * Various coding convention changes. | |||
| 2021-10-30 | Add missing file extensions for drag-and-drop support (#2090) | Peter0x44 | |
| 2021-10-25 | Fix VC warnings for examples (#2085) | Jeffery Myers | |
| 2021-10-22 | Update Makefile.Web | Ray | |
| 2021-10-22 | Remove big asset | raysan5 | |
| 2021-10-22 | Update core_input_gamepad.c | raysan5 | |
| 2021-10-22 | Reviewed multitouch example #1988 | raysan5 | |
| 2021-10-20 | Reviewed uniform name | Ray | |
| 2021-10-20 | Update Makefile.Web | Ray | |
| 2021-10-19 | REVIEWED: models_yaw_pitch_roll | raysan5 | |
| 2021-10-19 | Remove trailing spaces | raysan5 | |
| 2021-10-18 | Resync .obj models! gitignore was ignoring them! | Ray | |
| 2021-10-17 | Update examples screenshots | raysan5 | |
| 2021-10-17 | Reviewed makefile and examples building | raysan5 | |
| 2021-10-17 | Remove trailing spaces | raysan5 | |
| 2021-10-17 | Create Makefile.Web | raysan5 | |
| 2021-10-17 | Added new examples to Makefile | raysan5 | |
| 2021-10-17 | Reviewed examples | raysan5 | |
| 2021-10-14 | Review some comments | raysan5 | |
| 2021-10-14 | Merge branch 'master' of https://github.com/raysan5/raylib | raysan5 | |
| 2021-10-14 | Review examples | raysan5 | |
| 2021-10-14 | Add zig buildfile for examples. (#2051) | Ryan Roden-Corrent | |
| * Add zig buildfile for examples. - `zig build` to compile all examples - `zig build [module]` to compile all examples for a module (e.g. `zig build core`) - `zig build [example]` to compile _and run_ a particular example (e.g. `zig build core_basic_window`) You can use `-Dtarget=` to compile for a non-native platform, such as `zig build -Dtarget=x86_64-windows-gnu` to compile from Linux to Windows. * Skip pthread example on Windows. * Select appropriate lib file based on target. | |||
| 2021-10-13 | Update models_loading_vox.c | raysan5 | |
| 2021-10-13 | REVIEWED: macOS does not require GLAD library #2052 | raysan5 | |
| It directly uses the libraries provided by the system | |||
| 2021-10-12 | Create LICENSE | raysan5 | |
| 2021-10-12 | Reviewed models examples paths | raysan5 | |
| 2021-10-12 | Rename examples for consistency | raysan5 | |
| 2021-10-12 | Review comments | raysan5 | |
| 2021-10-12 | REVIEWED: EXAMPLE: shaders_shapes_outline | raysan5 | |
| Removed unneeded resources to use raylib ones. | |||
| 2021-10-12 | REVIEWED: models resources structure | raysan5 | |
| 2021-10-12 | REMOVED: EXAMPLE: models_gltf_animation | raysan5 | |
| 2021-10-12 | REMOVED: EXAMPLE: models_material_pbr | raysan5 | |
| 2021-10-07 | Update models_rlgl_solar_system.c | Ray | |
| 2021-10-06 | WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()` | raysan5 | |
| raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib. | |||
| 2021-10-03 | Minor format tweaks | Ray | |
| 2021-10-03 | WARNING: REVIEWED: Follow a set of conventions | Ray | |
| CONVENTIONS: - Functions are always self-contained, no function use another raymath function inside, required code is directly re-implemented inside - Functions input parameters are always received by value - Functions use always a "result" variable for return - Functions are always defined inline - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience) | |||
| 2021-10-02 | Rename BRDG typo to BDRF (#2028) | Chris | |
