Joey Hines
|
43743d59f5
|
Made the add_player() function is DatabaseInterface more robust.
|
2018-09-27 11:25:32 -05:00 |
Joey Hines
|
6d9c262433
|
?info now gives priority to complete matches to a location name
|
2018-09-26 08:48:23 -05:00 |
Joey Hines
|
2dab55ab78
|
?selling now groups items sold at the same shop together.
|
2018-09-25 09:39:30 -05:00 |
Joey Hines
|
930d9bbd8c
|
?selling now also gives the shop location and can show 25 entries.
|
2018-09-22 09:48:33 -05:00 |
Joey Hines
|
57ec4830cf
|
More clearly defined the difference between the interface and commands layer. Interface handles getting certain info from the database while commands formats that data.
|
2018-09-20 12:25:42 -05:00 |
Joey Hines
|
63970bdbef
|
Updated DatabaseInterface unit tests to have better code coverage.
|
2018-09-19 15:41:32 -05:00 |
Joey Hines
|
e2e943f22c
|
Fixed error message with ?register when the user was already in the database
|
2018-09-16 17:32:14 -05:00 |
Joey Hines
|
8373bc0c31
|
register has a lot less duplicated code from add_player() in DatabaseInterface. Might have been part of the problem.
|
2018-09-16 13:34:33 -05:00 |
Joey Hines
|
23c9ecc72a
|
Removed the catch all for exceptions in add_object. Exceptions will now raise out of that function.
|
2018-09-13 14:00:59 -05:00 |
Joey Hines
|
407566a488
|
Tunnel color changed to tunnel direction.
|
2018-09-13 12:06:37 -05:00 |
Joey Hines
|
0d26818fa6
|
Refactored DatabaseInterface to move all location addition and searching into one set of functions. The type of location is then specified as a parameter.
|
2018-08-30 12:27:05 -05:00 |
Joey Hines
|
2111bf8c8e
|
fixed issue with ?register function. Also cleaned up code a bit
|
2018-08-30 11:46:20 -05:00 |
Joey Hines
|
6748f01208
|
Refactored bot.py to wrap Geoffrey in his own class. This will be better for the future for expansions and allowed for cleaning up a lot of the config mess. The Config now all features back except for the named tunnel directions which are removed for now...
|
2018-08-30 11:34:19 -05:00 |
Joey Hines
|
89bf3b0ba7
|
Refactored how the config file is handled. The location can now be passed in as an arg in start_bot... This broke a few features of the config
|
2018-08-29 16:10:35 -05:00 |
Joey Hines
|
330fa16970
|
Fixed imports for modules
|
2018-08-21 15:36:51 -05:00 |
Joey Hines
|
c7eed7fe71
|
Added setup.py and reorganized the project.
|
2018-08-20 17:54:14 -05:00 |