Lázaro Albuquerque
3e7912144e
Update CMakeLists.txt
Changes required to make possible building raylib for web on Windows 10.
10 місяці тому
Lázaro Albuquerque
06a47011f1
Merge branch 'raysan5:master' into cmake-config.h
10 місяці тому
Colleague Riley
8c712f82d1
Update RGFW ( #4048 )
* Fix Makefile issues (RGFW) (linux) (macOS)
* Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW)
* remove #define RGFWDEF and make the #undefs only happen for their OS
* Update RGFW.h
* fix to match the RGFW updates
* remove line that shows the cursor for no reason
10 місяці тому
fruzitent
7b92b5bde7
fix: infer CMAKE_MODULE_PATH in super-build ( #4042 )
10 місяці тому
Konrad Gutvik Grande
3948656d84
The example always showed a xbox controller, never a ps3 controller ( #4040 )
10 місяці тому
Lázaro Albuquerque
14859cf976
Update CMakeOptions.txt
Makes use of the new functionality found in ParseConfigHeader.cmake to make things consistent.
10 місяці тому
Lázaro Albuquerque
6774d3a2a0
Update CompileDefinitions.cmake
Makes use of the new functionality found in ParseConfigHeader.cmake to make things consistent.
10 місяці тому
Lázaro Albuquerque
232c0ddc44
Create ParseConfigHeader.cmake
This script parses the config.h file to automate the process of exposing the configuration flags and configuration values found in the latter.
10 місяці тому
jgabaut
f05316b11d
[rlgl] Rename near, far variables ( #4039 )
10 місяці тому
Sprix
e74d13e6db
Fix examples not building with gestures system disabled ( #4020 )
Build no longer fails with -DSUPPORT_GESTURES_SYSTEM=OFF and -DBUILD_EXAMPLES=ON
10 місяці тому
Ray
38018192b8
RENAME: near, far vaiables
10 місяці тому
Ray
5767c4cd05
Update rcore_desktop.c
10 місяці тому
Paul Melis
e1379afb01
Fix #4024 , cylinder drawing was incorrect due to imprecise angle ( #4034 )
* Fix #4024 , cylinder drawing was incorrect due to imprecise angle
stepping (mostly noticeable with semi-transparent cylinders)
* Fix var name and spacing
10 місяці тому
IoIxD
39f12859dc
rtext: added functions for camel case and snake case (reopened due to formatting errors) ( #4033 )
* rtext: added functions for camel case and snake case
* Update raylib_api.* by CI
* rtext: removed always false comparison
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
10 місяці тому
Jett
06f8c4f733
LoadIQM: attempt to load texture from IQM at loadtime. ( #4029 )
tries to load the texture with the base path of the original IQM file, relative paths should work.
10 місяці тому
MrScautHD
0cad25f798
Update Raylib-CSharp to `5.1-dev`. ( #4030 )
* Update BINDINGS.md
* Update BINDINGS.md
* Update BINDINGS.md
10 місяці тому
David Holland
11202bf299
[rmodels] Send full matModel to shader in DrawMesh ( #4005 ) ( #4022 )
10 місяці тому
Jett
2998f8671b
LoadModelAnimationsIQM: fix corrupted animation names ( #4026 )
Correctly copies animation names from IQM animation to raylib animation.
10 місяці тому
github-actions[bot]
1344979c70
Update raylib_api.* by CI
10 місяці тому
kai-z99
606cc1d897
[rshapes]Circle line collision function ( #4018 )
* inital function
* working 1
* optimize
* optimized dot product
* simplify
* cleanup
* cleanup
* cleanup
* comment
* var name change
* epsilon
10 місяці тому
vaezim
d7a8af144d
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md ( #4017 )
10 місяці тому
Le Juez Victor
f2344cd089
review color tint functions ( #4015 )
10 місяці тому
Ray
c04629f6d4
Update raylib.h
10 місяці тому
Ray
e37d19ab1e
REVIEWED: `ExportFontAsCode()`, avoid `const` #4013
10 місяці тому
DarkAssassin23
2804e75869
[rtext] Added cast to ExportFontAsCode output to fix C++ compiler errors ( #4013 )
10 місяці тому
Dylan
2e38069475
[build.zig] Fix Zig emscripten build ( #4012 )
* Fix for issue #4010
Split the code for Zig's master branch and >= 0.12.0 due to changes in https://github.com/ziglang/zig/pull/19623
* Restore the cache_include path which was removed in error
Accidently removed a couple lines I didn't mean to 🙈
10 місяці тому
github-actions[bot]
a942a3bc70
Update raylib_api.* by CI
10 місяці тому
Ray
c335c3c52c
ADDED: `IsFileNameValid()`
10 місяці тому
Le Juez Victor
797de0f9ad
[rmodels] Multiplication of colors in `DrawModelEx` which can be simplified ( #4002 )
* simplifies color multiplication `DrawModelEx`
* add explicit casts
10 місяці тому
avx0
9cc7e3528f
[parser] MemoryCopy() calls: Prevent buffer overflow by replacing hard-coded arguments ( #4011 )
In future, if a dev edits the second arg and miscalulates the corresponding 3rd arg, there will be a buffer overflow or the string (2nd arg) will be cut short. This commit prevents that.
10 місяці тому
Lionel Briand
785ec74b92
Update BINDINGS.md ( #4004 )
Add L-Briand/raylib-zig-bindings to the Language Bindings table
10 місяці тому
listeria
b429dbdc4b
fix WaveCrop(): update wave->frameCount ( #4003 )
also allow `finalFrame = wave->frameCount' as the range of frames does
not include it.
Co-authored-by: Listeria monocytogenes <listeria@disroot.org>
10 місяці тому
Antonis Geralis
d9c5066382
nim bindings are in 5.1-dev, remove umaintained repos ( #3999 )
* nim bindings are in 5.1-dev, remove umaintained repos
* Update BINDINGS.md
* move to umaintained
* Update BINDINGS.md
* github editor is pranking me
10 місяці тому
Ray
b212750b85
Update rcore_desktop_sdl.c
10 місяці тому
Ray
3abb6d9eaf
REVIEWED: `ColorToInt()` PR
10 місяці тому
JupiterRider
c7f098f4d2
Call SDL_GL_SetSwapInterval() after GL context creation ( #3997 )
10 місяці тому
OetkenPurveyorOfCode
9ef29aff9a
[rtextures] Fix Undefined behaviour in ColorToInt ( #3996 )
10 місяці тому
Salvador Galindo
c4a51a3ebd
fixed out of bounds error in GenMeshTangents ( #3990 )
10 місяці тому
Ray
b2f4f4d8fd
Update BINDINGS.md
10 місяці тому
Carmine Pietroluongo
fc9634a4de
Update BINDINGS.md ( #3995 )
10 місяці тому
IoIxD
74d7e78b70
BINDINGS.md: raylib-rs now at 5.0 ( #3991 )
10 місяці тому
github-actions[bot]
272a142ee5
Update raylib_api.* by CI
10 місяці тому
listeria
bb9bd73f43
fix WaveCrop() and use frames instead of samples ( #3994 )
Co-authored-by: Listeria monocytogenes <listeria@disroot.org>
10 місяці тому
Ray
9d67f4734b
REVIEWED: LoadBMFont(), issue on not glyph data initialized
10 місяці тому
Ray
00ac9b6c53
Update config.h
10 місяці тому
FishingHacks
3d70d6179c
[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash ( #3986 )
10 місяці тому
Cemal Gönültaş
1d52985943
[rcore_web] Relative mouse mode issues. ( #3940 )
* [rcore_web] Relative mouse mode issues.
* Review formatting.
10 місяці тому
Jeffery Myers
f26bfa0c8e
[RAYMATH] Revert Extern 'C' in raymath ( #3985 )
* Update raylib_api.* by CI
* Remove Extern C for raymath, it breaks some cases in mingw-w64 and does not fix any warning issues.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
10 місяці тому
CosmicBagel
d6b22b17ae
LazyPath.path has been deprecated, using b.path() ( #3983 )
This works in zig 0.12, LazyPath.path has been removed in zig 0.13
Co-authored-by: CosmicBagel <>
10 місяці тому
Ray
02d98a3e44
REVIEWED: 2d camera zoom, add alternative method #3977
10 місяці тому