Skip to content

Release v0.999i - API simplification.

Compare
Choose a tag to compare
@bryanedds bryanedds released this 28 Aug 00:13
· 12645 commits to master since this release

Looking over Nu's usage in its sample games, I decided that the API warranted further simplification. This release implements that.

Changes (including some breaking) -

Removed Aml from repository. baf51ad
Renamed events. 926c8bd
Some naming fixes. 06ce151
Renamed Proxies to Simulants. de48ba7
Made World ADT a little more testable. 9578ac8
Made user state more intention-revealing in unit tests. f18795c
Renamed === to == and added new === operator. 4ea6b17
Improved testability of World further. 5c32648
Renamed EventAddresses to Events. … 04bfe1a
Added operators for Simulant type. bf649cd
Attempted to improve debugging experience. a6622b2
Replaced use of (<|) with (^). c1e2354
Simplified proxying. b26890b
Removed unnecessary proxying in irpg. d59a2b0
Revamped BlazeVector with new proxying style. 201d15e
Improved proxy operators. 007f254
Improved proxy operators. 3e870c1