Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Oct 17, 2022
    • rhenck's avatar
      Rework Elementfactory · 0c0b9e3b
      rhenck authored
      The unit tests errored out because of circular dependencies via the 
      Elementfactory class. Therefore:
      - No longer creates styling/position/player-Properties. This is done in 
      the Element parent class.
      - Move element creation from Section to the ElementFactory class 
      instead.
      0c0b9e3b
  2. Oct 14, 2022
  3. Oct 13, 2022
  4. Oct 07, 2022
  5. Oct 05, 2022
  6. Oct 04, 2022
  7. Sep 22, 2022
  8. Sep 21, 2022
  9. Sep 16, 2022
  10. Sep 15, 2022
    • rhenck's avatar
      Update editor to 1.33.3 · 901fb60c
      rhenck authored
      901fb60c
    • rhenck's avatar
      Improve toast message styling · 224e1729
      rhenck authored
      Red background looks really bad, so we just adjust the border color.
      224e1729
    • rhenck's avatar
      Rework ID handling · 0e45e323
      rhenck authored
      - remove ID handling from model classes. This is now done by the editor 
      itself (mainly unit service).
      - Rename and move IDManager to editor as IDService
      0e45e323
    • rhenck's avatar
      [editor] Add ID check to sanitizer · d284c2e7
      rhenck authored
      Just called from the editor, before creating the Unit instance.
      It goes through all IDs and checks for duplicates. If found it generates 
      a new one and shows the prompt.
      d284c2e7
  11. Sep 13, 2022
  12. Sep 12, 2022
Loading