summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-09UnloadTexture did not set texture id to NULL.jussi
2023-05-06uluaGetBoundingBoxIndex, IsTextureReady.jussi
2023-05-01Vector3RotateByAxisAngle was not connected.jussi
2023-05-01Tracelog call fix.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change ↵jussi
texture source anymore.
2023-04-25DrawCapsule and DrawCapsuleWires. Free Camera3D example.jussi
2023-04-25Can now have multiple Music objects like other Raylib objects instead of ↵jussi
just one.
2023-04-17Raygui wrapper examples.jussi
2023-04-14Raygui wrapper lib finished.jussi
2023-04-14lua lib folder has not been updating in a while since gitignore lib in root. ↵jussi
WHOOPS!
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-09New argument style for rlgl, text, lights and math.jussi
2023-04-07Audio and shapes now use new argumet style.jussi
2023-04-07textures and core new argument 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. ↵jussi
Main changes to camera3D.
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
2023-04-05Removed dev version.jussi
2023-04-04v0.4.jussi
2023-03-30GetKeyName and GetKeyScancode.jussi
2023-02-15RL_GetWindowSize renamed to RL_GetScreenSize.jussi
2023-02-08BLEND_ALPHA_PREMULTIPLY.jussi
2023-02-06RL_LoadFontEx.jussi
2022-12-10RL_GetFileLength.jussi
2022-12-09Draw Mesh Instanced Example.jussi
2022-12-08ReiLuaGui File explorer.jussi
2022-12-07ReiLuaGui calculator example.jussi
2022-12-07Grid container.jussi
2022-12-05ReiGui text input.jussi
2022-12-05Working basic elements.jussi
2022-12-02ReiLuaGui basics done.jussi
2022-12-01ReiLuaGui basics.jussi
2022-11-27RL_LoadDirectoryFilesEx and separate option for doc_parser.jussi
2022-11-27Exit function and N-Patch fix.jussi
2022-11-22DrawRectangleGradient V and H expecting wrong amount of arguments.jussi
2022-11-14luaInit was called two times.jussi
2022-11-11Interpreter call lua file in safe mode.jussi
2022-11-11Lua interpreter mode and easings module.jussi
2022-09-22Removed dev status from version.jussi
2022-09-22v0.3.jussi
2022-08-19New math functions.jussi
2022-08-19Removed MatrixNormalize. Fixed API and readme.jussi
2022-08-19Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 ↵jussi
conventions. Removed GenMeshBinormals and GetRayCollisionModel. Sound and music pan.
2022-07-26Create material using correct texture source.jussi