Marc Zinnschlag
|
bdca5aff87
|
Issue #68: simplified the dynamic stats interface
|
12 years ago |
greye
|
721324c1db
|
rm record inheritance, rework esmtool accordingly
|
12 years ago |
greye
|
7606ebafd6
|
resolving conflicts, minor update
|
12 years ago |
Marc Zinnschlag
|
6c928e93d3
|
added missing initialisation of NPC/creature spell lists from ESX records
|
12 years ago |
greye
|
a90547bbbe
|
code formatting
|
13 years ago |
Marc Zinnschlag
|
6534c2a55a
|
Issue #107: WindowManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
b68f9d6a28
|
Issue #107: MechanicsManager is accessed only through the interface class from now on
|
13 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 |
greye
|
32b1350b63
|
CreatureStats class
|
13 years ago |
Marc Zinnschlag
|
5a7b95bf7a
|
Issue #107: cleaned up includes in apps/openmw/mwworld/class.hpp
|
13 years ago |
Marc Zinnschlag
|
7fcd41c69d
|
Issue #107: Detemplateised CellStore; some include cleanup
|
13 years ago |
Marc Zinnschlag
|
76174098c7
|
Issue #107: CellStore moved from ESMS to MWWorld
|
13 years ago |
Marc Zinnschlag
|
ea29b74bb4
|
added per NPC/creature basic AI-settings (hello, fight, flee, alarm)
|
13 years ago |
Alexander "Ace" Olofsson
|
f675d8d039
|
Merge branch 'master'
|
13 years ago |
Marc Zinnschlag
|
36885b2e40
|
Issue #176: removed enable/disable functions from Creature, Npc and Light
|
13 years ago |
scrawl
|
e9ea1fba4e
|
fixed typo getCapacity method
|
13 years ago |
Marc Zinnschlag
|
fdfddc8be7
|
some todo comment cleanup
|
13 years ago |
Marc Zinnschlag
|
7e00fea18b
|
added getEncumbrance function
|
13 years ago |
Marc Zinnschlag
|
c6493fb133
|
added getCapacity function
|
13 years ago |
Alexander "Ace" Olofsson
|
b1af18e98d
|
Merged next
|
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 |
Alexander "Ace" Olofsson
|
290d09de64
|
Switching creature and npc to using the same id storage as the rest of the records
|
13 years ago |
Marc Zinnschlag
|
f2972b1ca0
|
turned ContainerStore from a template into a simple struct
|
13 years ago |
Marc Zinnschlag
|
c081160591
|
replaced container store in ref data with new custom data implementation
|
13 years ago |
Marc Zinnschlag
|
aa87bd4030
|
replaced creature stats in ref data with new custom data implementation
|
13 years ago |
Jason Hooks
|
7fde576dd9
|
actor physics again
|
13 years ago |
Jason Hooks
|
a615369189
|
Warning and different physics
|
13 years ago |
Jason Hooks
|
d855bb4fc6
|
physics reenabled
|
13 years ago |
Jason Hooks
|
a6b88b48ec
|
A different way
|
13 years ago |
Jason Hooks
|
1b835d6702
|
Cell changing fixes
|
13 years ago |
Jason Hooks
|
0902a3db89
|
Filled out NpcAnimation and CreatureAnimation classes
|
13 years ago |
Jason Hooks
|
835c3f2603
|
Working towards npc rendering
|
13 years ago |
Jason Hooks
|
7bd911b401
|
Problems with handles
|
13 years ago |
Jason Hooks
|
7319f7a8c6
|
Many bugs fixed related to changing cells
|
13 years ago |
Jason Hooks
|
15fcdc8b72
|
Physics working
|
13 years ago |
Jason Hooks
|
4dc59dfbdd
|
Scenenode flip
|
13 years ago |
Jason Hooks
|
bc58ef28cd
|
Made corrections
|
13 years ago |
Jason Hooks
|
c7dadec840
|
Updating the rest of mwclass
|
13 years ago |
Jason Hooks
|
f4e7bd6dfd
|
Made some recommended changes
|
13 years ago |
Jacob Essex
|
9aac625000
|
Changes to move the mutable ESM::Position data to RefData
|
13 years ago |
Marc Zinnschlag
|
0f2df4e2b8
|
more cleanup
|
14 years ago |
Jason Hooks
|
92509d3b70
|
Trying to animate creatures
|
14 years ago |
Marc Zinnschlag
|
88b0908104
|
adding physics when insertering objects into the OGRE scene
|
14 years ago |
Pieter van der Kloet
|
dd4d022301
|
Converted all tabs to four spaces
|
14 years ago |
Marc Zinnschlag
|
2527fe92a7
|
implemented creature/NPC level
|
15 years ago |
Marc Zinnschlag
|
7bb2041418
|
made rendering more robust (no more crashes, even if Ogre throws an exception)
|
15 years ago |
Marc Zinnschlag
|
2cfe5f0697
|
Merge branch 'master' into dialogue
Conflicts:
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
apps/openmw/mwworld/class.cpp
apps/openmw/mwworld/class.hpp
|
15 years ago |
Marc Zinnschlag
|
d57c984517
|
added enable and disable functions to class hierarchy; fixed a bug regarding actors in cellings being actived
|
15 years ago |
Marc Zinnschlag
|
967f85875d
|
reimplemented class-dependend rendering code in MWClass
|
15 years ago |
Marc Zinnschlag
|
2acfe22975
|
added test for actor ID
|
15 years ago |
Marc Zinnschlag
|
8086933282
|
Merge branch 'master' into dialogue
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
|
15 years ago |
Marc Zinnschlag
|
7afc8ffd2e
|
Merge branch 'container'
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
|
15 years ago |
Marc Zinnschlag
|
d42747e85b
|
Merge branch 'master' into dialogue
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
|
15 years ago |
Marc Zinnschlag
|
09c42589cc
|
implemented npc/creature activation (enters dialog gui mode for now)
|
15 years ago |
Marc Zinnschlag
|
10a63b10b5
|
Merge branch 'master' into container
Conflicts:
apps/openmw/mwclass/container.cpp
apps/openmw/mwclass/container.hpp
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/creature.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/npc.hpp
apps/openmw/mwworld/class.cpp
apps/openmw/mwworld/class.hpp
|
15 years ago |
Marc Zinnschlag
|
7a313f24ab
|
integrated activation into script system
|
15 years ago |
Marc Zinnschlag
|
ee7570f7e7
|
added containerstore
|
15 years ago |
Marc Zinnschlag
|
239498bcd4
|
added getName function
|
15 years ago |
Marc Zinnschlag
|
33b6a0b800
|
moved concrete record classes to separate sub-system (mwclass)
|
15 years ago |