doodle/pkg/level
Noah f76ba6fbb7 WIP: MsgPack stubs, Level Filesystem Module
* Add some encoding/decoding functions for binary msgpack format for
  levels and doodads. Currently it writes msgpack files that can be
  decoded and printed by Python (mp2json.py) but it can't re-read from
  the binary format. For now, levels will continue to write in JSON
  format.
* Add filesystem abstraction functions to the balance/ package to search
  multiple paths to find Levels and Doodads, to make way for
  system-level doodads.
2019-05-06 12:41:46 -07:00
..
actors.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
base_test.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
chunk.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00
chunk_map.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00
chunk_test.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
chunker.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00
chunker_test.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
filesystem.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
fmt_binary.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00
fmt_json.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00
fmt_readwrite.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00
page_type.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
palette.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
swatch.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
types.go WIP: MsgPack stubs, Level Filesystem Module 2019-05-06 12:41:46 -07:00