| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-09 | Remove unneded TABS | Ray | |
| 2022-07-09 | Allow DLL creation using TCC (#2569) | Audi Nugraha | |
| * Fix Undefined Symbol `_ftelli64` * Add files via upload * Update raylib.h * Update raylib.h | |||
| 2022-07-09 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-07-09 | Create rlgl_standalone.png | Ray | |
| 2022-07-08 | Fix fat universal (arm64 + x86_64) macos Github Actions build (#2567) | Richard Smith | |
| * test if clang supports multiple targets * didnt work, so trying lipo to join separate targets together * add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build * fix sym links * try again to fix sym links * auto extract raylib version numbers from makefile * fix macos missing gnu grep * dont use custom name for raylib dlls | |||
| 2022-07-07 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-07-07 | Update raylib.sln | Ray | |
| 2022-07-07 | Update CHANGELOG | Ray | |
| 2022-07-07 | Update README.md | Ray | |
| 2022-07-07 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-07-07 | Added some examples screenshots | Ray | |
| 2022-07-07 | Update example reviews raylib versions | Ray | |
| 2022-07-07 | Added new examples to Makefile | Ray | |
| 2022-07-07 | UPDATED: examples: Assigned **DIFFICULTY LEVELS**! | Ray | |
| 2022-07-07 | ADDED: example: `textures_gif_player` | Ray | |
| 2022-07-07 | RENAMED: example: textures_rectangle -> textures_sprite_anim | Ray | |
| 2022-07-07 | ADDED: example: `textures_fog_of_war` | Ray | |
| 2022-07-07 | ADDED: example: `core_window_should_close` | Ray | |
| 2022-07-07 | ADDED: example: `text_codepoints_loading` | Ray | |
| 2022-07-05 | Update raylib.h | Ray | |
| 2022-07-05 | WARNING: BREAKING: REMOVED: `*StorageValue()` functions | Ray | |
| Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example. | |||
| 2022-07-05 | REMOVED: `GenMeshBinormals()`, actually, never implemented | Ray | |
| 2022-07-05 | REMOVED: example: core_quat_conversion | Ray | |
| 2022-07-05 | Added some comments | Ray | |
| 2022-07-05 | REMOVED: example: core_quat_conversion | Ray | |
| This example requires a complete remake to be more clear. Also current quaternion maths could have issues. | |||
| 2022-07-04 | Update rlgl_compute_shader.c | Ray | |
| 2022-07-04 | REVIEWED: `DrawMesh()` #2511 | Ray | |
| Disable color vertex attribute if not provided by mesh | |||
| 2022-07-03 | Update ROADMAP.md | Ray | |
| 2022-07-03 | REVIEWED: `DecompressData()` | Ray | |
| 2022-07-01 | REVIEWED: example: gltf models loading -WIP- | Ray | |
| 2022-07-01 | Fixed various grammar mistakes (#2559) | Omer Kilinc | |
| * Fixed various grammar mistakes * Fixed various grammar mistakes * Update README.md | |||
| 2022-06-29 | REVIEWED: `DrawBillboard*()` | Ray | |
| 2022-06-27 | Remove unneeded `rlPushMatrix()` | Ray | |
| 2022-06-26 | Update CHANGELOG | Ray | |
| 2022-06-25 | Updated PLATFORM_RPI info #2547 | Ray | |
| 2022-06-24 | REMOVED: Physac projects #2551 | Ray | |
| 2022-06-24 | Removed physac #2543 | Ray | |
| 2022-06-24 | fix: precision loss, discard unused (#2541) | veclavtalica | |
| 2022-06-24 | Fix CMake build on Raspberry Pi OS Bullseye (#2548) | Richard Smith | |
| 2022-06-23 | Fix signedness in rlBindImageTexture (#2539) | Hanaxar | |
| rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that. | |||
| 2022-06-23 | fix: small things in CONVENTIONS.md (#2536) | veclavtalica | |
| 2022-06-22 | Update rlights.h | Ray | |
| 2022-06-22 | Update shaders_basic_lighting.c | Ray | |
| 2022-06-21 | REVIEWED: example: shaders_mesh_instancing | Ray | |
| Simplified example | |||
| 2022-06-21 | Update rlgl.h | Ray | |
| 2022-06-21 | Reviewed batch buffer overflow #2526 | Ray | |
| 2022-06-21 | minor tweak | Ray | |
| 2022-06-21 | Added new comment to examples | Ray | |
| 2022-06-21 | Share PCM streaming buffer to reduce dynamic allocations (#2532) | Dan Bechard | |
| 2022-06-18 | Revert "Update rlgl.h" | Ray | |
| This reverts commit 8fe6bfabbf91913fcca10ab12d23fcbde568f7b1. | |||
