Le Juez Victor
675efbda3b
Fix Android app freeze after calling CloseWindow() ( #3067 )
Fixed that the Android application was not closed properly after calling `CloseWindow()` and continued to run.
1 år sedan
Ray
e17cf9ecd7
REVIEWED: Formating
1 år sedan
Pixel Phobic
3f8ef4e05f
Updated (rcamera) To Add Analog Stick Cam Controls ( #3066 )
I Noticed While Writing Some code for My Game im Making that there Isn't an Easy way to control the Camera With The Analog Sticks on Controller.
I Added a Couple Lines to the UpdateCamera Function :)
1 år sedan
Crynux
3438325e7d
Update rmodels.c; free fileData for LoadModelAnimationsGLTF ( #3065 )
fileData wasn't freed for LoadModelAnimationsGLTF causing a memory leak. Added UnloadFileData line, freeing it.
1 år sedan
Gamer-Kold
6b92d71ea1
Reverted commits that deprecated the build.zig files, and added a note to all of them stating version of zig they were using ( #3060 )
* Revert "Fixed broken build.zig files. Now works with latest stable compiler (as of commit, latest is 0.10.1) (#3045 )"
This reverts commit de748dfffe
so that zig
build script works with master branch of zig.
* Added a note to build.zig files that denotes what version of zig they have been tested with.
* Standardised the note in the build.zig files
1 år sedan
hamyy
26a3536958
GetCurrentMonitor() bugfix ( #3058 )
* GetCurrentMonitor() bugfix
* GetCurrentMonitor() bugfix
1 år sedan
lesleyrs
818312683e
update cmake example project ( #3062 )
* update cmake example project
* off is the correct one
1 år sedan
Michael Scherbakow
cc17a7656c
Update build.zig be be able to build with current zig master ( #3064 )
1 år sedan
JupiterRider
5978358e58
Update BINDINGS.md ( #3053 )
1 år sedan
Ray
452e3b494c
REVIEWED: `GetCollisionRec()`
1 år sedan
manuel5975p
af4b97a301
Update GetCollisionRec ( #3052 )
* Update rshapes.c
Add a much more efficient GetCollisionRec implementation
* Update GetCollisionRec
Replace macros with ternary operators
1 år sedan
Ray
152262dbfc
Update cgltf.h
1 år sedan
Ray
fe595d60f7
Remove trailing spaces
1 år sedan
Kenta
81e2c97095
Update BINDINGS.md ( #3050 )
Update C3 binding to use Raylib version 4.5
1 år sedan
Shoozza
204c6765bd
Fix vs code project ( #3048 )
* Modify remove trailing whitespace
* Fix invalid SetCameraMode call and missing argument to UpdateCamera for VSCode project
1 år sedan
Scott Helvick
05e71f990c
Version bump for CL bindings ( #3049 )
1 år sedan
Alfred Reinold Baudisch
53b7b26c45
Added ModelAnimation.name, initially with GLTF animation names loaded ( #3044 )
1 år sedan
Gamer-Kold
de748dfffe
Fixed broken build.zig files. Now works with latest stable compiler (as of commit, latest is 0.10.1) ( #3045 )
Co-authored-by: Talha Qamar <qamartalha@proton.me>
1 år sedan
Ray
5573f0f1c7
REVIEWED: Ligthmap example
1 år sedan
Jussi Viitala
abcbd9817e
Lightmap example. ( #3043 )
1 år sedan
Ray
a48bb6e1ed
ADDED: Comment to clarify raymath semantics
1 år sedan
Ray
fc56940055
REVIEWED: `ExportDataAsCode()`
1 år sedan
Ray
3a21301724
ADDED: Comment about Matrix conventions
1 år sedan
Ray
7d68aa6869
REVIEWED: Modules description layout
1 år sedan
Ray
a4a5a798bd
Update rlgl_compute_shader.c
1 år sedan
star-tek-mb
ed2caa1277
fix for latest zig master ( #3037 )
1 år sedan
Ray
59596e4266
Update rcore.c
1 år sedan
Thiago P
66f0de2807
WingBGI now leads to the correct website! ( #3033 )
The old link led to an unregistered site (http://www.codecutter.net/tools/winbgim/ ). The actual domain has changed to (https://winbgim.codecutter.org/ ).
I checked the wayback machine, it's the same site, take a look: https://web.archive.org/web/20190421035959/http://www.codecutter.net/tools/winbgim/ .
1 år sedan
Le Juez Victor
662dfad670
Correction of values used only once in GenMeshCubicmap ( #3032 )
* Correction of values used only once in GenMeshCubicmap
The mapWidth and mapHeight values were only used as a limit in the for loop when they could be used throughout the function.
* mapWidth and mapHeight removed from GenMeshCubicmap
mapWidth and mapHeight have been removed from GenMeshCubicmap in favor of using cubicmap.width and cubicmap.height
1 år sedan
kolunmi
98cb7a19a1
ensure distance is greater than 0 in CameraMoveToTarget ( #3031 )
1 år sedan
Ray
e2996f167e
Update rtextures.c
1 år sedan
Ray
64f2f86d32
Update rtextures.c
1 år sedan
Ray
6472928cf1
REVIEWED: `ImageDrawRectangleRec()` #3027
1 år sedan
Ray
ac2e9cd00f
REVIEWED: Update `CORE.Input.Touch.pointCount` #3024
1 år sedan
Chris
b9b045cdd8
Update BINDINGS.md ( #3026 )
1 år sedan
Ray
838fc7e303
REVIEWED: Some old TODOs
1 år sedan
Dor Shapira
05af08080e
Update BINDINGS.md ( #3023 )
update raypyc version to 4.6-dev
1 år sedan
Dan Bechard
2d04dd8b88
Fix off-by-one error in CheckCollisionPointRec ( #3022 )
Checking `<= x + w` causes off-by-one error where `CheckCollisionPointRec` will return true at the same time for two rectangles rendered right next to each, but which don't overlap (e.g. when making a 2D tile editor). This is clearly not what was intended.
2 år sedan
Mingjie Shen
7b7c0c83ef
Fix offset used before range check ( #3021 )
This use of offset 'i' should follow the range check.
2 år sedan
Soutaisei
535680668b
Update BINDINGS.md ( #3017 )
Update Kaylib to Raylib version 4.5
2 år sedan
Ray
771957458d
Avoid shader attribute not found log
2 år sedan
Ray
9d38363e09
Remove trailing spaces
2 år sedan
RadsammyT
e2da32e2da
[raudio] Rewritten `ExportWaveAsCode()` file saving to be more like rtextures `ExportImageAsCode()` ( #3013 )
* Update raudio.c
Review `raudio.c`: rewritten `ExportWaveAsCode()` to be more like rtextures.c `ExportImageAsCode()'
* no tab november
accidentally inserted a tab somewhere. corrected it.
2 år sedan
Benjamin Thomas
70d7f67bd8
CMake project example: fix a couple of typos ( #3014 )
2 år sedan
Ray
709b14180a
Make assets loading extension case insensitive #3008
2 år sedan
Ray
9aa71f04f2
Avoid tracelog about not found uniforms #3003
2 år sedan
eternalStudent
8f741d894a
Minor fix in DrawLineBezier* ( #3006 )
When `i` starts with `0`, `t` is also `0`, which results in `previous == startPos == current`, this segment is not only redundant, but it also causes division-by-zero since `sqrtf(dx*dx + dy*dy)` is zero.
2 år sedan
Jeffery Myers
e57ee9c0e8
Fix warnings in raylib for MSVC ( #3004 )
2 år sedan
fubark
06c17ab7f1
Update BINDINGS.md ( #3002 )
2 år sedan
Ray
d8c7b01a3c
REVIEWED: `GetGlyphIndex()` #3000
2 år sedan