Merge pull request #55 from Rutherther/feat/contracts Add contract system
feat(game): split nostale apis into safe, unsafe, add contracts usage
feat(core): add basics of a contract system
Merge pull request #51 from Rutherther/feat/easy-api Add easy apis for various things
feat(game): register apis to service collection
Merge pull request #46 from Rutherther/feat/act4 Add Act4 status processing
feat(game): emit Act4StatusReceived event upon receiving act4 info Resolves #43
Merge pull request #45 from Rutherther/feat/mates Add support for mates
feat(game): add mates processing
feat(game): add friends processing
feat(game): add group processing
feat(game): add (basic) inventory parsing
feat(game): make event dispatcher scoped
Merge pull request #8 from Rutherther/game-objects Game objects
feat(game): add character sp points
feat(game): add handling of packets for maps and entities
fix: use new packets in game responders
fix: use nos smooth packets in game
feat: register responders for character actions
feat: add packet api for chat and skills