Drunken Mouse Bug List

Well we squashed all the known bugs that were part of our Zero-Bug development freeze (except for some sound bugs due to an unforseen illness by our sound guy). So now this page will document any found bugs that need to be fixed before our final release date.

  1. Collisions in the Y-direction don't work anymore... I don't think it's the actual collision function that's broken because it was working this weekend, but I think we need to change how where we call? Trevor 5/10/99
  2. Collisions with the walls in the corners don't work anymore, you pop right through. However collsions with the alphabet block corners (the inverted corners) do work.Trevor 5/10/99
  3. Overlays, not all pieces show up everytime we pick one up... it doesn't appear to have to do with color or the number you pick up, I've seen various colors in various places not show up. Hasinur 5/10/99
  4. Client crashes sometimes after a player gets shot and attempts to lose a block. Aaron 5/10/99
  5. When a rubiks player gets hit by a projectile or another rubiks player, in the corners, he pops through the wall failing to collide. Kevin 5/11/99
  6. Collision bug when you pick up pieces by rotating anywhere along the X-axis.Trevor 5/11/99
  7. Collisions between RubiksPieces and non-movable objects don't work. Apparantly we added gravity to the RubiksPieces because eventually they're going to fly throught the air... but right now the White Piece falls through the Alphabet block.Kevin 5/12/99
  8. When you pick up a rubiks piece, a phantom piece draws for a frame at 0,0. Aaron 5/14/99
  9. When clients quit they take their pieces with them but should drop them. Aaron & Grant 5/14/99
  10. When players drop their pieces they always fly off in the same direction, but it should be a random direction. Grant 5/15/99
  11. Projectile collisions, if you stand on an object and fire, your shots fall into the object and delete, but they're actually created at your height. Kevin 5/16/99

    These bugs below shouldn't hold us up from development as part of the "no feature code-freeze", but shouldn't be forgotten.

  12. Sound fails to play any wavefiles anymore and music stops playing after awhile. Dave 5/17/99
  13. Bitmap on start-up screen of the client & server apps sometimes displays on wrong window Hasinur & Aaron 5/17/99
  14. Client crashes sometimes when you pick up a blue rubiks piece and it tries to play a wave file. Thinking it's a sound buffer problem?Dave 5/17/99
  15. Listener still doesn't appear to be updating itself correctly in some situations, the problem seems to be just with the Connect-4 player & the Camera Viewer. We have to make sure to copy the updated code over from the Rubiks player, we can't simply inherit the functions because there are modifications to them.
  16. Hitting the mouse buttons or "ALT" key has undesirable effects on our application
  17. Shadow of connect-4 guy appears regardless of what's between him and the ground( ie a shadow appears on the ground when he's on top of an alphabet block)