Project

General

Profile

Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / helpers @ 45e0065d

# Date Author Comment
45e0065d 11/03/2021 04:24 PM Leszek Koltunski

Correct the next bug with settign the object size.
Multiply the time limits in BlockController by 2 - this way we can see if the ratio of (UI+Touch)/Thread Firebase non-fatals will observably drop below the current value of 4.

39b4dcfd 10/28/2021 10:56 PM Leszek Koltunski

Remove ObjectType from a few moree places.

d887aa16 10/28/2021 01:59 AM Leszek Koltunski

Remove dependancies on Firebase from objectlib.
Report such errors to the application via the Interface.

594bbce0 10/27/2021 11:55 PM Leszek Koltunski

Progress with PuzzleTester app.

7ba38dd4 10/22/2021 02:59 AM Leszek Koltunski

Major change: separate the notion of a TwistyObject and its Node. Now,

1) the Node stays when we change objects (this makes transitions faster)
2) it's possible to just create an Object without adding it to the Screen (now app needs to explicitly create the Node and add it to its Screen itself)

f9a81f52 10/18/2021 10:58 PM Leszek Koltunski

Progress with serializing object to JSON: scrambling.

4a5157a1 10/12/2021 05:39 PM Leszek Koltunski

Rotations of a Cuboid - finished.

2289cab1 10/08/2021 05:56 PM Leszek Koltunski

New 'IconMode' and some APIs to support it.

97bf248f 10/06/2021 11:40 PM Leszek Koltunski

Remove unneeded API.

dd00d051 10/06/2021 11:25 PM Leszek Koltunski

Relax objectlib's requirements: it can be displayed not only on top of a DistortedScreen, but any DistortedFramebuffer.

02d80fe6 10/06/2021 12:06 AM Leszek Koltunski

progress with off-center objects.

2fca02cf 10/05/2021 03:40 PM Leszek Koltunski

Further simplifications.

b3fff6fb 10/05/2021 03:12 PM Leszek Koltunski

Remove the concept of a 'TwistyActivity' altogether.

b9956428 10/05/2021 02:12 PM Leszek Koltunski

Hide most of the TwistyActivity methods inside objectlib.

9276dced 10/05/2021 11:58 AM Leszek Koltunski

Move RubikControl to objectlib (as 'ObjectAutomator')
Hide ObjectPreRender inside objectlib and move its APi to ObjectControl.

f1bd7340 10/04/2021 03:33 PM Leszek Koltunski

Simplifications

b78ebd76 10/04/2021 03:02 PM Leszek Koltunski

Simplifications

15e5214c 10/04/2021 02:17 PM Leszek Koltunski

Simplifications

880beeea 10/04/2021 01:39 PM Leszek Koltunski

Move ObjectControl, the next big chunk of code, to objectlib.

7c111294 10/02/2021 12:06 PM Leszek Koltunski

Move PreRender to objectlib.
This code is now shared betweeen the Rubik and Tutorial activities.

7e152586 10/02/2021 12:08 AM Leszek Koltunski

Move yet more code to objectlib.
It's almost possible to move the PreRender to objectlib now.

198c5bf0 10/01/2021 11:26 PM Leszek Koltunski

Move more code to objectlib.