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
Age
Commit message (
Collapse
)
Author
2023-10-29
New object types for all types.
jussi
2023-10-28
New object types for Wave, Sound, Music and Light.
jussi
2023-10-28
New object type Font.
jussi
2023-10-27
Core in new style.
jussi
2023-10-27
New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and ↵
jussi
Shader.
2023-10-27
Roadmap fix.
jussi
2023-10-27
Release v0.5.
jussi
2023-10-26
Buffer userdata object and rlgl Vertex buffers management.
jussi
2023-10-22
rlgl Matrix state management API update.
jussi
2023-10-22
rlgl Matrix state management.
jussi
2023-10-15
Argumets stored in RL.arg array.
jussi
2023-10-15
Renamed start, end arguments to a, b to avoid using Lua keyword end in ↵
jussi
argument names.
2023-10-11
isValidRenderTexture fix.
jussi
2023-08-24
Renamed doc_parser.lua to docgen.lua.
jussi
2023-08-24
GetFontTexture.
jussi
2023-08-18
Window events.
jussi
2023-08-18
RL.event function with input events.
jussi
2023-08-17
Vertex buffers state and Shader state functions. Vertex buffers management WIP.
jussi
2023-08-04
logLevelInvalid for bad function calls and invalid data formats.
jussi
2023-07-02
LuaJIT compatibility.
jussi
2023-06-05
Rest of rlgl General render state functions.
jussi
2023-06-03
rlgl Vertex level operations and Draw Textured Polygon Example.
jussi
2023-06-02
rlgl Some Render batch management functions and Matrix operations functions.
jussi
2023-06-02
RLGL Textures state functions.
jussi
2023-06-02
RLGL defines.
jussi
2023-06-01
Camera2D and Camera3D can be given as tables.
jussi
2023-06-01
New rlgl functions and texture can be given as table.
jussi
2023-05-30
Fixed wrong link in basic lighting example.
jussi
2023-05-30
Light property functions and basic light example.
jussi
2023-05-19
Material getter and get/set for parameters.
jussi
2023-05-15
More rlgl General render state functions. Fixed rlgl function prefix to rl.
jussi
2023-05-10
DrawBillboardPro and rlglGetVersion.
jussi
2023-05-09
UnloadTexture did not set texture id to NULL.
jussi
2023-05-06
uluaGetBoundingBoxIndex, IsTextureReady.
jussi
2023-05-01
Vector3RotateByAxisAngle was not connected.
jussi
2023-05-01
Tracelog call fix.
jussi
2023-05-01
Texture now can be either Texture or RenderTexture. No need to change ↵
jussi
texture source anymore.
2023-04-25
DrawCapsule and DrawCapsuleWires. Free Camera3D example.
jussi
2023-04-25
Can now have multiple Music objects like other Raylib objects instead of ↵
jussi
just one.
2023-04-17
Raygui wrapper examples.
jussi
2023-04-14
Raygui wrapper lib finished.
jussi
2023-04-14
lua lib folder has not been updating in a while since gitignore lib in root. ↵
jussi
WHOOPS!
2023-04-14
Raygui wrapper lib.
jussi
2023-04-12
glBlitFramebuffer.
jussi
2023-04-10
Camera3D lib. New camera3D functions.
jussi
2023-04-10
LoadShaderFromMemory fix.
jussi
2023-04-10
New argument style for gui and easings.
jussi
2023-04-10
New argument style for models.
jussi
2023-04-09
New argument style for rlgl, text, lights and math.
jussi
2023-04-07
Audio and shapes now use new argumet style.
jussi
[next]