Skip to content

Freeciv 3DS v0.2.0

Latest

Choose a tag to compare

@xPsycho999 xPsycho999 released this 15 Jul 23:51
  • 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 existing osSetSpeedupEnable clock 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-cmd path is portable again instead of a hardcoded local path.

Full Changelog: v0.1.0...v0.2.0