Ray
0379b94b7a
Minor tweaks
пре 2 година
Ray
b92573e711
Update raudio.c
пре 2 година
Ray
2245500245
Added comment about buffer refill issue on looping #2228
пре 2 година
Ray
066bd5be87
Reviewed formating
пре 2 година
Ray
29a0f60778
REVIEWED: `ImageResize()` #2572
пре 2 година
Ray
05dc300296
Remove unneded TABS
пре 2 година
Audi Nugraha
d1aabb3957
Allow DLL creation using TCC ( #2569 )
* Fix Undefined Symbol `_ftelli64`
* Add files via upload
* Update raylib.h
* Update raylib.h
пре 2 година
Richard Smith
f7e1550eea
Fix fat universal (arm64 + x86_64) macos Github Actions build ( #2567 )
* test if clang supports multiple targets
* didnt work, so trying lipo to join separate targets together
* add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build
* fix sym links
* try again to fix sym links
* auto extract raylib version numbers from makefile
* fix macos missing gnu grep
* dont use custom name for raylib dlls
пре 2 година
Ray
7fb7591e4f
Update raylib.h
пре 2 година
Ray
e722a8dbef
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
пре 2 година
Ray
e0f0a5f663
REMOVED: `GenMeshBinormals()`, actually, never implemented
пре 2 година
Ray
cd53531050
Added some comments
пре 2 година
Ray
c6c71fe73c
REVIEWED: `DrawMesh()` #2511
Disable color vertex attribute if not provided by mesh
пре 2 година
Ray
f579a3a708
REVIEWED: `DecompressData()`
пре 2 година
Ray
9be186624c
REVIEWED: `DrawBillboard*()`
пре 2 година
Ray
61e691d94f
Remove unneeded `rlPushMatrix()`
пре 2 година
Ray
da5d04061e
Updated PLATFORM_RPI info #2547
пре 2 година
Ray
1211047e1c
Removed physac #2543
пре 2 година
veclavtalica
63568721f9
fix: precision loss, discard unused ( #2541 )
пре 2 година
Hanaxar
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
пре 2 година
Ray
371aa0fe7f
Update rlgl.h
пре 2 година
Ray
5044ce9de3
Reviewed batch buffer overflow #2526
пре 2 година
Ray
68c7cc0cc4
minor tweak
пре 2 година
Dan Bechard
8bd3ecaa66
Share PCM streaming buffer to reduce dynamic allocations ( #2532 )
пре 2 година
Ray
0afa79067b
Revert "Update rlgl.h"
This reverts commit 8fe6bfabbf
.
пре 2 година
Ray
5426262ae6
REVIEWED: `IsFileExtension()` #2530
Max file extension size set to 16
пре 2 година
Ray
8fe6bfabbf
Update rlgl.h
пре 2 година
Ray
6f3b2a7661
Update rlgl.h
пре 2 година
Ray
c1d9489294
Update rcore.c
пре 2 година
Ray
8d9c45a08a
tweak
пре 2 година
Ray
d4f60f8303
REVIEWED: `LoadDroppedFiles()`, fixed issues
пре 2 година
The Tophat Demon
a6e31cadbd
Changed ExportFontAsCode to use given font's padding. ( #2525 )
пре 2 година
Roy Qu
0964353073
fix: round off error in ColorAlphaBlend ( #2524 )
пре 2 година
Ray
309ad3e08b
REVIEWED: `rlTextureParameters()`, reset anisotropy level
пре 2 година
Ray
7ed3d870fe
REVIEWED: `rlGenTextureMipmaps()`, removed filtering setup
пре 2 година
Ray
2824aacd5d
Update rcore.c
пре 2 година
Pijus
c392f0c16b
Add wrap ( #2522 )
* add wrap function
* fixed Wrap function wrapping wrong
пре 2 година
Ray
377dcef9f4
Revert "add wrap function ( #2521 )"
This reverts commit 81157e4e72
.
пре 2 година
Pijus
81157e4e72
add wrap function ( #2521 )
пре 2 година
Ray
9998a86625
Update rcore.c
пре 2 година
Ray
a2c56b5929
Update rmem.h
пре 2 година
Ray
043fa4cba7
Removed extras directory
пре 2 година
Ray
ad56a49da8
Reviewed latest PR
пре 2 година
Steven Schveighoffer
e1e0bc4266
Add function to read both X and Y mouse scrolling from a trackpad ( #2517 )
(GetMouseWheelMoveV).
пре 2 година
Ray
875601c4cc
REVIEWED: `FilePathList`, consider maximum capacity
пре 2 година
Ray
b8f67c6285
WARNING: BREAKING: REDESIGNED: Filepath loading API
REDESIGNED: `LoadDirectoryFiles()`
ADDED: `LoadDirectoryFilesEx()`
REDESIGNED: `LoadDroppedFiles()`
ADDED: `IsPathFile()`
This BIG BREAKING change simplifies the functions and gives more control to the user:
- A new `struct FilePathList` has been added to avoid exposing complex pointers.
- User is responsible of memory loading/unloading
- Filepaths loading support recursive directories and file extension filters
пре 2 година
Ray
b1c413237c
Update config.h
пре 2 година
Ray
b9f617aaee
Update raylib.h
пре 2 година
Ray
702f2bccfc
REVIEWED: Issue with MOUSE_PASSTROUGH #2516
пре 2 година
Ray
b549baa6b7
New feature: support MOUSE_PASSTHROUGH #2516
пре 2 година