Currently known errors
Although there doesn't look like many here, during creation there were literally hundreds of errors or bugs that I was fixing as I created/edited. These are either ones that I missed before a complete upload or ones that have been found since. During beta if you do any of these that may be considered exploits, e.g. the shop bug, there will be -no- repercussions! Once the game is out of beta, there will be consequences if anyone is caught doing an exploit.
There is a problem with the learning skills code that doesn't update your time properly. I'm fully aware of this and am currently in the middle of a complete code rewrite for that section anyway.
Level percentage doesn't calculate properly
currently held cash (top left corner) doesn't show pence as 2 digits if it's e.g. 20p
sometimes the explore a city page says you've found nothing right after saying you've found something
sometimes the explore a city page doesn't show the updated city map (this is a server error, the code is generating the picture!)
the box that shows quest items held doesn't show the amount in the bag
The create character code screwed up if you didn't select any skill answers
The create character code screwed up if you said you were happy with the char but didn't choose a name
The create character code didn't give your char 'nothing' in equipment which stopped anything from being equipped
The inventory page moving cans and bottles across didn't do anything if you had room for all of them
If you click the link to validate yourself in the email, it shows the logo and details twice(*)
If you put in the wrong user name or password then click login, it partly sets the screen up as though you signed in(*)
"I have a security code" link on the main index page doesn't work. It refers to a file not on the system
- Occasionally when going to explore the city, you will move and it will behave as though you've been signed out. Unable to reliably replicate so far. There also seem to be random sign-outs if connecting wirelessly.
- When committing crimes, sometimes it will cut the winning sentence in the middle
If you commit a crime and it says you end up in jail, it doesn't put you there (that was a really stupid variable name error >< oops!
- Your cash can go into the negative. This is by design as once the bank / loan shark code has been done you may be able to get an overdraft
When selling multiple different things back to a shop, it doesn't take them all out of your backpack but it does credit you with more cash than it should
- When exploring the city sometimes it may seem like you temporarily jump back a few squares. This is due to the browser caching an older image and displaying that until it's finished pulling the new one in
- Events text is pretty crappy right now and sometimes doubles up
When creating a new user, if you get the available pool left down low, by clicking on one of the -1 buttons then repeatedly refreshing the page your pool total goes up.
- When exploring the city, you can move your character into buildings or off the map by refreshing the page
- The reset script doesn't take into account any injuries you have so your health may look like '200 / 185' for instance
When recycling, the 'everything from your home' currently chooses the biggest van and not the one it's supposed to
Right now there is a major bug stopping anyone from commiting crimes or selling back to a shop. Somehow a file got uploaded that shouldn't have been (it was preventing you from even going into the crime centre) and it seems my fix wasn't good enough. This is being worked on with the highest priority!
(*) These are both problems a header re-write will fix (This has been fixed now)