Commit Graph

61 Commits

Author SHA1 Message Date
ro
9201d68cdf Update navigation.py
- use await syntax to load playerstring
2019-06-05 18:08:55 +02:00
ro
8ab04bc1e9 Update navigation.py
- load player packet is sent, displays correct data for the individual penguin
2019-06-05 18:02:59 +02:00
ro
fd1dcb97f1 Update world.py
- Calculate age attribute during world authentication
2019-06-05 18:01:48 +02:00
ro
bb1895af28 Update player.py
- Handler for getPlayerInfoById done.
- uses nickname instead of username (in comparison to the original Houdini)
2019-06-04 23:06:55 +02:00
ro
5c5eccbfae Update navigation.py
Add the users ID to the dictionary `penguins_by_id`
2019-06-04 23:05:02 +02:00
Ben
95af513ac1 Take into account strict and exclude loading extra listeners 2019-06-03 19:12:49 +01:00
Ben
05d37165a2 World authentication handlers 2019-05-29 23:06:02 +01:00
Ben
8d6e726f97 Move plugins, commands and listeners into their own "manager" objects
Works just like before, only the logic is stored in the objects themselves instead of being scattered around houdini.py
2019-05-29 22:58:10 +01:00
Ben
3c09434012 All column names are now lowercase 2019-05-29 22:51:38 +01:00
Ben
fa8abed189 Import basic login handlers into world handlers 2019-05-16 16:36:55 +01:00
Ben
75c05604d9 Rename all modules to comply with PEP8
Lowercase with underscores
2019-05-16 16:34:16 +01:00