Commit Graph

10483 Commits (fd59a4a79e7142c8167f0c47386ee29a6cdf0563)
 

Author SHA1 Message Date
scrawl fd59a4a79e Fix some doxygen typos 11 years ago
scrawl 77388fe2ce Implement BetaComment instruction (dumps reference info) 11 years ago
scrawl 326c747508 Don't run scripts when in pause menu (Fixes #1495) 11 years ago
scrawl 9e6d21d95b Clear message boxes in windowmanager cleanup (Fixes #1496) 11 years ago
scrawl e288437885 Disable all other animations on death (Fixes #1483) 11 years ago
scrawl 1adb81abd0 Sort using ciLess, not ciEqual 11 years ago
scrawl 88f8f25ffa Don't allow scripted dialogue with dead actors (Fixes #1493) 11 years ago
scrawl 8d8015ce18 Remove a squareroot in pathfinding 11 years ago
scrawl afbd5162ee Move AiWander arrival check to time-critical section 11 years ago
scrawl 7afd2ca614 Consider moved references in CellStore::listRefs 11 years ago
scrawl 31a4e10c6f Fix incorrect trigger of change flag for static doors 11 years ago
scrawl 395f98e476 Fix triggering changed flag for all references when cell is visited
The InsertFunctor for cells was calling localRotateObject() for all references which set the mChanged flag in RefData to true.

Also clean up RefData interface slightly.
11 years ago
scrawl b20f8cc04f Don't clear AiSequence if there are no saved packages (eg for old savegames) 11 years ago
Marc Zinnschlag 01c90a3434 Merge remote-tracking branch 'mrcheko/master' 11 years ago
Marc Zinnschlag c8c45d4923 Merge remote-tracking branch 'lgro/valgrind_fixes' 11 years ago
Lukasz Gromanowski abeb1d4ab3 Valgrind: Added constructor for KeyListT class, and added initialziation of ver member field in NIFFile class.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
mrcheko a6ee4272aa fix bug when you were able to kill somebody from large distance without
being spotted
11 years ago
mrcheko 6da061fd96 fix http://bugs.openmw.org/issues/1340
Did I understand right that guards trigger combat after refusing pay
gold/go to jail via script?
11 years ago
Alexander "Ace" Olofsson c24e08dff6 Use Ogre::Math::PI 11 years ago
Alexander "Ace" Olofsson 5960d3f1d9 These files moved, leading to package failure 11 years ago
Alexander "Ace" Olofsson 6ea29812ac Another way of getting M_PI 11 years ago
Alexander "Ace" Olofsson dc2fefffc7 Fix missing M_PI define on Windows 11 years ago
scrawl 832f1a4857 Fix merge mistake 11 years ago
scrawl 0637cde267 Bug #1417: Make sure to reset all position/rotation fields when placing items 11 years ago
scrawl ad3a78706e Bug #1417: Use fmod to wrap local rotations (more efficient and robust) 11 years ago
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
mrcheko 9d40f2e196 Merge remote-tracking branch 'origin/master' 11 years ago
mrcheko c4e5872620 fix bug http://bugs.openmw.org/issues/1470 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