David Cernat
|
2ba1c84cf7
|
Merge pull request #335 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwgui/container.cpp
|
2017-11-12 06:35:15 +02:00 |
|
Andrei Kortunov
|
03f129b53c
|
remove redundant allowedToInsertItems() function from ItemModel
|
2017-11-11 11:58:22 +04:00 |
|
Andrei Kortunov
|
3694b6ec90
|
Move onClose() check to item models
|
2017-11-10 10:58:43 +04:00 |
|
Andrei Kortunov
|
ac33ff9482
|
Move onDropItem() check to item models
|
2017-11-10 10:58:43 +04:00 |
|
Andrei Kortunov
|
3604b73d60
|
Move onTakeItem() to item models
|
2017-11-10 10:58:40 +04:00 |
|
David Cernat
|
711c4d83da
|
[Client] Fix build after recent OpenMW changes to GUI
|
2017-10-07 23:33:36 +03:00 |
|
David Cernat
|
38247ff086
|
Merge pull request #303 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwbase/dialoguemanager.hpp
# apps/openmw/mwdialogue/dialoguemanagerimp.hpp
# apps/openmw/mwgui/container.cpp
# apps/openmw/mwgui/windowmanagerimp.cpp
# apps/openmw/mwscript/dialogueextensions.cpp
|
2017-10-06 04:10:04 +03:00 |
|
Andrei Kortunov
|
1cb7ed5db1
|
Use owned tooltips for items in containers correctly
|
2017-10-04 12:13:45 +04:00 |
|
Andrei Kortunov
|
04452b0949
|
Use a pickpocket crime instead of theft when pickpocketing was failed
|
2017-09-30 20:11:53 +04:00 |
|
scrawl
|
64e27c032b
|
Merge pull request #1481 from scrawl/keyfocus
WindowManager overhaul & improved keyboard support
|
2017-09-28 22:34:05 +00:00 |
|
scrawl
|
d58ff4a736
|
Remove obsolete Container GUI keyboard handling
|
2017-09-24 19:08:16 +02:00 |
|
scrawl
|
4fff2e2e34
|
Refactor exitCurrentGuiMode
|
2017-09-24 19:08:13 +02:00 |
|
scrawl
|
84657271c7
|
Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window
|
2017-09-24 19:08:12 +02:00 |
|
scrawl
|
01391b7eed
|
Rename WindowBase's open/close to onOpen/onClose
|
2017-09-24 19:08:12 +02:00 |
|
David Cernat
|
73e7aa838d
|
Merge pull request #296 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwgui/container.cpp
|
2017-09-22 19:12:41 +03:00 |
|
Andrei Kortunov
|
4580024d76
|
Unequip all items from dead corpse when take all items (bug #4095)
|
2017-09-22 12:32:47 +04:00 |
|
David Cernat
|
e3929df38a
|
Merge pull request #239 from OpenMW/master
Add OpenMW commits up to 14 Jul 2017
|
2017-07-15 09:13:04 +03:00 |
|
Andrei Kortunov
|
54b4d93f79
|
Added a special function for GUI sounds playing
|
2017-07-10 15:48:00 +04:00 |
|
David Cernat
|
5bd95628ce
|
[Client] Send an ObjectDelete packet when disposing of corpses
|
2017-05-08 08:44:43 +03:00 |
|
David Cernat
|
9d2c5c3502
|
[General] Simplify structure of BaseEvent
|
2017-05-06 21:57:29 +03:00 |
|
David Cernat
|
a82646a130
|
[Client] Delineate tes3mp-only code more clearly, part 2
|
2017-04-24 19:46:12 +03:00 |
|
David Cernat
|
679e790d8d
|
[Client] Rename WorldController into CellController to avoid confusion with Networking's WorldPacketController
|
2017-04-05 12:00:21 +03:00 |
|
David Cernat
|
9759764699
|
[Client] Clean up getting and resetting of WorldEvent
|
2017-04-05 09:04:41 +03:00 |
|
David Cernat
|
2bd81c3de0
|
[Client] Use mpNum for every WorldObject
|
2017-04-04 11:07:16 +03:00 |
|
Koncord
|
690211ad99
|
[General] Extract BaseEvent & BasePlayer from packets to functions
Move Send and Read functions to BasePacket
|
2017-03-06 18:40:07 +08:00 |
|
Koncord
|
cea1425db1
|
[Client] Remove redundant newlines & keep ~120 columns
|
2017-03-04 14:55:35 +08:00 |
|
David Cernat
|
a58601fb2b
|
[Client] Delineate tes3mp-only code more clearly, part 1
|
2017-02-26 16:59:53 +02:00 |
|
David Cernat
|
ed2176c984
|
[Client] Reuse 1 BaseEvent over and over instead of creating new ones
|
2017-02-23 09:19:09 +02:00 |
|
David Cernat
|
a4526605a6
|
[General] Remove goldValue from ContainerItem because it is never useful
|
2017-02-20 12:31:11 +02:00 |
|
David Cernat
|
4f2b88df8a
|
[General] Remove owner var from ContainerItem because it is always empty
|
2017-02-18 23:59:02 +02:00 |
|
David Cernat
|
3b604a432e
|
[General] Restructure ID_CONTAINER to allow multiple containers at once
|
2017-02-15 20:14:25 +02:00 |
|
David Cernat
|
f02840d638
|
[Client] Fix log messages when sending ID_CONTAINER
|
2017-02-09 21:48:22 +02:00 |
|
David Cernat
|
e52823394c
|
[Client] Use correct count for ID_CONTAINER when dropping items
|
2017-02-06 22:53:18 +02:00 |
|
David Cernat
|
d8a9a5f6c9
|
[General] Send item owner in ID_CONTAINER
|
2017-02-06 22:45:23 +02:00 |
|
David Cernat
|
3614b21e10
|
[General] Send charge and goldValue in ID_CONTAINER
|
2017-02-06 21:28:03 +02:00 |
|
David Cernat
|
e703dd42aa
|
[Client] Rename LocalEvent into WorldEvent
|
2017-02-06 17:40:32 +02:00 |
|
David Cernat
|
1f03c12d96
|
[Client] See when other players use the Take All button with a container
|
2017-02-05 20:04:50 +02:00 |
|
David Cernat
|
d2c5a3387a
|
[Client] See when other players add items to containers
|
2017-02-05 19:33:11 +02:00 |
|
David Cernat
|
9c76b805b2
|
[Client] Send ID_CONTAINER when starting to drag a container item
|
2017-02-04 21:33:50 +02:00 |
|
Koncord
|
9ca206dda9
|
Add hooks for containers
|
2016-12-16 17:27:19 +08:00 |
|
scrawl
|
f64bc3c7ef
|
Pass the victim to commitCrime on pickpocket detection (Fixes #3424)
|
2016-06-06 23:50:22 +02:00 |
|
scrawl
|
763f647412
|
Add ItemModel::allowedToInsertItems
|
2016-03-05 19:53:24 +01:00 |
|
dteviot
|
77a1d947cc
|
extracted MWMechanics::getPlayer()
|
2015-08-21 21:12:39 +12:00 |
|
scrawl
|
77f1387da8
|
Include cleanup
|
2015-07-18 20:36:28 +02:00 |
|
scrawl
|
e66e9916db
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/doc/document.cpp
apps/opencs/model/doc/document.hpp
|
2015-06-07 15:23:54 +02:00 |
|
Stanislav Bas
|
c40987338d
|
Scrollbars don't save their positions between openings
|
2015-06-04 23:09:40 +03:00 |
|
scrawl
|
e23775e338
|
Fix -Woverloaded-virtual clang warnings
|
2015-06-04 20:31:28 +02:00 |
|
Rohit Nirmal
|
396fba7fa9
|
Silence -Wreorder warnings, and remove -Wno-reorder.
|
2015-05-21 22:46:44 -05:00 |
|
scrawl
|
aa6ebcd75c
|
Change stolen items handling to match MW (Fixes #1443, Fixes #2290)
|
2015-02-05 04:18:43 +01:00 |
|
scrawl
|
4921c6ef9e
|
Split window caption bars so that the caption can be transparent (Fixes #531)
Fix transparent window background not applying to the header bar (Fixes #2294)
|
2015-01-27 23:05:19 +01:00 |
|