Andrei Kortunov
|
7c80ddc9de
|
Owned crosshair improvements (bug #2789)
|
7 years ago |
Bret Curtis
|
d785344fad
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
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 |
Allofich
|
35a23c3b49
|
Implement and use new method allowTelekinesis()
|
9 years ago |
scrawl
|
32d5dece58
|
Add count argument to getToolTipInfo
|
9 years ago |
scrawl
|
b0894ea20d
|
Accept a ConstPtr in hasToolTip
|
9 years ago |
scrawl
|
51c77c5045
|
Accept a ConstPtr in getDoorState
|
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
|
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
|
41b3a9dba9
|
Rewrite animated collision shape support (Fixes #2123)
|
10 years ago |
Marc Zinnschlag
|
4fb897f2f8
|
added missing getId functions to classes derived from MWWorld::Class
|
11 years ago |
scrawl
|
a76e391ad0
|
Savegame: store door movement state (Closes #747)
|
11 years ago |
Thomas
|
f6deca7c80
|
Fixed various issues caused by late-night coding. Also added "unlock" message to unlocked doors
|
11 years ago |
Thomas
|
cac8e52154
|
Seperated locked and lock level, to allow for relocking doors to previous lock level.
The data is stored in the esm as -lockLevel if unlocked; lockLevel if locked. While not tested, it should not present any problems.
|
11 years ago |
Marc Zinnschlag
|
367919200f
|
moved CellRefList into a separate file
|
11 years ago |
lazydev
|
74ae479780
|
Cell names localization fix
|
12 years ago |
greye
|
26595f22f6
|
float* -> Vector3, moveToCell -> copyToCell, fixed placeObject()
|
13 years ago |
greye
|
e7666d3a7f
|
move responsibility for cell changing from CellStore::insertObject to Class::moveToCell
|
13 years ago |
greye
|
6a3a728a56
|
Class::getModel implementation
|
13 years ago |
scrawl
|
1b5bfc52a1
|
Merge branch 'next' of https://github.com/zinnschlag/openmw into tooltips
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwclass/apparatus.cpp
apps/openmw/mwclass/book.cpp
apps/openmw/mwclass/container.cpp
apps/openmw/mwclass/ingredient.cpp
apps/openmw/mwclass/misc.cpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/potion.cpp
apps/openmw/mwclass/repair.cpp
apps/openmw/mwgui/window_manager.cpp
|
13 years ago |
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
13 years ago |
scrawl
|
cdd4d83d9e
|
moved the tooltip info to the appropriate MWWorld::Class classes
|
13 years ago |
Marc Zinnschlag
|
8de6761a79
|
general cleanup
|
13 years ago |
Jason Hooks
|
bc58ef28cd
|
Made corrections
|
13 years ago |
Jason Hooks
|
c7dadec840
|
Updating the rest of mwclass
|
13 years ago |
Marc Zinnschlag
|
459dd82896
|
implemented locking/unlocking for doors (can not be invoked by user interaction yet)
|
15 years ago |
Marc Zinnschlag
|
967f85875d
|
reimplemented class-dependend rendering code in MWClass
|
15 years ago |
Marc Zinnschlag
|
7a313f24ab
|
integrated activation into script system
|
15 years ago |
Marc Zinnschlag
|
002345270b
|
implemented teleport doors (only for the player for now)
|
15 years ago |
Marc Zinnschlag
|
239498bcd4
|
added getName function
|
15 years ago |
Marc Zinnschlag
|
f50ced4616
|
added missing record classes
|
15 years ago |