Marc Zinnschlag
8b2252e7a1
first attempt at building with bullet
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
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
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
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
Marc Zinnschlag
f01a3d5e35
split Player class into a MWWorld and a MWRender component
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
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
Jan-Peter Nilsson
770b490539
Make CreateClassDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
6fc0e4d6d6
Make DescriptionDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
12dee62307
Make SelectSkillDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
8f334d1df2
Make SelectAttributeDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
037c1021e3
Make SelectSpecializationDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
4e8f55b630
Make PickClassDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
ed05c5752b
Make GenerateClassResultDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
0d97200e18
Make InfoBoxDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
6c7f59725f
Make StatsWindow use the new WindowBase
14 years ago