From f4d927aac0f5ce13eca3bc57595d71827b40e657 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 3 Nov 2025 18:05:26 +0530 Subject: Update UPGRADE_SUMMARY.md with fix status and known changes --- UPGRADE_SUMMARY.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3