You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw
David Cernat 343dd8b5ea [Client] Fix addition of items to player inventories
Previously, multiple stacks of the same item ID could overwrite data in each other because of how the logic in ContainerStore::add() works. For example, a stack of 5 grand soul gems with no souls would get added to the player, then the attempt to add a grand soul gem with a particular soul would retrieve the previous stack first before setting all of it to that soul, resulting in 6 grand soul gems with that soul.
6 years ago
..
mwbase Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwclass [General] Always use correct ranged weapon & ammo for ranged attack sync 6 years ago
mwdialogue Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwgui [Client] Don't finish drag & drop that is supposed to be unsuccessful 6 years ago
mwinput [Client] Disallow opening inventory menu when not logged in 6 years ago
mwmechanics [Client] Send PlayerInventory packets when trapping souls in soulgems 6 years ago
mwmp [Client] Fix addition of items to player inventories 6 years ago
mwphysics Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwrender [General] Always use correct ranged weapon & ammo for ranged attack sync 6 years ago
mwscript [Client] Send object packets when scripts use PlaceItem/PlaceItemCell 6 years ago
mwsound Replace 0 sound range values separately 7 years ago
mwstate Add resumeGame method 7 years ago
mwworld [Client] Fix loss of player items in ContainerStore::unstack() 6 years ago
CMakeLists.txt [General] Implement PlayerItemUse packet 6 years ago
android_commandLine.cpp
android_commandLine.h
android_main.c android: Update for sdl 2.0.8 7 years ago
doc.hpp Fixed more spelling mistakes 8 years ago
engine.cpp Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
engine.hpp Merge branch 'master' into screenshot360 7 years ago
main.cpp Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago