- Real-time minimap on the top-screen HUD, replacing the earlier static/turn-info-only display, with a lightweight incremental refresh instead of a full-map rebuild each frame.
- C2D_Text caching for on-screen text rendering, cutting redundant text-layout work per frame.
- New 3DS Core Affinity: the Freeciv engine thread is pinned to the spare ARM11 core (with a
clock()shim to support it), alongside the existingosSetSpeedupEnableclock boost, so the renderer no longer stalls waiting on engine/AI turns. - SMDH metadata (
APP_TITLE/APP_DESCRIPTION/APP_AUTHOR/ICON) wired up in the Makefile so the Homebrew Launcher shows proper app info instead of defaults. - Build-system fix:
run_configure_3ds.sh's--enable-sys-tolua-cmdpath is portable again instead of a hardcoded local path.
Full Changelog: v0.1.0...v0.2.0