Menu

Code Commit Log


Commit Date  
[r960] by nerius

In TetrisBoard not using outlineCoveredHolesOnClearedLayersEvents.

2023-09-03 22:17:28 Tree
[r959] by nerius

Fixing an HTML formatting/misspelling error in Javadoc, in WellColors.

2023-09-03 21:52:26 Tree
[r958] by nerius

Adding class TetrisConstantOverrides.

2023-09-03 21:51:33 Tree
[r957] by nerius

Adding class TetrisWellColors.

2023-09-03 21:40:13 Tree
[r956] by nerius

A first stab at override() in BlockoutConstants. Not tested.

2023-09-03 21:18:06 Tree
[r955] by nerius

In BlockoutConstants, changing each of the 'public final static' member
variables into a function, simply by putting '()' after the member name and
then adding a 'return' statement. This is an incremental step towards getting
BlockoutConstants to be more configurable. In particular I want to override
some of these for Tetris.

2023-09-03 19:19:36 Tree
[r954] by nerius

In SimpleGameLogic, adding a new member variable
'm_newBlockPositioningStrategy', and exposing its configurability through one
of the constructors, thereby making a reverse incompatible change. I didn't
want to introduce a third constructor. BlockoutConstants also now exposes
'newBlockPositioningStrategy'.

2023-09-03 17:33:50 Tree
[r953] by nerius

In SimpleGameLogic, in two different spots, changing local variable definition
'Position p' to be 'Position pos' because that way it's easier to find uses of
that field in the code.

2023-09-03 16:36:51 Tree
[r952] by nerius

Adding local member m_outlineCoveredHolesOnClearedLayersEvents to
LocalBlockoutBoard. Adding second constructor which allows configuration of
that parameter.

2023-09-03 16:24:04 Tree
[r951] by nerius

Making a little bit of progress on TetrisBoard. I don't know what kind of view
I will prefer, 2D, perspective projection, or orthographic projection.

2023-09-03 15:56:18 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.