873bf31be3 
								
									
								
							
								 
							
						 
						
							
							
								
								[rmodels] Fix normal transform in `UpdateModelAnimationBones` ( #4634 )  
							
							* remove duplicate calculation of `invRotation` in `UpdateModelAnimationBones`
* fix normal transform in `UpdateModelAnimation` 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae3c0df206 
								
							
								 
							
						 
						
							
							
								
								Reviewed formating, removed assert()  #4635  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a7686c47b3 
								
									
								
							
								 
							
						 
						
							
							
								
								resolved a few segfaults with animation system ( #4635 )  
							
							* Update rmodels.c
resolves segfault with missing bone weights or bone IDs
* Update rmodels.c segfault with animation and missing normals/animnormals
* correct place. 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7868d600f4 
								
									
								
							
								 
							
						 
						
							
							
								
								[rtext] Fix default font alpha on Big Endian systems ( #4624 )  
							
							* Fix rtext default font alpha on Big Endian
* Endian Indepence 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4fc908b38f 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md ( #4633 )  
							
							Add some missing bindings for 5.5 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e5d8de7c63 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix: Setting flags disables fullscreen  #4618  ( #4619 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a3a25da594 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md ( #4628 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67b164bc04 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f0d8611fe 
								
							
								 
							
						 
						
							
							
								
								Formating tweaks  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0212ed0a4b 
								
									
								
							
								 
							
						 
						
							
							
								
								setting MAX_LEVEL based on actual mipcount input ( #4622 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								26e12d6b35 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix Typo in rcore_desktop_sdl.c ( #4621 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab83e6dd41 
								
							
								 
							
						 
						
							
							
								
								Image manipulation functions depend on a flag  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03ff864087 
								
							
								 
							
						 
						
							
							
								
								Formating tweaks  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6eb1206660 
								
									
								
							
								 
							
						 
						
							
							
								
								fix `shaders_deffered_render.c` for OpenGL ES 3 ( #4617 )  
							
							This fixes an incomplete framebuffer issue due to the use of a texture format not supported in ES 3.
This commit also adds more information on how to manage deferred rendering. 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								99cb4cbc36 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix SetGamepadVibration() TRACELOG message ( #4615 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								783ca612cc 
								
							
								 
							
						 
						
							
							
								
								Update Makefile  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								58004723d8 
								
									
								
							
								 
							
						 
						
							
							
								
								[rcore][RGFW] Add new backend option: `PLATFORM_WEB_RGFW` and update RGFW ( #4480 )  
							
							* add PLATFORM_WEB_RGFW
* fix some bugs
* fix web_rgfw gamepad
* send fake screensize
* fix gamepad bugs (linux) | add L3 + R3 (gamepad)
* fix?
* update RGFW (again)
* update raylib (merge)
* fix xinput stuff
* delete makefile added by mistake
* update RGFW
* update RGFW (rename joystick to gamepad to avoid misunderstandings
* update RGFW (fix X11 bug)
* update RGFW
* use RL_MALLOC for RGFW
* update RGFW (fixes xdnd bug)
* fix some formating 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de6c09ee7a 
								
							
								 
							
						 
						
							
							
								
								WARNING: REVIEWED: Use `libraylib.web.a` naming on PLATFORM_WEB  
							
							This change allows to have in same directory (currently `raylib/src`) two raylib build versions: Desktop and Web 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f76734fc50 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `UpdateModelAnimationBones()`, break on first mesh found and formating  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								35c2408413 
								
									
								
							
								 
							
						 
						
							
							
								
								[rmodels] Optimized `UpdateModelAnimationBones()` function ( #4602 )  
							
							- Updating bones only once instead for each mesh.
 - Updating only one `model.meshes[].boneMatrices` and then using deep copy for other meshes instead of calculating for each bone in each mesh.
**Other points:**
 - Makes it a clean base/template/reference for bone updation functions. Because if using this as template then some calculations done in one mesh can affect bones in other mesh in next iteration(doubles the effect in for next mesh).
Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com> 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								cdaff163cb 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix show, hide, focus and unfocus window/flags states for SDL2 ( #4610 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								714cd5ef5c 
								
									
								
							
								 
							
						 
						
							
							
								
								add SetGamepadVibration to rgfw and template ( #4612 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bdfbd6e8cc 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix maximizing, minimizing and restoring windows for SDL2 ( #4607 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								79facde353 
								
									
								
							
								 
							
						 
						
							
							
								
								fix `rlActiveDrawBuffers` for OpenGL ES 3 ( #4605 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d0504800d2 
								
									
								
							
								 
							
						 
						
							
							
								
								install rcamera.h ( #4603 )  
							
							Signed-off-by: Per Hallsmark <per.hallsmark@bitjuggler.se> 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								93a1e75741 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable the threading example in MSVC for release and debug build (was disabled for dll builds already) ( #4594 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a26d9a26f 
								
							
								 
							
						 
						
							
							
								
								Update raylib_api.* by CI  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8a5a95c13a 
								
									
								
							
								 
							
						 
						
							
							
								
								Removed inaccurate comment about negitves not being supported with TextToFloat And TextToInt Methods ( #4596 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f704be4e4 
								
							
								 
							
						 
						
							
							
								
								Review comments spacing for better alignment  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b220f2798 
								
							
								 
							
						 
						
							
							
								
								Review formating  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b747eeefa4 
								
									
								
							
								 
							
						 
						
							
							
								
								[documentation] Adding a related project ( #4589 )  
							
							* updated raylib-lua version
* Updated some bindings
* removed 404 bindings
* adding my bindings project to the list
* Adding a related project
* fixing the license foi ReiLua 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								aeb33e6301 
								
									
								
							
								 
							
						 
						
							
							
								
								Adding my bindings to the list ( #4586 )  
							
							* updated raylib-lua version
* Updated some bindings
* removed 404 bindings
* adding my bindings project to the list 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83f6f3dabe 
								
							
								 
							
						 
						
							
							
								
								Update raylib_api.* by CI  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2a2acff2d5 
								
									
								
							
								 
							
						 
						
							
							
								
								Make sure ShaderUniformDataType matches rlShaderUniformDataType ( #4577 )  
							
							* Make sure ShaderUniformDataType matches rlShaderUniformDataType
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								732da949b7 
								
							
								 
							
						 
						
							
							
								
								Update raylib_api.* by CI  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d2cd2a0152 
								
									
								
							
								 
							
						 
						
							
							
								
								[rlgl][rmodels] Add instranceTransform shader location index  #4538  ( #4579 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								93a67417b3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples Makefile PLATFORM define ( #4582 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2820fcc29e 
								
									
								
							
								 
							
						 
						
							
							
								
								[examples] improve input_virtual_controls example ( #4584 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ca6c5f4f3c 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md | Fennel Bindings ( #4585 )  
							
							
								
							
							
						 
						10 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								602583bcdb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f45e7af76 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Coding conventions  
							
							
								
							
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5feccb1bab 
								
									
								
							
								 
							
						 
						
							
							
								
								[rmodels] Fixed null pointer dereference in LoadGLTF ( #4564 )  
							
							* [rmodels] Fixed null pointer dereference in LoadGLTF
* [rmodels] Add parenthesis around conditionals in LoadGLTF 
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1f0325b52c 
								
									
								
							
								 
							
						 
						
							
							
								
								[documentation] Removing 404 repos from bindings ( #4572 )  
							
							* updated raylib-lua version
* Updated some bindings
* removed 404 bindings 
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e9e463e8b2 
								
									
								
							
								 
							
						 
						
							
							
								
								[documentation] Updating keybindings versions ( #4570 )  
							
							* updated raylib-lua version
* Updated some bindings 
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								83587e94c8 
								
									
								
							
								 
							
						 
						
							
							
								
								updated raylib-lua version ( #4567 )  
							
							
								
							
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								402eab3837 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md ( #4566 )  
							
							
								
							
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								87b3085f5c 
								
									
								
							
								 
							
						 
						
							
							
								
								Added new Jai bindings to BINDINGS.md ( #4565 )  
							
							Co-authored-by: Ahmed Qarmout <ahmed.qarmout@mail.utoronto.ca> 
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f3f5f38c0f 
								
									
								
							
								 
							
						 
						
							
							
								
								[rmodels] Fix crash when NULL is passed to LoadImageFromCgltfImage ( #4563 )  
							
							
								
							
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5e2bc83c3 
								
							
								 
							
						 
						
							
							
								
								Update raylib_api.* by CI  
							
							
								
							
							
						 
						11 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b50d418ec7 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						11 months ago