Skip to content
Snippets Groups Projects
  1. Jul 17, 2024
  2. May 20, 2024
  3. May 13, 2024
  4. May 06, 2024
  5. Apr 29, 2024
  6. Feb 07, 2024
  7. Feb 06, 2024
  8. 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
  9. Nov 28, 2023
  10. Nov 26, 2023
  11. Nov 24, 2023
  12. Nov 07, 2023
  13. 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
    • 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
  14. 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
  15. 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
  16. Jul 14, 2023
  17. Jul 13, 2023
  18. Jul 07, 2023
  19. Jul 06, 2023
  20. Jul 04, 2023
    • 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
  21. 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
  22. Jul 01, 2023
    • MaZiFAU's avatar
      Bug Fix; Refactored; · ec58a447
      MaZiFAU authored
      Bug Fix:
      + ignore default hit in WorldCurser
      
      Refactored:
      +DropHandling -> RenderScrollFact
      +stuff
      ec58a447
  23. Jun 30, 2023
  24. Jun 28, 2023
  25. Jun 26, 2023
  26. Jun 22, 2023
Loading