Menu

Code Commit Log


Commit Date  
[r1054] by nerius

Adding external class StatsUpdater, but it isn't being used yet. I should
proofread this code again. Not even tested yet.

2023-09-16 20:55:29 Tree
[r1053] by nerius

Adding interfaces CubeStats, LevelStats, & NightmareStats, and having
GameSidebar implement them.

2023-09-16 19:49:01 Tree
[r1052] by nerius

Modifying NightmareLevelTest to use external ScoreReporter class.

2023-09-16 19:06:35 Tree
[r1051] by nerius

Updating ComputerPlayerTest to use external class ScoreReporter.

2023-09-16 18:46:47 Tree
[r1050] by nerius

In LevelTest, using ScoreReporter that is in a separate class file now.

2023-09-16 18:23:42 Tree
[r1049] by nerius

Speeding the block moves back up from 210 millis to 200. It was too slow.

2023-09-16 16:55:13 Tree
[r1048] by nerius

Making use of new ScoreReporter class. The changes should have no impact of
order of underlying calls, esp. to setScore() and setHighScore(). These are
minimally intrusive changes which make use of Score Reporter. Also now the
current score and high score pointers are exposed, as privte, in member vars.

2023-09-16 16:51:09 Tree
[r1047] by nerius

Adding class net.blockout.production.ScoreReporter. Not using it yet.

2023-09-16 16:16:56 Tree
[r1046] by nerius

Moving HighScoreDisplay to GameScoreDisplay, which is now an interface, and
having GameSidebar implement that. I'm in the process of refactoring some
code.

2023-09-16 15:45:36 Tree
[r1045] by nerius

Taking care of some very minor odds and ends; improving Javadoc and removing an
import statement that was not used in LevelPlayback.

2023-09-16 15:24:26 Tree
Older >