aboutsummaryrefslogtreecommitdiff
path: root/src/world.c (follow)
Commit message (Collapse)AuthorAge
* implement more of dunnetFranklin Wei2016-05-19
|
* fix build dependency checking, cleanup, simulation callbackFranklin Wei2016-04-28
|
* allow for modular world loadingFranklin Wei2016-04-16
|
* thingsFranklin Wei2016-04-14
|
* various fixesFranklin Wei2016-04-03
|
* lots of thingsFranklin Wei2016-03-31
|
* add thingsFranklin Wei2016-03-29
|
* fix for drop bugFranklin Wei2016-03-24
|
* implements aliases and other assorted features/enhancementsFranklin Wei2016-02-28
|
* support multiple objects sharing the same nameFranklin Wei2016-02-16
|
* bump version to 0.5.0-rc1Franklin Wei2016-01-31
* implements objects using reference counts rather than copying * implements both room-local and global verbs * refactors the world_* functions into a separate module * numerous other changes