d55527953a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cce5a93ff 
								
							
								 
							
						 
						
							
							
								
								Fix   #3293  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								76fe16259d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update cmake SUPPORT_FILEFORMAT_SVG default value ( #3291 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								97a8fe1e15 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md ( #3290 )  
							
							specially -> especially 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a316f9e7fc 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable UBSAN in zig builds. ( #3292 )  
							
							Zig debug builds automatically enable ubsan.
As the fix for #1891  had to be reverted, debug builds using zig will crash like so:
```
Illegal instruction at address 0x3237d2
raylib/src/rlgl.h:3690:91: 0x3237d2 in rlDrawVertexArrayElements (/home/rcorre/src/raylib-zig-template/raylib/src/rcore.c)
    glDrawElements(GL_TRIANGLES, count, GL_UNSIGNED_SHORT, (const unsigned short *)buffer + offset);
```
This disables UBSAN when using zig to build raylib. 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								c104a97590 
								
							
								 
							
						 
						
							
							
								
								Update config.h  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								bdda1efd44 
								
							
								 
							
						 
						
							
							
								
								Fix   #3247  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a82e17a79 
								
							
								 
							
						 
						
							
							
								
								Update rtextures.c  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c147ab51c9 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples/textures/textures_image_rotate.c help instructions ( #3286 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a69d401433 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples/textures/textures_fog_of_war.c help instructions ( #3285 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8bd6bb622c 
								
									
								
							
								 
							
						 
						
							
							
								
								Add SUPPORT_FILEFORMAT_SVG to cmake ( #3284 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								67a693fc5b 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `LoadImageSvg()`  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								d6f3891009 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `LoadImageSvg()`  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c03ab03627 
								
									
								
							
								 
							
						 
						
							
							
								
								Added rudimentary SVG support. ( #2738 )  
							
							* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize.
* Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly.
* Added actual correct example file.
* Reviewed the code to keep the raylib coding conventions in mind.
Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG.
Renamed LoadImageSvgWithSize() to LoadImageSvg().
Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work.
* Fixed typo.
---------
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								75e5cd86d7 
								
							
								 
							
						 
						
							
							
								
								Use internal default allocators, instead of user-exposed ones  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e18d96e7a 
								
							
								 
							
						 
						
							
							
								
								Some tweaks  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f447f1fb6 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Data size type consistency between functions  #3168  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								d41e3141f1 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Added `SetTextLineSpacing()` to multiline examples  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0f39051562 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix uninitialized thread-locals in stbi  #3282  ( #3283 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec6d3bb688 
								
							
								 
							
						 
						
							
							
								
								RENAMED: LoadFont*() parameter names for consistency and coherence  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								927a030bbf 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples/shapes/shapes_collision_area.c help instructions ( #3279 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3d0d54e070 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples/shaders/shaders_texture_outline.c help instructions ( #3278 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fefe8fcda9 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix examples/others/easings_testbed.c help instructions and small tweak ( #3277 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								46bac461ce 
								
									
								
							
								 
							
						 
						
							
							
								
								Add examples/shaders/shaders_lightmap.c to Makefiles ( #3276 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1d2b43402e 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove a duplicated screenshot and add missing one ( #3275 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								752baac00c 
								
									
								
							
								 
							
						 
						
							
							
								
								Update examples/models/models_loading_gltf.png;m3d.png screenshots ( #3273 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								8157d4283e 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: `GetFileLength()`, added comment  #3262  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								150663f78a 
								
							
								 
							
						 
						
							
							
								
								Use type name instead of valid specifier  
							
							long long --> long long int 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d047597244 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix example/audio/audio_module_player.c help instructions and small bug ( #3272 )  
							
							* Fix example/audio/audio_module_player.c help instructions and small bug
* Update example/audio/audio_module_player.png screenshot 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fc0d132566 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove e from secondes ( #3270 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								de3dc94d5b 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix example/models/models_loading_m3d.c controls ( #3269 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9393500bff 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix example/models/models_loading_gltf.c controls ( #3268 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								76adf883fd 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix CMake extraneous -lglfw ( #3266 )  
							
							Closes  #3265 .
The problem: LIBS_PRIVATE is a list of library names (used by pkg-config), but the shared library of the same name doesn't always exist. 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								71a8d09a63 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing cmake options ( #3267 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								9646497216 
								
							
								 
							
						 
						
							
							
								
								Formating review  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b27e98a428 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix bug where default shaders was not linking. ( #3261 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9c9fba6a6c 
								
									
								
							
								 
							
						 
						
							
							
								
								[Feature] IsKey... safety checks and more ( #3256 )  
							
							* [Feature] Add GetKeyRepeat
* Update rcore.c
* Simpler design, only one repeat per frame
* Update config.h
* Update rcore.c
* Add KEYBOARD_KEYS_MASK
* Update config.h
* reversions
* Update rcore.c
* Update rcore.c
* change docs
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update raylib.h
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								828d273698 
								
									
								
							
								 
							
						 
						
							
							
								
								Add Vector3 Projecting and Rejection to Raymath ( #3263 )  
							
							* Update raymath.h
* formatting 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								21f5482e0d 
								
									
								
							
								 
							
						 
						
							
							
								
								[Image] Validate that ImageDrawRectangleRec is drawing entirely inside the image ( #3264 )  
							
							* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
* sound_multi example
* Validate that image rect drawing is inside the image so we don't overflow a buffer
* remove files that should not have been added.
* remove changes that should not have been
* revert
* adsfasdfsdfsdf 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4fa66f2635 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix SetClipboardText for web ( #3257 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8f228626a2 
								
									
								
							
								 
							
						 
						
							
							
								
								Match CMakeOptions.txt options default values ( #3258 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5ed83dfa29 
								
									
								
							
								 
							
						 
						
							
							
								
								Update rcore.c ( #3255 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfd0436428 
								
							
								 
							
						 
						
							
							
								
								Reviewed `IsKeyPressedRepeat()`  #3248  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b3f82a148a 
								
									
								
							
								 
							
						 
						
							
							
								
								Add `IsKeyPressedRepeat` (desktop only) ( #3245 )  
							
							Since the key pressed are handle by comparing current vs previous
state (ie frame), a special way is needed to handle key repeats. 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								83628933f0 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								8189bddefb 
								
							
								 
							
						 
						
							
							
								
								tweaks  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								820343e7ac 
								
									
								
							
								 
							
						 
						
							
							
								
								add build.zig options for individual modules ( #3254 )  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								f95dc2d565 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a33f19964 
								
							
								 
							
						 
						
							
							
								
								Revert "Fix #3246"  
							
							This reverts commit e4dcbd5180 
							
						 
						2 年之前  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								016b7d0a3a 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix text_unicode.c example crashing ( #3250 )  
							
							* Fix text_unicode.c example crashing
* Adjust the text_unicode.c example crashing fix 
							
						 
						2 年之前