Commit Graph

3767 Commits (620b6bf27b8605d69bf5aae24f8d7bb66c72ef67)
 

Author SHA1 Message Date
Marc Zinnschlag f11bf49a90 cmake fix; silenced some warnings 13 years ago
Chris Robinson d30f64650a Make the read_* methods private and remove the generic load() methods 13 years ago
Chris Robinson 930459365b Rename getShort->getUShort and getByte->getChar 13 years ago
gugus 164a5c8fe4 rotation now also work with the physic representation 13 years ago
Chris Robinson 95b804a104 Remove NIFFile::getArrayLen 13 years ago
gugus 70c74ede05 changed rotation order 13 years ago
Chris Robinson ca37706b34 Use Ogre types for Matrix and Vector objects 13 years ago
gugus 410b693555 setAngle improvement 13 years ago
Chris Robinson 10072f74b4 Remove NIFFile::getType 13 years ago
Chris Robinson 98ae7168b1 Fix double-incrementing a pointer 13 years ago
Chris Robinson b3aa453f9a Use Ogre data streams for loading NIFs 13 years ago
Chris Robinson 0143cacd2b Avoid returning pointers from NIFFile 13 years ago
Chris Robinson d3a31a24ce Use proper strings and vectors instead of slice arrays for NIF files
Slice arrays use pre-allocated pointers whose memory is managed externally. This is
unnecessary and ultimately detrimental since it prevents any kind of data fixup
(e.g. little endian to big endian, p[adding handling), and it also makes it difficult
to use Ogre data streams.
13 years ago
scrawl 3537af051d removed the old shader helper 13 years ago
scrawl 5d1e6b6bf6 remove cg profile check 13 years ago
scrawl 1a9f59d5d4 shadows 13 years ago
Marc Zinnschlag 0d8150f4bd Issue #324: added useSkill function to NpcStats (adjust skill level according to use) 13 years ago
Marc Zinnschlag a207c86fd1 Issue #324: added some range checks 13 years ago
Marc Zinnschlag 67c1c5ce18 Issue #324: adjusted setSkill script instructions according to the recent research 13 years ago
Marc Zinnschlag 25a5657d80 Issue #324: Modified the interface for modified stats 13 years ago
scrawl 07fd9986ef accidently removed the map. 13 years ago
scrawl b803d0e949 converted shadow caster shader 13 years ago
gugus 557e114992 clean-up + getScale/Angle script instructions 13 years ago
scrawl 81d30ff63a temp commit 13 years ago
gugus 0a67f60a6e Clean-up 13 years ago
gugus e6716c25c3 little correction. 13 years ago
gugus feec67094f Merge branch 'physicsaedra3' of https://github.com/jhooks1/openmw.git into objectRotationScaling
Conflicts:
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwworld/physicssystem.cpp
13 years ago
gugus 03f7740474 Merge branch 'master' of https://github.com/zinnschlag/openmw.git into objectRotationScaling
Conflicts:
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwscript/docs/vmformat.txt
	apps/openmw/mwworld/worldimp.hpp
13 years ago
Jason Hooks b5edad790d merge 13 years ago
Marc Zinnschlag fe86ce5a2c DrawState workaround 13 years ago
Marc Zinnschlag 6277e39216 Merge branch 'master' into skillgain 13 years ago
scrawl e517e75d09 update 13 years ago
Alexander "Ace" Olofsson 113457d934 Fixed some windows issues and got rid of a few tiny warnings while at it. 13 years ago
Marc Zinnschlag 0f41cc499d Issue #324: Added skill gain calculation function 13 years ago
Marc Zinnschlag 10723a149b Issue #324: Change a forward declartion to avoid potential problems with pesky MSVC 13 years ago
Marc Zinnschlag d30ba14a17 Issue #324: Finished turning NpcStats into a proper class 13 years ago
Marc Zinnschlag 771863e73b Issue #324: Started turning NpcStats into a proper class; fixed a cmake script bug; fixed a namespace issue 13 years ago
scrawl a095572205 fixed some textures, started with sky 13 years ago
scrawl 71c865e2e9 let there be light 13 years ago
scrawl 33c48b9481 update 13 years ago
scrawl 1a5203749f fix "error in framelistener" when trying to pick up lights that can't be picked up 13 years ago
scrawl 8e683c2e05 vertex colors 13 years ago
scrawl 9bd888d9a1 transparency 13 years ago
scrawl 19ecc7f890 fix performance 13 years ago
scrawl f8e3213996 fog, mrt depth 13 years ago
Chris Robinson d8d00123ea Watch for empty children node refs when setting parents 13 years ago
scrawl de9b7a51de change glsl #version, remove CG from required libraries 13 years ago
Chris Robinson 832247bff2 Merge remote branch 'zini/master' into nif-cleanup
Conflicts:
	components/nif/data.hpp
13 years ago
scrawl 4ea6530772 hello world. 13 years ago
scrawl a1e48b0feb builds now 13 years ago