Ray
							
						 
						
							
							
							
								
							
								4ee5fdf619 
								
							
								 
							
						 
						
							
							
								
								ADDED: Support M3D model file format (meshes and materials)  #2648  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								35c777ef2c 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Avoid crash on bad data provided  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								904c505125 
								
							
								 
							
						 
						
							
							
								
								minor tweak  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   irishgreencitrus
							
						 
						
							
							
								
								
							
							
								
							
								d8ed3fb31e 
								
									
								
							
								 
							
						 
						
							
							
								
								Update `raylib.jl` and `raylib.v` to `4.2.0` ( #2644 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								2ad7967db8 
								
							
								 
							
						 
						
							
							
								
								REVIEW: Fix issue with external GLFW missing define  #2638  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Michael Scherbakow
							
						 
						
							
							
								
								
							
							
								
							
								95d3a6ac52 
								
									
								
							
								 
							
						 
						
							
							
								
								update raylib.zig to 4.2 ( #2642 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   moosey
							
						 
						
							
							
								
								
							
							
								
							
								f049f9dd3a 
								
									
								
							
								 
							
						 
						
							
							
								
								Tiny documentation fix in reasings.h ( #2640 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   WIITD
							
						 
						
							
							
								
								
							
							
								
							
								67f8424eb0 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib-freebasic updated to 4.2 ( #2639 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								7db6fe02fd 
								
							
								 
							
						 
						
							
							
								
								Fixed issue with new output format  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								bf2ad9df5f 
								
							
								 
							
						 
						
							
							
								
								P A I N  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								092b6f956e 
								
							
								 
							
						 
						
							
							
								
								WARNING: REVIEWED: `rlCheckRenderBatchLimit()`  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								48c7f65b77 
								
							
								 
							
						 
						
							
							
								
								minor tweaks  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   HarriP
							
						 
						
							
							
								
								
							
							
								
							
								e0b487c641 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix string lacking null termination in IsFileExtension ( #2637 )  
							
							 
							
							 
							
							
								
							
							
							When file extension is longer or equal length compared to buffer holding lowercased string, strncpy does not null terminate the string.
Increased buffer size by 1 to ensure it will always be null-terminated, so that following strcmp does not read out of buffer bounds. 
							
						 
						3 年前  
					 
				
					
						
							
							
								   Dan Bechard
							
						 
						
							
							
								
								
							
							
								
							
								56072a631d 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix Codepoint position truncation ( #2636 )  
							
							 
							
							 
							
							
								
							
							
							This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float. 
							
						 
						3 年前  
					 
				
					
						
							
							
								   Gunko Vadim
							
						 
						
							
							
								
								
							
							
								
							
								f2fbdd1999 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md ( #2631 )  
							
							 
							
							 
							
							
								
							
							
							Update to ray4laz 
							
						 
						3 年前  
					 
				
					
						
							
							
								   Richard Smith
							
						 
						
							
							
								
								
							
							
								
							
								03bf7e81dd 
								
									
								
							
								 
							
						 
						
							
							
								
								updating jaylib binding to 4.2 ( #2630 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Richard Smith
							
						 
						
							
							
								
								
							
							
								
							
								14b1aef194 
								
									
								
							
								 
							
						 
						
							
							
								
								update raylib-python-cffi bindings to 4.2 ( #2629 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								d658e6772d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update android.yml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								965057dbe2 
								
									
								
							
								 
							
						 
						
							
							
								
								Update android.yml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								b38dceb2de 
								
									
								
							
								 
							
						 
						
							
							
								
								Update android.yml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								764254d93e 
								
									
								
							
								 
							
						 
						
							
							
								
								Update android.yml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								b55cb32d9b 
								
									
								
							
								 
							
						 
						
							
							
								
								Update android.yml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								931af3a242 
								
									
								
							
								 
							
						 
						
							
							
								
								Update windows.yml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								372983c06e 
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8b8b5ef70e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								feb9c52374 
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   SomeUnusualGames
							
						 
						
							
							
								
								
							
							
								
							
								71e43612d6 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix typos and reworded a question in the FAQ ( #2628 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Eliza Milburn
							
						 
						
							
							
								
								
							
							
								
							
								b24947c0d0 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve the readability of the FAQ page ( #2627 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								60d9cbd754 
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Peter0x44
							
						 
						
							
							
								
								
							
							
								
							
								4c71f5f76e 
								
									
								
							
								 
							
						 
						
							
							
								
								Reword FAQ page, and fix some typos ( #2626 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								75ece337ae 
								
							
								 
							
						 
						
							
							
								
								Revert "Update core_3d_camera_mode.c"  
							
							 
							
							 
							
							
								
							
							
							This reverts commit 4f6fbaed41 . 
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4f6fbaed41 
								
							
								 
							
						 
						
							
							
								
								Update core_3d_camera_mode.c  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								ddb8be3564 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b3ed01dbab 
								
							
								 
							
						 
						
							
							
								
								Create FAQ.md  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   archie2x
							
						 
						
							
							
								
								
							
							
								
							
								e87caa2687 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix   #2621 : Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} ( #2622 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b0f3a2c217 
								
							
								 
							
						 
						
							
							
								
								Update c_raylib.xml  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d1a5d381d8 
								
							
								 
							
						 
						
							
							
								
								Updated Npp scripts  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Jacob Dennis
							
						 
						
							
							
								
								
							
							
								
							
								621d6ae856 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated to work with zig master branch ( #2620 )  
							
							 
							
							 
							
							
								
							
							
							Specifically, std.fs.OpenDirOptions struct no longer has the iterable
flag, now it's a standalone function call std.fs.openIterableDir 
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								8127044748 
								
									
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								2c0071c851 
								
							
								 
							
						 
						
							
							
								
								Reviewed issue with negative key  #2619  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								63a23a6b74 
								
							
								 
							
						 
						
							
							
								
								REMOVED: VS2019 project  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								304c820a8e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								86ac792d9a 
								
							
								 
							
						 
						
							
							
								
								Review projects details for raylib 4.2  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   veins1
							
						 
						
							
							
								
								
							
							
								
							
								4b2357dc34 
								
									
								
							
								 
							
						 
						
							
							
								
								Can't alt-tab out of fullscreen window ( #2618 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								e47a3afbd8 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								3ce5941106 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Anthony Walter
							
						 
						
							
							
								
								
							
							
								
							
								3edf43f1d6 
								
									
								
							
								 
							
						 
						
							
							
								
								Added new Free Pascal bindings ( #2617 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Angga Permana
							
						 
						
							
							
								
								
							
							
								
							
								e06ed6c608 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix 4coder project template ( #2616 )  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								ec8fabceeb 
								
							
								 
							
						 
						
							
							
								
								Updated Notepad++ intellisense data  
							
							 
							
							
								
							
							
						 
						3 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								14990209ef 
								
							
								 
							
						 
						
							
							
								
								Added comments  
							
							 
							
							
								
							
							
						 
						3 年前