Project

General

Profile

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

magiccube / src / main / java / org / distorted / magic / RubikCube.java @ ebb64a1d

# Date Author Comment
ebb64a1d 01/23/2020 03:27 PM Leszek Koltunski

RubikCube: add skeleton WinEffects (for now only one effect - 'Spin' copied from Solve)

05fa94d9 01/23/2020 12:16 AM Leszek Koltunski

RubikCube: detect if the cube is solved.

In order to do this correctly, we also needed to keep correcting each mQuatScramble quaternions after each quatMultiplication in order to avoid multiplication errors accumulating. This turns out to be easy, because each quaternion representing a legal combination of rotations of a RubikCube must have each of the 4 to its components be equal to one of only 7 possible floats.

2ecf0c21 01/19/2020 11:36 PM Leszek Koltunski

RubikCube: progress with scrambling

e8764a49 01/19/2020 10:23 PM Leszek Koltunski

RubikCube: progress with scrambling

ffd48105 12/19/2019 12:11 AM Leszek Koltunski

RubikCube: make finishingRotation more flexible (can now finish any rotation which did finish interpolating (nearly) to the end - and not only the single-static 'manual' rotation)

30b68322 12/16/2019 02:21 AM Leszek Koltunski

library: Fix DynamicQuat
cube app: progress with ScrambleEffects

584f7954 05/16/2019 11:34 PM Leszek Koltunski

- adjust SizeChangeEffects
- implement first two UnscrambleEffects

39fb9047 05/14/2019 09:28 PM Leszek Koltunski

Enhance the TRANSPARENCY effect with a Wave.

2aa3d50c 05/13/2019 10:00 PM Leszek Koltunski

1. Change the API of Dynamic: split makeNowRunFor into two separate 'setDuration' and 'resetToBeginning'
2. Major changes to the 'Dynamic' app so that we can check more about the Dynamics.

c622889d 05/12/2019 09:18 PM Leszek Koltunski

Invert the order of Matrix Effects. Now, just as in the other queues, the first matrix effect is actually the first to act on the object - not the other way around!

f647630d 05/11/2019 10:33 PM Leszek Koltunski

Simplify the way applications can get notifications when an effect finishes.

Now, instead of the 'DistortedEffects.(de)registerForNotifications()' 2 APIs, we call a single 'Effect.notifyWhenFinished()'.

f291130e 05/07/2019 10:35 PM Leszek Koltunski

Progress with DistortedCube.

9208e27b 05/07/2019 08:06 PM Leszek Koltunski

Progress with DistortedCube.

434f2f5a 05/07/2019 02:04 PM Leszek Koltunski

DistortedCube: progress with abstract Transition Effects.

ffd744be 05/03/2019 10:46 PM Leszek Koltunski

Correct the Legal notice.

e1111500 05/02/2019 10:41 PM Leszek Koltunski

Rename all the classes that are not exported to application to 'Internal'

34998c9d 04/30/2019 09:58 AM Leszek Koltunski

Port fixes for the memory leak problems from distorted-examples.

8197c92d 04/09/2019 11:16 PM Leszek Koltunski

App: minor.

0c52af30 04/09/2019 08:27 PM Leszek Koltunski

New module: Rubik App. Initial commit.