Ray
							
						 
						
							
							
							
								
							
								5f5bd20f07 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #312  from nounoursheureux/image_gen  
							
							 
							
							 
							
							
								
							
							
							Add a density parameter to GenImageRadialGradient 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Wilhem Barbier
							
						 
						
							
							
							
								
							
								786cd63057 
								
							
								 
							
						 
						
							
							
								
								Add a density parameter to GenImageRadialGradient  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c3049a9b06 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #311  from nounoursheureux/image_gen  
							
							 
							
							 
							
							
								
							
							
							Add more image generation functions: radial gradient and perlin noise 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c51f63f661 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #310  from nounoursheureux/save_image  
							
							 
							
							 
							
							
								
							
							
							Add the SaveImageAs function 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Wilhem Barbier
							
						 
						
							
							
							
								
							
								3fe268d004 
								
							
								 
							
						 
						
							
							
								
								Swap the two parameters  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Wilhem Barbier
							
						 
						
							
							
							
								
							
								a0ac8ee2c4 
								
							
								 
							
						 
						
							
							
								
								Add more image generation functions: radial gradient and perlin noise  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Wilhem Barbier
							
						 
						
							
							
							
								
							
								954757532a 
								
							
								 
							
						 
						
							
							
								
								Add the SaveImageAs function  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								92ca68aac8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #309  from nounoursheureux/image_gen  
							
							 
							
							 
							
							
								
							
							
							Add some image generation functions 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Wilhem Barbier
							
						 
						
							
							
							
								
							
								fcd13fd5d2 
								
							
								 
							
						 
						
							
							
								
								Add some functions to generate images  
							
							 
							
							 
							
							
								
							
							
							Namely:
- GenImageHorizontalV
- GenImageHorizontalH
- GenImageChecked
- GenImageWhiteNoise
- GenImageCellular
The gradient implementation may be a bit naive, for example it doesn't do any gamma correction. 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c46abd34d4 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #305  from jubalh/mesondepv  
							
							 
							
							 
							
							
								
							
							
							Add version info to glfw dependency 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								03c4ed6b3f 
								
							
								 
							
						 
						
							
							
								
								Add version info to glfw dependency  
							
							 
							
							 
							
							
								
							
							
							glfwSetWindowMonitor and some other functions are only available from 3.2
onwards. 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8c1f32f2fe 
								
							
								 
							
						 
						
							
							
								
								Additional check on file open  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								eee8393eb0 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #303  from jubalh/mesongnu  
							
							 
							
							 
							
							
								
							
							
							Meson: use gnu99 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								5370fe18e0 
								
							
								 
							
						 
						
							
							
								
								Additional check for bool header definition  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								4fad1607ed 
								
							
								 
							
						 
						
							
							
								
								Meson: use gnu99  
							
							 
							
							 
							
							
								
							
							
							We use variable init in for loops, so need c99. 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4b1bc7f65e 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #301  from jubalh/time  
							
							 
							
							 
							
							
								
							
							
							Add define to have CLOCK_MONOTONIC work in c99 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								272073785f 
								
							
								 
							
						 
						
							
							
								
								Add define to have CLOCK_MONOTONIC work in c99  
							
							 
							
							 
							
							
								
							
							
							If we compile with c99 without gnu extensions (gnu99) we need this
define, to have CLOCK_MONOTONIC and similar macros available 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b6d7fa9bb0 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #299  from jubalh/soversion  
							
							 
							
							 
							
							
								
							
							
							Add library versioning 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								1a61dc2c77 
								
							
								 
							
						 
						
							
							
								
								Meson: build library with so version  
							
							 
							
							 
							
							
								
							
							
							This should always be the number of the raylib release.
Especially when the new version is ABI incompatible the major version
should be bumped. 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								9dd3c03153 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #297  from jubalh/meson  
							
							 
							
							 
							
							
								
							
							
							Initial meson support 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								402a8bfd68 
								
							
								 
							
						 
						
							
							
								
								Added note about transposing  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								43cb6414f6 
								
							
								 
							
						 
						
							
							
								
								Added note about transposing  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								567831a693 
								
							
								 
							
						 
						
							
							
								
								Allow static/dynamic library building with meson  
							
							 
							
							 
							
							
								
							
							
							Using the library() function instead of shared_library() allows changing
of the library type via the default_library option.
This allows for easy change between static and dynamic library building.
Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists.
Use 'mesonconf -Ddefault_library=static builddir' to change the type for
an existing builddir. 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								9c524ee3a6 
								
							
								 
							
						 
						
							
							
								
								Add meson files for basic Linux building  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Campagnaro
							
						 
						
							
							
							
								
							
								1adc031301 
								
							
								 
							
						 
						
							
							
								
								Fix link in readme  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								99c7ca4f4a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #296  from sir-pinecone/fix-readme-link  
							
							 
							
							 
							
							
								
							
							
							Fix link in readme 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Campagnaro
							
						 
						
							
							
							
								
							
								60f0d78170 
								
							
								 
							
						 
						
							
							
								
								Fix link in readme  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								a08cf1ce63 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #295  from jubalh/cflags  
							
							 
							
							 
							
							
								
							
							
							Accept external CFLAGS 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Michael Vetter
							
						 
						
							
							
							
								
							
								6809380d3d 
								
							
								 
							
						 
						
							
							
								
								Accept external CFLAGS  
							
							 
							
							 
							
							
								
							
							
							Some distributions build the programs with a specific set of CFLAGS.
Lets allow that by adding raylibs flags. 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d5c43099cd 
								
							
								 
							
						 
						
							
							
								
								Upload image  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								f54501a355 
								
							
								 
							
						 
						
							
							
								
								Review gif recording (simplified)  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								90f3f870c2 
								
							
								 
							
						 
						
							
							
								
								Added bunnymark example  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								d0190af69f 
								
							
								 
							
						 
						
							
							
								
								Renamed file (issues with Makefile)  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								07534497e6 
								
							
								 
							
						 
						
							
							
								
								Updated libs  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								910b4b5d53 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #290  from raysan5/develop  
							
							 
							
							 
							
							
								
							
							
							Added patron to list 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								95b39e5345 
								
							
								 
							
						 
						
							
							
								
								Added patron to list  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								9f8a2e4612 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #289  from raysan5/develop  
							
							 
							
							 
							
							
								
							
							
							Integrate develop branch 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								413d059fd8 
								
							
								 
							
						 
						
							
							
								
								Some tweaks and additions  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								afb841b7dd 
								
							
								 
							
						 
						
							
							
								
								Reverted to previous OpenAL version  
							
							 
							
							 
							
							
								
							
							
							Issues when pausin musing and trying to resume (not resuming!) 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c068de183b 
								
							
								 
							
						 
						
							
							
								
								Added Android lib  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								949ed3f9f8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #288  from raysan5/develop  
							
							 
							
							 
							
							
								
							
							
							Integrate develop branch 
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								9b24120cd9 
								
							
								 
							
						 
						
							
							
								
								Updated libs  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d033c87d27 
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								f1acd4a065 
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								e01a1ba10c 
								
							
								 
							
						 
						
							
							
								
								Support Gif recording  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								1a37f09b02 
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4a4fffe439 
								
							
								 
							
						 
						
							
							
								
								Updated to latest version  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								a083d4726f 
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								aec6c0350a 
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							 
							
							
								
							
							
						 
						8 anos atrás  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								9f50c6e611 
								
							
								 
							
						 
						
							
							
								
								Added gif file writter library  
							
							 
							
							 
							
							
								
							
							
							Setup for a new amazing feature! ;) 
							
						 
						8 anos atrás