Skip to content
Snippets Groups Projects
  1. Feb 06, 2024
  2. Jan 23, 2024
  3. Jan 19, 2024
  4. Jan 16, 2024
  5. Jan 15, 2024
    • MaZiFAU's avatar
      BugFix; SOMDocToLambdaExpression; · 2bc371c3
      MaZiFAU authored
      BugFix:
      + R inputs updates now with scroll
      + R values have proper label
      
      SOMDocToLambdaExpression:
      + more constants
      + manual angle_between (TODO: autamatic per AST)
      2bc371c3
  6. Jan 14, 2024
  7. Jan 13, 2024
    • MaZiFAU's avatar
      BugFixes; Added SlingShotStage; RenderedScrollFact.cs; ScrollDetails.cs; · 5809e4c5
      MaZiFAU authored
      BugFixes:
      + repaired Play/Create button in InGameEditor
      + null exception when deleting assigned fact / parsing null-hint
      + <no label> for defined and filtered facts from application
      + collission Player <> snapzone
      
      RenderedScrollFact.cs:
      + changed primary key from ID to ScrollFactURI
      
      ScrollDetails.cs:
      + fully enabled ScrollOverwrites
      + filtering null-"df" assignments from Scrolls
      + reduced number of dynamic scroll applications
      5809e4c5
  8. Jan 12, 2024
    • MaZiFAU's avatar
      Bug Fixes; · 148d327c
      MaZiFAU authored
      Bug Fixes:
      + invalid casting for List<dynamic>
      + slightly wrong validation for FunctionCallFacts
      + force enable studio stages for validation (not local)
      + Singelton in ScrollStatic wont be recycled due to infinite asyncs
      + SomDoc.Var: parameter binding priority reversed
      148d327c
  9. Jan 11, 2024
  10. Dec 04, 2023
  11. Nov 28, 2023
  12. Nov 26, 2023
  13. Nov 24, 2023
  14. Nov 14, 2023
  15. Nov 07, 2023
  16. Nov 05, 2023
  17. Sep 24, 2023
    • MaZiFAU's avatar
      6ee88a78
    • 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
    • MaZiFAU's avatar
      Known Bugs; BugFixes; Facts; Misc; · 47feb1f4
      MaZiFAU authored
      Known Bugs;
      + Saving/Loading [Experimental]
      
      BugFixes;
      + Server caching may pose the need for postponed Stage loading
      + Server cheches wrong label -> send fact with new one.
      + New Facts may have Definisions()==null -> null.ToString() for ID
      +-> MMTFact.ToString() as Fallback
      
      Facts;
      + Further decoupled from FactRecorder
      +-> labeling done JIT by FactRecorder
      + Caching: object CompiledValue && Expression CompileBase
      
      Misc;
      + added SOMDoc(from)Object(object)
      + StageStatic.ShallowLoadStages(bool): streamlined loading in case of failure due to unloaded dependecies (e.g.: ContextRecorder)
      47feb1f4
  18. Sep 23, 2023
  19. Sep 22, 2023
  20. Sep 20, 2023
    • MaZiFAU's avatar
      Carved out (Unsorted)Fact.cs · 55b5697c
      MaZiFAU authored
      55b5697c
    • MaZiFAU's avatar
      TriangleFact; FactRecorder; · 946d55de
      MaZiFAU authored
      TriangleFact;
      + first draft for topology/mesh
      + first draft for extracting colliders to tri-facts (StageBehaviour)
      +> including visual debug support
      + had to change some asset-import-setting to IsReadable
      
      FactRecorder;
      + tried to reduce number of Facts beiing send to MMT
      +-> delayed Twin creation
      +-> Ids may change during runtime
      + tradeof: compute(EquivalenceChecks) / Waiting for Server to answer
      + IDEAS:
      +-> switch to Fact as primary key and Id as secondary
      +-->see FunctionCallFact
      +-> bulk add
      946d55de
  21. Sep 19, 2023
  22. Sep 18, 2023
  23. 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
Loading