summaryrefslogtreecommitdiff
path: root/src/state.c
AgeCommit message (Expand)Author
2024-05-20Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no...jussi
2024-05-10Indentation fix.jussi
2024-02-22GuiGetFont fix.jussi
2024-02-21Raygui lib tooltip.jussi
2024-02-18Pointer variable declaration style change.jussi
2023-11-30Raygui textures with SetShapesTexture.jussi
2023-11-24SDL Events.jussi
2023-11-20Initial changes for Raylib 5.0 and some missing functions.jussi
2023-11-15GC_UNLOAD build time define and replaced with flag to change it at runtime.jussi
2023-10-31GlyphInfo type. Some new text and core functions.jussi
2023-10-31More RLGL Initialization functions.jussi
2023-10-31Shaders management functions.jussi
2023-10-30Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and che...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-15Argumets stored in RL.arg array.jussi
2023-10-11isValidRenderTexture fix.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-05-09UnloadTexture did not set texture id to NULL.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change texture...jussi
2023-04-25Can now have multiple Music objects like other Raylib objects instead of just...jussi
2023-04-14Raygui wrapper lib.jussi
2023-04-06Switched to Raylib vertion 4.5. Removed some functions and added others. Main...jussi
2023-04-04v0.4.jussi
2022-11-14luaInit was called two times.jussi
2022-11-11Lua interpreter mode and easings module.jussi
2022-08-19Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 conve...jussi
2022-06-21Removed autoset fps.jussi
2022-05-31Wave and more sound functions.jussi
2022-05-21Some doc fixes.jussi
2022-05-04Camera2D.jussi
2022-04-05Lights.jussi
2022-02-18Added initial files.jussi