Ray
2f943aaff0
Reverting align change #1658
преди 4 години
Ray
f4f6f665f7
Fixed possible issue with memory alignment #1658
преди 4 години
Ray
755ed388b2
Minor tweak to avoid warning
преди 4 години
Ray
b7f2059dc3
Update miniaudio.h
преди 4 години
Chris
ccb083af52
[raudio] Fix load and unload issues with Music ( #1588 )
* Add MUSIC_AUDIO_NONE to MusicContextType and format fixes
- Useful to check the context type to see if the format is recognized. Defaulting to wav causes issues where formats are assumed to
be wav.
* Fix memory issues with LoadMusicStream and UnloadMusicStream
- Set ctxType and ctxData even if the format fails to load.
- Set ctxData to NULL if it fails and check for null inside UnloadMusicStream.
- Change RL_MALLOC when loading formats to RL_CALLOC to prevent undefined behavior.
- Add NULL check when unloading xm file.
преди 4 години
raysan5
56ff944def
Update miniaudio to v0.10.32 #1562
преди 4 години
Ray
a0a840101c
Update miniaudio to v0.10.30 #1518
преди 4 години
Ray
5d1d590692
REDESIGN: Compresion API
Now it compresses/decompresses valid DEFLATE streams instead of zlib streams. It uses the minimal and efficient libraries: sdefl/sinfl.
преди 4 години
Chris
320732ae6b
Update mappings.h in glfw using GenerateMappings.cmake ( #1505 )
преди 4 години
Ray
63d33d7a7a
Update CMakeLists.txt
преди 5 години
Ray
59be7b9c29
Update CMakeLists.txt
преди 5 години
Ray
83916bd3c2
Updated GLFW to latest 3.4 (github master - 16Nov2020)
WARNING: Some CMake files not changed
WARNING: glfw_native.h contains custom changes
преди 5 години
Ray
36dc302c25
Reverted to previous working version #1434
преди 5 години
Ray
4eae76302f
REPLACED: rgif.h by msf_gif.h
The improvement in performance is considerable!
преди 5 години
Ray
9471794449
Update to latest tiniobjloader
WARNING: OBJ loading is broken at this point...
преди 5 години
raysan5
4d5ee7953c
Updated tinyobjloader
преди 5 години
raysan5
cb517d0050
Update tinyobj_loader_c.h
преди 5 години
raysan5
a3d33d9222
Update tinyobj_loader_c.h
преди 5 години
raysan5
82d61a5875
Updated stb_image v2.26 and stb_image_write v1.15
преди 5 години
raysan5
66f9fbaa88
Update cgltf.h
v1.8
преди 5 години
raysan5
321f55bce1
Update audio libraries #1423
miniaudio -> v0.10.25
dr_wav -> v0.12.14
dr_mp3 -> v0.6.19
dr_flac -> v0.12.22
преди 5 години
raysan5
c62c4df749
Updated miniaudio #1402
преди 5 години
chriscamacho
6ebf6b4e72
allow for multiple materials in obj files ( #1408 )
* allow for multiple materials in obj files also fix obj_loader hash map issues
* minor fix for warning
Co-authored-by: codifies <nospam@antispam.com>
преди 5 години
raysan5
b9053eebe7
Added new GIF recording library (not used yet)
преди 5 години
coderoth
c05dbb4581
Updated joystick mappings with latest version of gamecontrollerdb (executed GenerateMappings.cmake), so that raylib can identify more joysticks ( #1381 )
преди 5 години
Ray
dace2172d1
Update cgltf library to v1.7
преди 5 години
raysan5
ffe2364334
Update miniaudio to version 0.10.18
преди 5 години
raysan5
d2d50bc60f
Update miniaudio to v0.10.14
преди 5 години
Random
4de362b405
Updated miniaudio to v0.10.13, fixes emscripten compilation error ( #1306 )
преди 5 години
raysan5
fa7799143e
Update miniaudio to v0.10.12, solves #1288
преди 5 години
raysan5
fe5fe230b9
Update dr_wav.h
преди 5 години
raysan5
42f09eb2b8
Delete .gitignore
преди 5 години
raysan5
ef9e9bfa7d
Review Android piepline
- Removed generate_android_toolchain, since version r21 AndroidNDK it's the toolchain
- Removed external lib native_app_glue, provided by AndroidNDK
преди 5 години
raysan5
f31b87fae8
Remove ANGLE project
Actually, project just adds 50MB of ANGLE libraries not related to raylib.
Also reviewed UWP project to consume ANGLE from the NuGet package.
преди 5 години
Ray
9eefcb7939
Update miniaudio.h
преди 5 години
Ray
df4b55d657
Comment fprintf() calls
преди 5 години
Ray
8820baf5cc
Update miniaudio.h
преди 5 години
raysan5
28e12a6c6a
[raudio] Update to latest miniaudio 0.10
преди 5 години
Ray
b4293edd70
Update GLFW to latest master
преди 5 години
Ray
6c7685da3f
Update external libraries
преди 5 години
David Reid
7024628c65
Update to miniaudio 0.10 ( #1092 )
* Update to miniaudio 0.10
This replaces the old ma_pcm_converter with ma_data_converter.
At this time of this commit, miniaudio 0.10 is still in the testing
phase. To make it easier to update miniaudio.h during this period, I've
temporarily moved the @raysan5 Win32 customizations to raudio.c because
there may be quite a few updates to miniaudio.h during this time.
* Use miniaudio's built-in volume control.
преди 5 години
Ray
c715cae18d
Some tweaks
преди 5 години
Ray
e932d23cf4
Update cgltf.h
преди 5 години
raysan5
cff38308b7
Support custom allocator
преди 5 години
raysan5
9c52a4932d
Corrected issue with types
преди 5 години
raysan5
edc1d2511d
Review module to fit raylib conventions
Support custom allocators
преди 5 години
raysan5
d797bb3e1c
Support custom memory allocators
преди 5 години
Ray
1eae4b483b
Commented unnecessary printf()/puts() calls
преди 5 години
illegalinstruction
caa1f45643
Forcibly ensure .xm playback starts in the right place; fixes #1043 . ( #1045 )
преди 6 години
Ahmad Fatoum
2a64aa2abd
external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS}
We were doing this before, but it was deleted during the
last GLFW update. Readd it to fix the associated macOS CI failure.
Fixes: ea5cd42e6 ("Update GLFW to version 3.4")
преди 6 години