Age | Commit message (Collapse) | Author | Files | Lines |
|
Add a system for statically-included entity raws (which necessitated
making a deserializable existential Color struct) and test it out by
initializing the game (for now) with a single on-screen gormlak.
|
|
Via new "toml_dir" and "json_dir" directives in the macro
|
|
Factor out a macro for static references to data parsed from config
files at compile-time.
|
|
Cribbed directly from Nethack
This was really, really easy.
|
|
When the character moves, the game ticks forward equal to the
character's speed
|
|
Implement a global map of entities, which allows referencing by either
position or ID and updating the positions of existent entities, and put
the character in there.
|
|
ctrl+p, like nethack. Cycles through messages, also like nethack.
May want to add some sort of indicator of how many messages there have
been.
|
|
Add support for messages, along with a global lookup map and random
choice of messages.
|
|
We now have an inner and outer viewport, and entity positions are
relative to the inner one while drawing happens to the outer one.
|
|
|