diff options
| author | Indrajith K L | 2025-11-07 04:46:23 +0530 |
|---|---|---|
| committer | GitHub | 2025-11-07 04:46:23 +0530 |
| commit | 839b3793a5ec4af58d4dabae85e8f8a211ace258 (patch) | |
| tree | 37b07d916f921ddb028fbd729fedddb5d310c7d6 /docs/UPGRADE_SUMMARY.md | |
| parent | 8c4b587a2347a911d165f0b4afcce116970ad7e5 (diff) | |
| parent | f3373d08c74e36b2161e1f4e4eef6aa7197352e0 (diff) | |
| download | reilua-enhanced-839b3793a5ec4af58d4dabae85e8f8a211ace258.tar.gz reilua-enhanced-839b3793a5ec4af58d4dabae85e8f8a211ace258.tar.bz2 reilua-enhanced-839b3793a5ec4af58d4dabae85e8f8a211ace258.zip | |
Merge pull request #9 from cooljith91112/docs/html-documentation-improvements
docs: Add HTML documentation generator and improve documentation
Diffstat (limited to 'docs/UPGRADE_SUMMARY.md')
| -rw-r--r-- | docs/UPGRADE_SUMMARY.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/UPGRADE_SUMMARY.md b/docs/UPGRADE_SUMMARY.md index 35eb38b..c9c885f 100644 --- a/docs/UPGRADE_SUMMARY.md +++ b/docs/UPGRADE_SUMMARY.md @@ -91,7 +91,7 @@ Successfully ported embedded assets, splash screens, and asset loading features ### Quick Build (Recommended) -**Development (Fast Iteration):** +Development (Fast Iteration): ```bash # Windows scripts\build_dev.bat @@ -100,7 +100,7 @@ scripts\build_dev.bat scripts/build_dev.sh ``` -**Release (Single Executable):** +Release (Single Executable): ```bash # Copy files to build directory first cd build @@ -120,7 +120,7 @@ scripts/build_release.sh ### Manual Build -**Development Build (Fast Iteration):** +Development Build (Fast Iteration): ```bash cmake -G "MinGW Makefiles" .. mingw32-make @@ -129,7 +129,7 @@ mingw32-make - Fast edit-and-run workflow - Use `--no-logo` to skip splash screens -**Release Build (Single Executable):** +Release Build (Single Executable): ```bash # Copy Lua files and assets to build directory copy ..\*.lua . @@ -157,14 +157,14 @@ Options: ``` ## Testing -✅ Build compiles successfully -✅ Logos and font embedded automatically -✅ Asset loading API functions registered -✅ Splash screens implemented and working -✅ Console control working (Windows) -✅ Documentation complete -✅ SEGV crash fixed - window initializes before splash screens -✅ Runs successfully with and without --no-logo flag + Build compiles successfully + Logos and font embedded automatically + Asset loading API functions registered + Splash screens implemented and working + Console control working (Windows) + Documentation complete + SEGV crash fixed - window initializes before splash screens + Runs successfully with and without --no-logo flag ## Known Changes from Original ReiLua - `RL.config()` callback removed - window now initializes automatically |
