summaryrefslogtreecommitdiff
path: root/API.md
AgeCommit message (Collapse)Author
2025-11-03cleaned up root folder, organized files into docs/scripts/tools dirsIndrajith K L
2025-10-17SetMusicPan was setting pitch fix.jussi
2025-09-08AudioStream management functions.jussi
2025-08-30DrawMeshInstanced takes transforms as Buffer.jussi
2025-06-11MeasureTextBoxed and DrawTextBoxedEx to DrawTextBoxed.jussi
2025-06-11uluaGet* pops lua stack correctly when userdata given in table.jussi
2025-06-02Frustum math from raylib extras.jussi
2025-05-24RL.load and RL.unload functions for memory leak debugging. SoundAlias ↵jussi
garbage collection.
2025-05-14DrawTextBoxed Color change escape sequence.jussi
2025-05-03DrawTextBoxed fix.jussi
2025-05-02SetImageData.jussi
2025-04-09RectPack.jussi
2025-01-31UpdateTexture and UpdateTextureRec now take pixel data as Buffer.jussi
2025-01-17SetBufferData takes table of values.jussi
2025-01-16BUFFER_UNSIGNED_LONG and BUFFER_LONG.jussi
2024-12-15SwapBufferEndianness.jussi
2024-12-11Gui Icons enumeration.jussi
2024-12-10EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer.jussi
2024-11-22WindowShouldClose and custom main loop example.jussi
2024-11-21RL.config and InitWindow.jussi
2024-11-21New raylib 5.5 raymath functions.jussi
2024-11-21New raylib 5.5 functions.jussi
2024-11-20Type class updates.jussi
2024-10-25glDepthRange and glPolygonOffset.jussi
2024-10-02GuiSetSliderDragging, GuiGetSliderDragging, GuiSetSliderActive and ↵jussi
GuiGetSliderActive.
2024-09-26FontCopy.jussi
2024-09-25UnloadMaterial can also optionally free textures and shader.jussi
2024-09-10rlSetVertexAttribute takes pointer as Buffer.jussi
2024-08-29GetBufferAsString.jussi
2024-08-29CopyBufferData uses size instead of length.jussi
2024-08-27LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource ↵jussi
file example.
2024-07-20GetRayBoxCells also returns exit point.jussi
2024-07-19GetRayBoxCells.jussi
2024-07-17DrawGridEx.jussi
2024-07-16Reigui property_list and tree_view use scrissor mode.jussi
2024-07-11Many Gui controls accept now nil for text.jussi
2024-07-06Raymath *Equals functions return bool instead of int.jussi
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-15DrawTextBoxedEx.jussi
2024-06-13DrawTextBoxed uses lineSpacing. GetTextLineSpacing.jussi
2024-05-20GetPlatform.jussi
2024-05-20Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if ↵jussi
no path argument given.
2024-05-10GetMeshData.jussi
2024-05-09Matrix lib clone fix.jussi
2024-05-02Bitwise operations API update.jussi
2024-04-15Stencil reflection example.jussi
2024-04-15OpenGL Stencil management functions.jussi
2024-04-13Position argument added for GetCodepoint, GetCodepointNext and ↵jussi
GetCodepointPrevious.