summaryrefslogtreecommitdiff
path: root/devnotes
AgeCommit message (Expand)Author
2025-02-06Blend modes example.jussi
2024-12-15SwapBufferEndianness.jussi
2024-12-11Gui Icons enumeration.jussi
2024-12-10EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer.jussi
2024-11-21RL.config and InitWindow.jussi
2024-11-21New raylib 5.5 functions.jussi
2024-11-20Initial switch to raylib 5.5.jussi
2024-11-20Type class updates.jussi
2024-10-25glDepthRange and glPolygonOffset.jussi
2024-09-25UnloadMaterial can also optionally free textures and shader.jussi
2024-08-05GetRayBoxCells fix.jussi
2024-07-15Some raygui controls return 1 instead of 0 when pressed or scrolled.jussi
2024-07-11Many Gui controls accept now nil for text.jussi
2024-07-06Raymath *Equals functions return bool instead of int.jussi
2024-05-10GetMeshData.jussi
2024-03-29Raygui lib examples file browser.jussi
2024-03-21Raygui lib callbacks to single table.jussi
2024-03-21TreeView fix.jussi
2024-03-20Raygui tree view.jussi
2024-03-17Round and pubsub lib.jussi
2024-03-01Automation events.jussi
2024-02-25EnableEventWaiting and DisableEventWaiting.jussi
2024-02-24Api Scanner.jussi
2024-02-18Process renamed to update to be more inline with naming of raylib and common ...jussi
2024-02-14Logo.jussi
2024-02-10Release 0.7.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-10Raygui lib extensions property list.jussi
2024-01-03Rest of font loading/unloading functions. GlyphInfo type to userdata. GlyphIn...jussi
2023-12-19DrawTextureNPatchRepeat.jussi
2023-12-08More Model animations management functions.jussi
2023-12-07More Model management functions, BoneInfo and Transform.jussi
2023-12-01Raygui wrapper library disable and styles for each element.jussi
2023-11-30Raygui wrapper library is now object based.jussi
2023-11-29ExportBufferAsCode.jussi
2023-11-28Platform specific API documentation generation.jussi
2023-11-24Fixed raygui edit mode selection.jussi
2023-11-24SDL Events.jussi
2023-11-23Fixed snake example after Vector2Angle change.jussi
2023-11-23Support for different platforms. Platform_desktop_sdl.jussi
2023-11-21Raygui updated to version 4.0.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-15Quaternion library.jussi
2023-11-13Matrix library.jussi
2023-11-10More color and rectangle lib functionality.jussi