diff options
| author | Indrajith K L | 2025-11-03 18:05:26 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-03 18:05:26 +0530 |
| commit | f4d927aac0f5ce13eca3bc57595d71827b40e657 (patch) | |
| tree | b5f7b1883965cccf5e7757810feaecdbf522452e /UPGRADE_SUMMARY.md | |
| parent | f185f2c31a611c985dbdb5e1b40a0c4c2a1dc3b1 (diff) | |
| download | reilua-enhanced-f4d927aac0f5ce13eca3bc57595d71827b40e657.tar.gz reilua-enhanced-f4d927aac0f5ce13eca3bc57595d71827b40e657.tar.bz2 reilua-enhanced-f4d927aac0f5ce13eca3bc57595d71827b40e657.zip | |
Update UPGRADE_SUMMARY.md with fix status and known changes
Diffstat (limited to 'UPGRADE_SUMMARY.md')
| -rw-r--r-- | UPGRADE_SUMMARY.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/UPGRADE_SUMMARY.md b/UPGRADE_SUMMARY.md index 223d157..1f37f47 100644 --- a/UPGRADE_SUMMARY.md +++ b/UPGRADE_SUMMARY.md @@ -120,9 +120,17 @@ Options: ✅ Build compiles successfully ✅ Logos and font embedded automatically ✅ Asset loading API functions registered -✅ Splash screens implemented +✅ 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 +- Window opens with default 800x600 size, can be changed via window functions in `RL.init()` +- Custom font (Oleaguid) always loaded for consistent appearance +- `stateContextInit()` merged into `stateInit()` ## Next Steps 1. Test with actual embedded Lua files |
