2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-19 09:40:47 +00:00
3094a8af13 refactor: Non-breaking refactor
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-19 08:32:59 +00:00
d65ca6fe97 feat: Implemented crates functionality
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-18 10:39:32 +00:00
3dde5a729e fix: Door sprite is facing right direction
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-18 10:31:18 +00:00
bb357d8062 feat: Finished door mechanics
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-16 14:24:18 +00:00
4c23a38b92 feat: Collision beginning
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-16 06:47:15 +00:00
3fdfa4a4ad ui: Buggy 'natural' item dragging
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-13 13:19:47 +00:00
337986d2b9 ui: Multiple inventories support
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-13 10:44:45 +00:00
0c8259583a feat: Updated dragged item behavior
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-12 10:08:48 +00:00
beacc28ace ui: Inventory item rotation
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-12 08:45:53 +00:00
9a09b4da96 feat: Implemented Inventory.can_rotate
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-12 07:33:21 +00:00
55c4e3a1d1 ui: Unfinished item rotating
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-12 07:05:43 +00:00
55cbd39172 ui: Visible item dragging
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-11 19:44:49 +00:00
a462c64786 feat: Implemented basic item drag-and-drop
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-11 14:29:54 +00:00
0add3e4c20 feat: unfinished item drag and drop
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-11 12:03:16 +00:00
c46fa75e54 feat!: Item processing
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-09 11:03:30 +00:00
ab993be476 ui: Beginning of UI-related stuff
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-07 19:01:01 +00:00
5f59e02788 feat: Implemented Inventory.find_free_space
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-07 16:49:43 +00:00
13dd936044 tests: Added more tests
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-06 14:40:20 +00:00
fee774dddd feat: Implemented Inventory::can_move
2ndbeam pushed to master at 2ndbeam/bevy-expedition-demo 2026-03-06 13:42:46 +00:00
dab3134f15 feat: Added Inventory and Item components