- Jan 15, 2024
-
-
MaZiFAU authored
BugFix: + R inputs updates now with scroll + R values have proper label SOMDocToLambdaExpression: + more constants + manual angle_between (TODO: autamatic per AST)
-
- Jan 14, 2024
-
-
MaZiFAU authored
-
- Jan 13, 2024
-
-
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
-
- Nov 07, 2023
-
-
MaZiFAU authored
-
- Sep 24, 2023
-
-
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)
-
- Sep 22, 2023
-
-
MaZiFAU authored
-
- Sep 14, 2023
-
-
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
-
- Sep 11, 2023
-
-
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
-
- Sep 04, 2023
-
-
MaZiFAU authored
Renaming: +FactManager => FactAdder +FactOrganizer => FactRecorder
-
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
-
- Jul 06, 2023
-
-
MaZiFAU authored
to conform more with documented REST
-
- Jul 05, 2023
-
-
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)
-
- Jul 04, 2023
-
-
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
-
- Jul 02, 2023
-
-
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)
-