index
:
raylib
cmake
develop
fix-mouse-released
gh-pages
master
Forked from https://github.com/raysan5/raylib
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-12-04
Fix `IsMouseButtonReleased()` when press/release events come too fast
fix-mouse-released
Oskari Timperi
2019-12-04
Corrected issue #1027
raysan5
2019-12-01
Review VSync on fullscreen mode
Ray
2019-12-01
fixes for switching full-screen and v-sync (#963)
MasterZean
2019-12-01
Update GLFW to version 3.4
Ray
2019-12-01
ADDED: DrawTextCodepoint()
Ray
2019-12-01
Minor comments tweak
Ray
2019-11-25
Update miniaudio.h to v0.9.8
Ray
2019-11-25
Support rlPushMatrix() and rlPopMatrix() on mesh drawing
Ray
2019-11-25
Comments (#1026)
Darryl Dixon - Piece Digital
2019-11-24
Review PR #1015
raysan5
2019-11-24
[text] `TextFormat()` caching (#1015)
brankoku
2019-11-24
Review PR #1022
raysan5
2019-11-24
Review key input queue PR #1012
raysan5
2019-11-24
add api FIFO based character input. (#1012)
Ushio
2019-11-24
Fix camera not working problem at align z direction. #924 (#1013)
Ushio
2019-11-22
DrawPoint3D(): PR review
Ray
2019-11-22
Add DrawPoint3D() function to models.c (#1019)
Eric J
2019-11-22
Adding double ended stack & Mempool Reset function (#1021)
Kevin Yonan
2019-11-15
Fix Makefile missing X11 lib when building as a shared library on Linux. (#1018)
JuDelCo
2019-11-11
[rlgl] Create function `rlUpdateMeshAt` (#1010)
brankoku
2019-11-08
[Core] Added ColorFromNormalized which is the reverse of ColorNormalize. (#1011)
ChrisDill
2019-11-06
rlUpdateMesh now supports updating indices (#1009)
brankoku
2019-11-04
REVIEW: rlLoadTexture()
raysan5
2019-11-04
REVIEW: GetImageData() and GetImageAlphaBorder()
raysan5
2019-10-29
Review formatting for PR #1004
Ray
2019-10-29
fix various problems, thanks CppCheck :) (#1005)
João Coelho
2019-10-28
REDESIGN: TextToUtf8()
Ray
2019-10-27
ADDED: TextToUtf8() -WIP-
Ray
2019-10-27
added GetMatrixProjection fixed issue with GL11 where model matrix was identi...
chriscamacho
2019-10-25
ClearDirectoryFiles(): Corrected issue #994
Ray
2019-10-23
mem leak in gltf loader (#995)
chriscamacho
2019-10-23
ClearDirectoryFiles() corrected bug
Ray
2019-10-22
Corrected issue #992
Ray
2019-10-22
ClearDirectoryFiles(): Corrected memory leak #991
Ray
2019-10-22
Corrected possible memory leak #993
Ray
2019-10-22
Minor comment tweak
Ray
2019-10-22
Review some defines
Ray
2019-10-21
Review latest PR
Ray
2019-10-21
Add multi texture support for materials in GLTF format (#979)
Tyler Jessilynn Bezera
2019-10-21
Update text.c
Ray
2019-10-21
Corrected bug on no-extension
Ray
2019-10-19
Update external libraries
raysan5
2019-10-19
Corrected bug on ImageDrawRectangleLines()
raysan5
2019-10-17
Remove trailing spaces
Ray
2019-10-17
REVIEWED: GetCodepoints() issue
Ray
2019-10-11
REDESIGNED: IsFileExtension()
Ray
2019-10-11
ADDED: GetCodepoints()
Ray
2019-10-11
REVIEW: ImageAlphaMask()
Ray
2019-10-03
Check whether parsing mtl file was succesful (#982)
Michael Vetter
[next]