Project

General

Profile

Download (17.7 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / objects / TwistyIvy.java @ be56193c

# Date Author Comment
be56193c 04/20/2021 12:28 AM Leszek Koltunski

Move all the special cubit-creating code out of FactoryCubit and to the Object classes, and thus hopefully finish implementing the new cubit creating engine.

7d8cc029 04/18/2021 10:20 PM Leszek Koltunski

Simplify.

cb137f36 04/15/2021 12:20 AM Leszek Koltunski

Objects: tidy up some repeated code.

b1f2ccf5 04/14/2021 04:00 PM Leszek Koltunski

Convert the first object, the Cube, to the new Cubit-creating engine.

749ef882 04/14/2021 10:01 AM Leszek Koltunski

Move Factories to the 'helpers' package.

5043d5d0 03/21/2021 12:44 AM Leszek Koltunski

Refactor the automatic scrambling. From now on, it is not needed to care about single and double turns when randomizing a new turn.

bbc6471c 03/20/2021 12:36 AM Leszek Koltunski

Change the automatic scramble API in the TwistyObject - in preparation for automatic scrambles in the Bandaged Objects.

e6cf7283 03/18/2021 09:48 AM Leszek Koltunski

Change the Cubit center from a Static3D to a float[].
The point: now we can have more than one center, and bandaged objects need more than one, because in this way they are going to fill up their RotationRow bitmaps.

db875721 03/07/2021 12:17 AM Leszek Koltunski

Add Gigaminx dmesh.

a64e07d0 01/19/2021 04:17 PM Leszek Koltunski

Beginnings of Megaminx & Gigaminx

323b217c 01/10/2021 11:52 PM Leszek Koltunski

Make the color scheme more standard.

6fd4a72c 10/23/2020 11:51 PM Leszek Koltunski

Preparation for the Object Info popup: add the name, inventor, complexity info to each object.

886d1ebb 10/20/2020 10:50 PM Leszek Koltunski

Progress with the Ivy.

9e5b990e 10/20/2020 12:03 PM Leszek Koltunski

Progress with the Ivy.

6a224bdc 10/19/2020 11:14 PM Leszek Koltunski

1) Progress with the Ivy
2) further refine defense against failing to restore preferences.

18a5f95f 10/19/2020 11:45 AM Leszek Koltunski

Progress with the Ivy

49cd8581 10/19/2020 12:41 AM Leszek Koltunski

Beginnings of the Ivy Cube.