Commit Graph

367 Commits (bbac63bff7cd2f16f00c2c9cde102f1dbdbb7c02)

Author SHA1 Message Date
scrawl f1b138d0a8 Merge branch 'master' into videoplayback
Conflicts:
	apps/openmw/mwscript/docs/vmformat.txt
12 years ago
scrawl 35f4d09288 swscale handled better (cmake) 12 years ago
Nathan Jeffords dcfa902525 fixed error in cmake when disabling esmtool 12 years ago
scrawl 1718d735b5 Fix menu/journal/book/scroll buttons when using localised MW-installations
This patch implements a custom widget that can switch its texture on-the-fly, making it obsolete having to use an atlas to get a hover animation. This also removes the predefined size restriction and should now work with all button texture sizes.
12 years ago
Marc Zinnschlag 334588bf1c Merge branch 'editor2' 12 years ago
Chris Robinson 3829bbfeca Look for all available sound input libs as needed, and warn if not found 12 years ago
Chris Robinson 8cde6db665 We no longer need SDL 12 years ago
psi29a e4ac7a4df4 remove libboost1-xxx from deb depends since we can compile statically 12 years ago
scrawl c49966dd29 started over 12 years ago
scrawl 5f676f9c6b Merge branch 'master' of https://github.com/zinnschlag/openmw into videoplayback
Conflicts:
	apps/openmw/mwrender/renderingmanager.cpp
	apps/openmw/mwscript/miscextensions.cpp
12 years ago
psi29a 4114e823ac Allow the ability to choose to compile against boost libs statically. 12 years ago
Marc Zinnschlag d97d4b8ef0 updated version number 12 years ago
scrawl d432420a32 fix FindFFmpeg.cmake 12 years ago
Marc Zinnschlag c3cd6e8a8a new attempt at the editor 12 years ago
Marc Zinnschlag 37a42c7dbc increased version number; updated changelog 12 years ago
Marc Zinnschlag 648b53ef93 removed unused launcher.cfg file 12 years ago
Marc Zinnschlag 35d099a638 disabling gcc extensions 12 years ago
Nikolay Kasyanov 4b5706d652 Fixed packaging on OS X 12 years ago
Marc Zinnschlag 747a4e1123 increased version number and updated readme 12 years ago
Michael Mc Donnell 256dff0a29 Disable warning 4800 for Visual Studio
Visual Studio 2010 complains about constructs such as:

int myInt = 1;
bool myBool = myInt;

Which are fine with most compilers. It would instead like:

int myInt = 1;
bool myBool = (myInt != 0);

Warning 4800 is just an optimization warning and is therefore safe to
disable. This patch disables warning 4800.
12 years ago
scrawl 6ac2a12296 item selection working on the preview 12 years ago
Marc Zinnschlag 4076c19cc6 silencing a cmake warning 12 years ago
Lukasz Gromanowski 3c2efbe966 Disable "make install" for Debian based linux distributions.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Alexander "Ace" Olofsson a61edb60fd Fixed an issue with windows CPack failing due to trying to install linux binaries 12 years ago
Lukasz Gromanowski 99c46093dd Merge branch 'master' of git://github.com/zinnschlag/openmw into jenkins-code-coverage-and-unittests 12 years ago
Lukasz Gromanowski 65678b95f0 Added support for make install.
Added support for make install based on patch from Hasufells
repository:

https://github.com/hasufell/hasufell-overlay/tree/master/games-engines/openmw/files

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
scrawl 19ae30ee68 Merge branch 'master' into next
Conflicts:
	apps/openmw/mwbase/inputmanager.hpp
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwinput/inputmanagerimp.hpp
	apps/openmw/mwinput/mouselookevent.cpp
13 years ago
Lukasz Gromanowski 34513cf16b Added support for code coverage checking and unittests.
Added support for code coverage checking with gcov and
unittests with Google C++ unittest and GMock frameworks.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
Marc Zinnschlag 98219323b7 Merge remote-tracking branch 'mmd/vsdebugfixes' 13 years ago
Michael Mc Donnell 7952d38e6c Use debug dlls when debugging in vs2010 (try 2)
Using the Debug build in vs2010 is not working because the debug dlls are
not loaded when debugging. The reason they are not loaded is that
CMAKE_BUILD_TYPE is not defined when doing multiple builds. This in turns
causes OGRE_PLUGIN_DEBUG_SUFFIX not to be set. This patch makes sure that
OGRE_PLUGIN_DEBUG_SUFFIX is always set but only used when debugging.

It also defines DEBUG to make it easier turn things on and off when
debugging.

There are still other bugs that have broken Debug mode in vs2010 but those
will be addressed in other patches.
13 years ago
Marc Zinnschlag 3112bfb54f incremented version number 13 years ago
Marc Zinnschlag 2a11a28e81 Revert "Use debug dlls when debugging in vs2010"
This reverts commit ebe131b326.
13 years ago
Michael Mc Donnell ebe131b326 Use debug dlls when debugging in vs2010
Using the Debug build in vs2010 is not working because the debug dlls are
not loaded when debugging. The reason they are not loaded is that
CMAKE_BUILD_TYPE is not defined when doing multiple builds. This in turns
causes OGRE_PLUGIN_DEBUG_SUFFIX not to be set. This patch makes sure that
OGRE_PLUGIN_DEBUG_SUFFIX is always set but only used when debugging.

There are still other bugs that have broken Debug mode in vs2010 but those
will be addressed in other patches.
13 years ago
scrawl 976ad7a301 key defaults specified in the code now, required in order to keep the configuration files valid across multiple versions of openmw 13 years ago
scrawl 86d6f190bf Input system rewrite 13 years ago
Nikolay Kasyanov defab0e4b5 Merge remote-tracking branch 'upstream/master' into osx_fix
Conflicts:
	CMakeLists.txt
13 years ago
Michael Mc Donnell e7a1ab9fa6 Define OGRE_PLUGIN_DEBUG_SUFFIX in all cases. 13 years ago
Nikolay Kasyanov 7161361b52 cleanup 13 years ago
Nikolay Kasyanov 23e44a86c6 another attempt to fix 13 years ago
Nikolay Kasyanov a0a086f69d fixed redefining macro 13 years ago
Nikolay Kasyanov fbe9a94568 bug #348: fixed OS X deployment
just enable CMake option "OPENMW_OSX_DEPLOYMENT" and it will search
plugins inside application bundle instead of Ogre prefix
13 years ago
Sebastian Wick 0f40e6fc65 find boost without components so we can use Boost_VERSION 13 years ago
Nikolay Kasyanov 94ce95c679 bug #348: works again on OS X 13 years ago
scrawl ac5bd38df9 some cmake fixes 13 years ago
scrawl b2dcf5adcd support system install for boost wave 13 years ago
scrawl 014396e80c remove the plugins.cfg files, do not enforce CG plugin 13 years ago
scrawl 4434fb640e Merge branch 'master' into shadersystem 13 years ago
Marc Zinnschlag e9b95d55cd Revert "Proper way to find and use libtbb"
This reverts commit d6bf2b7d29.
13 years ago
Dmitry Marakasov d6bf2b7d29 Proper way to find and use libtbb 13 years ago
Dmitry Marakasov e862b6b5a5 Fix comparison in cmake 13 years ago