Commit 73da252
committed
update: hotkeys and bags handling for DragAndDrop_HandleDrop
- Required logic update after fixes for item's icon handling.
- (bags seriously need a big refactor): replaced direct packet store (buggy) and slider (never been coded properly) for at least, a simple and functional YesNo Prompt that stores whole item stacks from inventory.
- HotbarItem case returns false (required so items don't go invisible when placing them to hotbars).
- SpellItem to Hotbar case returns false (required so spells don't go invisible when placing them to hotbars).1 parent 44c1a0a commit 73da252
4 files changed
Lines changed: 14 additions & 20 deletions
File tree
- Intersect.Client.Core
- Entities
- Interface/Game
- Inventory
- Spells
- Localization
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
1124 | | - | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | 1124 | | |
1132 | 1125 | | |
1133 | 1126 | | |
1134 | 1127 | | |
1135 | | - | |
| 1128 | + | |
1136 | 1129 | | |
1137 | | - | |
1138 | | - | |
| 1130 | + | |
1139 | 1131 | | |
1140 | 1132 | | |
1141 | 1133 | | |
1142 | 1134 | | |
1143 | 1135 | | |
1144 | 1136 | | |
1145 | | - | |
| 1137 | + | |
1146 | 1138 | | |
1147 | 1139 | | |
1148 | 1140 | | |
1149 | 1141 | | |
1150 | | - | |
| 1142 | + | |
1151 | 1143 | | |
1152 | 1144 | | |
1153 | 1145 | | |
1154 | 1146 | | |
1155 | | - | |
1156 | | - | |
| 1147 | + | |
1157 | 1148 | | |
1158 | | - | |
| 1149 | + | |
1159 | 1150 | | |
1160 | 1151 | | |
1161 | 1152 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
545 | 548 | | |
546 | 549 | | |
547 | 550 | | |
| |||
0 commit comments