David Cernat
|
36ac2d9de4
|
[Client] Set packetOrigin for all ObjectList packets sent
|
7 years ago |
David Cernat
|
5043fb4246
|
[Client] Disable clientside disarming of traps
|
7 years ago |
David Cernat
|
f3892d697b
|
[Client] Disable clientside locking and unlocking of objects
|
7 years ago |
David Cernat
|
a236ffc4be
|
Merge pull request #456 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# README.md
# apps/openmw/mwgui/quickkeysmenu.cpp
# apps/openmw/mwmechanics/actors.cpp
# apps/openmw/mwmechanics/combat.cpp
|
7 years ago |
Andrei Kortunov
|
5fd3ec1035
|
Implement unlockable locks with 'lock 0' console command
|
7 years ago |
Andrei Kortunov
|
81b78a82e8
|
AI: try to open doors every AI_REACTION_TIME seconds (bug #4454)
|
7 years ago |
David Cernat
|
78234f9071
|
[General] Rename Event into ObjectList & WorldObject into BaseObject
|
7 years ago |
David Cernat
|
960b91a53c
|
Merge pull request #290 from OpenMW/master
Add OpenMW commits up to 17 Sep 2017
|
7 years ago |
Chris Robinson
|
780e82480d
|
Make the PlayMode and PlayType enums scoped
Also shorten them by putting them in the MWSound namespace
|
7 years ago |
David Cernat
|
fa3baac0f3
|
Merge pull request #228 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# CMakeLists.txt
# apps/openmw/main.cpp
|
8 years ago |
Bret Curtis
|
d785344fad
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
8 years ago |
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
David Cernat
|
20a72ec807
|
[Client] Send ObjectTrap packets when disarming traps with keys & probes
|
8 years ago |
David Cernat
|
b1264cca92
|
[Client] Send ObjectLock whenever using spells or keys to unlock objects
|
8 years ago |
scrawl
|
1692b7f38e
|
Merge pull request #1209 from dhustkoder/master
Added ConstContainerStoreIterator (Task #3092)
|
8 years ago |
scrawl
|
22482b7eec
|
Don't use xmesh.nif over mesh.nif for classes that don't make use of the separated keyframes
|
8 years ago |
Rafael Moura
|
9963601484
|
Porting code to ConstContainerStoreIterator #1
|
8 years ago |
Rafael Moura
|
ecbde7b11e
|
Added ConstContainerStoreIterator
using base template for ContainerStoreIterators
less template arguments for ContainerStoreIteratorBase
|
8 years ago |
Allofich
|
cb9bb92b26
|
Play locked sounds on locked objects instead of actors
|
9 years ago |
Allofich
|
599e6708ec
|
Allow using keys to open trapped objects of lock level 0
|
9 years ago |
Allofich
|
249918612d
|
Play trap disarm sound when key used on trapped object
|
9 years ago |
Allofich
|
d4e656ceaf
|
Play trap activation sound on trapped object, not actor
|
9 years ago |
scrawl
|
32d5dece58
|
Add count argument to getToolTipInfo
|
9 years ago |
scrawl
|
b0894ea20d
|
Accept a ConstPtr in hasToolTip
|
9 years ago |
scrawl
|
04f7a8f8eb
|
Remove redundant getId function
|
9 years ago |
scrawl
|
266fbbef48
|
Accept a ConstPtr in canLock
|
9 years ago |
scrawl
|
da7ebfde99
|
Accept a ConstPtr in copyToCell
|
9 years ago |
scrawl
|
f258c5c508
|
Accept a ConstPtr in getModel
|
9 years ago |
scrawl
|
d9bbd83b09
|
Accept a ConstPtr in getToolTipInfo
Accept a ConstPtr in functions used by getToolTipInfo
|
9 years ago |
scrawl
|
ed3486e816
|
Improve const-correctness in writeAdditionalState
|
9 years ago |
scrawl
|
b48445dea7
|
Accept a ConstPtr in getScript
|
9 years ago |
scrawl
|
eb51e2838f
|
Utilize the mHasCustomData flag in writeAdditionalState
|
9 years ago |
scrawl
|
271fcb80c6
|
Remove container scripts before deleting container
|
9 years ago |
scrawl
|
bdae572264
|
Merge pull request #840 from scrawl/movedrefs
Object movement between cells
|
9 years ago |
scrawl
|
07b064f616
|
Rename to lowerCaseInPlace
|
9 years ago |
scrawl
|
fc449233be
|
Restore support for inserting objects into a cell
|
9 years ago |
scrawl
|
0975f60d59
|
Stub out CellStore::get<T> accessors in preparation of reference movement between cells
|
9 years ago |
scrawl
|
cd4a1ffd16
|
Fast version of dynamic_cast for MWClass
|
9 years ago |
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
scrawl
|
211deeb63e
|
Don't attempt to lock or unlock unsuitable objects (Fixes #2826)
|
10 years ago |
scrawl
|
c31b416ba1
|
Move physicssystem to a new mwphysics module
|
10 years ago |
scrawl
|
c92592493e
|
OpenMW: create a window and render the starting cell(s)
|
10 years ago |
scrawl
|
bea88c3643
|
Stolen item tracking overhaul part 2 (Fixes #2338)
|
10 years ago |
scrawl
|
41b3a9dba9
|
Rewrite animated collision shape support (Fixes #2123)
|
10 years ago |
scrawl
|
363d1f9207
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
scrawl
|
3912ee2b1d
|
Fix faction rank not being set on items in faction-owned containers
|
10 years ago |
Alexander "Ace" Olofsson
|
462b41a3a8
|
Missing files, aka; Why you shouldn't stresscommit
|
10 years ago |
scrawl
|
e313ed3cef
|
Support animated container models
|
10 years ago |
Marc Zinnschlag
|
c9cd7fb6b7
|
Merge branch 'scripts'
|
11 years ago |
scrawl
|
75366b2e37
|
Implement CellRef's faction rank (rank requirement to use item)
|
11 years ago |