Commit Graph

3636 Commits (21728020f6c6b017024f98595f43f29cad3e1e44)
 

Author SHA1 Message Date
scrawl 21728020f6 fixed the water on local map 13 years ago
scrawl f5ffea4d4b new button, water timescale 13 years ago
scrawl e077814a8c water 13 years ago
scrawl 9d7470e14c temp commit 13 years ago
scrawl 739455e6f8 new water WIP, caustics, chromatic abberation, accurate fresnel, underwater reflection, etc 13 years ago
scrawl 4434fb640e Merge branch 'master' into shadersystem 13 years ago
Marc Zinnschlag 483b125aad avoid locking up in case actor updates repeatedly throw exceptions 13 years ago
Marc Zinnschlag 6744375636 fixed a logic error in the auto equip code 13 years ago
Marc Zinnschlag beb18282bb Issue #342: various fixes 13 years ago
Marc Zinnschlag 76de2f7360 Issue #342: handle magic effects 79-82 and 17-20 13 years ago
Marc Zinnschlag a3652f16ce Issue #342: factored out dynamic stats calculation into a separate function 13 years ago
Marc Zinnschlag 2c70a93553 Merge branch 'master' into potions
Conflicts:
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwclass/npc.hpp
13 years ago
Marc Zinnschlag 0d3a7d482e Merge remote branch 'modred11/master' 13 years ago
Marc Zinnschlag 4bfed952bc Merge remote branch 'guidoj/master' 13 years ago
Marc Zinnschlag 47ec8f68ee Merge branch 'fix' 13 years ago
Marc Zinnschlag e9b95d55cd Revert "Proper way to find and use libtbb"
This reverts commit d6bf2b7d29.
13 years ago
guidoj a021165d9f Changed standard C lib includes to C++ format 13 years ago
guidoj 0549e949ba Mostly removal of unnecessary #include's and a little clean up 13 years ago
Chris Robinson ada88596dc Fix an abort at shutdown
Ogre uses a special method to delete the stream object, so it needs to be
allocated properly.
13 years ago
Dmitry Marakasov d6bf2b7d29 Proper way to find and use libtbb 13 years ago
Dmitry Marakasov 0e934a52ca Include soundmanager.hpp for Play_Normal enum 13 years ago
Dmitry Marakasov 1c53add6c4 Include boost/shared_ptr.hpp for boost:shared_ptr 13 years ago
Dmitry Marakasov e862b6b5a5 Fix comparison in cmake 13 years ago
scrawl 509e9d7034 Merge branch 'master' into shadersystem 13 years ago
scrawl fb1f8082d2 fix link error with recent glibc versions 13 years ago
Marc Zinnschlag da916cecfb fixed a bug in a cmake script that resulted in some files being compiled twice 13 years ago
Marc Zinnschlag 871b1d1c9b silenced a warning 13 years ago
Chris Robinson bc0a6bffcf Remove outdated comment 13 years ago
Chris Robinson b353cfd457 Remove unused Mangle::VFS 13 years ago
Chris Robinson bd68f7bd33 Remove final direct uses of Mangle::Stream 13 years ago
Chris Robinson 2a3ce5ee6d Remove Mangle::Stream
The base Stream class is left because some part of the terrain esm land factory
inherits from it, though it's largely unused (few of the methods work, and none
actually do anything).
13 years ago
Chris Robinson 7734771245 Use Ogre to load ESM data instead of Mangle 13 years ago
Chris Robinson a8ebb39883 Avoid Mangle for BSA accesses
The way it was set up was not very efficient, and we're using Ogre for resource
management anyway, so it's best to just use that.
13 years ago
scrawl 9ed2f1df67 boost wave not needed anymore 13 years ago
scrawl 778e59ee37 terrain as it was before, with about 4x less code 13 years ago
scrawl 94c3fb81d1 check if CMAKE_BUILD_TYPE is defined instead of defining it by default 13 years ago
scrawl 32e14907a2 add a default value for CMAKE_BUILD_TYPE, resolves error when it is not set 13 years ago
scrawl 5e8bf28212 Merge branch 'master' into shadersystem 13 years ago
scrawl 5345d4eeef fix a warning 13 years ago
scrawl 29f91753f7 correction 13 years ago
scrawl 93c641efa7 terrain albedo 13 years ago
scrawl d41050fb79 merge 13 years ago
scrawl 7d5b94709d Merge branch 'master' into shadersystem
Conflicts:
	components/nifogre/ogre_nif_loader.cpp
13 years ago
scrawl 16c2ea3a75 terrain colourmap 13 years ago
Marc Zinnschlag 573d7e7e45 Issue #314: fix to potion use function (was mixing up potion with potion user) 13 years ago
Marc Zinnschlag c4f9bbdc8b Merge remote branch 'scrawl/plugins_dbg' 13 years ago
Marc Zinnschlag 782d417d5b Issue #314: potion usage 13 years ago
Marc Zinnschlag 182017b8e9 Issue #314: Moved ingredients and potions to a different type of record list 13 years ago
Carl Maxwell e4d046f69c Prepending m to the name of every member variable.
I made a bunch of changes in apps/openmw/mwrender/animation.cpp
because the scope brackets didn't line up in a bunch of places
    npcanimations.cpp & creatureanimations.cpp were the same kind of
thing
13 years ago
scrawl 1429c8d5cb copy&paste mistake 13 years ago