Glorf
9cc85cbe81
Playing with moons part 1
12 years ago
graffy76
8d0f350446
New file structure separating view classes from model classes. Deleted
...
.ui file.
12 years ago
Marc Zinnschlag
1981a3cb3c
Merge remote-tracking branch 'bwrsandman/master'
12 years ago
Chris Robinson
58efce5008
Rename animation layers to animation states
12 years ago
Chris Robinson
ccff364b52
Use a map of active layers instead of an array
...
A bit of an upheaval. Each animation is now a "layer", instead of each layer
having an animation. Incidentally, this is much closer to how Ogre handles
animation states.
In the future, each layer will have a priority, which will be used to determine
which one affects a given bone group (which we currently only have one of).
12 years ago
kpp
24d619d6b4
Changes the logic of WindowManager::messageBox()
...
Fixes removeItem
Fixes addItem
12 years ago
bwrsandman
8cdef343ef
take default prefix into account
12 years ago
Chris Robinson
d5490b0f8f
Fix an outdated comment
12 years ago
bwrsandman
642ac15721
moved openmw resources to /usr/share/games and added missing files
12 years ago
bwrsandman
a5db557e22
fixed /share to be /usr/share
12 years ago
Chris Robinson
74ed1f73b4
Merge remote-tracking branch 'zini/master' into animations
12 years ago
Marc Zinnschlag
7e05b725d0
updated credits file
12 years ago
Marc Zinnschlag
5c99f15ad3
Merge remote-tracking branch 'torben/aiescort'
12 years ago
Marc Zinnschlag
19ccbed553
Merge remote-tracking branch 'gus/AIFix'
12 years ago
Glorf
6417fa504e
Fixed constness
12 years ago
gus
fe5aaa9dff
fix NPC collisions
12 years ago
Torben Carrington
4928c9d079
Removed sqrt function call (minor optimization thanks to Chris)
12 years ago
Torben Carrington
d20178dd56
Removed unnecessary std::cout messages
12 years ago
Torben Carrington
133964f0e4
AIEscort complete
12 years ago
Torben Carrington
c03dca47f5
AIEscort implemented and working - only touchups are needed.
12 years ago
Glorf
c605f15a15
Another weather cleanup
12 years ago
Torben Carrington
10840765d9
Framework - duration and pathing implemented, no waiting for follower yet.
12 years ago
Marc Zinnschlag
51067698a8
minor cleanup
12 years ago
Marc Zinnschlag
c80ffa0a16
Merge remote-tracking branch 'gus/AIFix'
12 years ago
scrawl
90b7df439f
Fix image buttons
12 years ago
Chris Robinson
eb4daaf512
Build a skeleton for Nifs that have a matching .kf file
12 years ago
graffy76
cb9c82324c
UserSettings system
12 years ago
graffy76
f6203cac2a
update for master
12 years ago
Chris Robinson
bf94ffb839
Only support NiSequenceStreamHelper as a Kf root
...
Newer versions of the Nif foramt may have other record types, but we don't
support those.
12 years ago
Chris Robinson
8e38dc410f
Allow loading multiple animation sources
...
Animation sources are treated differently from base objects. When given
"path\file.nif", base objects will look for "path\xfile.nif" and use that
if it exists (falling back to the original name if not found). Animation
sources will instead use "path\xfile.kf", ignoring it if the file doesn't
exist.
12 years ago
gus
15afbe58a8
minor corretion
12 years ago
gus
603af21715
little interface improvement
12 years ago
gus
a328a03bd3
more fix. Fargoth quest almost work as in vanilla now.
12 years ago
scrawl
301efb411e
Fix exit crash
12 years ago
scrawl
8845c0cee1
Camera relative sky rendering. Now we no longer need to keep sky position in sync with camera.
12 years ago
Marc Zinnschlag
0f29ab8cf9
fixed the interface of the adapter class
12 years ago
Marc Zinnschlag
f7f56a1a1f
added a RefIdCollection to Data
12 years ago
Glorf
68f249e8f4
Small weather cleanup
12 years ago
Chris Robinson
e85bc8b2cd
Only load one Nif for Animation objects
...
This breaks quite a bit, but it's needed for the transition to using the
.kf files.
12 years ago
Chris Robinson
6a3ba41170
Don't store camera nodes, we don't need them.
12 years ago
Chris Robinson
90e29c83c0
Merge remote-tracking branch 'zini/master' into animations
...
Conflicts:
apps/openmw/mwmechanics/character.cpp
12 years ago
scrawl
007a3cf9bd
rename IInterface to Interface
12 years ago
scrawl
b5071ced23
Removed using namespace
12 years ago
scrawl
757a26794a
Merge branch 'master' of https://github.com/zinnschlag/openmw into journal
12 years ago
scrawl
c6edb0288a
Remove unused file
12 years ago
scrawl
f1413ca56b
Synced font code ranges.
12 years ago
scrawl
1315432322
Handle @# links in journal
12 years ago
Marc Zinnschlag
e9f1aac7bd
added data structures for referenceable records
12 years ago
Marc Zinnschlag
b21dae8d75
added blank function to all referencable record structs
12 years ago
scrawl
d43adbaa7c
Topic link fixes for russian version, thanks to greye for testing
12 years ago