- Added setup endpoint.
- Added cdn endpoint.
- Indev games page and place page.
- Universes for places. These are pretty much just a collection of places with shared things like datastores, player points, etc.
- Moved asset types to the database.
- Indev negotiation tickets. Only the migration has been added.
- Indev client/studio deployments. Mostly complete.
- Upgraded to fontawesome pro.
- Moved the admin usage bars to their own component for cleanliness.
- Created default place thumbnails. Not used at the moment.
- Updated /asset to behave with the migration of asset types to the database.
- "Busy" icon for a rendering game icon.
- Added some more frontend for the blog. This includes a general layout for the home page and a basic 404 page.
- Added a 404 page.
- Changed urls to use routes instead.
- Added RSS button, functionality is still to-do.
- Added basic blog layout and routes.
- Basic games frontend.
- Basic frontend for admin site configuration.
- User profiles.
- User last online dates.
- Fixed performance issues with CPU and memory usage counters. They are now queued events that update their respective rows in the database every minute.
- Renamed "graphictoria-item-page" css class to "graphictoria-smaller-page".
- Added screenshots that some images were based on.
- The complexity and size of the HTML of tokens has been reduced to a simple class, no more styles and no more image.
- Hover cards have been added to the shop item cards, along with item cards being moved to it's own class in the shop Javascript. Simply just put your mouse overtop of a shop item and more info will be shown to you below it! Very epic.