index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-05-07
Implementing GetMonitorWidth/Height for DRM (#3956)
gabriel-marques
2024-05-05
[rcore_desktop] Fix 3693 initial window geometry (#3950)
Christian Haas
2024-05-05
[rlgl] Fix incorrect matrix multiplication order in `rlMultMatrixf` (#3935)
bohonghuang
2024-05-05
Minor formatting tweaks
Ray
2024-05-01
Set default init values for random #3954
Ray
2024-05-01
Default shader attrib locations need to be exposed
Ray
2024-05-01
Update rprand.h
Ray
2024-05-01
Reviewed some warnings
Ray
2024-04-30
Changed one minor Comment (#3949)
UmgefallenesGlas
2024-04-28
WARNING: BREAKING: REDESIGN: `SetTextLineSpacing()`
Ray
2024-04-28
REVIEWED: `DrawLine()` to avoid pixel rounding issues #3931
Ray
2024-04-28
Made comments on raylib.h match those present in rcamera.h (#3942)
Tomas Fabrizio Orsi
2024-04-28
Use builtin_clz for clang on windows (#3939)
OetkenPurveyorOfCode
2024-04-28
FIX: Added CAMERA_CUSTOM check in `UpdateCamera(Camera *camera, int mode)` (#...
Tomas Fabrizio Orsi
2024-04-24
FIX: Issue with texcoords loading for glTF
Ray
2024-04-23
WARNING: Fix breaking issue (introduced some days ago)
Ray
2024-04-23
Review formatting
Ray
2024-04-23
Add rlCullDistance variables/getters and rlSetClipPlanes function (#3912)
KotzaBoss
2024-04-23
[rlgl] Implement vertex normals for RLGL immediate drawing mode (#3866)
bohonghuang
2024-04-22
[build.zig] Drop support for 0.11.0 and use more idiomatic build script code ...
freakmangd
2024-04-21
Review formatting
Ray
2024-04-20
REVIEWED: `LoadImageRaw()` #3926
Ray
2024-04-20
REVIEWED: `LoadImageRaw()` #3926
Ray
2024-04-20
REVIEWED: `rlSetVertexAttribute()`, define last parameter as offset #3800
Ray
2024-04-20
REVIEWED: `LoadGLTF()`, support 2nd texture coordinates loading
Ray
2024-04-20
REVIEWED: `LoadGLTF()`, support additional vertex attributes data formats #3890
Ray
2024-04-20
REVIEWED: `LoadGLTF()`, JOINTS loading #3836
Ray
2024-04-20
REVIEWED: Remove final punctuation in code comments
Ray
2024-04-20
REVIEWED: Move some functions, made them static
Ray
2024-04-20
[raudio] Fix 3664: crash in raudio from multithreading issues (#3907)
Christian Haas
2024-04-20
REVIEWED: `DrawRectangleLines()` pixel offset
Ray
2024-04-20
REVIEWED: `DrawRectangleLines()` #3884
Ray
2024-04-20
Code gardening
Ray
2024-04-20
Added security checks #3924
Ray
2024-04-19
Review code formating
Ray
2024-04-19
Update rtext.c
Ray
2024-04-19
Disable some font formats support
Ray
2024-04-19
Fix window not initializing on primary monitor on GLFW backend (#3923)
Rafael Bordoni
2024-04-17
Replaced SQUAD quat interpolation with cubic hermite to align with gltf 2.0 s...
Benji
2024-04-15
Fix GetKeyPressed for PLATFORM_DESKTOP_SDL (#3869)
Arthur
2024-04-15
Added missing interpolation types for GLTF animation channels (#3919)
Benji
2024-04-14
Reset music.ctxType if loading wasn't succesful (#3917)
veins1
2024-04-13
Fix FileNotFound: .../src/raylib.h (#3915)
Dylan
2024-04-13
[build.zig] Fix local dependency breakage (#3913)
freakmangd
2024-04-13
Changed RLGL_VERSION from "4.5" to "5.0 (#3914)
Mute
2024-04-10
Update to latest zig and simplify build.zig (#3905)
freakmangd
2024-04-10
Update rcore_android.c (#3910)
Aria
2024-04-08
REVIEWED: Window positioning, avoid out-of-screen window-bar
Ray
2024-04-07
Update cgltf.h
Ray
2024-04-06
Remove redundant axis length calculation (#3900)
jtainer
[next]