Commit graph

  • 0c1d06d9f7 added some trade window stuff, which does nothing yet. scrawl 2012-05-17 13:36:25 +0200
  • e56ff9283d Issue #256: moved magic effects update from MechanicsManager to Actors Marc Zinnschlag 2012-05-17 13:21:49 +0200
  • 1fddbf9a40 Issue #256: moved dynamic stats update from MechanicsManager to Actors Marc Zinnschlag 2012-05-17 13:15:31 +0200
  • 630241c8e2 load the AIDT (AI data) for creatures in the ESM loader, which also contains the Services enum. scrawl 2012-05-17 13:12:38 +0200
  • 8cc49ae2b9 xml files update (layout tweak, added double quotation marks to font) scrawl 2012-05-17 12:55:48 +0200
  • c5185cf2e4 drop item on avatar from external container bugfix scrawl 2012-05-17 12:09:53 +0200
  • fca9f1fc5f gold dropping works without crash, but the code needs clean up. scrawl 2012-05-16 22:56:54 +0200
  • 178ad876d7 fix for objects other than Miscellaneous. scrawl 2012-05-16 22:17:13 +0200
  • 5875ce5128 select the correct gold base object (still crashing) scrawl 2012-05-16 22:13:56 +0200
  • f73d3ad33f fix to the "drop object on ground" feature. still crashes for gold. scrawl 2012-05-16 21:27:02 +0200
  • 6d34e61dbd don't stack gold if it has a script (not used in MW, but some mods might) scrawl 2012-05-16 19:18:50 +0200
  • 4b5d6ce311 allow stacking gold scrawl 2012-05-16 17:22:25 +0200
  • 0f1e09d2c1 make Class::use method return an equip action for equippable items, add sound for equipping scrawl 2012-05-16 16:08:55 +0200
  • 9c4243782e sorting items scrawl 2012-05-16 15:17:55 +0200
  • 9a01e18b29 fix some MessageBox code that was using deleted pointers sometimes scrawl 2012-05-16 15:00:20 +0200
  • 398a7dc65c crash fix (hopefully) scrawl 2012-05-16 14:32:48 +0200
  • 6a0cb32b7e removed unnecessary code scrawl 2012-05-16 14:30:02 +0200
  • c5d685c780 added an assert scrawl 2012-05-16 14:28:57 +0200
  • f8c20ef77f don't allow putting items into a container if the weight is exceeded. scrawl 2012-05-16 00:20:24 +0200
  • 2fa7ce0c19 equipping works also when the item wasn't in player inventory before. scrawl 2012-05-16 00:02:05 +0200
  • 477f1b42ab fixed another item dropping bug scrawl 2012-05-15 23:28:04 +0200
  • 0f811edb47 fixed a bug with dropping items on the ground scrawl 2012-05-15 22:54:28 +0200
  • 5a43fe3e5f remove debug prints scrawl 2012-05-15 22:48:14 +0200
  • 3f4ce32727 implemented player encumbrance bar scrawl 2012-05-15 22:45:46 +0200
  • e9ea1fba4e fixed typo getCapacity method scrawl 2012-05-15 22:31:52 +0200
  • d3a53ae0b8 removed the _freeSlot method which is now unneeded scrawl 2012-05-15 22:01:09 +0200
  • 0063387979 Merge branch 'master' into inventoryGUI scrawl 2012-05-15 21:48:05 +0200
  • 175623bf22 change the drag&drop to not use a seperate containerstore scrawl 2012-05-15 21:44:57 +0200
  • fdfddc8be7 some todo comment cleanup Marc Zinnschlag 2012-05-15 21:34:32 +0200
  • 7e00fea18b added getEncumbrance function Marc Zinnschlag 2012-05-15 21:34:00 +0200
  • c6493fb133 added getCapacity function Marc Zinnschlag 2012-05-15 21:17:00 +0200
  • ca4fa21d64 removed the attempt to unify activation and use scripts which was incorrect scrawl 2012-05-15 20:51:19 +0200
  • 71de10cb7e equipping items works, but only if you have more than one of the item that you're equipping scrawl 2012-05-15 20:33:34 +0200
  • 765881a61d equipping items in the inventorywindow (there is no visual indication yet) scrawl 2012-05-15 18:20:32 +0200
  • ab6336b745 using items via the inventory is now possible by dragging them on the avatar (only implemented for books right now) scrawl 2012-05-15 18:05:53 +0200
  • b18ee198b4 use a raycast to determine where to place object, if distance is too far drop it on the ground scrawl 2012-05-15 16:47:23 +0200
  • 7fbee0d488 use MyGUI::InputManager instead of MWInputManager to detect ctrl/shift scrawl 2012-05-15 13:00:26 +0200
  • 24a0fecd37 implemented item count selection dialog scrawl 2012-05-15 12:51:51 +0200
  • 320cc7d020 implemented ctrl and shift-keys for item drag&drop (take all, take 1) scrawl 2012-05-15 11:02:50 +0200
  • 933a40de14 better floating object label positioning. scrawl 2012-05-14 21:37:43 +0200
  • d3e162ec83 dropping items works scrawl 2012-05-14 17:41:17 +0200
  • 6c9f75b322 some unfinished work for dropping objects into the gameworld scrawl 2012-05-13 18:35:56 +0200
  • 967fb13fca remove the old inventory code, split HUD, map and mainmenu into seperate implementation files scrawl 2012-05-13 18:14:03 +0200
  • f300a5621c Merge branch 'master' into inventoryGUI scrawl 2012-05-13 17:45:57 +0200
  • 2bf12a4839 Merge remote branch 'scrawl/itemstacking' Marc Zinnschlag 2012-05-13 17:22:18 +0200
  • 82b9f835b1 make sure iterator is not end() before trying to get the equipped item scrawl 2012-05-13 16:54:18 +0200
  • a47d29c184 fix the inventory window overlapping with over windows in default layout scrawl 2012-05-13 16:41:00 +0200
  • 8c458fc5ce Merge branch 'master' into gui scrawl 2012-05-13 16:20:35 +0200
  • 471f6467ec Merge branch 'master' into graphics scrawl 2012-05-13 16:18:22 +0200
  • e9a1ef4269 Merge branch 'master' into inventoryGUI scrawl 2012-05-13 16:16:54 +0200
  • 73d19f9185 Merge remote branch 'scrawl/itemstacking' Marc Zinnschlag 2012-05-13 16:06:30 +0200
  • d341d2113c fixed some issues scrawl 2012-05-13 14:58:38 +0200
  • ddb0a91994 addition to last commit scrawl 2012-05-13 12:19:49 +0200
  • a54e52586b fix for a potential directx problem scrawl 2012-05-13 12:17:07 +0200
  • ee7e482cba implemented un-stacking scrawl 2012-05-13 11:52:17 +0200
  • 3a93df8db4 dynamic inventory layout like morrowind scrawl 2012-05-13 11:25:35 +0200
  • d266b4fe87 hide the cursor during drag&drop and don't allow hotkeys that change guimode scrawl 2012-05-13 10:18:17 +0200
  • f31853d30b mouse wheel works when mouse is over an item scrawl 2012-05-13 01:27:17 +0200
  • 16522ddc59 InventoryStore re-stacking unequipped items scrawl 2012-05-12 23:09:03 +0200
  • 78b06d0ebf inventory window pinning scrawl 2012-05-12 22:44:12 +0200
  • 822e5fbe1e add indication which filter is selected scrawl 2012-05-12 22:00:15 +0200
  • 902309a554 working filters scrawl 2012-05-12 21:44:33 +0200
  • 0114bf948c revised filters scrawl 2012-05-12 21:28:04 +0200
  • 8e6c943400 "take all"-button sound (first item) scrawl 2012-05-12 20:39:21 +0200
  • fd18c95c5f implemented filters (no gui yet) scrawl 2012-05-12 20:35:50 +0200
  • 24e54a81bd don't show icons in the inventory tooltips, exactly like MW does scrawl 2012-05-12 20:28:12 +0200
  • e6e50f4ad4 fix items getting cut off scrawl 2012-05-12 20:14:19 +0200
  • f3c88adc0b items can now also be dropped on another item (and will be placed in container) scrawl 2012-05-12 20:06:44 +0200
  • 54c23c7422 show the background texture for enchanted items in inventory/container scrawl 2012-05-12 19:48:01 +0200
  • 19e8e84f9a more cleanup, removed the redundant ItemWidget and use widget userdata scrawl 2012-05-12 18:50:19 +0200
  • 6ee4e8fb5a Merge branch 'itemstacking' into inventoryGUI scrawl 2012-05-12 18:32:06 +0200
  • e714b77df8 small fix scrawl 2012-05-12 18:28:14 +0200
  • 1abf70692c added a scrollbar to the item container, dynamic positioning of items, fixed the item count display bug scrawl 2012-05-12 18:24:47 +0200
  • 9f2595183b type scrawl 2012-05-12 16:30:27 +0200
  • 5b0251b09f item stacking scrawl 2012-05-12 16:17:03 +0200
  • a31a9e51d3 add the sound for item drag&drop scrawl 2012-05-12 14:29:49 +0200
  • 722af60337 implemented the "Take all" button scrawl 2012-05-12 14:01:59 +0200
  • 296dbce298 Merge branch 'master' into graphics scrawl 2012-05-12 13:47:56 +0200
  • d64fccec6f display the item count in the tooltip scrawl 2012-05-12 13:46:03 +0200
  • 7723044df0 added the item tooltips scrawl 2012-05-12 13:30:34 +0200
  • ed6ff0a94a cleanup 3 scrawl 2012-05-12 13:12:37 +0200
  • d9e39bd90e Changed order of plugins.cfg file paths. Lukasz Gromanowski 2012-05-11 21:32:38 +0200
  • 3a6fde5039 cleanup 2 scrawl 2012-05-11 16:58:07 +0200
  • a1b86acc38 Merge branch 'master' into inventoryGUI scrawl 2012-05-11 16:41:27 +0200
  • 007a202deb cleanup 1 scrawl 2012-05-11 16:34:36 +0200
  • 2d3cc014c9 Merge branch 'inventoryGUI' of https://github.com/gugus/openmw into inventoryGUI scrawl 2012-05-11 16:27:24 +0200
  • cfb7aa4343 Drag and drop works. There is a bug with item count when doing d&d. Clean-up time :p gugus 2012-05-11 12:50:30 +0200
  • 9dd65dce30 Finished merging. gugus 2012-05-11 11:52:07 +0200
  • 8e8f80807e Merge branch 'master' of https://github.com/zinnschlag/openmw.git into inventoryGUI gugus 2012-05-11 10:40:40 +0200
  • bcd371d37b Merge remote branch 'zini/master' into sound Chris Robinson 2012-05-11 01:15:37 -0700
  • a99f74702e workaround for a white square that appears in menubook_next texture scrawl 2012-05-11 09:57:43 +0200
  • 83e434e2e9 small fix scrawl 2012-05-11 09:35:18 +0200
  • 1f1edea6af make it possible to use scroll wheel when mouse is over a skill in the stats window; set the correct track size for the scrollbar scrawl 2012-05-11 08:45:03 +0200
  • 65ccfba191 resize both the left and the right pane of the stats window scrawl 2012-05-11 08:15:22 +0200
  • 06d732cca3 Merge branch 'master' into gui scrawl 2012-05-11 07:47:54 +0200
  • c4aae96d94 implemented "goodbye" script function that force-cancels dialogue scrawl 2012-05-11 07:18:41 +0200
  • 37095b62c6 removed another include Marc Zinnschlag 2012-05-10 12:51:40 +0200
  • 60affb5288 removed include 2 scrawl 2012-05-10 12:47:15 +0200
  • e906614170 Merge remote branch 'scrawl/gui' Marc Zinnschlag 2012-05-10 12:46:11 +0200
  • 3d9e89c837 removed unnecessary include scrawl 2012-05-10 12:44:01 +0200