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 години
Antonis Geralis
963de06d08
follow style guide ( #2346 )
* follow style guide
* Update rmodels.c
преди 3 години
raysan5
4f2bfc5476
Reviewed bug on `FindNearestConnectorMode()`
преди 3 години
Chris
4815065c47
Update Raylib-cs bindings version ( #2343 )
преди 3 години
Jaedeok Kim
b54e9db764
Optimize `Vector2Rotate()` function ( #2340 )
преди 3 години
megagrump
f40eed5adf
add premultiplied alpha blend mode ( #2342 )
преди 3 години
Ray
4bc6e0d7de
Update rtext.c
преди 3 години
Ray
9cf170e6e9
Reviewed makefile to use right shell on right platform
преди 3 години
raysan5
8c9a0221a4
Update Makefile
преди 3 години
raysan5
2f3fc41c33
Allow setting a custom PLATFORM_SHELL
преди 3 години
raysan5
6ef6dbff2d
REVIEWED: PLATFORM_OS for PLATFORM_WEB
преди 3 години
raysan5
d0008ae8cd
REVIEWED: Issue when compiling for PLATFORM_WEB
преди 3 години
Peter0x44
dd15531e25
Properly fix make clean under windows ( #2341 )
* Properly fix make clean under sh.exe
* Ensure make clean works properly under Windows if RAYLIB_RELEASE_PATH is modified
преди 3 години
raysan5
ddba8478c5
Revert "Reviewed Makefile clean target to use CMD shell on Windows"
This reverts commit ab47c6401e
.
преди 3 години
raysan5
ab47c6401e
Reviewed Makefile clean target to use CMD shell on Windows
Tested on the following environments:
- w64devkit.exe
- Windows 10 cmd
- Notepad++ NppExec console
преди 3 години
Peter0x44
81cced4d83
Fix make clean target failing when shell is not cmd ( #2338 )
GNU make on Windows first tries to find sh.exe on the path,
and will execute build rules using it if it is present.
The make clean target uses the builtin cmd.exe command del, which
won't work under sh.exe
The reason this is not done for the entire Makefile is because it would
break cross-compilation of raylib.
преди 3 години