Ray
ae745e4fa8
ADDED: `-latomic` library on Linux (only required for ARM32)
This linkage is only required for arm 32bit but I don't know how to detect that specific architecture in the Makefile...
před 2 roky
Ray
e92bc8ca4e
REVIEWED: M3D implementation #2648
před 2 roky
Rodrigo Escar
aa4111a3b2
Fix PATH for Web target ( #2647 )
před 2 roky
Daijiro Fukuda
7bb8ffc29e
Win32: resolve some symbols re-definition of windows.h in glfw3native.h ( #2643 )
* Win32: resolve some symbols re-definition of windows.h in glfw3native.h
This reflects GLFW's fix: https://github.com/glfw/glfw/issues/1348
This enables to build with a external GLFW containing the
following fix:
* 05f6c13d11
Currently, glfw3native.h of the internal GLFW is customized at
2feea87b61
This fix is compatible with the current customized glfw3native.h.
This fix enables us to update it to the latest and remove the
customization.
* Win32: remove unneeded typedef
před 2 roky
Rob Loach
e835311d0d
BINDINGS: raylib-cpp has support for raylib 4.2 ( #2652 )
https://github.com/robloach/raylib-cpp
před 2 roky
Ray
4ee5fdf619
ADDED: Support M3D model file format (meshes and materials) #2648
před 2 roky
Ray
35c777ef2c
REVIEWED: Avoid crash on bad data provided
před 2 roky
Ray
904c505125
minor tweak
před 2 roky
irishgreencitrus
d8ed3fb31e
Update `raylib.jl` and `raylib.v` to `4.2.0` ( #2644 )
před 2 roky
Ray
2ad7967db8
REVIEW: Fix issue with external GLFW missing define #2638
před 2 roky
Michael Scherbakow
95d3a6ac52
update raylib.zig to 4.2 ( #2642 )
před 2 roky
moosey
f049f9dd3a
Tiny documentation fix in reasings.h ( #2640 )
před 2 roky
WIITD
67f8424eb0
raylib-freebasic updated to 4.2 ( #2639 )
před 2 roky
Ray
7db6fe02fd
Fixed issue with new output format
před 2 roky
Ray
bf2ad9df5f
P A I N
před 2 roky
Ray
092b6f956e
WARNING: REVIEWED: `rlCheckRenderBatchLimit()`
před 2 roky
Ray
48c7f65b77
minor tweaks
před 2 roky
HarriP
e0b487c641
Fix string lacking null termination in IsFileExtension ( #2637 )
When file extension is longer or equal length compared to buffer holding lowercased string, strncpy does not null terminate the string.
Increased buffer size by 1 to ensure it will always be null-terminated, so that following strcmp does not read out of buffer bounds.
před 2 roky
Dan Bechard
56072a631d
Fix Codepoint position truncation ( #2636 )
This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float.
před 2 roky
Gunko Vadim
f2fbdd1999
Update BINDINGS.md ( #2631 )
Update to ray4laz
před 2 roky
Richard Smith
03bf7e81dd
updating jaylib binding to 4.2 ( #2630 )
před 2 roky
Richard Smith
14b1aef194
update raylib-python-cffi bindings to 4.2 ( #2629 )
před 2 roky
Ray
d658e6772d
Update android.yml
před 2 roky
Ray
965057dbe2
Update android.yml
před 2 roky
Ray
b38dceb2de
Update android.yml
před 2 roky
Ray
764254d93e
Update android.yml
před 2 roky
Ray
b55cb32d9b
Update android.yml
před 2 roky
Ray
931af3a242
Update windows.yml
před 2 roky
Ray
372983c06e
Update HISTORY.md
před 2 roky
Ray
8b8b5ef70e
Merge branch 'master' of https://github.com/raysan5/raylib
před 2 roky
Ray
feb9c52374
Update CHANGELOG
před 2 roky
SomeUnusualGames
71e43612d6
Fix typos and reworded a question in the FAQ ( #2628 )
před 2 roky
Eliza Milburn
b24947c0d0
Improve the readability of the FAQ page ( #2627 )
před 2 roky
Ray
60d9cbd754
Update CHANGELOG
před 2 roky
Peter0x44
4c71f5f76e
Reword FAQ page, and fix some typos ( #2626 )
před 2 roky
Ray
75ece337ae
Revert "Update core_3d_camera_mode.c"
This reverts commit 4f6fbaed41
.
před 2 roky
Ray
4f6fbaed41
Update core_3d_camera_mode.c
před 2 roky
Ray
ddb8be3564
Merge branch 'master' of https://github.com/raysan5/raylib
před 2 roky
Ray
b3ed01dbab
Create FAQ.md
před 2 roky
archie2x
e87caa2687
Fix #2621 : Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} ( #2622 )
před 2 roky
Ray
b0f3a2c217
Update c_raylib.xml
před 2 roky
Ray
d1a5d381d8
Updated Npp scripts
před 2 roky
Jacob Dennis
621d6ae856
Updated to work with zig master branch ( #2620 )
Specifically, std.fs.OpenDirOptions struct no longer has the iterable
flag, now it's a standalone function call std.fs.openIterableDir
před 2 roky
Ray
8127044748
Update CHANGELOG
před 2 roky
Ray
2c0071c851
Reviewed issue with negative key #2619
před 2 roky
Ray
63a23a6b74
REMOVED: VS2019 project
před 2 roky
Ray
304c820a8e
Merge branch 'master' of https://github.com/raysan5/raylib
před 2 roky
Ray
86ac792d9a
Review projects details for raylib 4.2
před 2 roky
veins1
4b2357dc34
Can't alt-tab out of fullscreen window ( #2618 )
před 2 roky
Ray
e47a3afbd8
Update BINDINGS.md
před 2 roky