summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 daysFixes [Project Generator]: App Bundle File name was refering ReiLua instead o...mainIndrajith K L
9 dayschore: remove .DS_Store & gitignore updatesIndrajith K L
9 daysAdd flexible module loading and complete file embeddingIndrajith K L
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
12 daysCreate CNAMEIndrajith K L
12 daysDelete CNAMEIndrajith K L
12 daysCreate CNAMEIndrajith K L
12 daysChanges Docs FoldersIndrajith K L
12 daysMerge pull request #9 from cooljith91112/docs/html-documentation-improvementsIndrajith K L
12 daysdocs: Add HTML documentation generator and improve documentation structureIndrajith K L
2025-11-05Merge pull request #8 from cooljith91112/feature/font-renderingIndrajith K L
2025-11-05Add dialog state pattern documentation for game templatesIndrajith 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-05Adds Game Jam Ready Templates & ReiLua API UpdatesIndrajith K L
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