Skip to main content

Dev Update: Loooong overdue

· 6 min read

It's been a couple of months (cough) or years (cough) since the last dev update, so let's get right into it.

What have I been working on?

Well, I honestly don't even remember; I have had to consult my gitlab commit history to even remember what has changed. In short:

  • Refined the UI style of the armory
  • Removed the background color from all item icons
  • Added notifications and popups
  • Added a lot of code to make logging, tracing and debugging easier
  • Added player titles
  • Removed the notion of items / day

I'll dive a bit deeper into these topics in the rest of this post.

Dev Update: Armory Update

· 5 min read

Over the past couple of months, I have spent considerable time working on refactoring major parts of the main nonDB addon, which powers all of our MoronYard servers.

How major are the changes you might ask? Well, so far over 190 files have been touched and more than 55000 lines of code have been changed.

Gitlab changes

So what is this for? The main goal of the refactor is to allow for the following key objectives to be achieved:

  • Revamp and unify the User Interface
  • Rethink the inventory and storage system