Marc Zinnschlag
ef401a774b
Merge remote-tracking branch 'eroen/install-fix'
11 years ago
eroen
6b931f566d
Stop installing "Daedric Font License.txt"
...
It was removed in 3a827d9c12
11 years ago
Bret Curtis
36efe9605f
necessary dpkg rules to get opencs building and packaged on dpkg systems
11 years ago
Marc Zinnschlag
418ccf705d
Merge branch 'openmw-27'
...
Conflicts:
apps/launcher/graphicspage.hpp
components/CMakeLists.txt
11 years ago
Marc Zinnschlag
f4e6f31658
Merge remote-tracking branch 'scrawl/openmw-27'
11 years ago
Marc Zinnschlag
dec1483fa4
Merge branch 'saving' into openmw-27
11 years ago
scrawl
636d399c7f
Refactored Ogre initialisation into a component
11 years ago
Marc Zinnschlag
b20943b123
Merge remote-tracking branch 'ace/win-package' into openmw-27
11 years ago
Alexander "Ace" Olofsson
632a53ead4
Support packing the OpenCS into windows builds
11 years ago
Marc Zinnschlag
29fce6d11f
increased version number
11 years ago
Marek Kochanowicz
b138533bf3
renamed defaultfilter.omwaddon.project to defaultfilters.
11 years ago
Marek Kochanowicz
96b6787255
Getting rid of extension. Correcting tiny mistake in filters file.
11 years ago
Marek Kochanowicz
6b293961b4
This appears to work.
11 years ago
Marek Kochanowicz
155662860c
Added configrue file in cmake. Hopefully it will copy defaultfilters file.
11 years ago
Marc Zinnschlag
9637e1641b
fix for building with system tinyxml
11 years ago
Marc Zinnschlag
6f64b1b9db
cmake option to use system tinyxml instead of embedded one
11 years ago
Marc Zinnschlag
4dbacdc6bd
increased version number
11 years ago
Marc Zinnschlag
0c8f85f17d
Merge remote-tracking branch 'wheybags/master'
12 years ago
scrawl
13afcc9324
Don't link to OgreTerrain
12 years ago
Tom Mason
865a7c63df
cmake for system libunshield
12 years ago
Tom Mason
ceb3317807
Integrate unshield with launcher
12 years ago
eroen
8d925b7fd6
cleanup
...
- drop trailing slashes from paths for consistency
- sort entries that got unsorted
12 years ago
eroen
0076c558d6
Re-introduce lost functionality
...
The branch merged in 5a863589b4
removed fine-grained configure-time control
over install paths. This is necessary to accomodate various linux distros'
policies, eg. Gentoo wants games installed in /usr/games, but with resource
files in /usr/share/games.
DOCDIR and MANDIR appear to be unused, and were not re-introduced.
12 years ago
Chris Robinson
de95926e9f
Use controllers to animate lights in ObjectLists
12 years ago
Marc Zinnschlag
130141ecac
Merge remote-tracking branch 'corristo/master'
12 years ago
Nikolay Kasyanov
66608d5c92
Fixed compilation os OS X after moving SDL windowing code to extern/sdl4ogre
12 years ago
bwrsandman
36fb7f3a72
Cleanup
12 years ago
bwrsandman
71a75d2ab8
Small fixes
12 years ago
bwrsandman
9a900908cd
Merge deb and non-deb
12 years ago
bwrsandman
e22b7c8fc1
Add use of SYSCONFDIR path for conf files in deb
12 years ago
bwrsandman
799c84b846
Moved deb version checking down with cpack
12 years ago
bwrsandman
3baf44c4b5
Moved non-deb install section up for readability
12 years ago
bwrsandman
0e02d7817e
Moved non-deb up for readability
12 years ago
bwrsandman
b6e3b5e834
Add licenses to installed files for non-deb packages.
12 years ago
bwrsandman
98289f051f
Set location for all non apple unixes, not just debian.
12 years ago
Marc Zinnschlag
20e92c2cdf
increased version number
12 years ago
k1ll
39a12ab9cf
CXX Flags aren't definitions
12 years ago
Marc Zinnschlag
12cfe1fdfe
Merge remote-tracking branch 'graffy76/recordStatusDelegate'
12 years ago
graffy76
7175c7cfe0
Updated OpenMW project CMakeLists.txt to include opencs.cfg file
...
installation.
12 years ago
Bret Curtis
84a8ea4ef7
static sdl2 compilation option for Unixes that are not Apple
12 years ago
scrawl
4c8a04d9cb
Merge branch 'master' of https://github.com/zinnschlag/openmw into sdl_input2
...
Conflicts:
apps/openmw/mwinput/inputmanagerimp.cpp
12 years ago
Nikolay Kasyanov
6abb7a18b0
SDL2 input: seems to work on OS X, has some input issues though
12 years ago
scrawl
ab3634d692
Removed some remains of OIS
12 years ago
scrawl
918a1655bb
Restored HW cursor rotation and resolution/fullscreen switching
12 years ago
scrawl
495aeb5d3b
Merge branch 'master' into HEAD
...
Conflicts:
CMakeLists.txt
apps/openmw/engine.cpp
apps/openmw/mwgui/cursorreplace.cpp
apps/openmw/mwgui/cursorreplace.hpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwgui/windowmanagerimp.hpp
apps/openmw/mwinput/inputmanagerimp.cpp
libs/openengine/ogre/renderer.cpp
12 years ago
Marc Zinnschlag
bd08677a7f
Merge branch 'openmw24'
12 years ago
Nikolay Kasyanov
d13430e2b8
Fix for CMake > 2.8.9 on OS X
12 years ago
eroen
886bc7e2f6
libc++ fixes: don't rely on tr1
...
libc++ doesn't ship tr1, but ships unordered_map as it is part of c++11.
Since this is the only tr1 header used in openmw, add a check for c++11
unordered_map and fallback to tr1 unordered_map if it's not found.
12 years ago
Marc Zinnschlag
3ae02547d2
increased version number
12 years ago
scrawl
a54f8c7ee2
Removed an optimization that caused problems on 32 bit builds
12 years ago