6f61e26a3c 
								
							
								 
							
						 
						
							
							
								
								Reviewed custom logging functionality  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c69f7953c7 
								
							
								 
							
						 
						
							
							
								
								Add SetTraceLogCallback to enable users setting custom logging ( #597 )  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64e9d72c07 
								
							
								 
							
						 
						
							
							
								
								Reviewed audio example  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								959f8e45f8 
								
									
								
							
								 
							
						 
						
							
							
								
								Complete raw_audio_stream example  
							
							1. Always synthesize a complete frame of audio, using a second buffer (this prevents gaps in playback)
2. Sine is computed correctly, with an adjustable frequency
3. User can modulate frequency in real-time with mouse
4. Entire audio buffer data is shown, visually demonstrating how sine changes in wavelength 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								184e6de775 
								
									
								
							
								 
							
						 
						
							
							
								
								CMake: Don't build rlgl_standalone as part of the examples  
							
							Closes  #588 . 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa0de480f0 
								
							
								 
							
						 
						
							
							
								
								Fix HTML5 examples and games using CMake ( #589 )  
							
							Mimic the Makefile by outputting html + js instead of LLVM IR. 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								198a023527 
								
							
								 
							
						 
						
							
							
								
								First working version of IQM animations  
							
							Still a work in progress but it already works...
Current riqm API could be simplified... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								639ce09c9d 
								
									
								
							
								 
							
						 
						
							
							
								
								Travis CI: Fix emscripten build breakage  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f3d144bf0e 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert window render sizes to floats  
							
							GLSL 1.10 is typesafe ([PDF specs](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.1.10.pdf ), page 22), so this shader will not load properly during build.
It's not a super important change, but I came across it while playing with the examples on my pi. 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74a0814a8f 
								
							
								 
							
						 
						
							
							
								
								Review formatting  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c15515ba6 
								
							
								 
							
						 
						
							
							
								
								Support examples with Emterpreter  
							
							Examples can be compiled for web with no code change at all! Usually
examples need to be refactored for web... using emscripten code
interpreter (emterpreter), it can manage synchronous while() loops
internally... as a downside, execution is very slow... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7dc66d2d3f 
								
							
								 
							
						 
						
							
							
								
								Looking for a place for raylib resource file  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e812cf147 
								
							
								 
							
						 
						
							
							
								
								Working on MP3 support  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bff3bb758a 
								
							
								 
							
						 
						
							
							
								
								Reviewed audio_standalone  
							
							Now it works with mini_al library 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b80ec381c8 
								
							
								 
							
						 
						
							
							
								
								Reviewed lighting example...  
							
							No model available, this example should probably be redesigned... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98273f0152 
								
							
								 
							
						 
						
							
							
								
								Reviewed compilation options  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d4d9b0170 
								
							
								 
							
						 
						
							
							
								
								Removed Oculus example  
							
							Oculus API has changed so much that it has no sense to keep this example here... it was funny to test it in the past... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b37178af9 
								
							
								 
							
						 
						
							
							
								
								Reviewed rlgl_standalone example  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								096fd6f2c3 
								
							
								 
							
						 
						
							
							
								
								Converted rlgl module in header-only  
							
							This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded!
Also removed shader_distortion.h, embedded in rlgl.h 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d7c6fc42d 
								
							
								 
							
						 
						
							
							
								
								Reviewed example for clarity  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfc4baaa35 
								
							
								 
							
						 
						
							
							
								
								Added new example: text_font_sdf  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								971a7419ec 
								
							
								 
							
						 
						
							
							
								
								Start reviewing IQM loader...  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5774d31893 
								
							
								 
							
						 
						
							
							
								
								Example tweak  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d34c1285e0 
								
							
								 
							
						 
						
							
							
								
								Review Android Makefiles  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b129ba09a6 
								
							
								 
							
						 
						
							
							
								
								fixed so it breaks  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								311d8b92f5 
								
							
								 
							
						 
						
							
							
								
								Upload IQM loader project -WIP-  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7c36237048 
								
									
								
							
								 
							
						 
						
							
							
								
								Example: Don't load texture removed from source tree  
							
							Fixes: c3b948b1 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1d9c33995 
								
							
								 
							
						 
						
							
							
								
								Reviewed models and examples  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c8b378ae50 
								
							
								 
							
						 
						
							
							
								
								Added new example screenshot  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afe81d94ce 
								
							
								 
							
						 
						
							
							
								
								Re-added: LoadFontEx()  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64207b11c0 
								
							
								 
							
						 
						
							
							
								
								Removed unused textures  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59ebe1b7c3 
								
							
								 
							
						 
						
							
							
								
								Added support OpenBSD, NetBSD, DragonFly  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1630597f08 
								
							
								 
							
						 
						
							
							
								
								Review OBJ loading example  
							
							Replaced old dwarf model 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ff8947864 
								
							
								 
							
						 
						
							
							
								
								Reviewed skybox example  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3b948b1b2 
								
							
								 
							
						 
						
							
							
								
								Replaced skybox HDR image  
							
							Note that HDR exposured possibilities are not used on this example... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d573a5ad60 
								
							
								 
							
						 
						
							
							
								
								Removed dwarf 3d model  
							
							Replaced by medieval 3d assets 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d873314c27 
								
							
								 
							
						 
						
							
							
								
								Reviewed Windows resource file name  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dbff40944a 
								
							
								 
							
						 
						
							
							
								
								Corrected issue with floats on TCC  
							
							It seems TCC was not casting correctly int values to float in some
specific situations 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bd2300fed3 
								
									
								
							
								 
							
						 
						
							
							
								
								CMake+Android: Skip tests with SetCameraMode  
							
							src/core.c does explicitly skip including <camera.h> on Android
and tests fail. Therefore skip these failing tests.
Closes  #507 . 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								20ddc6a2bb 
								
									
								
							
								 
							
						 
						
							
							
								
								Move utils.cmake to separate cmake/ directory  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c1b9104d54 
								
									
								
							
								 
							
						 
						
							
							
								
								Makefile: Remove unnecessary -no-pie for older GCC support  
							
							Currently, if:
* GCC doesn't supports -no-pie: Build error
* GCC supports -no-pie
    * GCC is not configured with --enable-default-pie: No-op
    * GCC is configured with --enable-default-pie:
            Slightly worse performance because we still generate -fpie code
            (-pie affects linker, -fpie affects compiler)
So instead of probing for existence of -fno-pie -no-pie, remove it altogether.
Fixes  #540 : Build breakage on Debian 8 with gcc 4.9. 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245704df72 
								
							
								 
							
						 
						
							
							
								
								Reviewed examples  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa76985c0d 
								
							
								 
							
						 
						
							
							
								
								Review raylib version to 2.0  
							
							Review raylib_icon resource 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04db494db0 
								
							
								 
							
						 
						
							
							
								
								Renamed shader variable  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec33e7d705 
								
							
								 
							
						 
						
							
							
								
								BREAKING CHANGE: Renamed SpriteFont type to Font  
							
							- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...) 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6045062a05 
								
							
								 
							
						 
						
							
							
								
								Renamed some functions  
							
							- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D() 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6324697ffd 
								
							
								 
							
						 
						
							
							
								
								Rectangle parameters changed to float  
							
							- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								198d739256 
								
							
								 
							
						 
						
							
							
								
								BREAKING CHANGE: Renamed Camera -> Camera3D  
							
							Just added a fallback in the meantime... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23e335d933 
								
							
								 
							
						 
						
							
							
								
								Implemented MeshTangents()  
							
							- Added Vector3OrthoNormalize() to raymath.h - not sure if it is correct
- Implemented MeshBinormals() - Mesh struct has not a place for them...
- Updated model_material_pbr example - tested but not working on my GPU
(old Intel HD), actually, it never worked on it... 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4cc12ef2b3 
								
							
								 
							
						 
						
							
							
								
								Review camera definition on examples  
							
							
								
							
							
						 
						7 years ago