Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / network @ b92ad5cd

# Date Author Comment
b92ad5cd 01/27/2022 04:32 PM Leszek Koltunski

Download Update icons - progress.

b88cdd91 01/27/2022 04:09 PM Leszek Koltunski

Download Update icons.

ffe7e55d 01/27/2022 12:21 AM Leszek Koltunski

Reorganize the Network so that concurrent network operattions are possible.
Finally figure out and fix the bug which was causing users to multi-submit the same records over and over.

2c9ab085 01/26/2022 12:24 PM Leszek Koltunski

Downloading updates: dialog progress.

a83fae26 01/25/2022 03:47 PM Leszek Koltunski

Downloading updates: dialog progress.

9c39179e 01/24/2022 09:37 PM Leszek Koltunski

Downloading updates: dialog progress.

903c7bbc 01/23/2022 01:32 AM Leszek Koltunski

Progress downloading updates: dialog.

c99db493 01/23/2022 01:08 AM Leszek Koltunski

Progress downloading updates: dialog.

10373dc7 01/21/2022 11:54 PM Leszek Koltunski

Progress downloading updates.

63dd19c4 01/21/2022 03:56 PM Leszek Koltunski

Progress downloading updates.

fcf7320f 01/20/2022 08:21 PM Leszek Koltunski

Progress downloading objects and extras.

1fa125c2 01/10/2022 03:32 PM Leszek Koltunski

Add debugging for the case when people submit suspicious records.

11d68e9c 01/10/2022 12:45 PM Leszek Koltunski

Simplify networking.

1d643a0e 01/09/2022 11:28 PM Leszek Koltunski

Highscores: corrections for handling names that are not written in the Latin character set.

9e171f43 12/17/2021 03:41 PM Leszek Koltunski

Minor.

100764d0 12/17/2021 03:41 PM Leszek Koltunski

Up version to 1.9.3

d433b50e 12/06/2021 12:59 AM Leszek Koltunski

In the 'magic' app, ObjectType is now only used in RubikObject and RubikObjectList classes and nowhere else.
This is a major step towards being able to download objects from an online repository.

a7d8c3cd 12/05/2021 10:19 PM Leszek Koltunski

Progress replacing the enum ObjetType with the class RubikObjectList.

dd016102 11/02/2021 09:36 PM Leszek Koltunski

Bugfix.

8ab435b9 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.

9333086d 10/01/2021 10:01 PM Leszek Koltunski

Correct a recently introduced bug with restoring records.
Slightely simplify ObjectType.

318c0a7d 10/01/2021 04:33 PM Leszek Koltunski

Reename ObjectList to a more logical ObjectType.

7ac0ee88 10/01/2021 04:31 PM Leszek Koltunski

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

3f7a4363 09/29/2021 04:07 PM Leszek Koltunski

Remove all files that have been separated into a new library 'objectlib'

588ace55 09/29/2021 12:14 PM Leszek Koltunski

Prepare the 'objectlib' package to be separated into a library module

bdbbb4c5 09/28/2021 11:47 PM Leszek Koltunski

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

a36b9dca 09/07/2021 11:27 PM Leszek Koltunski

Defer initialization of statics in RubikNetwork till we actually need them.

14f14138 06/12/2021 12:58 PM Leszek Koltunski

Correct the way we overlay our (possibly) better local (i.e. unsubmitted yet or submitted, but not picked up by the 'clean_db' cron job) records on top of the DB records ini the 'Scores' dialog.

9d4c38eb 05/01/2021 12:26 AM Leszek Koltunski

Include info about renderer and version in the submit packet.

57b4f567 04/23/2021 08:02 PM Leszek Koltunski

Minor.

a91fb62f 04/23/2021 08:01 PM Leszek Koltunski

Fix (again) the solved state detection in Dino4.

6a083c6a 04/23/2021 02:18 PM Leszek Koltunski

- report the Graphics driver's Renderer and Version.
- new Diamond, Skewb2 and Skewb3 meshes.

f0e87514 03/16/2020 12:12 PM Leszek Koltunski

Separate scores from StateSolving

4888e97c 03/13/2020 02:36 PM Leszek Koltunski

Major restructuring around making it possible to include different kinds of RubikObjects in the UI.

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

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

329c0aeb 02/20/2020 09:46 PM Leszek Koltunski

Many small improvements.

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

Progress with StateSolving

6f8e5dfc 02/19/2020 04:47 PM Leszek Koltunski

Improvement for Downloader. Remove as much knowledge from it as possible.

7aff6aa7 02/19/2020 04:43 PM Leszek Koltunski

Improvement for Downloader. Remove as much knowledge from it as possible.

4f9f99a2 02/18/2020 11:08 PM Leszek Koltunski

Separate the network package; rename RubikSize to RubikObject.