Project

General

Profile

« Previous | Next » 

Revision 1d581993

Added by Leszek Koltunski about 2 years ago

Introduce ObjectSignature that can incorporate 192-bit signatures (for 5x5x5 bandaged cubes).
ObjectScrambler does not fully work yet.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyDino4.java
24 24
import org.distorted.library.type.Static3D;
25 25
import org.distorted.library.type.Static4D;
26 26

  
27
import org.distorted.objectlib.helpers.ObjectSignature;
27 28
import org.distorted.objectlib.main.ObjectType;
28 29
import org.distorted.objectlib.scrambling.ScrambleState;
29 30

  
......
105 106

  
106 107
///////////////////////////////////////////////////////////////////////////////////////////////////
107 108

  
108
  public long getSignature()
109
  public ObjectSignature getSignature()
109 110
    {
110
    return ObjectType.DIN4_3.ordinal();
111
    return new ObjectSignature(ObjectType.DIN4_3);
111 112
    }
112 113

  
113 114
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff