| Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
Added compound literals (C99) alternative for C++ compilers that don't
support this feature
|
|
|
|
Still some work left...
|
|
Code refractoring of music module to be more user-friendly (issue #144)
|
|
|
|
|
|
|