Menu

Code Commit Log


Commit Date  
[r1083] by nerius

Adding some anal checks & proofreading code in CanvasSplitter. Adjusting one
'while' loop - using 'do ... while' in its place because that is more correct.
Removing TODO comment because the logic is correct, or it seems to be so, after
close examination. The original code was actually fine.

2023-09-18 21:18:41 Tree
[r1082] by nerius

Modifying the formatting in Javadoc comments.

2023-09-18 20:42:50 Tree
[r1081] by nerius

Adding some comments to CanvasSplitter.

2023-09-18 17:45:17 Tree
[r1080] by nerius

In NightmareLevelTest, removing private inner classes 'SidebarUpdatable' and
'NextBlockUpdatable', replacing with 'SubUpdatable'.

2023-09-18 17:00:07 Tree
[r1079] by nerius

In LevelTest, removing classes 'SidebarUpdatable' and 'NextBlockUpdatable',
replaced with class 'SubUpdatable' defined in CanvasSpitter, the parent class.

2023-09-18 16:46:10 Tree
[r1078] by nerius

In ComputerPlayerTest, removing private inner classes 'SidebarUpdatable' and
'NextBlockUpdatable', and using class 'SubUpdatable' instead.

2023-09-18 16:35:32 Tree
[r1077] by nerius

Removing private inner classes 'SidebarUpdatable' and 'NextBlockUpdatable' from
levelPlayback. Using SubUpdatable (defined in CanvasSplitter) instead.

2023-09-18 16:13:25 Tree
[r1076] by nerius

Removing external class SubUpdatable as promised.

2023-09-18 15:58:04 Tree
[r1075] by nerius

Committing external class SubUpdatable. The intention is to immediately remove
this class thereafter. Saving it in case I need to resurrect it later.

2023-09-18 15:57:43 Tree
[r1074] by nerius

Adding inner protected static class SubUpdatable to CanvasSplitter so that code
would not have to be repeated. Not using this yet. Other changes are minor;
changing some local variables to final, changing signatures of some methods
from 'public' to 'protected'.

2023-09-18 15:57:03 Tree
Older >