Skip to content

v2.0.0 - Kigambe

Compare
Choose a tag to compare
@ShiJbey ShiJbey released this 27 Oct 23:45
· 55 commits to main since this release
9b3263a

[2.0.0] - 2023-27-10

This release merges all the changes originally made in the kigambe repo.

This version breaks nearly all aspects of previous versions. Neighborly's internal architecture
was rewritten to better support data-driven authoring workflows. While version 1.0.0 started to
move away from the data-driven aspects, it made content authoring more difficult. This latest
version was built with the authoring interface holding prime importance.

Added

  • New trait system
  • New skill system
  • Load entire Tracery grammars straight from JSON files
  • Simplified datetime representation
  • Reduced ECS feature set
  • Simplified simulation config

Removed

  • Support for authoring content using YAML. Now only supports JSON.
  • Grid-style world map
  • Server support
  • Commandline interface support
  • Entity prefab support
  • Sphinx docs