Ray
ba31219141
Merge pull request #4937 from Bigfoot71/fix-gen-tangents
[rmodels] Fix and improve `GenMeshTangents`
пре 2 месеци
Ray
5076d5743b
Merge pull request #4938 from JeffM2501/const_save_callback
[utils] fix const warning with SaveFileText callback
пре 2 месеци
github-actions[bot]
4a1e9931a6
Update raylib_api.* by CI
пре 2 месеци
Jeffery Myers
aa684a33de
make save file callback match const correctness of calling function
пре 2 месеци
Bigfoot71
d135eef462
fix and improve `GenMeshTangents`
пре 2 месеци
github-actions[bot]
63b988ade9
Update raylib_api.* by CI
пре 2 месеци
Ray
f7d03efb49
REVIEWED: `DecodeDataBase64()`, follow convention:
- All `char *` refer to text strings
- All `unsigned char *` refer to generic byte arrays
пре 2 месеци
Ray
3083f0cd43
REVIEWED: `SaveFileText()`, const input text
пре 2 месеци
Ray
693c9c292a
Formatting tweaks
пре 2 месеци
Ray
4ac31f7cde
Merge pull request #4928 from JeffM2501/unload_default_font
[rtext] Properly clean up the default font on unload
пре 2 месеци
Jeffery Myers
ebaa922f6b
Properly clean up the default font on unload, it may be reused if the window is created again
пре 2 месеци
Ray
7e07278368
Update rprand.h
пре 2 месеци
Ray
1402e830b4
Merge pull request #4926 from karl-zylinski/draw-sphere-normals
Add normals to DrawSphereEx
пре 2 месеци
Ray
6fad12db73
Merge pull request #4927 from lumenkeyes/master
build.zig fixes for android targets
пре 2 месеци
lumenkeyes
35de7b26a4
catch error in build.zig
пре 2 месеци
lumenkeyes
eae3fd83d5
properly detect if abi is android
пре 2 месеци
lumenkeyes
c4b9c0e039
properly generate android triple in build.zig
пре 2 месеци
Karl Zylinski
a15548fb5a
Add normals to DrawSphereEx
пре 2 месеци
Ray
3d6e24af4f
Merge pull request #4906 from Bigfoot71/fix-clip
[rlgl] Proposed fix for default near/far clipping range
пре 2 месеци
Ray
512b1bed4f
Merge pull request #4925 from JeffM2501/animated_meshes_GL11
[rmodels] support CPU animation in OpenGL 1.1
пре 2 месеци
Jeffery Myers
e07e3354a3
Merge branch 'animated_meshes_GL11' of github.com:JeffM2501/raylib into animated_meshes_GL11
пре 2 месеци
Jeffery Myers
ee2ab11cc5
Use the animated verts and normals in GL 1.1 if they exist
пре 2 месеци
Jeffery Myers
95c96b345c
Use the animated verts and normals in GL 1.1 if they exist
пре 2 месеци
Ray
31d63d08e2
Merge pull request #4922 from Bigfoot71/review-file-dir-2
[rcore] Some adjustments for `FilePathList`
пре 2 месеци
Ray
a7ad2d1965
Merge pull request #4918 from JeffM2501/default_font_image_leaks
[rText] Fix issues with default font being used before InitWindow in the image API.
пре 2 месеци
Ray
3d292a6c3c
Merge pull request #4923 from JeffM2501/gltf_bone_fix
[rmodels] Fix GLTF bone weight assignments for meshes that are parented to armature bones.
пре 2 месеци
Jeffery Myers
e53a43b7b5
Assign meshes without bone weights to the bone they are attached to so they animate.
пре 2 месеци
Bigfoot71
38aec920b5
makes `path` static in `ScanDirectoryFilesRecursively`
пре 2 месеци
Bigfoot71
03988d2ce8
added a NULL check in `UnloadDirectoryFiles`
пре 2 месеци
Le Juez Victor
c087144385
Merge branch 'raysan5:master' into fix-clip
пре 2 месеци
Ray
82c87d1f69
Merge pull request #4920 from MrScautHD/patch-1
Update BINDINGS.md
пре 2 месеци
MrScautHD
8533d284c1
Update BINDINGS.md
пре 2 месеци
Jeffery Myers
94c5de33a0
Make the default font loadable before InitWindow, for use with the image API.
Make the default font loader early out if we have already loaded parts of it, so we don't leak memory
пре 2 месеци
Ray
3a1d6261e2
Merge pull request #4916 from daniel-abbott/audio_sound_positioning_fix
[examples] PR for #4904 , calculate 'right' Vector3 to correctly perform audio positioning.
пре 2 месеци
Daniel Abbott
696f225f29
Update audio_sound_positioning.c
Calculate `right` Vector3 for correct audio stereo positioning.
пре 2 месеци
Ray
1ec281e86f
Merge pull request #4914 from Servall4/master
[raudio] fix: GetMusicTimePlayed returns incorrect time after restarting a paused track
пре 3 месеци
Ray
d1a3f93077
Merge pull request #4915 from rael346/cmake-replace-custom-variable
cmake: replace custom variable with built-in one
пре 3 месеци
Duy Tran
f0de896f36
cmake: replace custom variable with built-in one
пре 3 месеци
Ivan Ugryumov
ec5ce8c7fe
Update raudio.c
пре 3 месеци
Ray
1d020d6db1
Merge pull request #4913 from rael346/cmake-uninstall-conflict
Only create uninstall target when raylib is top level
пре 3 месеци
Duy Tran
629d4c1721
only create uninstall target when raylib is top level
пре 3 месеци
Ray
27a4fe8851
Merge pull request #4910 from marler8997/fixEmscripten
build.zig: fix building raylib for emscripten
пре 3 месеци
Jonathan Marler
8d03636132
build.zig: fix building raylib for emscripten
build.zig doesn't support the examples for the emscripten OS but it does
support the raylib library. However, the examples panic if emscripten
is configured which prevents it from building the library. I've replaced
this panic with a fail step to fix this.
пре 3 месеци
Ray
5c954c1f52
Merge pull request #4909 from gfaster/alt_fix
Revert GLFW_SCALE_FRAMEBUFFER to pre GLFW 4.3 behavior
пре 3 месеци
Ray
7c6537a34f
Merge pull request #4907 from ZeanKey/master
[example] Closes #4901 , Fix Problems in 'text_draw_3d.c'
пре 3 месеци
Gavin Rohrer
10478ff756
Revert GLFW_SCALE_FRAMEBUFFER to pre GLFW 4.3 behavior
пре 3 месеци
Z-AKey
12bf30ce04
Merge branch 'raysan5:master' into master
пре 3 месеци
Zean Key
77f31178ed
fixed text_draw_3d
пре 3 месеци
Le Juez Victor
461c9c9d90
review tabs
пре 3 месеци
Le Juez Victor
a7333a9dae
review near/far
пре 3 месеци