Ahmad Fatoum
							
						 
						
							
							
								
								
							
							
								
							
								6572d5ff8c 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib.h: include <stdbool.h> if available  
							
							 
							
							 
							
							
								
							
							
							Previously, if <raylib.h> was #included prior to another header that
defined bool, the compilation would fail.
This is e.g. the case for <perl.h> and <objc/objc.h> which both fall
back to the <stdbool.h> if C99 is available.
The following commit includes <objc/objc.h> in src/core.c, which causes
the same problem.
Avoid this by checking for C99 bool like we already do for C++'s. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ahmad Fatoum
							
						 
						
							
							
								
								
							
							
								
							
								a56b3c2194 
								
									
								
							
								 
							
						 
						
							
							
								
								CMake: suppress OpenGL deprecation warnings on macOS Mojave  
							
							 
							
							 
							
							
								
							
							
							A single warning at configuration time is enough. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								35ee4fa685 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #653  from pamarcos/physac_fix  
							
							 
							
							 
							
							
								
							
							
							[physac] Fix physac's fixed time step 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Pablo Marcos Oltra
							
						 
						
							
							
							
								
							
								35634f37c8 
								
							
								 
							
						 
						
							
							
								
								Fix physac's fixed time step  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								589152b658 
								
							
								 
							
						 
						
							
							
								
								Review void pointer incrementation  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d67edb591a 
								
							
								 
							
						 
						
							
							
								
								Support KXT image file export  
							
							 
							
							 
							
							
								
							
							
							[textures] Added SaveKTX()
[rlgl] Exposed rlGetGlTextureFormats() 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								ecb787d76f 
								
							
								 
							
						 
						
							
							
								
								Update version number (internally)  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								47fab2f54d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #650  from ChrisDill/master  
							
							 
							
							 
							
							
								
							
							
							Added monitor functions 
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								67dc50ef00 
								
							
								 
							
						 
						
							
							
								
								Changed monitor functions to use a index  
							
							 
							
							 
							
							
								
							
							
							- Using same idea as SetWindowMonitor to take in a index with 0 being the primary monitor. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								6b84b76b70 
								
							
								 
							
						 
						
							
							
								
								Forgot #else in platform check  
							
							 
							
							 
							
							
								
							
							
							- Added else so return not compiled twice. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								ed95337eb8 
								
							
								 
							
						 
						
							
							
								
								Added platform check  
							
							 
							
							 
							
							
								
							
							
							- Added PLATFORM_DESKTOP check for Monitor functions to try to fix issue on android.
- Not sure what return types should be when not on desktop. Added rough guess for now. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								ed79d53e1a 
								
							
								 
							
						 
						
							
							
								
								Changed tabs to spaces  
							
							 
							
							 
							
							
								
							
							
							- Fixed tabs used instead of 4 spaces 
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								73701c12b2 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master'  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								1836e02c1e 
								
							
								 
							
						 
						
							
							
								
								Added monitor functions  
							
							 
							
							 
							
							
								
							
							
							- Get number of monitors
- Get size, physical size and name of primary monitor. Could pass monitor id instead not sure. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								29eddb9ff3 
								
							
								 
							
						 
						
							
							
								
								Updated icon data  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								abfbc42df7 
								
							
								 
							
						 
						
							
							
								
								PNG image size optimization  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d1e5b4b546 
								
							
								 
							
						 
						
							
							
								
								New icon generation  
							
							 
							
							 
							
							
								
							
							
							Size reduced 91% 
							
						 
						7 年前  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								756065d42c 
								
							
								 
							
						 
						
							
							
								
								Review iconography  
							
							 
							
							 
							
							
								
							
							
							WIP 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								9e046a4293 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #646  from MurrayIRC/master  
							
							 
							
							 
							
							
								
							
							
							Linux Support for VSCode Project 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								9c6a98aa61 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #6  from MurrayIRC/MurrayIRC-vscode  
							
							 
							
							 
							
							
								
							
							
							Linux Support for VSCode Project 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								d17c323f98 
								
									
								
							
								 
							
						 
						
							
							
								
								Update tasks.json  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								65c74c7cfa 
								
									
								
							
								 
							
						 
						
							
							
								
								Update c_cpp_properties.json  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								46b171a80c 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Makefile  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								4757ead493 
								
									
								
							
								 
							
						 
						
							
							
								
								Update launch.json  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								c015529088 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5  from raysan5/master  
							
							 
							
							 
							
							
								
							
							
							merge 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								9efe5c6802 
								
							
								 
							
						 
						
							
							
								
								Support MP3 wave loading -NOT TESTED-  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								be599a9ece 
								
							
								 
							
						 
						
							
							
								
								enjoy!  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								27c3afd91c 
								
							
								 
							
						 
						
							
							
								
								enjoy!  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								2bd18ab91e 
								
							
								 
							
						 
						
							
							
								
								Support ExportImage() as raw pixel data  
							
							 
							
							 
							
							
								
							
							
							Added note on KTX 2.2 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								f503fded67 
								
							
								 
							
						 
						
							
							
								
								Support image export  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								ec5c9686b3 
								
							
								 
							
						 
						
							
							
								
								Improved data export capabilities!  
							
							 
							
							 
							
							
								
							
							
							REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order) 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								3a1a489545 
								
							
								 
							
						 
						
							
							
								
								Removed TABS  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								5b09630d45 
								
							
								 
							
						 
						
							
							
								
								Update mini_al to v0.8.8  
							
							 
							
							 
							
							
								
							
							
							Some minor tweaks around 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								f32e23c11b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #641  from ChrisDill/master  
							
							 
							
							 
							
							
								
							
							
							Added a few missing functions to raymath 
							
						 
						7 年前  
					 
				
					
						
							
							
								   ChrisDill
							
						 
						
							
							
							
								
							
								1e1bbaa40b 
								
							
								 
							
						 
						
							
							
								
								Added a few missing functions to raymath  
							
							 
							
							 
							
							
								
							
							
							- Added Vector2MultiplyV
- Added Vector2DivideV
- Added Vector3Divide
- Added Vector3DivideV 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								37acf0aa22 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								1ef715ab76 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #639  from ratkingsminion/patch-1  
							
							 
							
							 
							
							
								
							
							
							Update models.c 
							
						 
						7 年前  
					 
				
					
						
							
							
								   F.H
							
						 
						
							
							
								
								
							
							
								
							
								9f1489dc1d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update models.c  
							
							 
							
							 
							
							
								
							
							
							fix bug with GenMeshPlane() creating too many vertices/texcoords/normals for the plane mesh 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								dfb8837c46 
								
							
								 
							
						 
						
							
							
								
								Support aliased font texture generation  
							
							 
							
							 
							
							
								
							
							
							Useful for bitmaps pixelated fonts where anti-aliasing is not desired!
Change also enables additional font generation mechanisms in a future (cleartype, hinting...). 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								1fcb3c0317 
								
							
								 
							
						 
						
							
							
								
								Started working on IQM/glTF loaders  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								10c22c8d61 
								
							
								 
							
						 
						
							
							
								
								Review example to show text tinting  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								ac31f51c5e 
								
							
								 
							
						 
						
							
							
								
								Corrected issue with font tint  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								d0608b031a 
								
							
								 
							
						 
						
							
							
								
								Corrected issue with types  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								57dfe55759 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #637  from MurrayIRC/master  
							
							 
							
							 
							
							
								
							
							
							Updated VSCode project to support OSX building / debugging. 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								f97bb085bf 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4  from MurrayIRC/patch-4  
							
							 
							
							 
							
							
								
							
							
							Added OSX build tasks 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								ea84cce27d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3  from MurrayIRC/patch-3  
							
							 
							
							 
							
							
								
							
							
							Added OSX launch configurations for debug and release 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								1feb68baaa 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2  from MurrayIRC/patch-2  
							
							 
							
							 
							
							
								
							
							
							Fixed included libs for OSX 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								be29c13bfd 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1  from MurrayIRC/patch-1  
							
							 
							
							 
							
							
								
							
							
							Added a configuration for OSX 
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								04c4537283 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							 
							
							
								
							
							
						 
						7 年前  
					 
				
					
						
							
							
								   Murray Campbell
							
						 
						
							
							
								
								
							
							
								
							
								921e4eaa87 
								
									
								
							
								 
							
						 
						
							
							
								
								Added OSX build tasks  
							
							 
							
							 
							
							
								
							
							
							Users will have to specify their personal installation of raylib. 
							
						 
						7 年前