- May 04, 2024
-
-
Paul-Walcher authored
-
- Nov 07, 2023
- Sep 22, 2023
-
-
MaZiFAU authored
-
- Sep 20, 2023
-
-
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
-
- Sep 18, 2023
-
-
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
-
- Sep 16, 2023
-
-
MaZiFAU authored
SOMDOC; + changed to OMLIT<T> from OMF, OMSTR[, OMBOOL] + added support for Anonymous/Dynamic Types: OML [formerly RECARG]
-
- 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 06, 2023
-
-
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
-