Ray
7fb7591e4f
Update raylib.h
3 vuotta sitten
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.
3 vuotta sitten
Ray
e0f0a5f663
REMOVED: `GenMeshBinormals()`, actually, never implemented
3 vuotta sitten
Ray
cd53531050
Added some comments
3 vuotta sitten
Ray
c6c71fe73c
REVIEWED: `DrawMesh()` #2511
Disable color vertex attribute if not provided by mesh
3 vuotta sitten
Ray
f579a3a708
REVIEWED: `DecompressData()`
3 vuotta sitten
Ray
9be186624c
REVIEWED: `DrawBillboard*()`
3 vuotta sitten
Ray
61e691d94f
Remove unneeded `rlPushMatrix()`
3 vuotta sitten
Ray
da5d04061e
Updated PLATFORM_RPI info #2547
3 vuotta sitten
Ray
1211047e1c
Removed physac #2543
3 vuotta sitten
veclavtalica
63568721f9
fix: precision loss, discard unused ( #2541 )
3 vuotta sitten
Hanaxar
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
3 vuotta sitten
Ray
371aa0fe7f
Update rlgl.h
3 vuotta sitten
Ray
5044ce9de3
Reviewed batch buffer overflow #2526
3 vuotta sitten
Ray
68c7cc0cc4
minor tweak
3 vuotta sitten
Dan Bechard
8bd3ecaa66
Share PCM streaming buffer to reduce dynamic allocations ( #2532 )
3 vuotta sitten
Ray
0afa79067b
Revert "Update rlgl.h"
This reverts commit 8fe6bfabbf
.
3 vuotta sitten
Ray
5426262ae6
REVIEWED: `IsFileExtension()` #2530
Max file extension size set to 16
3 vuotta sitten
Ray
8fe6bfabbf
Update rlgl.h
3 vuotta sitten
Ray
6f3b2a7661
Update rlgl.h
3 vuotta sitten
Ray
c1d9489294
Update rcore.c
3 vuotta sitten
Ray
8d9c45a08a
tweak
3 vuotta sitten
Ray
d4f60f8303
REVIEWED: `LoadDroppedFiles()`, fixed issues
3 vuotta sitten
The Tophat Demon
a6e31cadbd
Changed ExportFontAsCode to use given font's padding. ( #2525 )
3 vuotta sitten
Roy Qu
0964353073
fix: round off error in ColorAlphaBlend ( #2524 )
3 vuotta sitten
Ray
309ad3e08b
REVIEWED: `rlTextureParameters()`, reset anisotropy level
3 vuotta sitten
Ray
7ed3d870fe
REVIEWED: `rlGenTextureMipmaps()`, removed filtering setup
3 vuotta sitten
Ray
2824aacd5d
Update rcore.c
3 vuotta sitten
Pijus
c392f0c16b
Add wrap ( #2522 )
* add wrap function
* fixed Wrap function wrapping wrong
3 vuotta sitten
Ray
377dcef9f4
Revert "add wrap function ( #2521 )"
This reverts commit 81157e4e72
.
3 vuotta sitten
Pijus
81157e4e72
add wrap function ( #2521 )
3 vuotta sitten
Ray
9998a86625
Update rcore.c
3 vuotta sitten
Ray
a2c56b5929
Update rmem.h
3 vuotta sitten
Ray
043fa4cba7
Removed extras directory
3 vuotta sitten
Ray
ad56a49da8
Reviewed latest PR
3 vuotta sitten
Steven Schveighoffer
e1e0bc4266
Add function to read both X and Y mouse scrolling from a trackpad ( #2517 )
(GetMouseWheelMoveV).
3 vuotta sitten
Ray
875601c4cc
REVIEWED: `FilePathList`, consider maximum capacity
3 vuotta sitten
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
3 vuotta sitten
Ray
b1c413237c
Update config.h
3 vuotta sitten
Ray
b9f617aaee
Update raylib.h
3 vuotta sitten
Ray
702f2bccfc
REVIEWED: Issue with MOUSE_PASSTROUGH #2516
3 vuotta sitten
Ray
b549baa6b7
New feature: support MOUSE_PASSTHROUGH #2516
3 vuotta sitten
Ray
4a6e8bb90b
Minor formattng tweak
3 vuotta sitten
gulrak
5e3ef42201
GetMonitorWidth()/GetMonitorHeight(): return current video resolution instead max available ( #2514 )
* GetMonitorWidth()/GetMonitorHeight(): current video resolution instead max available
* adapt header comment to reflect change
3 vuotta sitten
flashback-fx
8c55b40e9e
Unify busy waiting behavior across conditional compilation branches ( #2508 )
* Unify busy waiting behavior across conditional compilation branches
* Inline busy waiting code instead of using static function
3 vuotta sitten
Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
3 vuotta sitten
Ray
bf208decc0
REVIEWED: Compilation warnings
3 vuotta sitten
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
3 vuotta sitten
Ray
ebbcc2ffce
WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
3 vuotta sitten
Ray
461cdda71e
Reviewed latest PR, variable name
3 vuotta sitten