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
Age
Commit message (
Expand
)
Author
2021-08-16
Add some comments
Ray
2021-08-16
WARNING: BREAKING: Use `frameCount` on audio
Ray
2021-08-16
Match build-windows.bat changes (#1923)
Dennis E. Hamilton
2021-08-15
Updated `RAYLIB_VERSION` to `4.0-dev`
raysan5
2021-08-15
REVIEWED: `extern "C"` definition position for consistency
raysan5
2021-08-15
Support C++ usage as standalone library
raysan5
2021-08-15
REVIEWED: `PHYSACDEF` definition and C++ issues #1918
raysan5
2021-08-12
[Models] Fix for issue #1809 (#1917)
630Studios
2021-08-12
ADDED: rlUpdateVertexBufferElements() #1915
raysan5
2021-08-12
ADDED: `rlActiveDrawBuffers()` #1911
raysan5
2021-08-12
[rlgl] rlUpdateVertexBuffer (#1914)
630Studios
2021-08-11
WARNING: BREAKING: Renamed `CharInfo` to `GlyphInfo` and more...
raysan5
2021-08-11
REVIEWED: DrawTextPro()
raysan5
2021-08-11
TODO: DrawTextPro() rotation not working?
raysan5
2021-08-11
ADDED: DrawTextPro() with text rotation support
raysan5
2021-08-11
WARNING: REMOVED: DrawTextRec() and DrawTextRecEx()
raysan5
2021-08-11
Add *.so.* to .gitignore to ignore build artifacts (#1912)
Tommi Sinivuo
2021-08-10
Merge branch 'master' of https://github.com/raysan5/raylib
raysan5
2021-08-10
Document Get{Key,Char}Pressed return value. (#1909)
Ryan Roden-Corrent
2021-08-10
Update CHANGELOG
raysan5
2021-08-08
Replaced TABS by spaces
raysan5
2021-08-08
REVIEWED: Avoid conflict with bool
raysan5
2021-08-08
REVIEWED: Some warnings...
raysan5
2021-08-08
ADDED: GenMeshCone() #1903
raysan5
2021-08-07
Fix Makefile to build WASM examples. (#1906)
Ryan Roden-Corrent
2021-08-07
Update rlgl_standalone.c
raysan5
2021-08-07
Added rayex, elixir binding
Ray
2021-07-31
Improve rlgl description
raysan5
2021-07-31
REVIEWED: rlgl defines for consistency
raysan5
2021-07-31
REVIEWED: rlgl module header info
raysan5
2021-07-31
Update models_rlgl_solar_system.c
raysan5
2021-07-31
REVIEWED: Improved font loading info
raysan5
2021-07-31
REVIEWED: raylib_opengl_interop
raysan5
2021-07-31
REVIEWED: Avoid bool type collisions
raysan5
2021-07-30
Update rlgl_standalone.c
raysan5
2021-07-30
Revert "REVIEWED: Avoid UBSAN warnings #1891"
raysan5
2021-07-30
REVIEWED: Avoid UBSAN warnings #1891
raysan5
2021-07-30
Update raudio.c
raysan5
2021-07-30
REVIEWED: Added new mechanism to avoid data types collision between modules t...
raysan5
2021-07-30
REVERTED: Removed the need for `rlMatrix`
raysan5
2021-07-30
Update Makefile
raysan5
2021-07-30
Review include path that was breaking the build
raysan5
2021-07-30
Review some issues
raysan5
2021-07-29
WARNING: BREAKING CHANGE: rlgl complete decoupling from raylib -WIP-
raysan5
2021-07-29
Reviewed some functions to avoid calling other functions
raysan5
2021-07-29
impoves raylib_parser: makes it generic, adds -d key for functions define (RL...
iskolbin
2021-07-29
Add external folder to build (just in case)
raysan5
2021-07-29
Update CONVENTIONS.md
Ray
2021-07-28
fixed DisableCursor() on web by registering an empty mouse click event functi...
Kyle Appelgate
2021-07-28
REVIEWED: rnet include from extras
raysan5
[next]