Project

General

Profile

Download (12 KB) Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / main / ObjectType.java @ b19a1d32

# Date Author Comment
b19a1d32 10/13/2021 12:29 PM Leszek Koltunski

Cuboids: fully implement the first 3 cuboids (2x3x2, 3x2x3, 3x4x3)

ba6d9ee9 10/12/2021 10:42 PM Leszek Koltunski

Cuboids

d6998705 10/12/2021 02:20 PM Leszek Koltunski

Improve rotations of a Cuboid.

e7daa161 10/12/2021 01:59 PM Leszek Koltunski

- remove the retarded NODE_RATIO from TwistyObject
- more correctly estimate Cuboid's 'realSize' as an average of their 3 sizes.

7dab2aea 10/12/2021 12:28 PM Leszek Koltunski

Progress with cuboids.

a135652b 10/12/2021 11:40 AM Leszek Koltunski

Improve cuboids: single-layer cuboids should work. 1x1x1 does!

dfdb26a9 10/12/2021 01:40 AM Leszek Koltunski

First attempt at cuboids. 2x2x3 and 3x3x4 mostly working :)

a57e6870 10/11/2021 10:53 PM Leszek Koltunski

make numLayers into an int[] (preparation for Cuboids)
Caution: because of previous changes to cubit order in cube, the Solver is broken!

8592461c 10/11/2021 12:24 AM Leszek Koltunski

'IconMode' finished.

ecf3d6e3 10/05/2021 11:38 PM Leszek Koltunski

1) introduce possibility to move objects, i.e. display them not in the middle of the screen (not fully functional yet)
2) do away with unneeded any more interface 'EffectController' - since ObjectPreRender is the only implementation now.

81141862 10/05/2021 10:53 PM Leszek Koltunski

Remove the 'setupObject()' redundant API.

046104f5 10/04/2021 10:11 PM Leszek Koltunski

1. Remove 'db level' from objectlib (this belongs to the app!)
2. change ScreenPlay's 'mObject' to be an ObjectType.

00469c40 10/04/2021 04:59 PM Leszek Koltunski

Remove from ObjectType info which row given object is supposed to be in. This belongs to the applcations.

ad9f5cae 10/01/2021 10:01 PM Leszek Koltunski

Correct a recently introduced bug with restoring records.
Slightely simplify ObjectType.

8005e762 10/01/2021 04:33 PM Leszek Koltunski

Reename ObjectList to a more logical ObjectType.