| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Generates:
Win32: raylib.dll, libraylibdll.a (import library)
Linux: libraylib.so
|
|
Small fix for GenMeshCubicmap()
|
|
This fix allows GenMeshCubicmap() to create cubic maps having cells of
arbitrary sizes.
|
|
Updated to new audio system
|
|
|
|
|
|
|
|
|
|
It could be added in a future if required...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More fixes for Lua
|
|
Fixed use-after-free in DestroyLight
|
|
Exposed Texture2D.id to Lua
Lights now have settable/gettable fields
|
|
|
|
|
|
|
|
|
|
Most of the examples already working! Only some of them still fail,
mostly related to data arrays...
|
|
|
|
Fixes for some Lua bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix install command of src/ makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
|
|
|