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
/
core.c
Age
Commit message (
Expand
)
Author
2025-09-18
Fixed fast_tilemap and texture_atlas_repeat examples.
jussi
2025-09-08
AudioStream management functions.
jussi
2025-08-30
DrawMeshInstanced takes transforms as Buffer.
jussi
2025-05-24
RL.load and RL.unload functions for memory leak debugging. SoundAlias garbage...
jussi
2025-03-12
Added rlDisableShader for SetShaderValue* functions.
jussi
2025-01-17
SetBufferData takes table of values.
jussi
2025-01-16
BUFFER_UNSIGNED_LONG and BUFFER_LONG.
jussi
2024-12-15
SwapBufferEndianness.
jussi
2024-12-10
EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer.
jussi
2024-11-22
WindowShouldClose and custom main loop example.
jussi
2024-11-21
RL.config and InitWindow.
jussi
2024-11-21
New raylib 5.5 functions.
jussi
2024-11-20
Initial switch to raylib 5.5.
jussi
2024-08-29
GetBufferAsString fix.
jussi
2024-08-29
GetBufferAsString.
jussi
2024-08-29
CopyBufferData uses size instead of length.
jussi
2024-08-27
LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource fi...
jussi
2024-07-20
GetRayBoxCells also returns exit point.
jussi
2024-07-02
GetMouseOffset and GetMouseScale.
jussi
2024-05-29
Unload functions clear object to 0 so they would not be ready in Is*Ready.
jussi
2024-05-20
GetPlatform.
jussi
2024-05-20
Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no...
jussi
2024-05-10
Indentation fix.
jussi
2024-03-29
Raygui lib examples file browser.
jussi
2024-03-17
Round and pubsub lib.
jussi
2024-03-01
Automation events.
jussi
2024-02-25
EnableEventWaiting and DisableEventWaiting.
jussi
2024-02-25
Added various missing functions.
jussi
2024-02-18
Pointer variable declaration style change.
jussi
2024-02-16
GetBufferData extra arguments. GetBufferElementSize and GetBufferLength.
jussi
2024-01-24
LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.
jussi
2023-12-14
RLGL Hello triangle example.
jussi
2023-12-06
Files management functions.
jussi
2023-11-29
Platform web.
jussi
2023-11-29
ExportBufferAsCode.
jussi
2023-11-23
Support for different platforms. Platform_desktop_sdl.
jussi
2023-11-20
Spline functions.
jussi
2023-11-20
Initial changes for Raylib 5.0 and some missing functions.
jussi
2023-11-18
Shader buffer storage object management (ssbo) and rest of rlgl texture manag...
jussi
2023-11-15
GC_UNLOAD build time define and replaced with flag to change it at runtime.
jussi
2023-11-09
Organized core functions.
jussi
2023-11-05
ExportBuffer and LoadBufferFromFile.
jussi
2023-11-03
Compress/decompress and Encode/Decode DataBase64.
jussi
2023-10-31
Merged uluaGet*Index functions to uluaGet* functions.
jussi
2023-10-31
GlyphInfo type. Some new text and core functions.
jussi
2023-10-31
Shaders management 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-29
LoadTextureFromData and LoadRenderTextureFromData. Documentation updates.
jussi
2023-10-29
Shapes, RLGL, Math, Gui and Easings to new style.
jussi
[next]