Skip to content

Commit

Permalink
docs: Update roadmap for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Sep 26, 2018
1 parent bbd70d9 commit 9ef8fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
8 changes: 7 additions & 1 deletion lab/changes.md → docs/roadmap.md
Expand Up @@ -63,4 +63,10 @@ Therefore, there should be a way to toggle whether all changes to properties are

## 6. Fix "Cannot invoke EventQueue" by allowing event queues to be passed into API Hooks

*See issue 30*
*See issue #30*

## 7. Scrub inaccessible agents when the game instance is cycled

When an agent is no longer referenced by any other agent, it is inaccessible. To save space, these agents should be deleted from the game instance (like garbage collection).

In order to maintain the revertable, event-sourcing model, this scrubbing cannot take place in the same cycle that the agent becomes inaccessible (although they may be flagged as such). Instead, the scrubbing should take place when the game instance is cycled on a new player command.
37 changes: 0 additions & 37 deletions lab/lab.ts

This file was deleted.

0 comments on commit 9ef8fbe

Please sign in to comment.