summaryrefslogtreecommitdiff
path: root/src/lua_core.c
AgeCommit message (Expand)Author
2023-12-07More Model management functions, BoneInfo and Transform.jussi
2023-12-06Files management functions.jussi
2023-11-30Raygui textures with SetShapesTexture.jussi
2023-11-29Platform web.jussi
2023-11-29ExportBufferAsCode.jussi
2023-11-28Platform specific API documentation generation.jussi
2023-11-24SDL Events.jussi
2023-11-23Support for different platforms. Platform_desktop_sdl.jussi
2023-11-21Raygui updated to version 4.0.jussi
2023-11-20Spline functions.jussi
2023-11-20Initial changes for Raylib 5.0 and some missing functions.jussi
2023-11-20LoadImageRaw, LoadImageAnim and LoadImageFromMemory. Version 0.6.jussi
2023-11-18Shader buffer storage object management (ssbo) and rest of rlgl texture manag...jussi
2023-11-18Joystick event.jussi
2023-11-15GC_UNLOAD build time define and replaced with flag to change it at runtime.jussi
2023-11-13Matrix library.jussi
2023-11-09Organized shapes, textures, audio, text, lights and gui functions.jussi
2023-11-09Organized core functions.jussi
2023-11-09GenMeshCubicmap, Organized model functions, GetModelBoundingBox, DrawModelWir...jussi
2023-11-07Replaced DrawTextBoxedSelectable with DrawTextBoxedTinted.jussi
2023-11-05ExportBuffer and LoadBufferFromFile.jussi
2023-11-03Compress/decompress and Encode/Decode DataBase64.jussi
2023-11-01LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] ...jussi
2023-10-31Global variable descriptions for API.jussi
2023-10-31Merged uluaGet*Index functions to uluaGet* functions.jussi
2023-10-31GlyphInfo type. Some new text and core functions.jussi
2023-10-31More RLGL Initialization functions.jussi
2023-10-31Compute shader management and Buffer management.jussi
2023-10-31Shaders management functions.jussi
2023-10-30Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and che...jussi
2023-10-30uluaGet functions could return NULL fix.jussi
2023-10-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-29Fixed examples.jussi
2023-10-29LoadTextureFromData and LoadRenderTextureFromData. Documentation updates.jussi
2023-10-29Shapes, RLGL, Math, Gui and Easings to new style.jussi
2023-10-29New object types for all types.jussi
2023-10-28New object types for Wave, Sound, Music and Light.jussi
2023-10-28New object type Font.jussi
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Sh...jussi
2023-10-27Release v0.5.jussi
2023-10-26Buffer userdata object and rlgl Vertex buffers management.jussi
2023-10-22rlgl Matrix state management.jussi
2023-10-15Argumets stored in RL.arg array.jussi
2023-10-11isValidRenderTexture fix.jussi
2023-08-24GetFontTexture.jussi
2023-08-18Window events.jussi
2023-08-18RL.event function with input events.jussi
2023-08-17Vertex buffers state and Shader state functions. Vertex buffers management WIP.jussi
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-06-05Rest of rlgl General render state functions.jussi