e6bc401c93 
								
							
								 
							
						 
						
							
							
								
								WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`  
							
							RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()` 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								609d92003b 
								
							
								 
							
						 
						
							
							
								
								WARNING: REMOVED `raygui` from `raylib/src/extras`  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8da566d6e7 
								
							
								 
							
						 
						
							
							
								
								WARNING: Removed `physac` from raylib sources/examples  
							
							`physac` is available on its own repo 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91af3a3152 
								
							
								 
							
						 
						
							
							
								
								Update text_draw_3d.c  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f806b555d 
								
							
								 
							
						 
						
							
							
								
								ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit  #2452  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ea598f7d77 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix crash with delay demo. ( #2472 )  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ccfac59c60 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix for vr rendering not taking render target size into account ( #2424 )  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9c66e2f97e 
								
									
								
							
								 
							
						 
						
							
							
								
								[Examples] Free Allocated Matrices. ( #2425 )  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								709ec1663d 
								
							
								 
							
						 
						
							
							
								
								Update audio_music_stream.c  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1612ba63ab 
								
							
								 
							
						 
						
							
							
								
								ADDED: Audio stream processors support -WIP-  #2212  
							
							This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor. 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90fc7c0376 
								
							
								 
							
						 
						
							
							
								
								WARNING: BREAKING: REMOVED: `GetRayCollisionModel()`  #2405  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e28872fe1 
								
							
								 
							
						 
						
							
							
								
								Rename audio callback  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								381236051f 
								
							
								 
							
						 
						
							
							
								
								ADDED: Audio stream input callback  #2212  -WIP-  
							
							WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms. 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca12ef48e9 
								
							
								 
							
						 
						
							
							
								
								Fixes   #2408  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								65f28460a1 
								
							
								 
							
						 
						
							
							
								
								Update shaders_raymarching.c  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3634adf8d4 
								
							
								 
							
						 
						
							
							
								
								Update textures_draw_tiled.c  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd95408b06 
								
							
								 
							
						 
						
							
							
								
								Update textures_draw_tiled.c  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb62cb675f 
								
							
								 
							
						 
						
							
							
								
								Minor tweaks `const`  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4954778f68 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve joystick visualisation in gamepad example again ( #2391 )  
							
							As prior commit, but complete fix for XBox controller and trigger
buttons too.
> The joystick range is a float from -1 through +1. Casting this to int
> yields only three possible values: -1, 0, and 1. This gives a
> misleading joystick placement in the demo.
>
> By casting to int after the multiplication to get pixel values, the
> demo reveals the analog feel of the joystick. 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ec7250ca54 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve joystick visualisation in gamepad example ( #2390 )  
							
							The joystick range is a float from -1 through +1. Casting this to int
yields only three possible values: -1, 0, and 1. This gives a
misleading joystick placement in the demo.
By casting to int after the multiplication, the demo reveals the
analog feel of the joystick. 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61d0c71b3c 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: example: shapes_top_down_lights  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4b998cfd05 
								
									
								
							
								 
							
						 
						
							
							
								
								[Examples] Top down lights example ( #2199 )  
							
							* Start 2d lights example.
* finish example
* update image.
* Cleanup render textures
* Fixes to handle shadows on edges that are near to the light better.
* tabs
* move to shapes
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com> 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5ac07122bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Add panning to raudio and update audio_raw_stream example. ( #2205 )  
							
							* Add panning to raudio and update audio_raw_stream example.
* remove pan smoothing, code formatting changes following pull request comments
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a134b8bc6d 
								
							
								 
							
						 
						
							
							
								
								Update Makefile  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b61c9afd04 
								
							
								 
							
						 
						
							
							
								
								Update Makefile, simplified  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0416d5ff7b 
								
							
								 
							
						 
						
							
							
								
								Update Makefile  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cabb5518e5 
								
							
								 
							
						 
						
							
							
								
								Improve Makefile organization  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7b7424802f 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixes an error in the spelling of "appearance" ( #2276 )  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a940f41b4b 
								
							
								 
							
						 
						
							
							
								
								Update year to 2022  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								611e54e67e 
								
							
								 
							
						 
						
							
							
								
								Reviewed makefiles  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31dd7b95bc 
								
							
								 
							
						 
						
							
							
								
								Update Makefile.Web  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bb7b13ef3c 
								
									
								
							
								 
							
						 
						
							
							
								
								fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi (raspbian) ( #2233 )  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22d0baa896 
								
							
								 
							
						 
						
							
							
								
								Review makefiles debug flag  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef5be632fe 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `ExportMesh()`  #2220  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7787102573 
								
							
								 
							
						 
						
							
							
								
								Remove hardcoded path  #2200  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								48d4806e53 
								
									
								
							
								 
							
						 
						
							
							
								
								Update raylib_compile_execute.bat  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7c6adc5d97 
								
									
								
							
								 
							
						 
						
							
							
								
								Update LICENSE.md ( #2179 )  
							
							Fix typo in link 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								71f2e2b1e4 
								
									
								
							
								 
							
						 
						
							
							
								
								Add macos support to zig build system ( #2175 )  
							
							
								
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3d32c156c 
								
							
								 
							
						 
						
							
							
								
								REMOVED: Network examples  
							
							They were not working 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e3db0aa83 
								
							
								 
							
						 
						
							
							
								
								Updated some scripts paths  
							
							NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1fac09d0f4 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: example: Compute shader Game-of-life  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f090f5444c 
								
									
								
							
								 
							
						 
						
							
							
								
								Add Conway's Game of Life compute shader example. ( #2088 )  
							
							* Add Conway's Game of Life compute shader example.
* Fix various shaders problems, and tune command buffer size.
* Various coding convention changes. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2bb4d36c43 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing file extensions for drag-and-drop support ( #2090 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								daeccd03ac 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix VC warnings for examples ( #2085 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae13f438ba 
								
							
								 
							
						 
						
							
							
								
								Update Makefile.Web  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ce38e599a 
								
							
								 
							
						 
						
							
							
								
								Remove big asset  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1883343944 
								
							
								 
							
						 
						
							
							
								
								Update core_input_gamepad.c  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd6e006d78 
								
							
								 
							
						 
						
							
							
								
								Reviewed multitouch example  #1988  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d82788e42 
								
							
								 
							
						 
						
							
							
								
								Reviewed uniform name  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fba117478d 
								
							
								 
							
						 
						
							
							
								
								Update Makefile.Web  
							
							
								
							
							
						 
						4 years ago