fe28aa7c9b
Review log messages
2022-05-29 17:39:10 +02:00
1f806b555d
ADDED: -latomic linkage, required by miniaudio on ARM 32bit #2452
2022-05-20 17:45:36 +02:00
789e504069
use GetWindowScaleDPI to calculate size for rlReadScreenPixels in screenshot/recording ( #2446 )
2022-05-20 17:25:47 +02:00
5bdd8f134f
Improved boolean definitions ( #2485 )
2022-05-19 21:21:09 +02:00
6259dc4121
Revert "UPDATE: DEFLATE algorithm"
...
This reverts commit d786af83fc .
2022-05-18 16:23:52 +02:00
d786af83fc
UPDATE: DEFLATE algorithm
2022-05-18 13:39:07 +02:00
5ecc289201
REVIEWED: Support OpneBSD for timming functions
2022-05-16 19:24:16 +02:00
020e903193
Fix lgtm warnings ( #2477 )
...
* Comparison is always true because finalSample >= 1
* Comparison is always false because keyCount >= 0
2022-05-14 15:02:29 +02:00
db16833d8c
ADDED: EnableEventWaiting() / DisableEventWaiting()
...
Events waiting can be enabled/disabled, it toggles event polling.
2022-05-12 16:51:46 +02:00
f3aac87422
Some minor tweaks
2022-05-12 16:35:28 +02:00
c0275df820
Easings: Add function descriptions ( #2471 )
2022-05-12 14:48:51 +02:00
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
2022-05-09 17:12:38 +02:00
df3f64bfd2
Corrected typo
2022-05-07 18:04:34 +02:00
bbc8d39185
Add support for truncating parser input ( #2464 )
...
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
2022-05-06 20:18:39 +02:00
19f88241ec
Flush stdout after trace messages ( #2465 )
...
This immediately shows log messages when stdout is not connected to a
tty.
2022-05-06 20:15:13 +02:00
ed29b4eedf
Update utils.c
2022-05-06 00:46:43 +02:00
d9a30b8480
ADDED: ExportDataAsCode()
2022-05-06 00:14:28 +02:00
ed2ab55034
Remove line ending spaces
2022-05-05 20:39:14 +02:00
666aa44a84
Reviewed some comments
2022-05-01 11:14:28 +02:00
f169530d8f
Update raylib.h
2022-04-29 17:52:22 +02:00
5c66cc1c9b
Update rcore.c
2022-04-28 17:38:52 +02:00
3580267479
Fix Issue #2441 ( #2442 )
...
Remove line that caused a memory leak
2022-04-26 12:25:39 +02:00
a7ce537d32
Check for mouse devices on PLATFORM_DRM
2022-04-26 09:30:20 +02:00
38a3523f59
REVIEWED: SwapScreenBuffers() for PLATFORM_DRM
...
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
2022-04-25 21:00:17 +02:00
bdfa256cea
Update rlgl.h
2022-04-25 19:35:23 +02:00
6e722d416b
Update rcore.c
2022-04-25 19:35:19 +02:00
e543922055
Review formatting
2022-04-24 17:58:51 +02:00
f2c7b0d3bf
- Fix issue #2371 ( #2437 )
2022-04-24 17:05:45 +02:00
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
2022-04-24 12:37:50 +02:00
dc553d1996
Update rlgl.h
2022-04-24 12:25:26 +02:00
f798ee2bc1
Update rlgl.h
2022-04-24 12:19:41 +02:00
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
2022-04-24 11:48:50 +02:00
e1ee4b1466
Reviewed MouseScrollCallback() #2371
2022-04-24 11:16:35 +02:00
d433de7efa
Initialize (reset) input global state #2360
2022-04-24 11:02:50 +02:00
233cf3970c
Removed bool type from raymath, it broke raylib
2022-04-24 00:38:11 +02:00
ff95f05386
Update rlgl.h
2022-04-24 00:29:15 +02:00
47d768c3d6
REVIEWED: ToggleFullscreen()
2022-04-23 23:40:56 +02:00
015a71fc40
Update raymath.h
2022-04-23 23:39:50 +02:00
be3ae71aec
Review new functions formatting
2022-04-23 23:24:13 +02:00
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}
2022-04-23 23:13:33 +02:00
a5daee3812
Optimize Some Image Functions. ( #2429 )
2022-04-23 10:51:47 +02:00
f71cc53bc9
WARNING: RENAMED: some parameters from length to size
...
When referring to byte array SIZE, I find it more clear than length
2022-04-06 20:50:50 +02:00
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.
2022-03-30 20:13:02 +02:00
90fc7c0376
WARNING: BREAKING: REMOVED: GetRayCollisionModel() #2405
2022-03-30 20:11:22 +02:00
5abb87a0d2
Fix QuaternionScale ( #2419 )
2022-03-30 19:53:44 +02:00
9c2d337e99
Update rtext.c
2022-03-29 18:11:33 +02:00
3bcb19e040
Merge branch 'master' of https://github.com/raysan5/raylib
2022-03-28 11:58:25 +02:00
cfe7823453
REMOVED: MatrixNormalize() #2412
2022-03-28 11:58:16 +02:00
c2c1c93041
Corrected typo
2022-03-26 10:42:46 +01:00
418a595b6f
Corrected typo
2022-03-25 15:39:32 +01:00