summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
AgeCommit message (Expand)Author
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-06-05Rest of rlgl General render state functions.jussi
2023-06-03rlgl Vertex level operations and Draw Textured Polygon Example.jussi
2023-06-02rlgl Some Render batch management functions and Matrix operations functions.jussi
2023-06-02RLGL Textures state functions.jussi
2023-06-02RLGL defines.jussi
2023-06-01Camera2D and Camera3D can be given as tables.jussi
2023-06-01New rlgl functions and texture can be given as table.jussi
2023-05-30Light property functions and basic light example.jussi
2023-05-19Material getter and get/set for parameters.jussi
2023-05-15More rlgl General render state functions. Fixed rlgl function prefix to rl.jussi
2023-05-10DrawBillboardPro and rlglGetVersion.jussi
2023-05-06uluaGetBoundingBoxIndex, IsTextureReady.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change texture...jussi
2023-04-25DrawCapsule and DrawCapsuleWires. Free Camera3D example.jussi
2023-04-25Can now have multiple Music objects like other Raylib objects instead of just...jussi
2023-04-14Raygui wrapper lib.jussi
2023-04-12glBlitFramebuffer.jussi
2023-04-10Camera3D lib. New camera3D functions.jussi
2023-04-10LoadShaderFromMemory fix.jussi
2023-04-10New argument style for gui and easings.jussi
2023-04-10New argument style for models.jussi
2023-04-07Audio and shapes now use new argumet style.jussi
2023-04-07GenImagePerlinNoise and GenImageText. Get indexed functions for types.jussi
2023-04-06Vector2LineAngle and more Color functions.jussi
2023-04-06Switched to Raylib vertion 4.5. Removed some functions and added others. Main...jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser cre...jussi