Commit Graph

10456 Commits (162549b7af1e610706c45ba75878bf11a41dc0aa)
 

Author SHA1 Message Date
scrawl 162549b7af Remove a wrong comment 11 years ago
scrawl fcab53b3f7 Fix locked mouse cursor due to SDL_SetRelativeMouseMode even when --no-grab was specified 11 years ago
scrawl 54d8606b78 Fix logging fatal exceptions to cerr, and log them to openmw.log 11 years ago
scrawl 4f742fd468 Allow INFO records with no subrecords following DATA (Fixes #1486) 11 years ago
scrawl 3334078d4d Add first person meshes to refraction render (Fixes #1481) 11 years ago
scrawl fe5bbfce3c Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwmechanics/aicombat.cpp
11 years ago
scrawl 8114f48469 Workaround per-frame resources leak in MyGUI. New vertex buffers were being created every frame. 11 years ago
mrcheko fc6366fb27 Merge remote-tracking branch 'upstream/master'
Equipping_Weapon check isn't needed cause there won't be WeapType_None in
that case

Conflicts:
	apps/openmw/mwmechanics/character.cpp
11 years ago
mrcheko ae552d4e85 Merge remote-tracking branch 'origin/master' 11 years ago
scrawl e458cf1df2 Savegame: Store death counter (Fixes #1477) 11 years ago
scrawl 797134aa51 Handle activation scripts in AiActivate (Fixes #1478) 11 years ago
scrawl a54ac579a5 Savegame: Store AiSequence 11 years ago
scrawl be6f1fe4fe Fix a sign error 11 years ago
scrawl 91ed5183c8 Show base item value in tooltip, not real value (Fixes #1469) 11 years ago
scrawl 604d5ac000 Fix console reference label not resetting when loading save 11 years ago
scrawl b158919c4b Fix uninitialized variable use 11 years ago
mrcheko df7213185f warning fixes 11 years ago
mrcheko b969986cff Merge remote-tracking branch 'origin/master' 11 years ago
Marc Zinnschlag 2eebb0bf73 Merge remote-tracking branch 'scrawl/master' 11 years ago
Marc Zinnschlag 82eb13c070 Merge remote-tracking branch 'cc9cii/master' 11 years ago
scrawl 029e438c11 Don't check mInterpolationType each iteration 11 years ago
cc9cii 37f0c253f6 For compiling with MSVC 2012 11 years ago
cc9cii 36e380c6be Merge remote-tracking branch 'upstream/master' 11 years ago
scrawl 68d6b6b2f3 Cell merge fix (reference context position was not saved correctly) 11 years ago
scrawl 41ab7329a8 Store keybindings as keycode, not keyname. Also use SDL_GetKeyName instead of a manually created map. Fixes #1202
Note: breaks compatibility with input.xml, so the filename was changed.
11 years ago
scrawl 013916fca3 Fix for broken physics in exteriors (Fixes #1446)
The wrong function was being used to check the distance between old and new positions. It took the length of the vectors into account, which makes no sense for positions. The issue was only observed in exteriors, since most interiors are relatively close to the origin.
11 years ago
scrawl d970cc06d7 Don't play the same music track twice in a row (Fixes #746) 11 years ago
scrawl d60df66811 Change openmw.log to boost ofstream to fix unicode path on windows (see https://github.com/OpenMW/openmw/pull/108) 11 years ago
scrawl 73be457805 Merge ESM::Cell fields by subrecord
Fixes an issue with the Morrowind Patched mod where cell ambient values would become black due to the new cell records not including an AMBI subrecord.

Also fixes a bug where mLeasedRefs was incorrectly cleared when overwriting a cell (*oldcell = *cell;)
11 years ago
Marc Zinnschlag c23e9e03fd Merge branch 'refs' 11 years ago
Marc Zinnschlag 7d1ecea20c added extended versions of revert and delete 11 years ago
Marc Zinnschlag 2faeceacfa Merge remote-tracking branch 'scrawl/master'
Conflicts:
	apps/openmw/main.cpp
11 years ago
Marc Zinnschlag afbcaa0846 Merge remote-tracking branch 'potatoesmaster/log' 11 years ago
scrawl 0f31e31088 Allow opening journal during dialogue (Fixes #1460) 11 years ago
scrawl 14a9f0ebf8 Handle Quadratic and Linear attenuation independently (Fixes #1456) 11 years ago
Emanuel Guevel a41339da1e Write logs in log directory
The crash.log file was created in the working directory, requiring users
that had installed the game to run it with augmented privileges to be
able to create the file.
11 years ago
scrawl 7eee0855f7 Merge commit 'pull/origin/155'
Conflicts:
	CMakeLists.txt
11 years ago
mrcheko d6d9df6cec split getStartTime 11 years ago
scrawl 07d20c212b Fix crash activating quick key 1 11 years ago
scrawl 10758d6297 Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwinput/inputmanagerimp.cpp
11 years ago
scrawl 47172fb8a2 ContentModel: Don't confuse file path with file name (Fixes #1352) 11 years ago
scrawl 7b5482f25b Fix character selection caption when there is no character in settings.cfg 11 years ago
scrawl 5a955279bb Fix main menu background showing when resizing window during load 11 years ago
scrawl 3788fb042e Implement MenuTest script instruction (Fixes #1454) 11 years ago
scrawl 6ba112619a Fix dropped items ending up inaccessible when standing in objects with no collision (Fixes #1441) 11 years ago
scrawl 2dd54dbcfc Implement ClearInfoActor script instruction (Fixes #1422) 11 years ago
scrawl a90245147b Don't reset history when ForceGreeting is used and a dialogue window was already open for the same actor (Fixes #1423) 11 years ago
scrawl 1ed3f092c1 Implement text replacement for journal topic responses (Fixes #1429) 11 years ago
scrawl 3bf599248e CMake cleanup: Remove distribution-specific install stuff (unused) 11 years ago
Bret Curtis e28888df39 fix for dejavu location 11 years ago