veins1
							
						 
						
							
							
								
								
							
							
								
							
								a6b3c8aa1e 
								
									
								
							
								 
							
						 
						
							
							
								
								Music doesn't stop looping fix ( #2605 )  
							
							 
							
							 
							
							
								
							
							
							This PR fixes a bug when music.looping is set to false but the music continues looping.
Also using proper functions to seek to start of an audio file.
Removed old comment. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								2e5fc3d0c2 
								
							
								 
							
						 
						
							
							
								
								Avoid cleaning the front buffer to a specific color!  
							
							 
							
							 
							
							
								
							
							
							ISSUE: Front buffer and backbuffer have different clear colors, if no `ClearBackground()` is called by user, there is screen flickering on buffers swap.
It's up to the user to call `ClearBackground()` if desired 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								f596815973 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								7853155f99 
								
							
								 
							
						 
						
							
							
								
								REMOVED: Config option: `SUPPORT_MOUSE_CURSOR_POINT`  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   BlueStag
							
						 
						
							
							
								
								
							
							
								
							
								f31e4ebb3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Use American spelling of colourSpace ( #2604 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   sDos280
							
						 
						
							
							
								
								
							
							
								
							
								85bd13c41d 
								
									
								
							
								 
							
						 
						
							
							
								
								removing typo, Colours->Colors ( #2603 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   sDos280
							
						 
						
							
							
								
								
							
							
								
							
								d59ea21405 
								
									
								
							
								 
							
						 
						
							
							
								
								removing typo in line 41 line, presssed -> pressed ( #2602 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								93b633b6e6 
								
							
								 
							
						 
						
							
							
								
								Create audio_stream_effects.png  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								bc8cecc6aa 
								
									
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								6c61f83d63 
								
									
								
							
								 
							
						 
						
							
							
								
								Update ROADMAP.md  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   veins1
							
						 
						
							
							
								
								
							
							
								
							
								0ef3e4c4d5 
								
									
								
							
								 
							
						 
						
							
							
								
								Audio looping fix ( #2579 )  
							
							 
							
							 
							
							
								
							
							
							* WAVs looping fix. But broke other formats looping
* Fix audio looping issue
* Follow raylib formatting
* Cast void* to char* to make MSVC compiler happy
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b6f87023ad 
								
							
								 
							
						 
						
							
							
								
								Update rlgl_standalone.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								fccdb68df8 
								
							
								 
							
						 
						
							
							
								
								Create audio_stream_effects.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								277dd2bb57 
								
							
								 
							
						 
						
							
							
								
								Update audio_music_stream.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								721e7914b1 
								
							
								 
							
						 
						
							
							
								
								Update audio_music_stream.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								e4229e1be7 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								bb6b43b7cb 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `GenImageFontAtlas()`  #2556  
							
							 
							
							 
							
							
								
							
							
							Just reviewed font atlas size estimation, now it considers `fontSize` instead of `chars[i].image.height`, increasing considerably the atlas size estimation. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Nikolay Krasheninnikov
							
						 
						
							
							
								
								
							
							
								
							
								52345fd883 
								
									
								
							
								 
							
						 
						
							
							
								
								[raymath] Rotation functions returns clockwise rotation matrix,  #2595  ( #2599 )  
							
							 
							
							 
							
							
								
							
							
							Co-authored-by: Nikolai Krasheninnikov <nikolai.krasheninnikov@kronshtadt.ru> 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								241d6526b0 
								
							
								 
							
						 
						
							
							
								
								Some camera improvements  #2563  
							
							 
							
							 
							
							
								
							
							
							Reviewed some camera functionality:
 - Reviewed camera swinging (up-down movement)
 - Reviewed camera tilting (left-right movement)
 - Make movement independent of frame-rate
 - removed unneeded variables
NOTE: Camera rotation has some speed issues on first person when fixed 60 fps are used: it moves too fast. Independent framerate movement is not properly implemented. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								7b05444af8 
								
							
								 
							
						 
						
							
							
								
								Review comments and parameter names  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Piotr Wierciński
							
						 
						
							
							
								
								
							
							
								
							
								024a803665 
								
									
								
							
								 
							
						 
						
							
							
								
								rtextures: Improve numerical stability of float multiplication ( #2596 )  
							
							 
							
							 
							
							
								
							
							
							Dimensions of Rectangle should be casted to int before multiplication,
otherwise there is a risk for underallocation/overallocation of memory. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Piotr Wierciński
							
						 
						
							
							
								
								
							
							
								
							
								5a2f25cc7c 
								
									
								
							
								 
							
						 
						
							
							
								
								rtextures: Fix ImageFromImage crash ( #2594 )  
							
							 
							
							 
							
							
								
							
							
							Height of the rectangle can be float, which
may lead to doing extra iteration of loop and
writing out of bounds. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   MyUncle
							
						 
						
							
							
								
								
							
							
								
							
								6f3a633f2e 
								
									
								
							
								 
							
						 
						
							
							
								
								add: cmake config include guard ( #2592 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Crydsch
							
						 
						
							
							
								
								
							
							
								
							
								00c7509454 
								
									
								
							
								 
							
						 
						
							
							
								
								add Vector3RotateByAxisAngle ( #2590 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   hitomi kirigri
							
						 
						
							
							
								
								
							
							
								
							
								64710e6030 
								
									
								
							
								 
							
						 
						
							
							
								
								fix QuaternionFromMatrix & QuaternionEquals ( #2591 )  
							
							 
							
							 
							
							
								
							
							
							Co-authored-by: kirigiri hitomi <chenjw@hiscene.com> 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d78177d246 
								
							
								 
							
						 
						
							
							
								
								Update year  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								39d9d1da42 
								
									
								
							
								 
							
						 
						
							
							
								
								Update config.h  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   /ˈɛvən/
							
						 
						
							
							
								
								
							
							
								
							
								4b0f28b782 
								
									
								
							
								 
							
						 
						
							
							
								
								add hare-raylib to BINDINGS.md ( #2589 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								65c3edf797 
								
							
								 
							
						 
						
							
							
								
								ADDED: Missing examples to VS2022 solution  #2580  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Julianiolo
							
						 
						
							
							
								
								
							
							
								
							
								6ed1ce0082 
								
									
								
							
								 
							
						 
						
							
							
								
								fixed build for cygwin ( #2588 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								0abba4dc18 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Andrew
							
						 
						
							
							
								
								
							
							
								
							
								55c43fcd26 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md ( #2587 )  
							
							 
							
							 
							
							
								
							
							
							* Update README.md
Simple change of
- "specially" -> "especially" when appropriate
- "fileformats" -> "file formats"
* Update README.md
Remove an unwanted change in the README file. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   George Linkovsky
							
						 
						
							
							
								
								
							
							
								
							
								b40696eab6 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix Vector3ClampValue and Vector2ClampValue ( #2585 )  
							
							 
							
							 
							
							
								
							
							
							Co-authored-by: Timofffee <timofffee@gmail.com> 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4a9391ae83 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: examples descriptions  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4fced50fd1 
								
							
								 
							
						 
						
							
							
								
								Reviewed example formating  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								a3a6b3f24a 
								
							
								 
							
						 
						
							
							
								
								Update core_2d_camera.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Jeffery Myers
							
						 
						
							
							
								
								
							
							
								
							
								39ead974a4 
								
									
								
							
								 
							
						 
						
							
							
								
								add mouse zoom example ( #2583 )  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Jeffery Myers
							
						 
						
							
							
								
								
							
							
								
							
								e9029d3d00 
								
									
								
							
								 
							
						 
						
							
							
								
								[CORE] Fix Warnings ( #2582 )  
							
							 
							
							 
							
							
								
							
							
							* Fix raymath warning with floor to floorf
* signed unsigned missmatches 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Mike DX
							
						 
						
							
							
								
								
							
							
								
							
								0f7c4f762f 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md ( #2581 )  
							
							 
							
							 
							
							
								
							
							
							Added Binding for VALA language 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								49a534b5d4 
								
							
								 
							
						 
						
							
							
								
								Removed raudio.h from public header  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								cccea34c6f 
								
							
								 
							
						 
						
							
							
								
								Update raudio.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8aa105fd5b 
								
							
								 
							
						 
						
							
							
								
								WARNING: REMOVED: raudio_standalone example  
							
							 
							
							 
							
							
								
							
							
							Moved to raudio library repo: https://github.com/raysan5/raudio  
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								6c2c176a99 
								
							
								 
							
						 
						
							
							
								
								Added note  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								3ebfee5dbc 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `UpdateMusicStream()`  #2228  
							
							 
							
							 
							
							
								
							
							
							Trying to implement proper looping, independently of frame rate. 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								0379b94b7a 
								
							
								 
							
						 
						
							
							
								
								Minor tweaks  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b92573e711 
								
							
								 
							
						 
						
							
							
								
								Update raudio.c  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   CastimierDev
							
						 
						
							
							
								
								
							
							
								
							
								0ac825b22a 
								
									
								
							
								 
							
						 
						
							
							
								
								set the maintained bindings in alphabetical order ( #2570 )  
							
							 
							
							 
							
							
								
							
							
							reordered the maintained bindings into alphabetical order 
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								2245500245 
								
							
								 
							
						 
						
							
							
								
								Added comment about buffer refill issue on looping  #2228  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								066bd5be87 
								
							
								 
							
						 
						
							
							
								
								Reviewed formating  
							
							 
							
							
								
							
							
						 
						hace 3 años  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								29a0f60778 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `ImageResize()`  #2572  
							
							 
							
							
								
							
							
						 
						hace 3 años