Commit Graph

522 Commits

Author SHA1 Message Date
Zaseth
25de3a6f94 Treasure hunt logic 2019-12-27 15:03:40 +01:00
Zaseth
82b15cea66 Finished Mancala 2019-12-24 18:30:45 +01:00
r
841a89c563
Merge pull request #10 from Zaseth/master
Mancala logic and handler support
2019-12-24 15:58:37 +00:00
Zaseth
9f551e4860 Added a comment, very unsure 2019-12-24 15:00:22 +01:00
Zaseth
263b3e4498 Mancala handler added 2019-12-24 14:51:09 +01:00
Zaseth
3eddd2e777 Mancala logic 2019-12-24 14:49:31 +01:00
Ben
269702343f Leave table handlers 2019-12-04 01:32:06 +00:00
Ben
27cdb1e569 Minigame save state handlers 2019-12-04 01:31:55 +00:00
Ben
23a8147762 Game save state SQL 2019-12-04 01:31:35 +00:00
Ben
b2b3d9c236 Fix docs for readthedocs.org 2019-12-03 00:17:56 +00:00
Ben
25c380b765 Remove config.py from .gitignore 2019-12-02 23:46:04 +00:00
Ben
f16f33ea8a Initial commit of Houdini docs 2019-12-02 23:45:34 +00:00
Ben
5882d3594b Correct README to new server bootstrap syntax 2019-12-02 23:45:17 +00:00
Ben
28b709a881 Remove unused import 2019-12-02 23:44:42 +00:00
Ben
dcb23d2364 Connect four logic 2019-12-02 23:44:25 +00:00
Ben
b082e08bd5 Fix igloo switch like count bug 2019-12-02 23:44:11 +00:00
Ben
aae36bcf22 Move all players in igloo when owner switches igloos 2019-12-02 23:40:31 +00:00
Ben
758c40bdac Fix AS2 table leave bug 2019-12-02 23:39:26 +00:00
Ben
91ea647e6c Waddle handlers 2019-12-02 23:38:07 +00:00
Ben
69b83cbbdb Table handlers 2019-12-02 23:38:02 +00:00
Ben
8e67710f4c Cache derived properties in penguin data class 2019-12-02 23:37:18 +00:00
Ben
7862101b1b Fix login ban logic 2019-12-02 23:36:24 +00:00
Ben
c977e7f66d Room class send_xt and get_string methods now have a "filter" flag 2019-12-02 23:36:03 +00:00
Ben
576f79c8b7 Improvements to moderation handlers 2019-12-02 23:33:38 +00:00
Ben
9bc18b5b34 Minigames handlers 2019-12-02 23:32:42 +00:00
Ben
db3825ccca Handler engine now has support for missing argument defaults 2019-12-02 23:31:53 +00:00
Ben
91a4d8acd5 Support for status field updates 2019-12-02 23:30:56 +00:00
Ben
399df4ad16 Basic chat-filter functionality 2019-12-02 23:28:55 +00:00
Ben
c9907ba178 Use safe penguin name everywhere appropriate 2019-12-02 23:28:30 +00:00
Ben
2fd0a68aef Get player username by swid handler 2019-12-02 23:26:03 +00:00
Ben
ad8119a4d5 Coin dig handler 2019-12-02 23:25:11 +00:00
Ben
dac0db8945 EPF com message SQL 2019-12-02 23:24:52 +00:00
Ben
cfe274e67f EPF com message handlers 2019-12-02 23:24:28 +00:00
Ben
c59e6fa8c4 Move crumbs collection setup to their own handlers 2019-12-02 23:22:37 +00:00
Ben
4703c9f789 Implement penguin class add_coins method 2019-12-02 23:20:21 +00:00
Ben
174cda73c3 Index plugins by class name instead of module name
Also removes case-sensitivity and throws an error if two plugins are called the same name.
2019-12-02 23:19:46 +00:00
Ben
3f1dd2a2f1 Catch ChecklistError & CooldownError on every listener call 2019-12-02 23:18:23 +00:00
Ben
551cf016b4 Convert percent to f-strings 2019-12-02 23:17:08 +00:00
Ben
7da79cecb1 Allow special packet handlers to be indexed uniquely 2019-12-02 23:16:33 +00:00
Ben
ade40f914b Move configuration to command line only 2019-12-02 23:11:46 +00:00
Ben
3e7943c6db Make houdini.penguin.Penguin inherit houdini.data.penguin.Penguin
This allows for much clearer syntax
2019-12-02 23:04:59 +00:00
Ben
15e8035d26 Simplify decrement assignment 2019-10-12 00:15:09 +01:00
Ben
33fe814273 Remove duplicate code in world auth handlers 2019-10-12 00:14:09 +01:00
Ben
5bf149236a Fix TypeError when searching for non-existent friends 2019-10-12 00:13:37 +01:00
Ben
68d4bbd6b3 Tidy report handler 2019-10-12 00:12:55 +01:00
Ben
a05f22d2b3 Separate system mail generation code from mail handlers 2019-10-12 00:12:36 +01:00
Ben
2712aad24e Overhauled BaseCrumbsCollection class 2019-10-12 00:12:04 +01:00
Ben
8c492bae7f Complete migration over to new 'f-string' syntax 2019-10-12 00:10:11 +01:00
Ben
851878a218 Make word column primary key of chat_filter_rule 2019-10-12 00:07:00 +01:00
Ben
165bc95ccf handle_join_player_room handlers 2019-10-09 01:23:13 +01:00