Commit Graph

568 Commits

Author SHA1 Message Date
SreeNath14 863d2c6393 "updated single flow" 2025-04-10 17:46:11 +05:30
gabriel 1cf7703f07 fixed bug and added functionality to duplicate with iot data selection 2025-04-10 17:41:25 +05:30
Vishnu ff6a199dc5 docs: Update project structure documentation for clarity and guidelines 2025-04-10 17:02:36 +05:30
Vishnu 39a041180e Refactor code structure for improved readability and maintainability 2025-04-10 16:48:07 +05:30
Vishnu de2bfc9149 refactor: Implement modifier key detection for keyboard shortcuts in various controls 2025-04-10 13:41:05 +05:30
Vishnu b2bd092db3 style: Refine edit widget options layout and hover effects 2025-04-10 13:15:24 +05:30
Vishnu 378d5d7a42 refactor: Update input styles and enhance keyboard shortcut handling 2025-04-10 12:03:15 +05:30
SreeNath14 e48195db98 "updated Animation" 2025-04-10 10:21:24 +05:30
gabriel 969ced63c1 Merge branch 'main' into realTimeVisulization 2025-04-10 10:18:35 +05:30
gabriel 9b15648fb5 data not connected border 2025-04-10 10:17:54 +05:30
Nalvazhuthi 5f0f5034de fixed widget size 2025-04-10 10:06:53 +05:30
Vishnu a30651b0d4 Merge pull request 'Fix: event listener interference with input typing' (#54) from rtViz into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/54
2025-04-10 04:23:52 +00:00
Gomathi e0170aedd6 Fix: event listener interference with input typing 2025-04-10 09:52:27 +05:30
Vishnu 8cb7b5186b Merge pull request 'simulation' (#53) from simulation into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/53
2025-04-09 13:33:48 +00:00
Jerald-Golden-B f7f29884bd refactor: Remove html2canvas references and update captureVisualization logic 2025-04-09 18:55:54 +05:30
Jerald-Golden-B 4d6b9a7763 fix: Simplify key combination handling for 'M' key in KeyPressListener 2025-04-09 18:42:29 +05:30
Jerald-Golden-B 158cd2b1b8 Merge remote-tracking branch 'origin/ui' into simulation 2025-04-09 18:41:30 +05:30
Jerald-Golden-B a07bf917c5 Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-09 18:38:08 +05:30
Jerald-Golden-B 2fee9ccf24 feat: Update API version for asset file retrieval; add rotation data to event schemas and controls 2025-04-09 18:37:07 +05:30
Gomathi 8c95dd71eb Merge branch 'main' into rtViz 2025-04-09 18:36:51 +05:30
Gomathi 1c70ccd63a zone assets camera updation and rename.panel api added 2025-04-09 18:36:25 +05:30
Nalvazhuthi c953c71f3f merged to main 2025-04-09 18:08:23 +05:30
Nalvazhuthi ceecff851a Hidden panel zone based template Sc shot 2025-04-09 18:06:08 +05:30
Vishnu 03e9bcc740 feat: Add Shortcut Keys, activeSubTool state management and improve user avatar handling 2025-04-09 17:43:44 +05:30
Jerald-Golden-B f7a0f3b3d6 feat: Enhance ArmBotMechanics with connected models and process management; update ConveyorMechanics for radio input behavior; adjust NavMeshDetails cell size; add depthWrite to ZoneGroup material; include triggers in copy and duplication controls; refine path connector actions filtering; improve socket store zone management 2025-04-09 15:38:29 +05:30
Jerald-Golden-B d4e0358f4b fix: Update ZoneData interface and streamline loader function calls in loadInitialFloorItems 2025-04-09 10:59:43 +05:30
Nalvazhuthi 9903d6351a fixed display zones dispay cetner 2025-04-09 09:42:49 +05:30
Vishnu 937241d28b fix: Correct bottom width and height calculations in Panel component and styles 2025-04-09 09:31:22 +05:30
Vishnu 43184a7e25 Merge pull request 'simulation' (#52) from simulation into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/52
2025-04-08 13:48:22 +00:00
Jerald-Golden-B 715e551098 Merge remote-tracking branch 'origin/ui' into simulation 2025-04-08 18:36:41 +05:30
Jerald-Golden-B faaad2b222 fix: Correct casing of useSelectedFloorItem and setSelectedFloorItem in ZoneAssets component 2025-04-08 18:35:52 +05:30
Nalvazhuthi 5a5a582171 updated visualization panel ui and added outer click 2025-04-08 18:34:54 +05:30
Nalvazhuthi ed6edef24e updated visualization panel ui and added outer click 2025-04-08 18:34:21 +05:30
Jerald-Golden-B 123fe88c22 Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-08 18:32:48 +05:30
Gomathi 45db21e66c 3d widget highlight added 2025-04-08 18:32:19 +05:30
Jerald-Golden-B 43df50c576 feat: Enhance ArmBot and StaticMachine mechanics with trigger handling and reset functionality 2025-04-08 18:31:57 +05:30
Gomathi d76d09019e zone based assets added and 3d widgets dnd updated 2025-04-08 18:14:59 +05:30
Jerald-Golden-B a6993ccd2e fix: Remove console log statements for cleaner output 2025-04-08 15:00:36 +05:30
Jerald-Golden-B b5ba3a0ce1 Refactor event handling and state management for StaticMachine and ArmBot types
- Updated `loadInitialFloorItems.ts` to streamline event data processing for StaticMachine and ArmBot types.
- Enhanced `copyPasteControls.tsx` and `duplicationControls.tsx` to support StaticMachine and ArmBot event data creation with proper UUID generation.
- Modified `moveControls.tsx`, `rotateControls.tsx`, and `transformControls.tsx` to include event data in the state.
- Improved `pathConnector.tsx` to handle connections for StaticMachine and ArmBot types, including deletion functionality.
- Updated store management to rename `useDeleteModels` to `useDeleteTool` for clarity.
- Adjusted type definitions in `worldTypes.d.ts` to include StaticMachine and ArmBot event schemas.
2025-04-08 14:56:45 +05:30
Nalvazhuthi 61f73369d8 mergin main 2025-04-08 09:28:41 +05:30
Vishnu daa507e464 Merge pull request 'simulation' (#50) from simulation into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/50
2025-04-07 13:11:29 +00:00
Jerald-Golden-B bde1e6318c fix: Adjust panel size calculations and clean up realTimeViz styles 2025-04-07 18:37:17 +05:30
Jerald-Golden-B 1852a47775 fix: Clean up error handling and restore commented-out loading progress in Project component 2025-04-07 18:28:52 +05:30
Jerald-Golden-B 080c815ded Merge remote-tracking branch 'origin/ui' into simulation 2025-04-07 18:28:24 +05:30
Nalvazhuthi b24e4583d7 updated realTimeViz panel style 2025-04-07 18:27:01 +05:30
Jerald-Golden-B d8bf2ea956 Merge remote-tracking branch 'origin/ui' into simulation 2025-04-07 18:20:27 +05:30
Jerald-Golden-B 8d68f9046f Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-07 18:20:04 +05:30
Jerald-Golden-B 272317991a feat: Extend simulation state types to include ArmBot events and update related components
- Updated RotateControls and SelectionControls to handle ArmBot events in simulation states.
- Enhanced PathConnector to manage connections involving ArmBot and StaticMachine types.
- Added ArmBotMechanics and StaticMachineMechanics components for managing properties of ArmBot and StaticMachine.
- Modified types in worldTypes to include rotation for ArmBot and StaticMachine events.
- Updated store to accommodate new ArmBot event types in simulation states.
2025-04-07 18:16:34 +05:30
Nalvazhuthi e23b580a14 updated realTimeViz panel style 2025-04-07 18:01:48 +05:30
Gomathi 8f46c46633 Merge branch 'main' into rtViz 2025-04-07 18:00:58 +05:30