log game/Engine.java @ 119:52d79502447c

age author description
Tue, 31 May 2011 20:22:18 +0300 Matti Hamalainen Make few variables un-public.
Tue, 31 May 2011 18:53:37 +0300 Matti Hamalainen Change how gameboard is rendered, make it more OO-sensible. dev-0_75
Tue, 31 May 2011 18:44:58 +0300 Matti Hamalainen Adjusts number of max simultaneous sounds.
Tue, 31 May 2011 18:44:50 +0300 Matti Hamalainen Cosmetics.
Thu, 03 Mar 2011 22:29:54 +0200 Matti Hamalainen Disable piece placement sound. dev-0_70
Thu, 03 Mar 2011 21:21:35 +0200 Matti Hamalainen Make new pieces appear gradually, and same effect for swapping.
Thu, 03 Mar 2011 18:48:17 +0200 Matti Hamalainen Move version number info to G.java.
Thu, 03 Mar 2011 18:21:45 +0200 Matti Hamalainen Work on audio code.
Thu, 03 Mar 2011 16:33:53 +0200 Matti Hamalainen Bump version to 0.65.
Thu, 03 Mar 2011 16:33:27 +0200 Matti Hamalainen Change background image type from RGBA to RGB only, improves rendering speed.
Thu, 03 Mar 2011 16:33:02 +0200 Matti Hamalainen Turn antialiasing rendering hints on only for the needed elements to improve rendering speed and CPU usage.
Thu, 03 Mar 2011 15:34:37 +0200 Matti Hamalainen Bump version. dev-0_6
Thu, 03 Mar 2011 04:57:04 +0200 Matti Hamalainen Adjust about box size, add instructions.
Thu, 03 Mar 2011 04:56:56 +0200 Matti Hamalainen Render empty lines correctly.
Thu, 03 Mar 2011 04:18:17 +0200 Matti Hamalainen Fix the game continuing after gameover bug again due to refactoring.