Skip to content
Snippets Groups Projects
  1. Nov 07, 2023
  2. Sep 24, 2023
    • MaZiFAU's avatar
      BugFixes; Performance; · 6073913f
      MaZiFAU authored
      BugFixes;
      + Saving/Loading
      + Fetching Context somtimes skipped a fact
      
      Performance;
      + Dynamic Types will now try to simplify before SendToMMT()
      + Caching of Stages know activated
      6073913f
  3. Sep 22, 2023
  4. Sep 18, 2023
    • MaZiFAU's avatar
      parseFact as IEnumerator; Bugfixes; · f012cc78
      MaZiFAU authored
      parseFact as IEnumerator;
      + noticably slower than non IEterator
      + but less stillframes
      + maybe go multithreaded?
      
      Bugfixes;
      + FasrForward() has issue for nested Ienumerables
      + Saving/Loading Dynamic<List/Tuple>Facts fixxed
      +-> need to reduce amount of loading savegames
      f012cc78
    • MaZiFAU's avatar
      FunctionFact; DynamicTupleFact; PushoutFacts; SOMDocToLambdaExpression; ReGeneratred DemoFiles; · a2a8837e
      MaZiFAU authored
      FunctionFact;
      + caching LamdaExpression
      
      DynamicTupleFact;
      + parse only, iff it snot a generic tuple
      
      PushoutFacts;
      + support for duplicate Facts
      
      SOMDocToLambdaExpression;
      + Bugfix: ?InvertRealLit was wrongly assigned to Negate
      + employ cashing of lambdaexpression for FuncFacts (x4,5 faster)
      a2a8837e
  5. Sep 16, 2023
    • MaZiFAU's avatar
      SOMDOC; · 0db8aa88
      MaZiFAU authored
      SOMDOC;
      + changed to OMLIT<T> from OMF, OMSTR[, OMBOOL]
      + added support for Anonymous/Dynamic Types: OML [formerly RECARG]
      0db8aa88
  6. Sep 14, 2023
    • MaZiFAU's avatar
      Regenerated Demofiles; Reworked Function(Call)Fact; Facts; DynamicFacts; Misc; · a84f9413
      MaZiFAU authored
      Regenerated Demofiles;
      + 3D case functional
      +->TODO SolutionCheck
      
      Reworked Function(Call)Fact;
      + De/Serialization from MMT
      + Deleted AttachedFunctionFact
      + Sampled Equivalent for FunctionCallFact
      + Generalized Animation on event
      
      Facts;
      + Using SOMDoc/ServerDefinition.ToString, instead of URI
      + Breaking parity allowed:
      +-> Server rejected Fact
      +-> Temporary Fact vie MakeFact
      + parse Facts returns List<Fact> instead of Fact (for Lists/Tuple/FactCalls)
      + MakeFact(object): partially implemeted
      + Added IUnpackable.UnpackMe() for composite Facts (Lists/Tuple)
      
      DynamicFacts; [List, Tuple]
      + May hold data of dynamic unknown Signature
      
      Misc;
      + double inserted Facts will now "Hint"
      + added posibility to blacklist scrolls for dynamic request (e.g. very long/cannon ball)
      + Expanded and fixed Lambda-from-SOMDoc-Builder
      a84f9413
  7. Sep 11, 2023
    • MaZiFAU's avatar
      (Regenerated) DemoFiles; Facts; ScrollDetail; ShapeGenerator; Endpoints; LambdaExpressions; · d0f1fddc
      MaZiFAU authored
      ScrollDetail:
      + standarsized method of fact injection and postprocessing (REVISIONIZE)
      + use mwthod for CanonBalls
      + upgraded fallback scrolls.json
      
      DemoFiles:
      + added CanonBall 3D (Calculator)
      + modified to be compatible
      
      Facts:
      + fixed some of the newer Facts
      + added RealLitFact
      
      ShapeGenerator:
      + Prisms now offset along normal
      + fixed some inconsequentially thrown errors
      
       Endpoints:
      + Fixed getType for FUNTYPE and others
      
      LambdaExpressions:
      + includes FactURIs
      + MMT Tuples will now be c# Tuples
      --> Including Isomorphismus for Vector3/?point/RxRxR
      + support ProjL/R
      + upgraded CallAnyFunction for more cases Generics/Interface/Array
      + First attempempt for lambda logic as used in MMT
      d0f1fddc
  8. Sep 06, 2023
    • MaZiFAU's avatar
      new ShapeGenerator-System; altered ShapePrefabs; refactored Facts; · 5bb470f5
      MaZiFAU authored
      new ShapeGenerator-System:
      + added Plane/PrismGenerator;
      + Fixed Torus Mesh Generation
      + streamlined Generator process;
      + enabled normal offset;
      + Refactoring
      
      altered ShapePrefabs:
      + added Prism/Cone Prefab an entree in FactSpawner;
      + switched to using new ShapGenerator-System;
      + added BoundingPositioning.cs for dynamic TextPosition;
      
      refactored Facts:
      + added QuadFact
      + mostly moved semantic coherent Facts in own file
      + Some spelling and semantic errors
      5bb470f5
  9. Sep 04, 2023
    • MaZiFAU's avatar
      Renameing; · c43da0cd
      MaZiFAU authored
      Renaming:
      +FactManager => FactAdder
      +FactOrganizer => FactRecorder
      c43da0cd
    • MaZiFAU's avatar
      MMTFunctions; BugFixes; Refactoring; · 3e7d4f72
      MaZiFAU authored
      MMTFunctions:
      +chabged to new FUN(TYPE)
      +changet to proper Tuple usage,
      +implemented: ProjL/R, FeedForward/StepUntil
      +ToType() for SomDocs
      +...
      
      Refactoring:
      +Popup/Behaviour
      
      BugFixes:
      +RightAngle
      +FallBackJasonScroll
      3e7d4f72
  10. Jul 14, 2023
  11. Jul 13, 2023
  12. Jul 07, 2023
  13. Jul 06, 2023
  14. Jul 05, 2023
    • MaZiFAU's avatar
      HotFix; Bug Fix; +ListFact; · e7ac1ce0
      MaZiFAU authored
      ListFact:
      +Intrduction, needed for lists on MMT server side
      +Incomplete
      +-> see SOMDocManager.MMT_OMS_URI.FactRef
      Bug Fix:
      +Fact Ordering was broken
      +ScrollFactContainer marked as IsSet wrongly
      +Angle Hint showed up with 0°
      HotFix;
      +Game Crash when Scrolls not loaded
      +-> patched with guard clausel (pls find better way)
      e7ac1ce0
  15. Jul 04, 2023
    • MaZiFAU's avatar
      Performance; · bed13c1c
      MaZiFAU authored
      Performance:
      +discard out of date Dynamic Scroll Requests
      bed13c1c
    • MaZiFAU's avatar
      First attempted at ListFact · 85082b1e
      MaZiFAU authored
      85082b1e
    • MaZiFAU's avatar
      QOL; Bug Fixes; Known Bugs; · 436df6b7
      MaZiFAU authored
      QOL:
      +Factexplorer: Quick apply and hide
      +Pushout Highlights: also in FactScreen
      +using PopUp for dynamic scroll applications
      Bug Fixes:
      +Too fast Fact application forbidden, crashes Server otherwise
      +Repaired PopUp
      +(dirty->MMT) Hot Pached deserialization error when an Scroll error occured
      Known Bugs:
      + Entering a level while waiting on scrolls crahes game
      436df6b7
  16. Jul 02, 2023
    • MaZiFAU's avatar
      BugFix/Feature; · ce5b15e4
      MaZiFAU authored
      BugFix/Feature:
      +"Hint" know marks actual Facts in Scene if present
      ce5b15e4
    • MaZiFAU's avatar
      Refactoring Hint Animation; · 510b4f23
      MaZiFAU authored
      Refactoring:
      -Eventbased Hint animation extended to sprites
      +->Added FactObjectUI
      +->Moved FactWrapper tree in own folder
      +->Used RectMask (does not work with normal one)
      510b4f23
    • MaZiFAU's avatar
      Refactoring; Performance; Bug Fixes; · ded817f6
      MaZiFAU authored
      Refactoring:
      +Made Hint animation Eventbased
      +FatWrapper>FactObject>RenderedScrollFact
      +Fact.Representation is now FactObject
      Performance:
      +Fact to MMT now synchron, up to 30% faster
      Bug Fixes:
      +Lot Tool ignored ground hits
      ded817f6
  17. Jul 01, 2023
    • MaZiFAU's avatar
      Bug Fix; Refactored; · ec58a447
      MaZiFAU authored
      Bug Fix:
      + ignore default hit in WorldCurser
      
      Refactored:
      +DropHandling -> RenderScrollFact
      +stuff
      ec58a447
  18. Jun 29, 2023
    • MaZiFAU's avatar
      Performance Improvements; · b21f6e65
      MaZiFAU authored
      Performance Improvements:
      +cache all Scrolls
      +cache Stages in StageStatic.ShallowLoadStages
      b21f6e65
    • MaZiFAU's avatar
      Refactored; BugFix; · 8fa3d1ad
      MaZiFAU authored
      Refactored:
      +FactWrapper,Object,AttachedFuncFact
      +Fact.SendToMMT: asynchron
      
      BugFix:
      + OMDoc/RAW in Scroll msg => added RAW
      8fa3d1ad
    • MaZiFAU's avatar
      Bug Fixes; Prtially new Naming method for FactPrefabs; · b12afe2d
      MaZiFAU authored
      Prtially new Naming method for FactPrefabs:
      +using new logic in FactOrganizer
      
      Bug Fixes:
      +FactObject and Circlecollider not the same;
      +missing behaviour (deleted)
      +Z-fighting for CircleFact
      +Annoying Warnings and Errors
      b12afe2d
  19. Jun 28, 2023
  20. Jun 27, 2023
  21. Jun 26, 2023
  22. Jun 25, 2023
  23. Jun 22, 2023
  24. Jun 20, 2023
  25. Jun 18, 2023
  26. Jun 16, 2023
  27. Jun 15, 2023
Loading