summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-04Merge pull request #7 from cooljith91112/feature/font-updatesIndrajith K L
2025-11-04Use Oleaguid as default font instead of Raylib defaultIndrajith K L
2025-11-04Merge pull request #6 from cooljith91112/fixes/license-attributionsIndrajith K L
2025-11-04Adds Attributions to fontIndrajith Latha
2025-11-03Merge pull request #5 from cooljith91112/chore/editor-settingsIndrajith K L
2025-11-03Add Zed editor configuration samplechore/editor-settingsIndrajith K L
2025-11-03Merge pull request #4 from cooljith91112/bugfix/fix-documentation-errorsIndrajith K L
2025-11-03Fix documentation errors in READMEbugfix/fix-documentation-errorsIndrajith K L
2025-11-03Merge pull request #3 from cooljith91112/bugfix/fix-documentation-errorsIndrajith K L
2025-11-03docs: fix README.md formatting and improve documentation clarityIndrajith K L
2025-11-03Merge pull request #2 from cooljith91112/chore/re-organize-filesIndrajith K L
2025-11-03chore: fix build scripts to create build directory and update gitignoreIndrajith K L
2025-11-03cleaned up root folder, organized files into docs/scripts/tools dirsIndrajith K L
2025-11-03Merge pull request #1 from cooljith91112/embedded-assets-supportIndrajith K L
2025-11-03remove build folderembedded-assets-supportIndrajith K L
2025-11-03docs: clean up personal references for public useIndrajith K L
2025-11-03Update UPGRADE_SUMMARY.md with build scripts infoIndrajith K L
2025-11-03Add build scripts and Windows icon/resourcesIndrajith K L
2025-11-03Update UPGRADE_SUMMARY.md with fix status and known changesIndrajith 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-11-03Disable LUAJIT option to use liblua.a instead of missing libluajit.aIndrajith Latha
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-10Blendmode example refine.jussi
2025-02-06Blend modes example.jussi
2025-01-31UpdateTexture and UpdateTextureRec now take pixel data as Buffer.jussi
2025-01-25Atlas texture repeat example.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-20Reference lib.jussi
2024-12-15SwapBufferEndianness.jussi
2024-12-11Gui Icons enumeration.jussi