Project

General

Profile

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

magiccube / src / main / java / org / distorted / magic / RubikSurfaceView.java @ 39e74052

# Date Author Comment
39e74052 03/12/2020 02:05 PM Leszek Koltunski

Progress with object Movement.

14a4712f 03/12/2020 01:57 PM Leszek Koltunski

Progress with object Movement. Assigning new Rotations works now, independently of object type.

8e2295ad 03/12/2020 12:51 AM Leszek Koltunski

Progress with object Movement.

bef47287 03/11/2020 11:13 PM Leszek Koltunski

Progress with object Movement.

517f9fb9 03/11/2020 12:01 PM Leszek Koltunski

Improve the way we handle the cube.
Before if we touched the screen during any of the transitions, this touch and resulting draw would result in no action (confusing).
Now it seamlessly becomes a drag (even if we, during a transition, touched inside the cube)

84ddf691 03/10/2020 05:39 PM Leszek Koltunski

Fixes for the Projection matrix, FOV.

There was a confusion between the Projection of the Node onto the Screen, and the Projection of the Cubits on the Node.

f174b34a 03/07/2020 01:05 AM Leszek Koltunski

Progress with MeshJoin app.
Fix rotating in some apps.

efef689c 03/05/2020 03:45 PM Leszek Koltunski

Progress towards generalizing belongsToRotation()

3c4a326c 02/21/2020 06:58 PM Leszek Koltunski

More work on making new types of RubikObjects easily creatable.

27a70eae 02/21/2020 11:00 AM Leszek Koltunski

Make RubikCube and RubikCubeMovement generic and not visible outside of their package.

0333d81e 02/20/2020 12:22 PM Leszek Koltunski

Progress with StateSolving

211b48f2 02/18/2020 10:58 PM Leszek Koltunski

Separate the States (and also Dialogues) into their own package.

2f1b15da 02/18/2020 04:03 PM Leszek Koltunski

Corrections

6918030e 02/18/2020 03:51 PM Leszek Koltunski

Major rearrangement of the UI.

33499c56 02/18/2020 01:08 PM Leszek Koltunski

Major rearrangement of the UI.

4235de9b 02/17/2020 01:19 AM Leszek Koltunski

Major rearrangement of the UI.

0fd3ac1f 02/16/2020 10:30 PM Leszek Koltunski

Making the Dialogs more consistent.

348dfe69 02/15/2020 01:02 AM Leszek Koltunski

Adjustment to Static's API.

86c73a69 02/14/2020 11:04 PM Leszek Koltunski

Movement.

5be1059b 02/14/2020 10:20 PM Leszek Koltunski

Properly remember size of the Cube.

123d6172 02/14/2020 01:30 PM Leszek Koltunski

Further simplifications for object movement.

775e675d 02/14/2020 01:05 PM Leszek Koltunski

Further simplifications for object movement - remove from it a reference to the Object altogether.

c896c0b3 02/14/2020 12:31 PM Leszek Koltunski

Simplifications for object movement.

beb325a0 02/14/2020 01:47 AM Leszek Koltunski

Major restructuring - separate the Manipulated Objects (i.e. at the time being - Cubes of various sizes) and the class holding knowledge how those Objects move ( RubikCubeMovement ) into a separate package; remove all knowledge of Objects and the way they move from the main package.

fdec60a3 02/06/2020 11:45 PM Leszek Koltunski

Skeleton of a new dialog: High Scores

47ba5ddc 01/24/2020 04:29 PM Leszek Koltunski

RubikCube: further fixes

eac805bd 01/24/2020 01:06 PM Leszek Koltunski

RubikCube: further fix for dragging.

216c5526 01/24/2020 12:53 PM Leszek Koltunski

RubikCube: fix dragging.

45686da2 01/22/2020 01:29 PM Leszek Koltunski

RubikCube: remove all awareness of rotations from RubikRenderer.

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)

ee5c2ae1 05/08/2019 11:32 PM Leszek Koltunski

Remember the quaternion.

aa8b36aa 05/08/2019 11:09 PM Leszek Koltunski

Progress.

34747dd1 05/08/2019 08:54 PM Leszek Koltunski

Major progress with DistortedCube:

- split transition effect into separate 'appear' and 'disappear' effects
- apply the 'appear' effects to a new cube being displayed at the start of the app
- remember cube size across activity restarts

f291130e 05/07/2019 10:35 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.

d1484aba 04/09/2019 11:50 PM Leszek Koltunski

App: some progress changing to cube size.

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.