ZimonIsHim
c064eefe26
Update SPONSORS.md ( #2423 )
пре 3 година
Ray
709ec1663d
Update audio_music_stream.c
пре 3 година
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 година
Ray
90fc7c0376
WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405
пре 3 година
Satoshi Tanaka
5abb87a0d2
Fix QuaternionScale ( #2419 )
пре 3 година
Ray
9c2d337e99
Update rtext.c
пре 3 година
Ray
3bcb19e040
Merge branch 'master' of https://github.com/raysan5/raylib
пре 3 година
Ray
cfe7823453
REMOVED: `MatrixNormalize()` #2412
пре 3 година
Ray
c2c1c93041
Corrected typo
пре 3 година
Ray
418a595b6f
Corrected typo
пре 3 година
Ray
45cc806a5c
Update README.md
пре 3 година
Ray
69ccf6d472
Update README.md
пре 3 година
Ray
a2399bd2bc
Update README.md
пре 3 година
Ray
8e28872fe1
Rename audio callback
пре 3 година
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 година
Ray
bcd84cd36d
Some code reviews -WIP-
пре 3 година
Ray
22c17da4d7
Update to miniaudio 11.8
пре 3 година
Ray
ca12ef48e9
Fixes #2408
пре 3 година
Ray
65f28460a1
Update shaders_raymarching.c
пре 3 година
Ray
3634adf8d4
Update textures_draw_tiled.c
пре 3 година
Ray
bd95408b06
Update textures_draw_tiled.c
пре 3 година
Ray
cb62cb675f
Minor tweaks `const`
пре 3 година
irishgreencitrus
40794da9e4
Add raylib.jl binding for Julia ( #2403 )
пре 3 година
Ray
0da7830745
REVIEWED: Avoid some float -> double promotions
пре 3 година
Jeffery Myers
c65efecf0a
Verify there is enough space in the batch for the npatch geometry. ( #2401 )
пре 3 година
João Távora
9ecbc465a9
Fix too many opening parens in src/rtextures.c ( #2398 )
This is a tiny change that makes code in src/rtextures.c "fold"
correctly in editors/IDE's by matching the number of opening
parenthesis to closing parenthesis. One of those editors is Emacs ;-)
пре 3 година
Rodrigo Escar
9723489ccc
Implements OpenURL() for Android Platform ( #2396 )
пре 3 година
Ethan Conneely
3d812f8d0c
Fix inline enum ( #2393 )
пре 3 година
Kristian Lein-Mathisen
4954778f68
Improve joystick visualisation in gamepad example again ( #2391 )
As prior commit, but complete fix for XBox controller and trigger
buttons too.
> The joystick range is a float from -1 through +1. Casting this to int
> yields only three possible values: -1, 0, and 1. This gives a
> misleading joystick placement in the demo.
>
> By casting to int after the multiplication to get pixel values, the
> demo reveals the analog feel of the joystick.
пре 3 година
Kristian Lein-Mathisen
ec7250ca54
Improve joystick visualisation in gamepad example ( #2390 )
The joystick range is a float from -1 through +1. Casting this to int
yields only three possible values: -1, 0, and 1. This gives a
misleading joystick placement in the demo.
By casting to int after the multiplication, the demo reveals the
analog feel of the joystick.
пре 3 година
Ray
d2119848ed
REVIEWED: `OpenURL()`
пре 3 година
Antonis Geralis
f3b0d7f2fe
Add naylib ( #2386 )
* Add naylib
* Fix license
пре 3 година
Guido Bartolucci
c3a7bd8c51
Updated Zig bindings to reflect updates to that library ( #2385 )
* Updated zig bindings info
* Updated raylib-zig license
пре 3 година
tixvage
3f01b8a93f
Fixed an issue in Makefile when using raygui and physac on unix systems ( #2384 )
* Fixed an issue when using raygui and physac on unix systems
hash "#" is single-line comment character in bash so echo ignores #include and #define
* tab fix
пре 3 година
Ray
a5a098c97f
Remove space
пре 3 година
Komari Spaghetti
8065504aba
Simplify build.zig to not require user to specify raylib path ( #2383 )
We can figure out the source file location based on the location of the
build.zig file. No need to require the library user to specify where
raylib is stored.
пре 3 година
Anilforextra
cda1324e87
Vector2/Vector3: Add squared distance. ( #2376 )
пре 3 година
Ethan Conneely
43dbe67431
Update parser ( #2375 )
* Add variable len args support
* Api Regen for 4.1dev
пре 3 година
Michael Vetter
e9f97e1165
Add repology badge ( #2367 )
So we can see which distributions package raylib.
And in which version they are.
пре 3 година
Marco G. Maia
c5d2cc8e66
Update raylib-config.cmake ( #2374 )
Updated cmake to windows users.
So they can `find_package(raylib [...])` with exported target as raylib instead of ${raylib_LIBRARIES}, etc
пре 3 година
megagrump
7584ce6f48
Increase atlas size guesstimate; print warnings if atlas size is too small ( #2365 )
пре 3 година
Chris Warren-Smith
7bbaba38e4
Update BINDINGS.md ( #2366 )
Update SmallBASIC to 4.1-dev
пре 3 година
Ray
7fa75cb24e
Removed memset()
пре 3 година
Ray
ead8003044
Possible fix for #2360
пре 3 година
Conifer Coniferoslav
296b57e1f5
Update Swift binding version ( #2352 )
3.7 -> 4.0
пре 3 година
Ray
6e9ec253c8
Support clipboard copy/paste on web
пре 3 година
raysan5
937e7b3dd9
REVIEWED: Some functions input parametes that should be `const`
пре 3 година
Antonis Geralis
68bad6986d
make const ( #2348 )
* make const
* make const
пре 3 година
DavidLyhedDanielsson
761669272f
Fix free camera panning in the wrong direction ( #2347 )
пре 3 година
raysan5
d4382f4a52
Removed trailing spaces
пре 3 година