HEBorn
HEBorn copied to clipboard
Is the game already playable? Like Alpha-testing or something? Or does it work if I download and setup it on my computer?
### Facts * Tunnels is out because the implementation is probably wrong --- This change is [](https://reviewable.io/reviews/hackerexperience/heborn/518)
- [x] Base - [x] Events - [x] Processes --- This change is [](https://reviewable.io/reviews/hackerexperience/heborn/519)
# Notifications Notification is an in-game feature meant to notify the player of actions that may be of her interest. Most of the time it notifies about actions that were...
Adopt better messages that are specific to each tab.
This is kinda ready, the only leftover is to fix the API url. The code is building an app for every architecture of platform, including `mas` (we'll probably ditch "Mac...
Some notifications when clicked open apps with parameters that weren't added yet.
The endpoint should not be changed if the player changes the endpoint before receiving login respose. Not sure how we could catch that without resorting to model flags.
I'll make it easier to obviate reasons for failing. **[02/04/2018]** Actually this won't help much, most of our crashes are due to backend changes, if the backend keeps changing without...
## Summary Components.Type is wrongly used to validate `componentslot` matching, but this is wrong, component types should only be used to categorize inventory entries. No work was done on that...