log game/Engine.java @ 202:54dd56b9bee6

age author description
Thu, 25 Apr 2019 15:50:17 +0300 Matti Hamalainen Some work on board scaling.
Tue, 23 Apr 2019 15:43:37 +0300 Matti Hamalainen Adjust board position against background.
Tue, 23 Apr 2019 15:43:24 +0300 Matti Hamalainen Adjust scoring method.
Tue, 23 Apr 2019 13:00:25 +0300 Matti Hamalainen Improve debug message handling.
Mon, 20 Mar 2017 12:23:02 +0200 Matti Hamalainen Bump copyrights.
Thu, 16 Mar 2017 13:29:22 +0200 Matti Hamalainen Remove global number of fonts static.
Thu, 16 Mar 2017 12:23:02 +0200 Matti Hamalainen Implement "new game" confirmation dialog.
Thu, 16 Mar 2017 12:22:30 +0200 Matti Hamalainen Implement a very simplistic message queue system.
Thu, 16 Mar 2017 10:47:09 +0200 Matti Hamalainen Cosmetics.
Thu, 16 Mar 2017 10:44:38 +0200 Matti Hamalainen Change AboutBox to a "dialog" and implement Ok/close button for closing it.
Thu, 16 Mar 2017 10:42:54 +0200 Matti Hamalainen Implement "real" widget modality.
Mon, 06 Mar 2017 11:02:46 +0200 Matti Hamalainen Remove secret.
Mon, 06 Mar 2017 10:19:04 +0200 Matti Hamalainen Move text drawing stuff to IDMWidget class.
Thu, 02 Mar 2017 15:57:15 +0200 Matti Hamalainen Modularize and clean up code.
Thu, 02 Mar 2017 12:30:19 +0200 Matti Hamalainen Fix animation choppiness.
Wed, 01 Mar 2017 13:50:50 +0200 Matti Hamalainen Fix animation timing.
Thu, 01 Dec 2016 14:33:25 +0200 Matti Hamalainen Backed out changeset fb33d3796942 base src/Engine.java@7bb1b80fc229
Thu, 11 Apr 2013 20:35:05 +0300 Matti Hamalainen Disable FPS counter for now.
Thu, 11 Apr 2013 20:34:45 +0300 Matti Hamalainen Improve scaling a bit, not completely functional yet.
Wed, 06 Feb 2013 10:24:47 +0200 Matti Hamalainen Cleanups.
Wed, 06 Feb 2013 10:23:28 +0200 Matti Hamalainen ISO-8859-1 -> UTF-8.
Mon, 28 May 2012 16:46:41 +0300 Matti Hamalainen Move next piece animation call into better place.
Sat, 26 Nov 2011 11:25:46 +0200 Matti Hamalainen Clean up debug messages.
Fri, 25 Nov 2011 13:48:02 +0200 Matti Hamalainen Add some decorative animated elements.
Fri, 25 Nov 2011 11:29:57 +0200 Matti Hamalainen Comment out a spurious debug message.
Fri, 25 Nov 2011 11:05:36 +0200 Matti Hamalainen Minor fixes in updating logic.
Fri, 25 Nov 2011 11:04:09 +0200 Matti Hamalainen Optimize board updating logic, so that the old placed tiles need not to be
Thu, 24 Nov 2011 22:06:32 +0200 Matti Hamalainen Fix where the animated point elements appear initially. dev-0_80
Thu, 24 Nov 2011 21:51:54 +0200 Matti Hamalainen Whitespace cosmetic cleanup.
Thu, 24 Nov 2011 21:50:41 +0200 Matti Hamalainen Some more work on scaling widgets, etc.
Thu, 24 Nov 2011 21:11:06 +0200 Matti Hamalainen Add spawning of animated score elements when player finishes a turn.
Thu, 24 Nov 2011 15:29:04 +0200 Matti Hamalainen Slight changes in UI buttons placement to match the graphics changes.
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.
Thu, 03 Mar 2011 04:14:55 +0200 Matti Hamalainen More cleanups.
Thu, 03 Mar 2011 04:04:57 +0200 Matti Hamalainen Large GUI code cleanup.
Fri, 25 Feb 2011 08:29:39 +0200 Matti Hamalainen Rename.
Fri, 25 Feb 2011 08:29:22 +0200 Matti Hamalainen Disable music again.
Fri, 25 Feb 2011 08:29:06 +0200 Matti Hamalainen Stream music data instead of loading to memory.
Fri, 25 Feb 2011 08:28:45 +0200 Matti Hamalainen Text color in about box.
Fri, 25 Feb 2011 08:28:12 +0200 Matti Hamalainen Change language to English.
Fri, 25 Feb 2011 08:27:23 +0200 Matti Hamalainen Add comments.
Fri, 25 Feb 2011 07:37:38 +0200 Matti Hamalainen Set game over-flag correctly, so that we reset everything after a game over
Thu, 24 Feb 2011 03:59:46 +0200 Matti Hamalainen Fix a possible null pointer exception under certain circumstances.
Wed, 23 Feb 2011 22:59:38 +0200 Matti Hamalainen Cleanups. Add a ad-hoc about box, it's ugly.
Wed, 23 Feb 2011 22:12:01 +0200 Matti Hamalainen Cleanups, bugfixes, etc etc.
Wed, 23 Feb 2011 20:36:07 +0200 Matti Hamalainen Bugfix.