summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
10 daysAdd game folder workflow, custom executable names, cross-platform tasks, and ...Indrajith K L
10 daysAdd macOS support and project creation toolIndrajith K L
2025-11-05Prevent splash screens from being closeableIndrajith K L
2025-11-05Disable antialiasing for all fonts loaded via Lua APIIndrajith K L
2025-11-04Use Oleaguid as default font instead of Raylib defaultIndrajith K L
2025-11-03Fix SEGV crash: Initialize window and font in stateInit()Indrajith K L
2025-11-03Add embedded assets, splash screens, and asset loading supportIndrajith K L
2025-10-17SetMusicPan was setting pitch fix.jussi
2025-09-18Fixed fast_tilemap and texture_atlas_repeat examples.jussi
2025-09-09Bit fastes uluaGet* functions for vectors, color, rectangle and quaternion.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 garbage...jussi
2025-05-14DrawTextBoxed Color change escape sequence.jussi
2025-05-03DrawTextBoxed fix.jussi
2025-05-02SetImageData.jussi
2025-04-09RectPack.jussi
2025-03-17Fast tilemap example.jussi
2025-03-14SDL3 Events.jussi
2025-03-12Basic sdl3 support.jussi
2025-03-12Added rlDisableShader for SetShaderValue* functions.jussi
2025-03-10uluaPushTransform translation field name fix.jussi
2025-02-06Blend modes example.jussi
2025-01-31UpdateTexture and UpdateTextureRec now take pixel data as Buffer.jussi
2025-01-17SetBufferData takes table of values.jussi
2025-01-17Bitwise functions now use 64 bit integers.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 rlgl functions.jussi
2024-11-21New raylib 5.5 functions.jussi
2024-11-20Initial switch to raylib 5.5.jussi
2024-10-25glDepthRange and glPolygonOffset.jussi
2024-10-02GuiSetSliderDragging, GuiGetSliderDragging, GuiSetSliderActive and GuiGetSlid...jussi
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 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-08-06GetRayBoxCells exit normal fix.jussi
2024-08-05GetRayBoxCells fix.jussi