summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-07-05Update raylib.hRay
2022-07-05WARNING: BREAKING: REMOVED: `*StorageValue()` functionsRay
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-05REMOVED: `GenMeshBinormals()`, actually, never implementedRay
2022-07-05REMOVED: example: core_quat_conversionRay
2022-07-05Added some commentsRay
2022-07-05REMOVED: example: core_quat_conversionRay
This example requires a complete remake to be more clear. Also current quaternion maths could have issues.
2022-07-04Update rlgl_compute_shader.cRay
2022-07-04REVIEWED: `DrawMesh()` #2511Ray
Disable color vertex attribute if not provided by mesh
2022-07-03Update ROADMAP.mdRay
2022-07-03REVIEWED: `DecompressData()`Ray
2022-07-01REVIEWED: example: gltf models loading -WIP-Ray
2022-07-01Fixed various grammar mistakes (#2559)Omer Kilinc
* Fixed various grammar mistakes * Fixed various grammar mistakes * Update README.md
2022-06-29REVIEWED: `DrawBillboard*()`Ray
2022-06-27Remove unneeded `rlPushMatrix()`Ray
2022-06-26Update CHANGELOGRay
2022-06-25Updated PLATFORM_RPI info #2547Ray
2022-06-24REMOVED: Physac projects #2551Ray
2022-06-24Removed physac #2543Ray
2022-06-24fix: precision loss, discard unused (#2541)veclavtalica
2022-06-24Fix CMake build on Raspberry Pi OS Bullseye (#2548)Richard Smith
2022-06-23Fix signedness in rlBindImageTexture (#2539)Hanaxar
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
2022-06-23fix: small things in CONVENTIONS.md (#2536)veclavtalica
2022-06-22Update rlights.hRay
2022-06-22Update shaders_basic_lighting.cRay
2022-06-21REVIEWED: example: shaders_mesh_instancingRay
Simplified example
2022-06-21Update rlgl.hRay
2022-06-21Reviewed batch buffer overflow #2526Ray
2022-06-21minor tweakRay
2022-06-21Added new comment to examplesRay
2022-06-21Share PCM streaming buffer to reduce dynamic allocations (#2532)Dan Bechard
2022-06-18Revert "Update rlgl.h"Ray
This reverts commit 8fe6bfabbf91913fcca10ab12d23fcbde568f7b1.
2022-06-18REVIEWED: `IsFileExtension()` #2530Ray
Max file extension size set to 16
2022-06-18Update rlgl.hRay
2022-06-18Update rlgl.hRay
2022-06-18Update rcore.cRay
2022-06-17tweakRay
2022-06-17REVIEWED: `LoadDroppedFiles()`, fixed issuesRay
2022-06-17Changed ExportFontAsCode to use given font's padding. (#2525)The Tophat Demon
2022-06-16fix: round off error in ColorAlphaBlend (#2524)Roy Qu
2022-06-16REVIEWED: `rlTextureParameters()`, reset anisotropy levelRay
2022-06-16REVIEWED: `rlGenTextureMipmaps()`, removed filtering setupRay
2022-06-16Update rcore.cRay
2022-06-14Add wrap (#2522)Pijus
* add wrap function * fixed Wrap function wrapping wrong
2022-06-14Revert "add wrap function (#2521)"Ray
This reverts commit 81157e4e72613b09cfde8aee925cd297d8b6cce6.
2022-06-14add wrap function (#2521)Pijus
2022-06-12Reviewed easings includeRay
2022-06-12Update rcore.cRay
2022-06-12Update rmem.hRay
2022-06-12Removed extras directoryRay
2022-06-12Update easings.hRay