You find more information about objects and doors on our Trello roadmap: https://trello.com/c/IaJZtotN/141-objects
We've also prepared a small video to show the current state of the game. Apart from the new doors, we've been working on new sounds and there are also a few other details (for instance, the player leaves footprints in the snow):
[previewyoutube=d9zXExafyKI;full][/previewyoutube]
Apart from that, we've been working on lighting. The game internally manages all lights and culls every light source that's either not visible or too far away. To save some performance, you can set up a max amount of lights the game should render simultaneously.
Here is a screenshot of lighting in a cave:
Last but not least we've also spent some time on our build pipeline for Mac and Linux. We've already implemented it for Windows a long time ago, but it's important for us to not only focus on Windows during development, since some parts of the game code are platform dependent (especially the C++ part). So far, everything works as expected though.
Stay tuned for the next status update. Hopefully we will be able to get a playable demo ready soon™