Marc Zinnschlag
3b3a052f4f
increased version number
12 years ago
Chris Robinson
81615c1ae5
Add a custom GrowFade particle affector
12 years ago
Alexander "Ace" Olofsson
8d706f8183
Include the ini importer in windows packages
12 years ago
vorenon
00deff1758
fixed path for launcher icons
12 years ago
pvdk
30f3fbac3c
Fixed paths to OpenMW icons
12 years ago
Marc Zinnschlag
d6a5915bbd
updated version to 0.22.0
12 years ago
Marc Zinnschlag
5e113627b7
Merge remote-tracking branch 'psi29a/master'
12 years ago
Bret Curtis
b8c42fde1f
removed chrono from deps, not needed for boost < 1.50
12 years ago
Sandy Carter
b457c7de5e
added linux opencs.desktop file
12 years ago
Bret Curtis
207f78ab77
added two additional required boost libs to build on windows, one of which is already pulled by other boost lib in Ubuntu.
12 years ago
Emanuel Guevel
3adf3f5121
Revive bsatool
12 years ago
Pieter van der Kloet
f2193bb1ba
Made the mainwindow use a .ui file and removed the stylesheet
12 years ago
scrawl
9810eafe23
Removing now unused oengine/imagerotate
12 years ago
Marc Zinnschlag
372308b49a
Merge remote-tracking branch 'amdmi3/installation-fixes'
12 years ago
Dmitry Marakasov
0e8ff22d6f
Only install binaries which are enabled to be built
12 years ago
Alexander "Ace" Olofsson
d5aa975675
Fix some issues that seem to have appeared in the CMake configuration.
12 years ago
Dmitry Marakasov
f994b7d227
Prepare .desktop file for more systems
...
This brings condition for .desktop file preparation in sync with
condition for its installation.
12 years ago
Chris Robinson
db9a3aeddf
Merge remote-tracking branch 'zini/master' into animation2
12 years ago
Nathan Jeffords
1af4e11414
apply MSVC warning settings to shiny projects
12 years ago
Chris Robinson
3c0b29de45
Merge remote-tracking branch 'zini/master' into animation2
12 years ago
hasufell
56468eaecf
Add install rule for opencs
12 years ago
Chris Robinson
86f6491bc8
Remove unused pmove code
12 years ago
Alexander "Ace" Olofsson
f9a0a19ee1
Fix a small issue in the windows installer, also added the OpenMW version to the installed package name
12 years ago
Marc Zinnschlag
cfceb45009
adjusted gcc settings again to avoid problems with older compiler versions
12 years ago
Marc Zinnschlag
827261e8b4
increased version number
12 years ago
Marc Zinnschlag
85697e4628
reverted to C++03
12 years ago
Nathan Jeffords
4e46f403a9
added some more warning to ignore in MSVC
12 years ago
scrawl
cac68c9e87
Removed an outdated section from CMakeLists
12 years ago
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