summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2025-11-03 18:05:26 +0530
committerIndrajith K L2025-11-03 18:05:26 +0530
commitf4d927aac0f5ce13eca3bc57595d71827b40e657 (patch)
treeb5f7b1883965cccf5e7757810feaecdbf522452e
parentf185f2c31a611c985dbdb5e1b40a0c4c2a1dc3b1 (diff)
downloadreilua-enhanced-f4d927aac0f5ce13eca3bc57595d71827b40e657.tar.gz
reilua-enhanced-f4d927aac0f5ce13eca3bc57595d71827b40e657.tar.bz2
reilua-enhanced-f4d927aac0f5ce13eca3bc57595d71827b40e657.zip
Update UPGRADE_SUMMARY.md with fix status and known changes
-rw-r--r--UPGRADE_SUMMARY.md10
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