Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-31 | add command !tradestate | Dipesh Amin | 1 | -0/+14 | |
2011-08-31 | Minor help grammar corrections. | Dipesh Amin | 1 | -4/+4 | |
2011-08-30 | remove unneeded line. | Dipesh Amin | 1 | -2/+1 | |
2011-08-30 | Respond "No" to incoming trade requests. | Dipesh Amin | 1 | -0/+1 | |
2011-08-28 | Add a message for an unrecognised command. | Dipesh Amin | 1 | -0/+2 | |
2011-08-26 | Remove some no-longer needed variables. | Dipesh Amin | 1 | -6/+0 | |
2011-08-26 | Make sure the ID provided is of the type wanted: default to player. | Dipesh Amin | 1 | -2/+2 | |
Incase someone has the same name as an npc in the room. | |||||
2011-08-25 | Remove some surpurfulous code - the else: item_id == 0 would never be called. | Dipesh Amin | 1 | -5/+2 | |
2011-08-25 | Add a specific message for when a user adds money to a !add request. | Dipesh Amin | 1 | -1/+5 | |
2011-08-24 | Set a max on the price. | Dipesh Amin | 1 | -2/+2 | |
2011-08-24 | ooops | Stefan Beller | 1 | -1/+1 | |
2011-08-24 | Adding !list for blocked users; introduce config.admin | Stefan Beller | 2 | -3/+4 | |
2011-08-24 | blocked users done right | Stefan Beller | 1 | -0/+1 | |
2011-08-24 | Revert "Prevent blocked users from buying items." | Stefan Beller | 1 | -4/+0 | |
This reverts commit e7d3136463e4a52d6af47e36f21b6ad0303369e8. | |||||
2011-08-24 | improve blocked users | Stefan Beller | 1 | -0/+4 | |
2011-08-24 | oops | Dipesh Amin | 1 | -1/+0 | |
2011-08-24 | teeny change | Dipesh Amin | 1 | -2/+2 | |
2011-08-24 | Prevent blocked users from buying items. | Dipesh Amin | 1 | -0/+4 | |
2011-08-24 | Let a blocked user retrieve items/money. | Dipesh Amin | 1 | -3/+4 | |
2011-08-24 | Further clean up, also fixed a tiny bug (wrong variable name). | Dipesh Amin | 2 | -28/+14 | |
I move the remove item logic to player.py and have skipped some of inventory/equiptment information provided by the server. | |||||
2011-08-24 | Re-add pretty printing. | Dipesh Amin | 1 | -5/+19 | |
The problem was caused by the xml file being read in indented, so once the prettyprintxml() was called it'd indent it again with a further 4 spaces. I wrote a little function to clean it before the prettyprintxml() call. | |||||
2011-08-24 | oops | Dipesh Amin | 1 | -1/+1 | |
2011-08-23 | Add some code to prevent problems with the !add command. | Dipesh Amin | 2 | -0/+9 | |
Prevents the case where a person tries to add more than one piece of equiptment per slot. I also added some code to stop people adding items for free. | |||||
2011-08-23 | Move inventory check to player.py and remove prettyprintxml() | Dipesh Amin | 3 | -33/+36 | |
having looked at the output this produces on the server, it looks terrible. For some reason it's adding millions of spaces, not sure if the same thing was happening on my computer. | |||||
2011-08-23 | adding data_template and README file | Stefan Beller | 6 | -0/+5548 | |
2011-08-22 | Pretty horrible bug, was altering the inventory state when checking. | Dipesh Amin | 1 | -1/+1 | |
2011-08-22 | More cleanup. | Dipesh Amin | 1 | -12/+2 | |
2011-08-22 | Edit some of the help. | Dipesh Amin | 1 | -7/+9 | |
2011-08-22 | A few fixes, now runs without a crash! | Dipesh Amin | 1 | -7/+7 | |
2011-08-22 | Add pretty xml printing using xml.dom.minidom. | Dipesh Amin | 1 | -4/+9 | |
2011-08-22 | Fixed logic for checking money/inventory state. | Dipesh Amin | 1 | -0/+24 | |
2011-08-22 | Revert "Inventory/Money Check." | Dipesh Amin | 1 | -25/+0 | |
This reverts commit 73691da56f541ea1730043d0e654d97414dcb92a. | |||||
2011-08-22 | Revert "tab error" | Dipesh Amin | 1 | -1/+1 | |
This reverts commit 3bb4e2bd0100e353e6cffb92202e2d60c14c19a1. | |||||
2011-08-22 | tab error | Dipesh Amin | 1 | -1/+1 | |
2011-08-22 | Inventory/Money Check. | Dipesh Amin | 1 | -0/+25 | |
2011-08-22 | Clean up some help code. | Dipesh Amin | 1 | -5/+1 | |
2011-08-22 | adding more help messages | Stefan Beller | 1 | -0/+18 | |
2011-08-22 | Clean up more of the packet code. | Dipesh Amin | 1 | -9/+2 | |
2011-08-22 | Remove some more unnecessary packet handling. | Dipesh Amin | 1 | -48/+2 | |
2011-08-22 | Revert "oops" | Dipesh Amin | 1 | -24/+0 | |
This reverts commit 10a88e29dd96066663fe104fe7bcbd7739bbc729. | |||||
2011-08-22 | Revert "Move some of the packet handling code." | Dipesh Amin | 1 | -2/+19 | |
This reverts commit b75d6a31f83173f7649317c4651473e1c9731362. | |||||
2011-08-22 | oops | Dipesh Amin | 1 | -0/+24 | |
2011-08-22 | Move some of the packet handling code. | Dipesh Amin | 1 | -19/+2 | |
2011-08-22 | Adding gnufrk as original author of packet buffer class | Stefan Beller | 1 | -0/+3 | |
2011-08-22 | Oops dumb mistake. | Dipesh Amin | 1 | -1/+1 | |
2011-08-22 | Improve the !info message, when no items are being sold. | Dipesh Amin | 1 | -1/+9 | |
2011-08-22 | Fix a tiny bug in the broadcast thread. | Dipesh Amin | 1 | -2/+3 | |
2011-08-22 | Add a relist_time setting to the configuration file. | Dipesh Amin | 2 | -5/+6 | |
2011-08-22 | Remove SMSG_BEING_ACTION packet handling code. | Dipesh Amin | 1 | -20/+0 | |
This is not needed for the functioning of the "TradeBot" | |||||
2011-08-22 | Replace a few print commands with logging. | Dipesh Amin | 1 | -17/+3 | |