Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 23:39
· 6 commits to master since this release
8f65b93

Quick Download

All files in one package: libtwdll-0.9.0.zip


Changelog

Added

  • New twdll.campaign_ui functions: SetMaxSlotsMajor / SetMaxSlotsMinor and GetMaxSlotsMajor / GetMaxSlotsMinor - set/get the building-slot override separately for major (province capital) and minor settlements. The override now distinguishes the two via the settlement's capital flag instead of applying to every settlement.

Changed

  • ClearMaxSlots clears both the major and minor overrides.
  • Docs build fixed: custom.css removed entirely, its rule (max-width: 75em) merged into the vendored LDoc stylesheet.
  • AGENTS.md and README.md updated.

Removed

  • SetMaxSlots / GetMaxSlots removed (0.x, no backward compatibility) - use the Major variants instead.