simulation #47

Merged
Vishnu merged 10 commits from simulation into main 2025-04-05 12:38:05 +00:00
Collaborator
  • Enhance simulation state management to include StaticMachineEventsSchema.
  • Updated various modules to accommodate StaticMachineEventsSchema in simulation states.
  • Modified event handling in addAssetModel, deleteFloorItems, and loadInitialFloorItems to support new event types.
  • Adjusted type definitions in worldTypes.d.ts to define StaticMachineEventsSchema.
  • Refactored path management in processCreator and simulation to handle new event types.
  • Ensured compatibility in selection and manipulation controls for StaticMachine events.
  • Removed bug that made the other assets not droppable.
  • Add ArmBotEventsSchema interface to define ArmBot event structure and properties.
- Enhance simulation state management to include StaticMachineEventsSchema. - Updated various modules to accommodate StaticMachineEventsSchema in simulation states. - Modified event handling in addAssetModel, deleteFloorItems, and loadInitialFloorItems to support new event types. - Adjusted type definitions in worldTypes.d.ts to define StaticMachineEventsSchema. - Refactored path management in processCreator and simulation to handle new event types. - Ensured compatibility in selection and manipulation controls for StaticMachine events. - Removed bug that made the other assets not droppable. - Add ArmBotEventsSchema interface to define ArmBot event structure and properties.
Jerald_Golden added 10 commits 2025-04-05 12:37:02 +00:00
e92345d820 Refactor simulation paths to simulation states
- Updated all instances of `simulationPaths` to `simulationStates` across multiple components including copyPasteControls, duplicationControls, moveControls, rotateControls, selectionControls, and others.
- Adjusted related state management hooks in the store to reflect the change from `simulationPaths` to `simulationStates`.
- Ensured that all references to simulation paths in the simulation logic and UI components are consistent with the new naming convention.
1cc877aee1 feat: Enhance simulation state management to include StaticMachineEventsSchema
- Updated various modules to accommodate StaticMachineEventsSchema in simulation states.
- Modified event handling in addAssetModel, deleteFloorItems, and loadInitialFloorItems to support new event types.
- Adjusted type definitions in worldTypes.d.ts to define StaticMachineEventsSchema.
- Refactored path management in processCreator and simulation to handle new event types.
- Ensured compatibility in selection and manipulation controls for StaticMachine events.
- Removed bug that made the other assets not droppable
Vishnu merged commit 8526379703 into main 2025-04-05 12:38:05 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dwinzo-Beta/Dwinzo_dev#47
No description provided.