summaryrefslogtreecommitdiff
path: root/src/core.c
AgeCommit message (Expand)Author
2025-09-08AudioStream management functions.jussi
2025-08-30DrawMeshInstanced takes transforms as Buffer.jussi
2025-05-24RL.load and RL.unload functions for memory leak debugging. SoundAlias garbage...jussi
2025-03-12Added rlDisableShader for SetShaderValue* functions.jussi
2025-01-17SetBufferData takes table of values.jussi
2025-01-16BUFFER_UNSIGNED_LONG and BUFFER_LONG.jussi
2024-12-15SwapBufferEndianness.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 functions.jussi
2024-11-20Initial switch to raylib 5.5.jussi
2024-08-29GetBufferAsString fix.jussi
2024-08-29GetBufferAsString.jussi
2024-08-29CopyBufferData uses size instead of length.jussi
2024-08-27LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource fi...jussi
2024-07-20GetRayBoxCells also returns exit point.jussi
2024-07-02GetMouseOffset and GetMouseScale.jussi
2024-05-29Unload functions clear object to 0 so they would not be ready in Is*Ready.jussi
2024-05-20GetPlatform.jussi
2024-05-20Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no...jussi
2024-05-10Indentation fix.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-18Pointer variable declaration style change.jussi
2024-02-16GetBufferData extra arguments. GetBufferElementSize and GetBufferLength.jussi
2024-01-24LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.jussi
2023-12-14RLGL Hello triangle example.jussi
2023-12-06Files management functions.jussi
2023-11-29Platform web.jussi
2023-11-29ExportBufferAsCode.jussi
2023-11-23Support for different platforms. Platform_desktop_sdl.jussi
2023-11-20Spline functions.jussi
2023-11-20Initial changes for Raylib 5.0 and some missing functions.jussi
2023-11-18Shader buffer storage object management (ssbo) and rest of rlgl texture manag...jussi
2023-11-15GC_UNLOAD build time define and replaced with flag to change it at runtime.jussi
2023-11-09Organized core functions.jussi
2023-11-05ExportBuffer and LoadBufferFromFile.jussi
2023-11-03Compress/decompress and Encode/Decode DataBase64.jussi
2023-10-31Merged uluaGet*Index functions to uluaGet* functions.jussi
2023-10-31GlyphInfo type. Some new text and core functions.jussi
2023-10-31Shaders management functions.jussi
2023-10-30Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and che...jussi
2023-10-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-29LoadTextureFromData and LoadRenderTextureFromData. Documentation updates.jussi
2023-10-29Shapes, RLGL, Math, Gui and Easings to new style.jussi
2023-10-27Core in new style.jussi