Ray
530bb3dc57
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
6962364bfb
Update emsdk paths to latest versions
1 month ago
github-actions[bot]
cb73970f08
Update raylib_api.* by CI
1 month ago
Ray
6ff0b03629
REVIEWED: `UpdateModelAnimationBoneMatrices()` comments
1 month ago
Ray
5065b85d33
Update rlgl.h
1 month ago
Ray
6760d1bff8
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
b0140b876b
REVIEWED: GPU skninning on Web, some gotchas! #4412
1 month ago
github-actions[bot]
865265b832
Update raylib_api.* by CI
1 month ago
Ray
670fbd8c10
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
3483a4d9cb
Update raylib.h
1 month ago
github-actions[bot]
b0e77c7afd
Update raylib_api.* by CI
1 month ago
Ray
5706cfd600
Update Makefile
1 month ago
Ray
d85c6fe2c0
Update raylib.h
1 month ago
Ray
26dfd4c3f8
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
0f5e76f91f
Update CHANGELOG
1 month ago
github-actions[bot]
c6a58d9744
Update raylib_api.* by CI
1 month ago
Ray
2072b4fa04
Update raylib.h
1 month ago
Ray
51bc6ca834
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
4abc6c3989
Update CHANGELOG
1 month ago
Ray
f80a44c729
Update HISTORY.md
1 month ago
Jeffery Myers
0b650f62a6
[RTEXTURES] Remove the panorama cubemap layout option ( #4425 )
* Remove the panorama cubemap layout, it was not implemented.
Left a todo in the code for some aspiring developer to finish.
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 month ago
Ray
eb04154c98
Update Makefile
1 month ago
Ray
00c1f0836b
Update Makefile
1 month ago
Ray
ea81436bef
Update CHANGELOG
1 month ago
Ray
6184a2db3d
ADDED: CHANGELOG for raylib 5.5 -WIP-
1 month ago
Ray
708089f560
Reviewed and reverted unneeded module check, `rtextures` should not depend on `rtext`
1 month ago
Ray
de6487b177
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
cd845368d8
Update skinning.fs
1 month ago
Asdqwe
157ee79a8e
Add drawing for generic gamepad on core_input_gamepad example ( #4424 )
1 month ago
Franz
6f4407cb15
Fix typo in rshapes.c ( #4421 )
1 month ago
Cypress
df38564f62
Grammar fix in CONTRIBUTING.md ( #4423 )
"Can you write some tutorial/example?"
"Can you write some tutorials/examples?"
1 month ago
Asdqwe
fe6da67066
[examples] Add deadzone handling to `core_input_gamepad` example ( #4422 )
* Add deadzone handling to core_input_gamepad example
* Rename variables
1 month ago
Asdqwe
7a4a84a561
[rcore] Fix #4405 ( #4420 )
* Fix #4405 at runtime
* Add parameter validation
* Remove default global deadzone
1 month ago
Asdqwe
75a4c5bf20
Update core_input_gamepad example ( #4416 )
1 month ago
github-actions[bot]
ebcfc7f49e
Update raylib_api.* by CI
1 month ago
Ray
4b60ce700f
Update raylib.h
1 month ago
Ray
352f4ce2c4
Update config.h
1 month ago
Ray
79e2be68c2
Reviewed skinning shaders #4412
1 month ago
Sage Hane
53f7da2506
build.zig: Fix a minor issue with `-Dconfig` ( #4418 )
1 month ago
Sage Hane
55249faa58
build.zig: Re-add OpenGL to Linux deps ( #4417 )
1 month ago
Asdqwe
4cd243f0a3
Simplify EmscriptenResizeCallback() ( #4415 )
1 month ago
Sage Hane
b89bf0185a
build.zig: Better specify Linux dependencies ( #4406 )
1 month ago
Ray
b2dca724c7
REVIEWED: skinning shader for GLSL 100 #4412
1 month ago
Anthony Carbajal
fe66bfb785
moved update out of draw area ( #4413 )
1 month ago
github-actions[bot]
2a0963ce09
Update raylib_api.* by CI
1 month ago
Asdqwe
f8f6aa0907
[rcore] Adds implementation to `SetGamepadVibration()` on `PLATFORM_WEB` and updates it on `PLATFORM_DESKTOP_SDL` to handle duration ( #4410 )
* Updates SetGamepadVibration()
* Handle MAX_GAMEPAD_VIBRATION_TIME
* Revert low/high parameters back to left/rightMotor
* Fix missin semicolon
* Convert duration to seconds
* Add SetGamepadVibration() implementation to PLATFORM_WEB
1 month ago
github-actions[bot]
ae150e9640
Update raylib_api.* by CI
1 month ago
Ray
cd3de0af0c
Merge branch 'master' of https://github.com/raysan5/raylib
1 month ago
Ray
f4cbc1fbae
REVIEWED: `GetGestureHoldDuration()` comments
1 month ago
Jeffery Myers
a2fcbc94fd
[Raymath] Add matrix operators to raymath for C++ ( #4409 )
* Add matrix operators to raymath for C++
* Fix spaces
1 month ago