Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
2 years ago
Ray
6259dc4121
Revert "UPDATE: `DEFLATE` algorithm"
This reverts commit d786af83fc
.
2 years ago
Ray
d786af83fc
UPDATE: `DEFLATE` algorithm
2 years ago
Ray
5ecc289201
REVIEWED: Support OpneBSD for timming functions
2 years ago
Crydsch
020e903193
Fix lgtm warnings ( #2477 )
* Comparison is always true because finalSample >= 1
* Comparison is always false because keyCount >= 0
2 years ago
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
2 years ago
Ray
f3aac87422
Some minor tweaks
2 years ago
Rob Loach
c0275df820
Easings: Add function descriptions ( #2471 )
2 years ago
Crydsch
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
2 years ago
Ray
df3f64bfd2
Corrected typo
2 years ago
lazaray
bbc8d39185
Add support for truncating parser input ( #2464 )
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
2 years ago
Daniel Nagy
19f88241ec
Flush stdout after trace messages ( #2465 )
This immediately shows log messages when stdout is not connected to a
tty.
2 years ago
Ray
ed29b4eedf
Update utils.c
2 years ago
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
2 years ago
Ray
ed2ab55034
Remove line ending spaces
2 years ago
Ray
666aa44a84
Reviewed some comments
2 years ago
Ray
f169530d8f
Update raylib.h
2 years ago
Ray
5c66cc1c9b
Update rcore.c
2 years ago
Leonardo Montagner
3580267479
Fix Issue #2441 ( #2442 )
Remove line that caused a memory leak
2 years ago
Ray
a7ce537d32
Check for mouse devices on PLATFORM_DRM
2 years ago
Ray
38a3523f59
REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
2 years ago
Ray
bdfa256cea
Update rlgl.h
2 years ago
Ray
6e722d416b
Update rcore.c
2 years ago
Ray
e543922055
Review formatting
2 years ago
Juan Carlos González Amestoy
f2c7b0d3bf
- Fix issue #2371 ( #2437 )
2 years ago
Ray
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
2 years ago
Ray
dc553d1996
Update rlgl.h
2 years ago
Ray
f798ee2bc1
Update rlgl.h
2 years ago
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
2 years ago
Ray
e1ee4b1466
Reviewed MouseScrollCallback() #2371
2 years ago
Ray
d433de7efa
Initialize (reset) input global state #2360
2 years ago
Ray
233cf3970c
Removed bool type from raymath, it broke raylib
2 years ago
Ray
ff95f05386
Update rlgl.h
2 years ago
Ray
47d768c3d6
REVIEWED: ToggleFullscreen()
2 years ago
Ray
015a71fc40
Update raymath.h
2 years ago
Ray
be3ae71aec
Review new functions formatting
2 years ago
saccharineboi
52befa0815
Augment raymath.h with useful functions ( #2428 )
* Augment raymath.h with useful functions
* Rename Vector2ClampMagnitude and Vector3ClampMagnitude to Vector2ClampValue and Vector3ClampValue
* Remove Vector3{Up,Down,Left,Right,Forward,Backward}
2 years ago
Anilforextra
a5daee3812
Optimize Some Image Functions. ( #2429 )
2 years ago
Ray
f71cc53bc9
WARNING: RENAMED: some parameters from length to size
When referring to byte array SIZE, I find it more clear than length
3 years ago
Ray
1612ba63ab
ADDED: Audio stream processors support -WIP- #2212
This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor.
3 years ago
Ray
90fc7c0376
WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405
3 years ago
Satoshi Tanaka
5abb87a0d2
Fix QuaternionScale ( #2419 )
3 years ago
Ray
9c2d337e99
Update rtext.c
3 years ago
Ray
cfe7823453
REMOVED: `MatrixNormalize()` #2412
3 years ago
Ray
c2c1c93041
Corrected typo
3 years ago
Ray
418a595b6f
Corrected typo
3 years ago
Ray
8e28872fe1
Rename audio callback
3 years ago
Ray
381236051f
ADDED: Audio stream input callback #2212 -WIP-
WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms.
3 years ago
Ray
bcd84cd36d
Some code reviews -WIP-
3 years ago
Ray
22c17da4d7
Update to miniaudio 11.8
3 years ago