36fcffeaae 
								
							
								 
							
						 
						
							
							
								
								Incremented version number for reference  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6589c808b5 
								
							
								 
							
						 
						
							
							
								
								Review some formatting for consistency  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f09f6f550 
								
							
								 
							
						 
						
							
							
								
								Rename enum LogType names...  
							
							...to avoid possible conflicting symbols 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0c95ede50 
								
							
								 
							
						 
						
							
							
								
								Prevent bogus triangle being added when there is whitespace at end of .OBJ file  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								056a494baf 
								
							
								 
							
						 
						
							
							
								
								Fix some other typos  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aba3739c13 
								
							
								 
							
						 
						
							
							
								
								Fix some typos in raymath.h  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								786cd63057 
								
							
								 
							
						 
						
							
							
								
								Add a density parameter to GenImageRadialGradient  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fe268d004 
								
							
								 
							
						 
						
							
							
								
								Swap the two parameters  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0ac8ee2c4 
								
							
								 
							
						 
						
							
							
								
								Add more image generation functions: radial gradient and perlin noise  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								954757532a 
								
							
								 
							
						 
						
							
							
								
								Add the SaveImageAs function  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c1f32f2fe 
								
							
								 
							
						 
						
							
							
								
								Additional check on file open  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5370fe18e0 
								
							
								 
							
						 
						
							
							
								
								Additional check for bool header definition  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								402a8bfd68 
								
							
								 
							
						 
						
							
							
								
								Added note about transposing  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43cb6414f6 
								
							
								 
							
						 
						
							
							
								
								Added note about transposing  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c524ee3a6 
								
							
								 
							
						 
						
							
							
								
								Add meson files for basic Linux building  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6809380d3d 
								
							
								 
							
						 
						
							
							
								
								Accept external CFLAGS  
							
							Some distributions build the programs with a specific set of CFLAGS.
Lets allow that by adding raylibs flags. 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f54501a355 
								
							
								 
							
						 
						
							
							
								
								Review gif recording (simplified)  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0190af69f 
								
							
								 
							
						 
						
							
							
								
								Renamed file (issues with Makefile)  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								413d059fd8 
								
							
								 
							
						 
						
							
							
								
								Some tweaks and additions  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afb841b7dd 
								
							
								 
							
						 
						
							
							
								
								Reverted to previous OpenAL version  
							
							Issues when pausin musing and trying to resume (not resuming!) 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b24120cd9 
								
							
								 
							
						 
						
							
							
								
								Updated libs  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e01a1ba10c 
								
							
								 
							
						 
						
							
							
								
								Support Gif recording  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f50c6e611 
								
							
								 
							
						 
						
							
							
								
								Added gif file writter library  
							
							Setup for a new amazing feature! ;) 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9819614276 
								
							
								 
							
						 
						
							
							
								
								Comments tweaks  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5bfd7db22 
								
							
								 
							
						 
						
							
							
								
								Some reviews for RPI  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87a3970222 
								
							
								 
							
						 
						
							
							
								
								Move android_native_app_glue to folder  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f09c71f98 
								
							
								 
							
						 
						
							
							
								
								Review comments for better organization  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb0f2fd181 
								
							
								 
							
						 
						
							
							
								
								Moved Android header to external folder  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01e65664dd 
								
							
								 
							
						 
						
							
							
								
								Reviewed some comments...  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								32e5e20734 
								
							
								 
							
						 
						
							
							
								
								Update to latest OpenAL Soft version (1.18.0-dev)  
							
							Note that Android and Desktop versions of OpenAL Soft come from the same
sources, recompiled for every platform 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								026f9829e5 
								
							
								 
							
						 
						
							
							
								
								Review header comments  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a63ad0fec4 
								
							
								 
							
						 
						
							
							
								
								Remove OculusSDK library  
							
							Just waiting for a better future alternative (multiplatform)... OpenXR ? 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								edb9e4159d 
								
							
								 
							
						 
						
							
							
								
								Remove ndk-build based src building  
							
							Replaced by standaloane-toolchain based building, included in
src/Makefile 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd5c36fc32 
								
							
								 
							
						 
						
							
							
								
								Avoid math function duplicates  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d6c1f3f4f 
								
							
								 
							
						 
						
							
							
								
								Remove useless files  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								518bdfc134 
								
							
								 
							
						 
						
							
							
								
								Some work on Android build  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35fe34ba0f 
								
							
								 
							
						 
						
							
							
								
								Added some useful functions  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93e2fd8ea1 
								
							
								 
							
						 
						
							
							
								
								Some tweaks  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16842233c9 
								
							
								 
							
						 
						
							
							
								
								Review issue and added some comments  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0880be638e 
								
							
								 
							
						 
						
							
							
								
								Renamed RayHitInfo variables  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f6b16add4 
								
							
								 
							
						 
						
							
							
								
								HDR textures vertical flip  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bac50fbba5 
								
							
								 
							
						 
						
							
							
								
								Review functions descriptions  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								321027a242 
								
							
								 
							
						 
						
							
							
								
								Added comments to create transparent framebuffer  
							
							Comments to create transparent framebuffer on RPI,
when activate you see though full screen window the console below! 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c27412eff 
								
							
								 
							
						 
						
							
							
								
								Corrected issue  #281  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f05d6dfc3c 
								
							
								 
							
						 
						
							
							
								
								Some comment tweaks  
							
							Still some work left on camera... 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd1fe3ac14 
								
							
								 
							
						 
						
							
							
								
								Lock cursor on first person camera  
							
							
								
							
							
						 
						8 years ago