David Cernat
|
ed2176c984
|
[Client] Reuse 1 BaseEvent over and over instead of creating new ones
|
8 years ago |
David Cernat
|
a4526605a6
|
[General] Remove goldValue from ContainerItem because it is never useful
|
8 years ago |
David Cernat
|
4f2b88df8a
|
[General] Remove owner var from ContainerItem because it is always empty
|
8 years ago |
David Cernat
|
c32c004516
|
Merge pull request #151 from OpenMW/master
Add OpenMW commits up to 16 Feb 2017
|
8 years ago |
scrawl
|
57b585570a
|
Preload magic effect visuals of the player's selected weapon/spell
|
8 years ago |
David Cernat
|
3b604a432e
|
[General] Restructure ID_CONTAINER to allow multiple containers at once
|
8 years ago |
David Cernat
|
2ed9ae5739
|
Merge pull request #149 from OpenMW/master
Add OpenMW commits up to 14 Feb 2017
|
8 years ago |
scrawl
|
72c6b11cf8
|
Move global map render to the worker thread
|
8 years ago |
David Cernat
|
f02840d638
|
[Client] Fix log messages when sending ID_CONTAINER
|
8 years ago |
David Cernat
|
e52823394c
|
[Client] Use correct count for ID_CONTAINER when dropping items
|
8 years ago |
David Cernat
|
d8a9a5f6c9
|
[General] Send item owner in ID_CONTAINER
|
8 years ago |
David Cernat
|
3614b21e10
|
[General] Send charge and goldValue in ID_CONTAINER
|
8 years ago |
David Cernat
|
e703dd42aa
|
[Client] Rename LocalEvent into WorldEvent
|
8 years ago |
David Cernat
|
27242cdab9
|
Merge pull request #142 from OpenMW/master
Add OpenMW commits up to 6 Feb 2017
|
8 years ago |
scrawl
|
fe0cf5be05
|
StatsWindow: don't rebuild all skill widgets when one skill changes
|
8 years ago |
David Cernat
|
1f03c12d96
|
[Client] See when other players use the Take All button with a container
|
8 years ago |
David Cernat
|
d2c5a3387a
|
[Client] See when other players add items to containers
|
8 years ago |
David Cernat
|
25d79dbcfe
|
[Client] Revert c0d67f67fb after discovering its negative consequences
|
8 years ago |
David Cernat
|
cdd796aba1
|
[Client] Send ID_PLAYER_INVENTORY from two more locations
|
8 years ago |
David Cernat
|
c0d67f67fb
|
[Client] Move code for sending a packet for picking up world items
Previously, an ID_OBJECT_DELETE was sent from inventorywindow.cpp, but this is now sent from hud.cpp because 2 other packets are also sent from there.
|
8 years ago |
David Cernat
|
b2cdec8efa
|
[Client] Send ID_PLAYER_INVENTORY upon dropping an item, 2nd attempt
|
8 years ago |
David Cernat
|
f03724be7b
|
[Client] Send ID_PLAYER_INVENTORY upon dropping an item
|
8 years ago |
David Cernat
|
ecc456fea9
|
[General] Include charge int in WorldObject & send it w/ ID_OBJECT_PLACE
|
8 years ago |
David Cernat
|
3a29b2d41d
|
Merge pull request #141 from OpenMW/master
Add OpenMW commits up to 5 Feb 2017
|
8 years ago |
scrawl
|
7201cf5fe2
|
ItemWidget: skip setImageTexture if the icon has not changed
|
8 years ago |
David Cernat
|
9c76b805b2
|
[Client] Send ID_CONTAINER when starting to drag a container item
|
8 years ago |
David Cernat
|
44e27148d5
|
Merge pull request #140 from OpenMW/master
Add OpenMW commits up to 4 Feb 2017
|
8 years ago |
scrawl
|
83a9435167
|
Fix unnecessary use of CopyFramebufferToTextureCallback when loading is too fast for a loading screen to be displayed
|
8 years ago |
scrawl
|
c58fc6d276
|
Improve performance of loading screen by not recomputing the bounding sphere of the entire scene after each loading step
|
8 years ago |
David Cernat
|
703f253712
|
[Client] Delete new LocalEvents after sending them
|
8 years ago |
David Cernat
|
d503a65849
|
[Client] Replace tab characters with spaces
|
8 years ago |
David Cernat
|
9f1e491a75
|
[General] Make WorldEvents store information about multiple objects
|
8 years ago |
David Cernat
|
624b85347a
|
[Client] Create LocalEvent class and use it instead of WorldEvent
|
8 years ago |
Koncord
|
7595b33461
|
Implement spellbook
|
8 years ago |
David Cernat
|
fba4878fee
|
Merge pull request #118 from OpenMW/master
Add OpenMW changes up to 27 Dec
|
8 years ago |
MiroslavR
|
c9dd63af8d
|
Merge pull request #1171 from NeveHanter/travel-followers-cost
Implemented "paying" for travelling followers
|
8 years ago |
David Cernat
|
5bdfb72752
|
Merge pull request #116 from OpenMW/master
Add OpenMW changes up to 26 Dec
|
8 years ago |
NeveHanter
|
ff4aba2a6e
|
Moved duplicated code to common ActionTeleport static method and reordered travel price calculations
|
8 years ago |
scrawl
|
cf496287f7
|
Silence static analysis warnings
|
8 years ago |
NeveHanter
|
15cd3c178b
|
Clamp price multiplication to 1, as it resulted in player alone traveling at no fee.
|
8 years ago |
NeveHanter
|
8902bb5b13
|
Player now pays for the following actors when travelling, with the exception of the first follower who travels for free, refactored getFollowers to getActorsFollowing/getActorsSidingWith
|
8 years ago |
David Cernat
|
973db7c78a
|
Merge pull request #113 from OpenMW/master
Add OpenMW commits up to 17 Dec
|
8 years ago |
scrawl
|
f8690dcd20
|
Set the drag-and-drop state after initiating the drag, not before (Fixes #3134)
|
8 years ago |
Koncord
|
804259b2c9
|
Change some printf to LOG_MESSAGE_SIMPLE
printf is not streamed to files
|
8 years ago |
Koncord
|
9ca206dda9
|
Add hooks for containers
|
8 years ago |
Koncord
|
536715cf46
|
Cleanup tes3mp headers
|
8 years ago |
MiroslavR
|
8c97ac269d
|
Remove item shadows properly (Fixes #3652)
|
8 years ago |
David Cernat
|
1feec58ed2
|
Merge pull request #108 from OpenMW/master
Add OpenMW changes up to 20 Nov, part 3
|
8 years ago |
scrawl
|
c326564e20
|
Merge pull request #1136 from Allofich/deletespell
Allow deleting spells that have the "always succeeds" flag
|
8 years ago |
David Cernat
|
f9ca98498d
|
Merge pull request #107 from OpenMW/master
Add OpenMW commits up to 20 Nov, part 2
|
8 years ago |