summaryrefslogtreecommitdiff
path: root/src/core.c
AgeCommit message (Expand)Author
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
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Sh...jussi
2023-10-27Release v0.5.jussi
2023-10-26Buffer userdata object and rlgl Vertex buffers management.jussi
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-07-02LuaJIT compatibility.jussi
2023-06-02RLGL Textures state functions.jussi
2023-06-01Camera2D and Camera3D can be given as tables.jussi
2023-06-01New rlgl functions and texture can be given as table.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-10Camera3D lib. New camera3D functions.jussi
2023-04-10LoadShaderFromMemory fix.jussi
2023-04-07textures and core new argument style.jussi
2023-04-06Switched to Raylib vertion 4.5. Removed some functions and added others. Main...jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser cre...jussi
2023-03-30GetKeyName and GetKeyScancode.jussi