Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
    • urla's avatar
      Unsauberer Zwischenstand, Status unklar. · b2ab6d73
      urla authored
      b2ab6d73
    • urla's avatar
      Unsauberer Zwischenstand, Status unklar. · d5aded38
      urla authored
      d5aded38
    • urla's avatar
      Prepare map and coordinates. · 8d8d463e
      urla authored
      Add class SqdCoords with subclasses GeoCoords (to specify coordinates as
      longitude/latitude) and PixelCoords (pixel coordinates on a map image).
      
      Add class SqdMap intended to hold an image and two fixed points, each
      with pixel and geo coordinates so the map can convert between the two
      coordinate systems. Add test class SqdMapTest to test this conversion. Add JUnit to .classpath
      
      Add coordinate examples to ideas-and-todos.txt; add file
      waypoints-example-1.gpx
      8d8d463e
  2. Mar 14, 2020
    • urla's avatar
    • urla's avatar
      Prepare map and coordinates. · ca813532
      urla authored
      Add class SqdCoords with subclasses GeoCoords (to specify coordinates as
      longitude/latitude) and PixelCoords (pixel coordinates on a map image).
      
      Add class SqdMap intended to hold an image and two fixed points, each
      with pixel and geo coordinates so the map can convert between the two
      coordinate systems. Add test class SqdMapTest to test this conversion.
      
      Add coordinate examples to ideas-and-todos.txt; add file
      waypoints-example-1.gpx
      ca813532
  3. Mar 11, 2020
    • urla's avatar
      Minor changes, deletions and rename. · 9e6d4891
      urla authored
      9e6d4891
    • urla's avatar
      Implemented story storage model, story factory and test classes. · 91066f42
      urla authored
      Refactor abstract class StoryModel and implementation class
      ListStoryModel. Add abstract protected setXYZ methods and an append
      method to StoryModel so subclasses can be editable by (inner factory
      class).
      
      Make inner class StoryFactory use reflection when instantiating and
      build a concrete subtype of StoryModel.
      
      Add class StoryDataCreatorDummy which builds a minimal story; add class
      StoryPrinter which prints a story to the console.
      
      Add immutable class SqdTime with copy constructor, difference
      calculation etc.
      
      Add immutable class Actor with name, age, sex.
      
      Smaller changes to OneStepOneActorData, OneStepFullData, MapLocation,
      91066f42
  4. Mar 06, 2020
    • urla's avatar
      Refactored internal representation of story. · 077477e5
      urla authored
      Added "scrapbook" folder for non-productive code. Added classes
      ModelTest, ModelArrayTest, ModelMakerFromCSVTest to test whether
      inheritance, inner class, static/non-static and protected access work as
      expected.
      
      Renamed some of the productive classes.
      077477e5
  5. Mar 02, 2020
  6. Feb 23, 2020
    • urla's avatar
      Initial commit. · 4db6af26
      urla authored
      * first sketch of SequdiLang lexer and parser grammars;
      * sample .sqs-file with example of story description
        (indentation-sensitive like python, but that can change);
      * ANTLR codegenerator and runtime libraries in project and buildpath;
      * minor reformatting of README.md
      * renamed module-info.java to "module-info.java-not-in-use"
      * setup src, tests, , libs, docs directories;
        bin and generated-src both git-ignore'd
      4db6af26
  7. Feb 20, 2020
Loading