Menu

Code Commit Log


Commit Date  
[r1037] by nerius

Adding LaunchLevelPlaybackVideoRecorderSmall, which inherits from
LaunchLevelPlaybackVideoRecorder, and only has a small section of code in a
'static' block.

2023-09-15 18:18:05 Tree
[r1036] by nerius

Adding some really interesting games that were recorded in real time.

2023-09-15 17:50:01 Tree
[r1035] by nerius

Changing some dimensions in SmallCanvasConstantOverrides; it looks much better
now.

2023-09-15 17:20:15 Tree
[r1034] by nerius

In NextBlockDisplay, if the block image is too small for allocated canvas
space, chopping area from the top of image instead of from bottom. This fits
better with game layout, e.g. GameSidebar.

2023-09-15 17:19:19 Tree
[r1033] by nerius

In GameSidebar making some slight adjustments to text layout. Explicitly
defining local parameter 'xOffset' which is now set to zero, which determines
the x starting position of text. Text which wasn't left justified with the
next block display didn't look very good. Changing the indentation level of
descriptive text (not title text) to three characters; it was at two
previously.

2023-09-15 17:17:20 Tree
[r1032] by nerius

Adding class net.blockout.production.SmallCanvasConstantOverrides. Still need
to fine tune this.

2023-09-15 16:02:49 Tree
[r1031] by nerius

Renaming performBlockoutConstantOverrides() to
performTetrisConstantOverrides() in class TetrisConstantOverrides.

2023-09-15 15:54:03 Tree
[r1030] by nerius

GameSidebar now uses a smaller font if the canvas size is too small for the
larger font.

2023-09-15 15:50:17 Tree
[r1029] by nerius

Adding a TODO.txt item, having to do with 640x360 resolution.

2023-09-14 21:58:13 Tree
[r1028] by nerius

Made some computer player tests and decided that the strategy
QBEST_STRAT_WEIGHTED_2_BEST_FUTURE_SCORES is better than
QBEST_STRAT_OPTIMAL_FUTURE_SCORE especially for extremely difficult levels,
therefore sticking with that strategy.

2023-09-14 21:48:38 Tree
Older >