7fb7591e4f
Update raylib.h
2022-07-05 13:27:07 +02:00
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.
2022-07-05 13:24:14 +02:00
e0f0a5f663
REMOVED: GenMeshBinormals(), actually, never implemented
2022-07-05 12:55:51 +02:00
cd53531050
Added some comments
2022-07-05 00:50:23 +02:00
c6c71fe73c
REVIEWED: DrawMesh() #2511
...
Disable color vertex attribute if not provided by mesh
2022-07-04 17:47:47 +02:00
f579a3a708
REVIEWED: DecompressData()
2022-07-03 11:11:50 +02:00
9be186624c
REVIEWED: DrawBillboard*()
2022-06-29 21:56:19 +02:00
61e691d94f
Remove unneeded rlPushMatrix()
2022-06-27 13:27:16 +02:00
da5d04061e
Updated PLATFORM_RPI info #2547
2022-06-25 12:10:28 +02:00
1211047e1c
Removed physac #2543
2022-06-24 11:09:12 +02:00
63568721f9
fix: precision loss, discard unused ( #2541 )
2022-06-24 10:59:31 +02:00
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
...
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
2022-06-23 12:23:14 +02:00
371aa0fe7f
Update rlgl.h
2022-06-21 20:59:54 +02:00
5044ce9de3
Reviewed batch buffer overflow #2526
2022-06-21 20:28:50 +02:00
68c7cc0cc4
minor tweak
2022-06-21 19:53:28 +02:00
8bd3ecaa66
Share PCM streaming buffer to reduce dynamic allocations ( #2532 )
2022-06-21 19:26:21 +02:00
0afa79067b
Revert "Update rlgl.h"
...
This reverts commit 8fe6bfabbf .
2022-06-18 20:47:49 +02:00
5426262ae6
REVIEWED: IsFileExtension() #2530
...
Max file extension size set to 16
2022-06-18 20:44:15 +02:00
8fe6bfabbf
Update rlgl.h
2022-06-18 19:24:11 +02:00
6f3b2a7661
Update rlgl.h
2022-06-18 16:22:47 +02:00
c1d9489294
Update rcore.c
2022-06-18 16:22:42 +02:00
8d9c45a08a
tweak
2022-06-17 21:24:59 +02:00
d4f60f8303
REVIEWED: LoadDroppedFiles(), fixed issues
2022-06-17 12:06:58 +02:00
a6e31cadbd
Changed ExportFontAsCode to use given font's padding. ( #2525 )
2022-06-17 00:12:21 +02:00
0964353073
fix: round off error in ColorAlphaBlend ( #2524 )
2022-06-16 14:47:46 +02:00
309ad3e08b
REVIEWED: rlTextureParameters(), reset anisotropy level
2022-06-16 13:07:38 +02:00
7ed3d870fe
REVIEWED: rlGenTextureMipmaps(), removed filtering setup
2022-06-16 13:07:09 +02:00
2824aacd5d
Update rcore.c
2022-06-16 13:06:18 +02:00
c392f0c16b
Add wrap ( #2522 )
...
* add wrap function
* fixed Wrap function wrapping wrong
2022-06-14 21:28:39 +02:00
377dcef9f4
Revert "add wrap function ( #2521 )"
...
This reverts commit 81157e4e72 .
2022-06-14 20:53:35 +02:00
81157e4e72
add wrap function ( #2521 )
2022-06-14 19:12:37 +02:00
9998a86625
Update rcore.c
2022-06-12 22:56:24 +02:00
a2c56b5929
Update rmem.h
2022-06-12 21:22:01 +02:00
043fa4cba7
Removed extras directory
2022-06-12 21:13:46 +02:00
ad56a49da8
Reviewed latest PR
2022-06-12 20:51:31 +02:00
e1e0bc4266
Add function to read both X and Y mouse scrolling from a trackpad ( #2517 )
...
(GetMouseWheelMoveV).
2022-06-12 17:30:07 +02:00
875601c4cc
REVIEWED: FilePathList, consider maximum capacity
2022-06-12 11:32:10 +02:00
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
2022-06-11 23:24:13 +02:00
b1c413237c
Update config.h
2022-06-11 20:44:47 +02:00
b9f617aaee
Update raylib.h
2022-06-11 18:13:15 +02:00
702f2bccfc
REVIEWED: Issue with MOUSE_PASSTROUGH #2516
2022-06-11 18:12:39 +02:00
b549baa6b7
New feature: support MOUSE_PASSTHROUGH #2516
2022-06-11 12:08:16 +02:00
4a6e8bb90b
Minor formattng tweak
2022-06-09 21:01:51 +02:00
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
2022-06-09 21:00:04 +02:00
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
2022-06-07 21:01:29 +02:00
dca23cb3ff
RENAMED: BLEND_ALPHA_PREMUL to BLEND_ALPHA_PREMULTIPLY
2022-06-07 18:46:14 +02:00
bf208decc0
REVIEWED: Compilation warnings
2022-06-07 10:04:24 +02:00
e6bc401c93
WARNING: RENAMED: GetDroppedFiles() to LoadDroppedFiles()
...
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2022-06-06 20:39:37 +02:00
ebbcc2ffce
WARNING: RENAMED: GetDirectoryFiles() to LoadDirectoryFiles()
...
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
2022-06-06 20:30:24 +02:00
461cdda71e
Reviewed latest PR, variable name
2022-06-06 20:23:14 +02:00