Commit Graph

10654 Commits (3663511cdbeeb775c249a9268e409e5ddc67d32c)

Author SHA1 Message Date
scrawl 3663511cdb Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/CMakeLists.txt
	extern/ogre-ffmpeg-videoplayer/CMakeLists.txt
10 years ago
scrawl b73947033d Rotate sky meshes 10 years ago
Marc Zinnschlag 62c5f185d7 Merge remote-tracking branch 'cc9cii/master' 10 years ago
Marc Zinnschlag 13112c6d04 Merge remote-tracking branch 'scrawl/aiwanderfix' 10 years ago
cc9cii 6a47ea9a67 fix typo 10 years ago
cc9cii cccf6c6bdd Rebuild the list of available content files when opening the open/new dialogues. Should resolve Bug #2644. 10 years ago
scrawl 2d072aab2d Broken bone references from .kf files are no longer a fatal error (Bug #2687) 10 years ago
scrawl 5347d407d8 Disallow AiWander fast-forward for water creatures
Pathgrid nodes are usually above the water level, so appearing at a random node would have the creature break out of the water level it's supposed to be constrained to.
10 years ago
scrawl 98a77f68a3 Fix AiWander::fastForward using incorrect pathgrid coordinates when actor recently moved to a new cell 10 years ago
scrawl 609e146a22 Build fixes for windows 10 years ago
Marc Zinnschlag 675884ba30 Merge remote-tracking branch 'smbas/feature-soundgen-verifier' 10 years ago
Marc Zinnschlag 8fc0bdfac7 Merge remote-tracking branch 'cc9cii/keep-config-comments' 10 years ago
scrawl 07937c741a Improve exception handling when starting a new game from the main menu 10 years ago
scrawl a5b72a358b Prune empty nodes in RemoveDrawableVisitor
Gets rid of 28 useless transform nodes in base_anim.1st.nif.
10 years ago
scrawl f017fd6860 Reduce includes in animation.hpp 10 years ago
scrawl 412e001edb Fix simulation time reset in OpenCS when opening a new view 10 years ago
scrawl b90fc8ad92 Fix for various Viewer::frame calls resetting the simulationTime 10 years ago
scrawl 9fc2c2e8ee Don't advertise an alpha channel in GraphicsContext::traits (Bug #2677) 10 years ago
scrawl cad18969e3 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/openmw/mwmechanics/aicombat.cpp
	apps/openmw/mwmechanics/aitravel.cpp
10 years ago
scrawl 2476cd4f9a Error message fix 10 years ago
scrawl 195e1a8410 Fix the Viewer's FrameStamp not being set correctly during Engine::frame 10 years ago
Marc Zinnschlag e17f7ac81a Merge remote-tracking branch 'cc9cii/master' 10 years ago
Marc Zinnschlag 0994893bc5 Merge remote-tracking branch 'dteviot/FixRunningInCircles' 10 years ago
cc9cii c22c9c271d Allow comments (lines starting with # character) and blank lines in openmw.cfg. Should resolve Feature #2535.
- allows moving various config entries up or down
- comment lines above config entries stay as a pair
10 years ago
cc9cii 0efe8f5465 Fix broken launcher build for windows. 10 years ago
scrawl 28caeadef4 Improve error message for not found records 10 years ago
scrawl de98d991b4 Revert "Allow comments (lines starting with # character) and blank lines in openmw.cfg. Should resolve Feature #2535."
Breaks the saving of content= entry order.

This reverts commit 15fe5d88e2.

Conflicts:
	components/config/gamesettings.cpp
10 years ago
scrawl b7cd62e4de Revert "Remove user preference setting option."
This reverts commit d3b7cf44d3.
10 years ago
scrawl f70250a296 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/launcher/CMakeLists.txt
	apps/opencs/CMakeLists.txt
	apps/opencs/view/render/worldspacewidget.cpp
	apps/openmw/CMakeLists.txt
	components/CMakeLists.txt
	extern/osg-ffmpeg-videoplayer/CMakeLists.txt
10 years ago
Stanislav Bas 281088c93b Add check for an empty sound field to SoundGens verifier 10 years ago
Stanislav Bas 2c15ad5e0c Add SoundGens verifier 10 years ago
cc9cii 5b6984d8d8 Set modified flag in setData() operations, without which the changes weren't being saved. Should resolve Bug #2656. 10 years ago
Marc Zinnschlag c560f8b8a2 Merge remote-tracking branch 'smbas/fix-regionmap-colors' 10 years ago
cc9cii b81454d226 Fix using wrong bit flag for NPC stats auto-calculation. Also set the corresponding mNpdtType which is used when determining which data structure to save. Should resolve Bug #2668. 10 years ago
Stanislav Bas 650e37dba1 RegionMap uses proper colors 10 years ago
scrawl 89c2a7e26b Fix for possibly missing library on windows 10 years ago
scrawl e13a938896 Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
10 years ago
scrawl d4c45efb2b Remove useless #undef's for windows now that we have NOMINMAX flag 10 years ago
scrawl 4b5c2398a1 Remove QTextCodec::setCodecForCStrings
Not needed, we're using QString::fromUtf8/toUtf8 to handle encodings correctly.
10 years ago
scrawl cf95d3fc35 Refactor cmake scripts, reducing the amount of find_package(Boost) 10 years ago
scrawl 7407bbdac9 Add a function for SDL error handling 10 years ago
scrawl 800bd511f6 Set a sensible value for SDL_GL_DEPTH_SIZE (Bug #2649) 10 years ago
scrawl fc5176dc38 Refactor cmake scripts, reducing the amount of find_package(Qt4) 10 years ago
scrawl d03880fbf0 Compile fix for old boost versions 10 years ago
scrawl 76bdf7a5b7 Add night-eye effect 10 years ago
scrawl 6051c47eef Fix for incorrect QString -> path conversion 10 years ago
scrawl 712cef36b0 Minor cleanup 10 years ago
scrawl f81c3bcd6d Fix for broken InitWorldSpaceParticles on projectile effects 10 years ago
scrawl c94c87d409 Attach effects to the insert node instead of the object root (Bug #2654) 10 years ago
scrawl c7493eb45c Fix bug with invisibility effect for meshes w/ vertex colors 10 years ago