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
2021-01-21
ADDED: SetGamepadMappings() #1506
Ray
2021-01-20
REVIEWED: physac module and examples #1525
Ray
2021-01-20
Merge branch 'master' of https://github.com/raysan5/raylib
Ray
2021-01-20
Review screen capture / gif recording #1540
Ray
2021-01-16
Fix cmake build error dirent (#1536)
hristo
2021-01-16
Fix absolute path handling in GetFileName and GetDirectoryPath (#1534) (#1535)
Gil Barbosa Reis
2021-01-15
Review comment
Ray
2021-01-15
Review warning
Ray
2021-01-14
REVIEWED: DecompressData()
Ray
2021-01-13
Big cmake changes (#1514)
hristo
2021-01-12
Update miniaudio to v0.10.30 #1518
Ray
2021-01-12
REDESIGN: Compresion API
Ray
2021-01-12
Add comments
Ray
2021-01-12
Reorder function
Ray
2021-01-12
Reorder typedefs in physac.h to be in header part (#1528)
Dmitry Matveyev
2021-01-09
rlOrtho() reverted change
Ray
2021-01-07
It's top-bottom not bottom-top in GL space. (#1517)
Jeffery Myers
2021-01-06
Fix keyboard state change detection on RPI (#1488)
badlydrawnrod
2021-01-06
Include SUPPORT_DATA_STORAGE flag for building with CMake (#1515)
Kirottu
2021-01-06
Remove unused condition in 'GenerateMipmaps' function for GRAPHICS_API_OPENG...
Victor Gallet
2021-01-06
Review rlOrtho() to avoid return in the middle of the function
raysan5
2021-01-06
Don't create an ortho matrix when the viewport is 0 in any axis. (#1504)
Jeffery Myers
2021-01-03
Removed a repeating allocation of memory (#1507)
hristo
2021-01-02
Update mappings.h in glfw using GenerateMappings.cmake (#1505)
Chris
2021-01-02
Update year to 2021
raysan5
2020-12-31
Modify the check condition for the screen window height and width. It can't ...
Victor Gallet
2020-12-31
Avoid dereferencing a null pointer in the 'LoadMaterials' function in the mo...
Victor Gallet
2020-12-31
Avoid dereferencing a null pointer in the 'LoadSounsFromWave' function if th...
Victor Gallet
2020-12-30
Add a current monitor function for window mode windows. (#1492)
Jeffery Myers
2020-12-30
lookup the returned monitor in the list of monitors to get an index. (#1490)
Jeffery Myers
2020-12-29
Review code formatting
raysan5
2020-12-29
Faster version of ImageClearBackground and ImageDrawRectangleRec (#1487)
Jeffery Myers
2020-12-29
Monitor utilites (#1485)
hristo
2020-12-29
I noticed that toggle fullscreen always gets the primary monitor when its mor...
hristo
2020-12-26
Review DrawLineBezierQuad(), formating and aprameters order
raysan5
2020-12-26
Add Quadratic Bezier drawing (#1468)
Violet White
2020-12-24
Replace TABS by 4 spaces
raysan5
2020-12-24
Review some RPI4 tracelogs
raysan5
2020-12-24
Update Makefile
raysan5
2020-12-24
Review tracelog messages for DRM platform
raysan5
2020-12-23
Review formatting
raysan5
2020-12-23
Review Android Makefiles to required version
raysan5
2020-12-23
Review issues when compiling for Android
raysan5
2020-12-23
Remove trailing spaces
raysan5
2020-12-23
Update resource file
raysan5
2020-12-23
Remove unused variable
raysan5
2020-12-23
Corrected typo
raysan5
2020-12-23
Corrected small issue
raysan5
2020-12-23
ADDED: CheckCollisionLines()
raysan5
2020-12-21
[Math Feature]: Add two functions for Vector2 to know if two lines intersect ...
Victor Gallet
[prev]
[next]