Commit Graph

10298 Commits (4800f2ccbec605ea232680b83204d525737f30c4)
 

Author SHA1 Message Date
Digmaster 060a50f94a Fixed issue with QuickKeyMenu and ItemSelectionDialog 11 years ago
Fil Krynicki 91f4967614 Fix for bug 1196.
This bug would cause the player to jump when jump was assigned to
Space and they closed a dialog with Space. I tested vanilla
MW for behaviour and found that Jump was the only basic input which
MW does not allow when closing dialogs (i.e. if Space is assigned to
move forward, MW will move you forward after closing the dialog).

There were two reasons for the bug:
1) OpenMW GUI does not consume UI events
2) Jump occurs so long as key is down (not only on first key down)

To minimally fix the bug, I made it so that keypress events can be
consumed by the GUI and not passed along to the player control
input manager (1). However, if the player holds space, they will still
jump (as the subsequent key held events will be captured and cause
a jump).

Unfortunately, there is no idiomatic way that I could find in the
OpenMW input manager to perform events only on key down. Instead,
I introduced a variable which tracks whether the jump key has been
pressed for the first time within the current frame (2).

Note: I was initially concerned that limiting the jump event to
KeyDown and not Key Hold would cause issues with swimming,
levitating, or variable height jumping. However, after a bunch
of testing in vanilla MW and exploration of the OpenMW codebase
I could find nothing suggesting the need to capture the jump
key being held.
11 years ago
scrawl 0b45a9e6b2 Fix case folding for faction reaction from ESX records 11 years ago
scrawl 2b15b85af1 Fix position adjustment not working properly for rotated objects 11 years ago
scrawl 2fe86f2b85 Consider hit normal for item drop test (Fixes #995) 11 years ago
scrawl f476aa4ade Remove MyGUI color codes when copying to system clipboard 11 years ago
scrawl 49a6579d3a Fixed esmtool 11 years ago
scrawl 3e2eed9269 Implement getFactionReaction function
Strange bug when using value != 0 for the garbage argument?
11 years ago
scrawl e266c39c5d Implement modFactionReaction instruction (Closes #1347) 11 years ago
Marc Zinnschlag 27c795483b Merge remote-tracking branch 'ace/win-build-fix' 11 years ago
cc9cii ad911d4d03 MSVC generates different symbols for class vs struct, confusing the linker. 11 years ago
scrawl 578adb4ef6 PcJoinFaction and friends: make sure the given faction exists 11 years ago
Alexander "Ace" Olofsson d3357cc279 The MSVC linker is really pedantic with this.
Functions compiled as taking a class can't be linked with functions giving a struct, because of the name mangling I'm guessing...

unresolved external symbol "protected: void __thiscall MWWorld::LiveCellRefBase::loadImp(class ESM::ObjectState const &)" (?loadImp@LiveCellRefBase@MWWorld@@IAEXABVObjectState@ESM@@@Z)
11 years ago
Marc Zinnschlag 1665822224 Merge remote-tracking branch 'puppykevin/master' 11 years ago
Marc Zinnschlag e0ba9a4bf2 added reference collection stage to saving operation (preparation for cell saving) 11 years ago
Digmaster 2b3b11d848 Give access to the main menu when at a choice in dialogue 11 years ago
Digmaster ee7b5fa5c2 Fixed crash when Esc-ing out of Save "are you sure" dialog. 11 years ago
Digmaster e0356cf89d Added support to close modal windows with Esc 11 years ago
Kevin Poitra beba58268c Fix a typo within the launcher. Fixes bug #1058. 11 years ago
Marc Zinnschlag 9e21da9636 Merge remote-tracking branch 'scrawl/master' 11 years ago
Digmaster e0d55116a4 Dims and disabled Goodbye button in dialogs when unavailable. 11 years ago
Digmaster 79d0ed64d9 Undo some changes I made in the past that shouldn't exist 11 years ago
Digmaster 1ca921d6e2 Merge remote-tracking branch 'upstream/master' 11 years ago
Digmaster e3e51324a4 Esc button exits all non-modal GUI windows 11 years ago
scrawl cf68f6da96 Fix ESX dependencies not being checked except for the first one 11 years ago
scrawl 4caa8c5cca Fix offset to accumulation root not being cleared when adding an animation state with startpoint=1.f (observed with death animations) 11 years ago
scrawl 5660f283dd Fix actor models incorrectly being rotated on X/Y axes 11 years ago
scrawl 0966755a0c Store death animation index in CreatureStats 11 years ago
Marc Zinnschlag 3937cfcd8b Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 3cd835e61a Fix bsa file loading not being case insensitive (Fixes #1178) 11 years ago
scrawl f629307f60 Fix frame delay for sound listener position (Fixes #1180) 11 years ago
scrawl bfd91c0681 Fix potential NpcStats overwriting issue 11 years ago
Marc Zinnschlag 4aab4bae65 minor cleanup and silenced a warning 11 years ago
Marc Zinnschlag f0d0a31a19 Merge remote-tracking branch 'mrcheko/master' 11 years ago
Thomas 7697b9e868 Ensures nothing bad will happen if we try to lock a door that never had a lock level 11 years ago
Thomas b3ffd5b868 Fix for bug Bug #1098 11 years ago
mrcheko 8fa7fcdbee fix bug http://bugs.openmw.org/issues/1335 (1304 as well)
though fish detects if actor is swimming, but in MW it attacks even if
the player is knee-deep in water
11 years ago
scrawl 10d835a55c Some more missing isInCell checks 11 years ago
scrawl f3ba31de2d Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwscript/cellextensions.cpp
11 years ago
scrawl 039398c8ae Basic RefData and CellRef change tracking
Wrapped item charge handling in getItemHealth function
11 years ago
Marc Zinnschlag 130af28fa5 Merge remote-tracking branch 'cc9cii/master'
Conflicts:
	apps/openmw/mwrender/videoplayer.cpp
11 years ago
Marc Zinnschlag ff15601a4c Merge branch 'openmw-30' 11 years ago
mrcheko c62187bd55 fix bug at http://bugs.openmw.org/issues/1155
Though it still can happen sometimes but not in such stupid manner.
11 years ago
cc9cii d2794165ba Disable binkaudio sound for FFmpeg libavocdec versions below 54.55.xxx (Windows x64) and 54.10.xxx (Windows 32bit). Later versions are all allowed, but due to sample formats there will be no sound and this message will be shown on the console "Sound Error: Unsupported sample format: fltp" 11 years ago
mrcheko 559c772906 Merge remote-tracking branch 'upstream/master' 11 years ago
cc9cii 4f94a31b54 Fix crash starting a new game. 11 years ago
mrcheko 56881cb7c9 fix bugs in aisequence::execute 11 years ago
scrawl a05c8fd3ce Make applyEnchantment return the record ID instead of modifying Ptr 11 years ago
scrawl 1d8da95756 Warning fix 11 years ago
scrawl 08cf58204f Merge branch 'master' of github.com:scrawl/openmw 11 years ago