Commit Graph

946 Commits (a724de2429abffb0dd411c0c2ddd5cf669aebea1)
 

Author SHA1 Message Date
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
Yuri Krupenin 15a7cc0674 That should solve link-time problems when building with mingw.
Not supplying "SUBSYSTEM:" flags to mingw linker.
Linking mygui with libwinmm - should resolve reference to timeGetTime().
14 years ago
Yuri Krupenin 6b6ee5440e Minimal set of fixes to build with MinGW. 14 years ago
Jason Hooks f3ae1ea737 NPC leg appearance changed 14 years ago
Jason Hooks ba168b22e9 cleanupandupdate 14 years ago
Jason Hooks 11406ae6f3 cleanupandupdate 14 years ago
Marc Zinnschlag 2ffe1206a6 merged opcode classes that came in explicit and implicit variants 14 years ago
Marc Zinnschlag 67a745cdf6 workaround for NPC activation crash 14 years ago
Marc Zinnschlag 2628b5143c Merge remote branch 'jpn/dialouge' 14 years ago
Marc Zinnschlag 5336b90149 music player and NPC rendering branch 14 years ago
Marc Zinnschlag e404d71e4f fixes for class selection merge 14 years ago
Jason Hooks 60601682cd Beast races fixed 14 years ago
Jason Hooks 1896a6a2e8 Preliminary npcs4 14 years ago
Jason Hooks 467988455c Preliminary npcs3 14 years ago
Jason Hooks dfe20033ea Preliminary npcs2 14 years ago
Jason Hooks 6aaedff86a Preliminary NPCs 14 years ago
Jason Hooks a9892161af MP3 functions moved to soundmanager 14 years ago
Jason Hooks be1582a88f Regional Sounds 14 years ago
Jason Hooks a038c67e5a Preliminary region sound framework2 14 years ago
Jason Hooks cab2341259 Preliminary region sound framework 14 years ago
Jan-Peter Nilsson d9d626cc95 Make DialogueWindow use the new WindowBase 14 years ago
Jan-Peter Nilsson 180164b2f3 Remove unnecessary includes 14 years ago