ColleagueRiley
efe1bd282b
fix some bugs
8 months ago
Philipp
a145779e21
Update BINDINGS.md: fortran-raylib is on v5.5 ( #4518 )
8 months ago
Alexandre B A Villares
481095226d
Update BINDINGS.md: github.com/electronstudio/raylib-python-cffi now 5.5 ( #4517 )
8 months ago
Ray
26548c1062
Remove trail-spaces
8 months ago
Ray
9e4f513a43
Reviewed formating
8 months ago
Ray
c78757a959
REVIEWED: `GetClipboardImage()`, make symbol available on all platforms
8 months ago
Ray
10789a4d49
Update rlgl.h
8 months ago
mikeemm
95e766472f
[rmodels] Improve OBJ vertex data precision and lower memory usage by ExportMesh() ( #4496 )
* increased vertex data precision to match blender exports
* modified memory allocation to better fit higher precision data
* now accounting for newline characters during allocation
* now accounting for potentially higher vertex counts
* removed unnecessary final newline
8 months ago
Jannis
bd706dfcf2
Update BINDINGS.md for raylib-beef ( #4514 )
8 months ago
Andrew Dunbar
7127cba5cc
typo/spello: arribes->arrives ( #4515 )
8 months ago
Alexandre B A Villares
21575856f4
Update BINDINGS.md: raylib-python-cffi is on v5.0 ( #4512 )
According to https://github.com/electronstudio/raylib-python-cffi
8 months ago
kovidomi
65f955a4dc
Add missing VS2022 example projects for models_bone_socket and shaders_vertex_displacement ( #4510 )
8 months ago
Mute
f979cc62ee
Fixed grammar mistakes in core_3d_camera_first_person.c ( #4508 )
Changed line 118 from, "// For advance camera controls, it's reecommended to compute camera movement manually", to, "// For advanced camera controls, it's recommended to compute camera movement manually".
8 months ago
Steven Schveighoffer
05b2603c45
Update raylib-d binding to 5.5 ( #4506 )
8 months ago
Rob Loach
fde3779ebd
BINDINGS: raylib-cpp supports raylib 5.5 ( #4511 )
[raylib-cpp](https://github.com/RobLoach/raylib-cpp ) has been updated to use the new raylib 5.5 functions. This is a great release! Thanks so much.
8 months ago
Ray
8375581f87
Update README.md
8 months ago
Gunko Vadim
71e0b8b581
Update BINDINGS.md ( #4504 )
8 months ago
Ray
c1ab645ca2
Update HISTORY.md
8 months ago
ColleagueRiley
b0bde349e3
add PLATFORM_WEB_RGFW
8 months ago
Ray
68503ed96f
Update webassembly.yml
8 months ago
github-actions[bot]
88c922f433
Update raylib_api.* by CI
8 months ago
Ray
938b805bfb
Update raylib.h
8 months ago
Ray
162efc1ec7
Update core_basic_window.c
8 months ago
Ray
da7ab04052
Update HISTORY.md
8 months ago
Ray
dd688d81a6
Thanks @everyone for everything 😄
8 months ago
Ray
d567b35d9a
Update HISTORY.md
8 months ago
Ray
816b605054
Update CHANGELOG
8 months ago
Eike Decker
7c5d74e98e
Fixing an OBJ loader bug that fragmented the loaded meshes ( #4494 )
The nextShapeEnd integer is a pointer in the OBJ data structures.
The faceVertIndex is a vertex index counter for the mesh we are
about to create. Both integers are not compatible, which causes
the code to finish the meshes too early, thus writing the OBJ data
incompletely into the target meshes.
It wasn't noticed because for the last mesh, it process all remaining
data, causing the last mesh to contain all remaining triangles.
This would have been noticed if the OBJ meshes used different textures
for each mesh.
8 months ago
Oussama Teyib
4f091f44a8
Fix typo in BINDINGS.md ( #4493 )
8 months ago
Jeffery Myers
a2f6ae6796
Fix warnings in examples ( #4492 )
Move shapes/shapes_rectangle_advanced to the correct folder in MSVC project
Add core_input_virtual_controls.vcxproj back into sln file
8 months ago
Ray
5e6cdf3a73
Update emsdk path on Windows to match new raylib installer package
8 months ago
Ray
76016aae20
Update raylib.ico
8 months ago
Ray
15eb8221e3
Updated raylib resource data
8 months ago
Ray
928535a828
Commented code issuing warnings on w64devkit (GCC)
Tested with w64devkit/MSVC and all seem to work as expected
8 months ago
Ray
637debb62d
Updated Notepad++ autocomplete list for raylib 5.5
8 months ago
Ray
14d3bbbb86
Update raygui.h
8 months ago
Asdqwe
700e2c5e5d
Fix touch count reset ( #4488 )
8 months ago
Ray
8af7985ece
Update CHANGELOG
8 months ago
Ray
0c7edbc2ee
Update HISTORY.md
8 months ago
Ray
2841eaba3e
Merge branch 'master' of https://github.com/raysan5/raylib
8 months ago
Ray
f76a5e2b10
Update CHANGELOG
8 months ago
Asdqwe
377248b1ac
Fix Makefile.Web ( #4487 )
8 months ago
kimierik
7053970f7b
build.zig: remove raygui from options and re add adding raygui as a ( #4485 )
function
8 months ago
Ray
4ddf4679b4
Update CHANGELOG
8 months ago
Jeffery Myers
10fd4de258
Fix the example lighting shaders to use both frag and diffuse colors so they work with shapes and meshes. ( #4482 )
8 months ago
Everton Jr.
5cc06f4ba4
[rcore]: Issue an warning instead of an error when checking SUPPORT_CLIPBOARD_IMAGE necessary support detection ( #4477 )
8 months ago
Jeffery Myers
fb69b39d54
Fix a typecast warning in glfw clipboard access ( #4479 )
8 months ago
Jeffery Myers
2af4f31712
Fix the X axis of the second vertex of the Y negative cap of a cylinders, triangle fan ( #4478 )
8 months ago
Ray
09570a05b3
Merge branch 'master' of https://github.com/raysan5/raylib
8 months ago
Ray
85de743d1c
Improved logos size
8 months ago