Nikolay Kasyanov
9ddd8e6bf7
README_Mac updated, removed dependency from uuid library on OS X
14 years ago
Nikolay Kasyanov
3552ad045d
Removed obsolete macBundlePath function from fileops.cpp. Using Ogre::macBundlePath
14 years ago
Marc Zinnschlag
ecfe57caf2
platform check fix
14 years ago
Nikolay Kasyanov
768c9bdf07
On OS X openmw now sets current directory to bundle root, openmw.cfg values is relative to bundle root
14 years ago
Nikolay Kasyanov
943eea8104
.app bundle finally works
14 years ago
Nikolay Kasyanov
3d75eea377
Merge remote-tracking branch 'upstream/master'
14 years ago
Jan-Peter Nilsson
12db15d9a2
Reset arm position changed by commit 27f69d0f5b
14 years ago
Jan-Peter Nilsson
4dd76ff36e
Remove no longer needed local .gitignore
14 years ago
Jan-Peter Nilsson
f65f210149
An unsigned integer can not be smaller than 0 so there's no point in checking
14 years ago
Jan-Peter Nilsson
d68141d203
Remove unused variables
14 years ago
Jan-Peter Nilsson
6840e2c42f
Fix mising of signed/unsigned types in WindowManager::showClassQuestionDialog
14 years ago
Jan-Peter Nilsson
9ee83caaa2
Avoid crash when no bones are available
14 years ago
Jan-Peter Nilsson
696861349e
Rename skel to mSkel
14 years ago
Nikolay Kasyanov
527ac956a7
More correct MacOS X bundle generation
14 years ago
Nikolay Kasyanov
4028600768
Builds on OS X now
14 years ago
Ace
3b47eb4a69
Two quick fixes for building a windows x64 release
14 years ago
sergoz
3351d1571e
center text in fps counter
14 years ago
sergoz
53ac8776ec
added box for fps counter and changed font colour to white
14 years ago
sergoz
eb58f22ea5
added text alignment to fpscounter widget
14 years ago
sergoz
5132531f73
added fps counter
14 years ago
Marc Zinnschlag
fb89098ef7
new OpenEngine version; don't forget your submodule update
14 years ago
Jan-Peter Nilsson
a724de2429
Follow the 'XDG Base Directory Specification' instead of putting the configfile in ~/.openmw/
...
Also updated based on feedback from athile:
Fix broken Linux elif.
Use boost:filesystem instead of mkdir for increased future portability.
Break appart class definition and implementation.
14 years ago
Jan-Peter Nilsson
753a4f681e
Search for plugins in orgre lib directory
14 years ago
Jan-Peter Nilsson
851385d989
Allow override of OpenMW user configuration path with OPENMW_HOME environment variable
14 years ago
Jan-Peter Nilsson
8cb8481b37
Use a local plugins.cfg if available (allow us to run without installing)
14 years ago
Jan-Peter Nilsson
4221824681
Build debian package using cpack if dpkg is available
...
Derive version from last tag and get name and email for package maintainer from user's git config if .git is available
14 years ago
Jan-Peter Nilsson
d1b482d64a
Update plugins.cfg based on where cmake found ogre libraries
14 years ago
Jan-Peter Nilsson
0b1f18cc12
plugins.cfg is global config
14 years ago
Jan-Peter Nilsson
429775d485
Store configuration in /etc/openmw/ and ~/.openmw/ on linux
...
Requires new openengine version.
14 years ago
Marc Zinnschlag
940554b5fc
openengine update (remember to do a submodule update)
14 years ago
Marc Zinnschlag
bb2bc0b518
getting rid of the nullptr compatibility nonsense. Hopefully once and for all
14 years ago
athile
27f69d0f5b
Fix some double-to-float Visual Studio warnings in npc.cpp. Add 'm' prefix to member variables in esm_reader.hpp.
14 years ago
athile
75f77e9659
Add 'm' prefix to member variables in ExteriorCell
14 years ago
athile
c459eb7c55
Visual Studio 2010 build fixes. Don't let MyGUI redefine the C++0x keyword nullptr and use _MSC_VER to check if Visual Studio is being used. MSVER is not necessarily defined on VS2010.
14 years ago
Marc Zinnschlag
46a8ccc2ff
changed collision mode instruction from enable/disable to toggle
14 years ago
Marc Zinnschlag
42ef7a61a0
Merge branch 'script'
...
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwworld/world.cpp
apps/openmw/mwworld/world.hpp
14 years ago
Marc Zinnschlag
bb34f6e7fc
added Enable/DisableCollision instructions
14 years ago
Marc Zinnschlag
0a832f2d23
Merge branch 'playerpos' into script
14 years ago
Diggory Hardy
39614c6813
CMake configuration tweaks
...
Make the PkgConfig search for OGRE libraries and headers happy when custom paths are set.
Check the uuid/uuid.h header is found.
14 years ago
Marc Zinnschlag
b6e7de6527
new mangle version (remember to update your subnodules)
14 years ago
Marc Zinnschlag
6d7be16f0b
redirected submodules to my own repositories
14 years ago
Yuri Krupenin
e7d853bb3c
Corrected subsystem link flags for MinGW.
14 years ago
Marc Zinnschlag
f01a3d5e35
split Player class into a MWWorld and a MWRender component
14 years ago
Yuri Krupenin
b791a8f6be
Merge remote branch 'zini/master'
14 years ago
Marc Zinnschlag
4f51391003
general player class cleanup
14 years ago
Marc Zinnschlag
4dd8616f87
Merge remote branch 'pvdk/master'
...
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwsound/soundmanager.cpp
14 years ago
Pieter van der Kloet
dd4d022301
Converted all tabs to four spaces
14 years ago
Jan-Peter Nilsson
ba18dc46ef
Don't try to play random tunes when sound is disabled
14 years ago
Jan-Peter Nilsson
d38f2f0a00
See if we have an instance of mData before trying to use it otherwise we get a crash when starting with --nosound
14 years ago
Marc Zinnschlag
4a12be11bf
moved PlayerPos class from MWRender to MWWorld and renamed it to Player
14 years ago