Ray
ad56a49da8
Reviewed latest PR
před 2 roky
Steven Schveighoffer
e1e0bc4266
Add function to read both X and Y mouse scrolling from a trackpad ( #2517 )
(GetMouseWheelMoveV).
před 2 roky
Ray
875601c4cc
REVIEWED: `FilePathList`, consider maximum capacity
před 2 roky
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
před 2 roky
Ray
b1c413237c
Update config.h
před 2 roky
Ray
b9f617aaee
Update raylib.h
před 2 roky
Ray
702f2bccfc
REVIEWED: Issue with MOUSE_PASSTROUGH #2516
před 2 roky
Ray
b549baa6b7
New feature: support MOUSE_PASSTHROUGH #2516
před 2 roky
Ray
4a6e8bb90b
Minor formattng tweak
před 2 roky
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
před 2 roky
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
před 2 roky
Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
před 2 roky
Ray
bf208decc0
REVIEWED: Compilation warnings
před 2 roky
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
před 2 roky
Ray
ebbcc2ffce
WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
před 2 roky
Ray
461cdda71e
Reviewed latest PR, variable name
před 2 roky
flashback-fx
c11d30bafe
Change WaitTime argument from milliseconds to seconds ( #2506 )
před 2 roky
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
před 2 roky
Ray
8da566d6e7
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
před 2 roky
Ray
865a44adda
REVIEWED: Mouse device support on `PLATFORM_DRM` #2381
před 2 roky
flashback-fx
cda89ebb58
Fix regression that was causing video stuttering ( #2503 )
před 2 roky
Ray
6fccfc57a4
Minor tweak
před 2 roky
Ray
a28dfbae9f
REVIEWED: Batch limits check #2489
před 2 roky
Ray
d0318aac4a
REVIEWED: `DrawBillboardPro()` #2494
před 2 roky
Ray
8294e04749
Correct typo
před 2 roky
Ray
fe28aa7c9b
Review log messages
před 2 roky
Ray
1f806b555d
ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452
před 2 roky
gulrak
789e504069
use GetWindowScaleDPI to calculate size for rlReadScreenPixels in screenshot/recording ( #2446 )
před 2 roky
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
před 2 roky
Ray
6259dc4121
Revert "UPDATE: `DEFLATE` algorithm"
This reverts commit d786af83fc
.
před 2 roky
Ray
d786af83fc
UPDATE: `DEFLATE` algorithm
před 2 roky
Ray
5ecc289201
REVIEWED: Support OpneBSD for timming functions
před 2 roky
Crydsch
020e903193
Fix lgtm warnings ( #2477 )
* Comparison is always true because finalSample >= 1
* Comparison is always false because keyCount >= 0
před 2 roky
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
před 2 roky
Ray
f3aac87422
Some minor tweaks
před 2 roky
Rob Loach
c0275df820
Easings: Add function descriptions ( #2471 )
před 2 roky
Crydsch
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
před 2 roky
Ray
df3f64bfd2
Corrected typo
před 2 roky
lazaray
bbc8d39185
Add support for truncating parser input ( #2464 )
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
před 2 roky
Daniel Nagy
19f88241ec
Flush stdout after trace messages ( #2465 )
This immediately shows log messages when stdout is not connected to a
tty.
před 2 roky
Ray
ed29b4eedf
Update utils.c
před 2 roky
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
před 2 roky
Ray
ed2ab55034
Remove line ending spaces
před 2 roky
Ray
666aa44a84
Reviewed some comments
před 2 roky
Ray
f169530d8f
Update raylib.h
před 2 roky
Ray
5c66cc1c9b
Update rcore.c
před 2 roky
Leonardo Montagner
3580267479
Fix Issue #2441 ( #2442 )
Remove line that caused a memory leak
před 2 roky
Ray
a7ce537d32
Check for mouse devices on PLATFORM_DRM
před 2 roky
Ray
38a3523f59
REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
před 2 roky
Ray
bdfa256cea
Update rlgl.h
před 2 roky