PawMapLoader Build-030
Pre-release
Pre-release
The following notes are automatically generated by deepseek-v4-flash.
Probably contains inaccuracies. Please validate using the diff before fully trusting.
Internal / Refactoring
- PawScriptConsole: Refactor layout by moving previously hard-coded dimensions into named constants (
WindowPadding,LineHeight,CommandBarHeight,LogRect,LogContentRect). - PawScriptConsole: Replace empty
DrawConsoleplaceholder with a functional scrollable log view using the new layout constants. - PawScriptConsole: Initialize a
PawScript.Interpreterinstance on registration, preparing for future script execution capabilities.
Full Changelog: Build-029...Build-030