Skip to content
Snippets Groups Projects
  1. Jan 23, 2024
  2. Jan 19, 2024
  3. Jan 16, 2024
  4. 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
  5. Jan 14, 2024
  6. 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
  7. 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
  8. Jan 11, 2024
  9. Dec 04, 2023
  10. Nov 28, 2023
  11. Nov 26, 2023
  12. Nov 24, 2023
  13. Nov 14, 2023
  14. Nov 07, 2023
  15. Nov 05, 2023
  16. 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
  17. Sep 23, 2023
  18. Sep 22, 2023
  19. 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
  20. Sep 19, 2023
  21. Sep 18, 2023
  22. 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
  23. 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
  24. Sep 11, 2023
Loading