8164 Commits (8c99a508c62798878af0a7030d1e42e4b4a13791)
 

Author SHA1 Message Date
  Ray 8c99a508c6 REVIEWED: `WindowSizeCallback()`, GLFW 9 months ago
  Ray a51d334440 Merge branch 'master' of https://github.com/raysan5/raylib 9 months ago
  Ray 9d4c31533d Update rtext.c 9 months ago
  Ray 15a0cf89b8
Merge pull request #4936 from lumenkeyes/master 9 months ago
  Ray ba31219141
Merge pull request #4937 from Bigfoot71/fix-gen-tangents 9 months ago
  Ray 5076d5743b
Merge pull request #4938 from JeffM2501/const_save_callback 9 months ago
  github-actions[bot] 4a1e9931a6 Update raylib_api.* by CI 9 months ago
  Jeffery Myers aa684a33de make save file callback match const correctness of calling function 9 months ago
  Bigfoot71 d135eef462 fix and improve `GenMeshTangents` 9 months ago
  Lumen Keyes 6f11e27bbe fix typo 9 months ago
  Lumen Keyes dea6a24777 build.zig fix: link EGL for Android 9 months ago
  github-actions[bot] 63b988ade9 Update raylib_api.* by CI 9 months ago
  Ray f7d03efb49 REVIEWED: `DecodeDataBase64()`, follow convention: 9 months ago
  Ray 3083f0cd43 REVIEWED: `SaveFileText()`, const input text 9 months ago
  Ray 693c9c292a Formatting tweaks 9 months ago
  Ray 4ac31f7cde
Merge pull request #4928 from JeffM2501/unload_default_font 9 months ago
  Jeffery Myers ebaa922f6b Properly clean up the default font on unload, it may be reused if the window is created again 10 months ago
  Ray 7e07278368 Update rprand.h 10 months ago
  Ray 1402e830b4
Merge pull request #4926 from karl-zylinski/draw-sphere-normals 10 months ago
  Ray 6fad12db73
Merge pull request #4927 from lumenkeyes/master 10 months ago
  lumenkeyes 35de7b26a4
catch error in build.zig 10 months ago
  lumenkeyes eae3fd83d5
properly detect if abi is android 10 months ago
  lumenkeyes c4b9c0e039
properly generate android triple in build.zig 10 months ago
  Karl Zylinski a15548fb5a Add normals to DrawSphereEx 10 months ago
  Ray 3d6e24af4f
Merge pull request #4906 from Bigfoot71/fix-clip 10 months ago
  Ray 512b1bed4f
Merge pull request #4925 from JeffM2501/animated_meshes_GL11 10 months ago
  Jeffery Myers e07e3354a3 Merge branch 'animated_meshes_GL11' of github.com:JeffM2501/raylib into animated_meshes_GL11 10 months ago
  Jeffery Myers ee2ab11cc5 Use the animated verts and normals in GL 1.1 if they exist 10 months ago
  Jeffery Myers 95c96b345c Use the animated verts and normals in GL 1.1 if they exist 10 months ago
  Ray 31d63d08e2
Merge pull request #4922 from Bigfoot71/review-file-dir-2 10 months ago
  Ray a7ad2d1965
Merge pull request #4918 from JeffM2501/default_font_image_leaks 10 months ago
  Ray 3d292a6c3c
Merge pull request #4923 from JeffM2501/gltf_bone_fix 10 months ago
  Jeffery Myers e53a43b7b5 Assign meshes without bone weights to the bone they are attached to so they animate. 10 months ago
  Bigfoot71 38aec920b5 makes `path` static in `ScanDirectoryFilesRecursively` 10 months ago
  Bigfoot71 03988d2ce8 added a NULL check in `UnloadDirectoryFiles` 10 months ago
  Le Juez Victor c087144385
Merge branch 'raysan5:master' into fix-clip 10 months ago
  Ray 82c87d1f69
Merge pull request #4920 from MrScautHD/patch-1 10 months ago
  MrScautHD 8533d284c1
Update BINDINGS.md 10 months ago
  Jeffery Myers 94c5de33a0 Make the default font loadable before InitWindow, for use with the image API. 10 months ago
  Ray 3a1d6261e2
Merge pull request #4916 from daniel-abbott/audio_sound_positioning_fix 10 months ago
  Daniel Abbott 696f225f29
Update audio_sound_positioning.c 10 months ago
  Ray 1ec281e86f
Merge pull request #4914 from Servall4/master 10 months ago
  Ray d1a3f93077
Merge pull request #4915 from rael346/cmake-replace-custom-variable 10 months ago
  Duy Tran f0de896f36 cmake: replace custom variable with built-in one 10 months ago
  Ivan Ugryumov ec5ce8c7fe Update raudio.c 10 months ago
  Ray 1d020d6db1
Merge pull request #4913 from rael346/cmake-uninstall-conflict 10 months ago
  Duy Tran 629d4c1721 only create uninstall target when raylib is top level 10 months ago
  Ray 27a4fe8851
Merge pull request #4910 from marler8997/fixEmscripten 10 months ago
  Jonathan Marler 8d03636132 build.zig: fix building raylib for emscripten 10 months ago
  Ray 5c954c1f52
Merge pull request #4909 from gfaster/alt_fix 10 months ago