index
:
reilua-enhanced
bugfix/fix-documentation-errors
chore/editor-settings
embedded-assets-support
main
A modified version of ReiLua with embedded main.lua, embedded assets, splash screens and asset loading system
Indrajith K L
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio.c
Age
Commit message (
Expand
)
Author
2024-05-29
Unload functions clear object to 0 so they would not be ready in Is*Ready.
jussi
2024-02-25
Added various missing functions.
jussi
2024-02-18
Pointer variable declaration style change.
jussi
2024-01-24
LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.
jussi
2023-11-20
Initial changes for Raylib 5.0 and some missing functions.
jussi
2023-11-09
Organized shapes, textures, audio, text, lights and gui functions.
jussi
2023-10-30
Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and che...
jussi
2023-10-30
Userdata objects can be referenced with lightuserdata.
jussi
2023-10-28
New object types for Wave, Sound, Music and Light.
jussi
2023-08-04
logLevelInvalid for bad function calls and invalid data formats.
jussi
2023-04-25
Can now have multiple Music objects like other Raylib objects instead of just...
jussi
2023-04-07
Audio and shapes now use new argumet style.
jussi
2023-04-06
Switched to Raylib vertion 4.5. Removed some functions and added others. Main...
jussi
2023-04-06
All global variables and functions are not in global RL table. doc_parser cre...
jussi
2022-08-19
Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 conve...
jussi
2022-05-31
Wave and more sound functions.
jussi
2022-04-04
LoadSound fix.
jussi
2022-04-03
Model set/get transform and bug fixes.
jussi
2022-02-18
Added initial files.
jussi