| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-03 | Add embedded assets, splash screens, and asset loading support | Indrajith K L | |
| Features added: - Embedded main.lua and Lua files support (EMBED_MAIN option) - Embedded assets support (EMBED_ASSETS option) - Splash screens with dual logo display (always embedded) - Asset loading progress tracking API (BeginAssetLoading, UpdateAssetLoading, EndAssetLoading) - Custom font embedding for splash/loading screens - --log flag for Windows console control - --no-logo flag to skip splash screens in development - Python scripts for embedding (embed_lua.py, embed_assets.py, embed_logo.py, embed_font.py) - Documentation (EMBEDDING.md, ASSET_LOADING.md, SPLASH_SCREENS.md) This allows building single-executable releases with all Lua code and assets embedded. | |||
| 2024-11-21 | RL.config and InitWindow. | jussi | |
| 2024-07-19 | GetRayBoxCells. | jussi | |
| 2024-05-20 | Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if ↵ | jussi | |
| no path argument given. | |||
| 2024-02-18 | Pointer variable declaration style change. | jussi | |
| 2024-02-18 | Process renamed to update to be more inline with naming of raylib and common ↵ | jussi | |
| convention. | |||
| 2024-02-05 | Raygui styles include properties, texture and font. | jussi | |
| 2023-11-24 | SDL Events. | jussi | |
| 2023-11-23 | Support for different platforms. Platform_desktop_sdl. | jussi | |
| 2023-10-15 | Argumets stored in RL.arg array. | jussi | |
| 2023-07-02 | LuaJIT compatibility. | jussi | |
| 2023-04-25 | Can now have multiple Music objects like other Raylib objects instead of ↵ | jussi | |
| just one. | |||
| 2022-11-27 | Exit function and N-Patch fix. | jussi | |
| 2022-11-11 | Interpreter call lua file in safe mode. | jussi | |
| 2022-11-11 | Lua interpreter mode and easings module. | jussi | |
| 2022-05-22 | Pong example, type named fields and vector lib changes. | jussi | |
| 2022-03-04 | Custom log function. | jussi | |
| 2022-02-22 | Touch and gestures. | jussi | |
| 2022-02-21 | Documentation. waving_cubes example and RL_DrawFPS and RL_ColorFromHSV. | jussi | |
| 2022-02-18 | Added initial files. | jussi | |
