Project

General

Profile

Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / main @ 81141862

# Date Author Comment
81141862 10/05/2021 10:53 PM Leszek Koltunski

Remove the 'setupObject()' redundant API.

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.

17d623f1 10/05/2021 12:58 PM Leszek Koltunski

Bugfix: we shouldn't be calling TwsityObject.solve() directly from the app, only through ObjectControl.solveOnly().

2df35810 10/05/2021 12:52 PM Leszek Koltunski

Simplifications

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.

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.

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

Simplifications

b09dd39b 10/04/2021 03:23 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.

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

Move more code to objectlib.

c8bc83d9 10/01/2021 10:33 PM Leszek Koltunski

Simplify TwistyObject's API.

9a316d92 10/01/2021 10:12 PM Leszek Koltunski

Simplify TwistyObject's API.

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.

61aa85e4 10/01/2021 04:31 PM Leszek Koltunski

Simplify ObjectList: now there's just one object per size.

4e1dc313 10/01/2021 12:09 AM Leszek Koltunski

move the resourceIDs from ObjectList to individual object classes.

0310ac32 09/30/2021 07:05 PM Leszek Koltunski

Bugfixes

e607083f 09/30/2021 04:14 PM Leszek Koltunski

Simplify objectlib's API.
Correct a recently introduced bug with resetting texture maps.

a706f8e0 09/30/2021 04:03 PM Leszek Koltunski

Move QuatHelpeer to distorted-library

29b82486 09/29/2021 04:27 PM Leszek Koltunski

Initial commit