summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-02GetMouseOffset and GetMouseScale.jussi
2024-07-02GuiGetIcons fix and added GuiSetIcons.jussi
2024-06-26Changed naming of gui functions set2Top and set2Back to setToTop and setToBack.jussi
2024-06-17ltextSetTextLineSpacing and ltextGetTextLineSpacing were missing return value.jussi
2024-06-17Added missing line break for DrawTextBoxed.jussi
2024-06-15DrawTextBoxedEx.jussi
2024-06-13DrawTextBoxed uses lineSpacing. GetTextLineSpacing.jussi
2024-05-29Unload functions clear object to 0 so they would not be ready in Is*Ready.jussi
2024-05-22Userdata objects can be passed in table.jussi
2024-05-20GetPlatform.jussi
2024-05-20Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no...jussi
2024-05-10Indentation fix.jussi
2024-05-10GetMeshData.jussi
2024-05-09Matrix lib clone fix.jussi
2024-05-01Bitwise operations for cross Lua compatibility.jussi
2024-04-15Stencil reflection example.jussi
2024-04-15OpenGL Stencil management functions.jussi
2024-04-13Position argument added for GetCodepoint, GetCodepointNext and GetCodepointPr...jussi
2024-03-29Raygui lib examples file browser.jussi
2024-03-17Round and pubsub lib.jussi
2024-03-01Automation events.jussi
2024-02-25EnableEventWaiting and DisableEventWaiting.jussi
2024-02-25Added various missing functions.jussi
2024-02-24Rest of rlgl and raymath functions.jussi
2024-02-24Api Scanner.jussi
2024-02-22GuiGetFont fix.jussi
2024-02-21Raygui lib tooltip.jussi
2024-02-18Pointer variable declaration style change.jussi
2024-02-18Process renamed to update to be more inline with naming of raylib and common ...jussi
2024-02-17LoadImageFromData.jussi
2024-02-16GetBufferData extra arguments. GetBufferElementSize and GetBufferLength.jussi
2024-02-10Build option for Lua events that is off by default.jussi
2024-02-05Raygui styles include properties, texture and font.jussi
2024-01-30Rune lib and __concat for variable libs.jussi
2024-01-28TextInsert and TextSplit.jussi
2024-01-28Text codepoints management functions.jussi
2024-01-24LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.jussi
2024-01-05Raygui lib enhancements and Raygui lib extensions example.jussi
2024-01-03Rest of font loading/unloading functions. GlyphInfo type to userdata. GlyphIn...jussi
2023-12-20GuiScrollBar.jussi
2023-12-19DrawTextureNPatchRepeat.jussi
2023-12-15Rest of rlRenderBatch functions.jussi
2023-12-14RLGL Hello triangle example.jussi
2023-12-08More Model animations management functions.jussi
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