raylib/src
SuperUserNameMan a3ef381b3e
Some checks failed
Android / build (arm64) (push) Has been cancelled
Android / build (x86_64) (push) Has been cancelled
CMakeBuilds / Windows Build (push) Has been cancelled
CMakeBuilds / Linux Build (push) Has been cancelled
Linux / build (i386, i386, /user/bin, 32) (push) Has been cancelled
Linux / build (x86_64, amd64, /user/bin, 64) (push) Has been cancelled
Linux Examples / build (push) Has been cancelled
macOS / build (push) Has been cancelled
WebAssembly / build (push) Has been cancelled
Windows / build (i686, pe-i386, 32, mingw-w64) (push) Has been cancelled
Windows / build (x64, x64, 64, msvc16) (push) Has been cancelled
Windows / build (x86, Win32, 32, msvc16) (push) Has been cancelled
Windows / build (x86_64, pe-x86-64, 64, mingw-w64) (push) Has been cancelled
Windows Examples / build (push) Has been cancelled
rmodels.c, LoadImageFromCgltfImage() : fix base64 padding support (#4112)
* rmodels.c, LoadImageFromCgltfImage() : fix base64 padding support

This should fix the issue related to `.gltf` embeded image in base64 format, by ignoring `=` padding and calculating the data size in bytes correctly.

* follow guidelin convention

* try to follow guideline convention as much as possible

* clarify comments

i hope it's clear ennough
2024-06-28 09:56:27 +02:00
..
external Update RGFW and replace long switch in rcore_desktop_rgfw.c with a lookup table (#4108) 2024-06-28 09:55:14 +02:00
platforms Update RGFW and replace long switch in rcore_desktop_rgfw.c with a lookup table (#4108) 2024-06-28 09:55:14 +02:00
build.zig [build.zig] pass the real build.zig file (#4113) 2024-06-27 22:25:15 +02:00
CMakeLists.txt [build] CMake: pass -sFULL_ES3 instead of -sFULL_ES3=1 (#4090) 2024-06-22 19:20:33 +02:00
config.h Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017) 2024-05-30 08:22:07 +02:00
Makefile Update Makefile (#4054) 2024-06-10 20:50:09 +02:00
minshell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
raudio.c [raudio] fix mapping of wave data in LoadWaveSamples() (#4062) 2024-06-13 16:05:22 +02:00
raylib.dll.rc Remove TABS 2024-04-02 09:40:19 +02:00
raylib.dll.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raylib.h Minor tweaks 2024-06-24 18:41:33 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Remove TABS 2024-04-02 09:40:19 +02:00
raylib.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raymath.h Fix GLTF animations (#4107) 2024-06-28 09:53:29 +02:00
rcamera.h FIX: Added CAMERA_CUSTOM check in UpdateCamera(Camera *camera, int mode) (#3938) 2024-04-28 20:28:19 +02:00
rcore.c [Build] Fix warnings when building in VS 2022 (#4095) 2024-06-24 17:47:32 +02:00
rgestures.h Update copyright to 2024 2024-01-02 20:58:12 +01:00
rglfw.c Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
rlgl.h Minor tweaks 2024-06-24 18:41:33 +02:00
rmodels.c rmodels.c, LoadImageFromCgltfImage() : fix base64 padding support (#4112) 2024-06-28 09:56:27 +02:00
rshapes.c Update rshapes.c 2024-06-25 21:39:43 +02:00
rtext.c WARNING: REMOVED: Default font fallback 2024-06-25 21:40:41 +02:00
rtextures.c Minor tweaks 2024-06-24 18:41:33 +02:00
shell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
utils.c REVIEWED: Remove final punctuation in code comments 2024-04-20 20:31:06 +02:00
utils.h Update copyright to 2024 2024-01-02 20:58:12 +01:00