Ray
d0318aac4a
REVIEWED: `DrawBillboardPro()` #2494
3 yıl önce
Ray
8294e04749
Correct typo
3 yıl önce
Ray
fe28aa7c9b
Review log messages
3 yıl önce
Ray
1f806b555d
ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452
3 yıl önce
gulrak
789e504069
use GetWindowScaleDPI to calculate size for rlReadScreenPixels in screenshot/recording ( #2446 )
3 yıl önce
Patrick
76c3881944
Fixed Android CMake build error ( #2486 )
`android_native_app_glue.c` wasn't appended to the `raylib_sources` as other libraries were.
Co-authored-by: Patrick Martin <martinpatrick@google.com>
3 yıl önce
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
3 yıl önce
Ray
426e8252d4
Update `raylib-jai` binding
3 yıl önce
Angga Permana
d3caee0e72
generate compile_commands.json to be used by language server ( #2481 )
* cmake: Generate compile commands
* Update README.md
simplify build process
3 yıl önce
Ray
6259dc4121
Revert "UPDATE: `DEFLATE` algorithm"
This reverts commit d786af83fc
.
3 yıl önce
Ray
d786af83fc
UPDATE: `DEFLATE` algorithm
3 yıl önce
Ray
5ecc289201
REVIEWED: Support OpneBSD for timming functions
3 yıl önce
Crydsch
020e903193
Fix lgtm warnings ( #2477 )
* Comparison is always true because finalSample >= 1
* Comparison is always false because keyCount >= 0
3 yıl önce
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
3 yıl önce
Ray
f3aac87422
Some minor tweaks
3 yıl önce
ptarabbia
ea598f7d77
Fix crash with delay demo. ( #2472 )
3 yıl önce
Rob Loach
c0275df820
Easings: Add function descriptions ( #2471 )
3 yıl önce
Crydsch
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
3 yıl önce
Ray
df3f64bfd2
Corrected typo
3 yıl önce
lazaray
aa318674e8
Add support for calculated defines to parser ( #2463 )
* Add support for calculated defines to parser
* Regenerate parser output
3 yıl önce
lazaray
bbc8d39185
Add support for truncating parser input ( #2464 )
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
3 yıl önce
Daniel Nagy
19f88241ec
Flush stdout after trace messages ( #2465 )
This immediately shows log messages when stdout is not connected to a
tty.
3 yıl önce
Capital-EX
7fc9662480
Update Note About Factor's Raylib Bindings ( #2466 )
Factor's bindings have been moved into the main repo. Additionally, they have been updated to 4.0.
3 yıl önce
Ray
ed29b4eedf
Update utils.c
3 yıl önce
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
3 yıl önce
Ray
ed2ab55034
Remove line ending spaces
3 yıl önce
lazaray
4eb3d8857f
Reorder parser ( #2462 )
* Reorder parser output
* Regenerate parser output
* Reorder parser line reading
* Reorder parser data parsing
* Reorder remaining parser stuff
3 yıl önce
lazaray
df6caea25d
Parser improvements ( #2461 )
* Fix parser function description detection
Some functions in easings.h are defined on a single line and include a
division which was mistaken for the start of the description.
* Fix parser detection of macros including spaces
* Add support for self-referencing structs to parser
* Fix parser code style
* Fix parser handling of multiple fields on one line
* Increase parser MAX_STRUCT_FIELDS
For internal rlglData State struct (internal structs are still not
supported but this makes it less wrong).
* Add description helper to parser
* Regenerate parser output
* Add cakkbacks to parser
* Regenerate parser output
* Refactor funcLines to be an array of line numbers
It used to be an array of pointers into the text buffer but was changed
to be an array of pointers to the lines. Now it is an array of line
numbers like the others.
* Fix code style
* Move array size from name to type
* Regenerate parser output
3 yıl önce
Benedek Szilvasy
8cb03ef524
Add racket-raylib to BINDINGS.md ( #2454 )
3 yıl önce
lazaray
6f044c57ac
Add aliases to parser ( #2444 )
* Fix parser indentation
* Fix parser comments
* Add aliases to parser
* Regenerate parser output
* Fix parser handling of multiple fields on one line
* Regenerate parser output
* Fix parser code style
3 yıl önce
Ray
666aa44a84
Reviewed some comments
3 yıl önce
Ray
f169530d8f
Update raylib.h
3 yıl önce
Ray
5c66cc1c9b
Update rcore.c
3 yıl önce
Ratul Krisna
db6c677755
Update raylib haxe binding name ( #2451 )
As title says
3 yıl önce
Michael Scherbakow
28ac82aeb0
add raylib.zig bindings ( #2449 )
3 yıl önce
Leonardo Montagner
3580267479
Fix Issue #2441 ( #2442 )
Remove line that caused a memory leak
3 yıl önce
Ray
a7ce537d32
Check for mouse devices on PLATFORM_DRM
3 yıl önce
Ray
38a3523f59
REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
3 yıl önce
Ray
bdfa256cea
Update rlgl.h
3 yıl önce
Ray
6e722d416b
Update rcore.c
3 yıl önce
Ray
e543922055
Review formatting
3 yıl önce
Juan Carlos González Amestoy
f2c7b0d3bf
- Fix issue #2371 ( #2437 )
3 yıl önce
Ray
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
3 yıl önce
Ray
dc553d1996
Update rlgl.h
3 yıl önce
Ray
f798ee2bc1
Update rlgl.h
3 yıl önce
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
3 yıl önce
Ray
e1ee4b1466
Reviewed MouseScrollCallback() #2371
3 yıl önce
Ray
d433de7efa
Initialize (reset) input global state #2360
3 yıl önce
Ray
233cf3970c
Removed bool type from raymath, it broke raylib
3 yıl önce
Ray
ff95f05386
Update rlgl.h
3 yıl önce