Commit Graph

8781 Commits (d0500e8124aacbe640fdea6364f3c2c0c85d0df3)
 

Author SHA1 Message Date
scrawl d0500e8124 Some unneeded includes cleanup 11 years ago
scrawl 0c4b6ea89f Minor fix 11 years ago
scrawl a432661b8a Minor correction 11 years ago
scrawl de64c57179 Fix some typos and accidental commit 11 years ago
Marc Zinnschlag 9b31bbc00b Merge remote-tracking branch 'bwrsandman/patch-1' 11 years ago
Marc Zinnschlag bf1a37dc38 Merge remote-tracking branch 'sirherrbatka/referencables_verifer' 11 years ago
Sandy a4602326f3 openmw is now available in [community] 11 years ago
Marek Kochanowicz 6224344957 Being any idiot is hard. 11 years ago
Marek Kochanowicz 3d722ba104 Corrected brackets. 11 years ago
Marek Kochanowicz fbcb1a14fc ooops, using search id 11 years ago
Marek Kochanowicz 89d4a90c06 Localised version of morrowind will no longer spam false positives. Don't check diff, please. 11 years ago
greye 61707694e8 fix memory leak in AISequence 11 years ago
greye 15d946415e minor cleanup
Removed case folding via std::transform, excessive lowerCase()
replaced with ciEqual().
11 years ago
Marek Kochanowicz c981a2a6f8 Removed boost in favor of #include <components/misc/stringops.hpp>. Hopefully this will make scrawl happy. :P 11 years ago
Marek Kochanowicz 2c1ef610b9 Moving back to boost for case insensitive comparsion. 11 years ago
scrawl 52b9ebff9d Closes #1092: Implement sleep interruption. Fix levelled list flags for creatures. Change World::copyObjectToCell to search for the correct cell. 11 years ago
scrawl 69381c49c7 Added a todo comment 11 years ago
scrawl b8583124e0 Correction for RemoveSoulgem instruction 11 years ago
scrawl 26d972280f Fix a few text defines 11 years ago
scrawl 90b92a8f41 Move levelled list code out of ContainerStore 11 years ago
scrawl 6aa56354c0 Revert "Bug #991: Don't autoequip items with harmful permanent enchantments"
This is no longer needed, since merchants no longer equip items sold to them (2f35e5a04e). Also, items with harmful enchantments that are initially in the NPCs inventory *must* be equipped (e.g. slave bracers)

This reverts commit 71d9755ef1.
11 years ago
scrawl 9de3abcb5f Closes #1105: Do not reduce magicka if unable to cast 11 years ago
scrawl 396efd580b Fix a leftover of the old coordinate system 11 years ago
scrawl 2196ce427a Closes #556: Link movie volume to 'master' volume slider, instead of 'music'. 11 years ago
scrawl 95651857f3 Fix code duplication 11 years ago
scrawl 0d0005c433 Fix fatigue not restoring when waiting 11 years ago
Marek Kochanowicz e34cb9e931 changed according to the scrawl sugestion 11 years ago
Marek Kochanowicz 59de794e58 Creature check was not invoked. 11 years ago
Marek Kochanowicz 17cc6a695c fixed bug resposnsible for exception throwed. 11 years ago
scrawl ba27b693f8 Increase sneak skill on successful pickpocket 11 years ago
scrawl 73268a8606 Fix skill progress not working 11 years ago
scrawl cd06b2177d Automatically knock down when fatigue goes below zero 11 years ago
scrawl 413bf127de Allow drain fatigue effect to reduce below zero 11 years ago
scrawl 3a1b6dd354 Handle fCombatKODamageMult and fCombatCriticalStrikeMult. Fix SelectWrapper Function_Detected. 11 years ago
scrawl 83872f6bf5 Knockdown / hit recovery improvements. Use formula and GMSTs from research wiki for knockdown determination. Hand-to-hand automatically knocks out when fatigue empty. 11 years ago
Marc Zinnschlag 3e58eb34e4 Merge remote-tracking branch 'sergeyshambir/startcombat'
Conflicts:
	apps/openmw/mwscript/docs/vmformat.txt
11 years ago
Marc Zinnschlag 63cd70f810 some junk removal 11 years ago
scrawl 7983b07b10 Get bk_treasuryreport script to work properly:
- OnPcEquip needs to be set on *using* any item, not just equipping
 - Handle PcSkipEquip
 - Execute item's script once immediately after setting OnPcEquip
 - Do not set OnPcEquip when an item that has skipped equipping sets pcskipequip back to 0 and gets equipped
11 years ago
scrawl f78b846f9e Handle CasterLinked magic effect flag 11 years ago
scrawl 767c72e619 Fix diagonal movement being faster than forward movement 11 years ago
scrawl fb778f8ecd Use fEncumbranceStrMult 11 years ago
scrawl 1d19d36bd6 Remove unused magic effect flags and update esmtool output 11 years ago
scrawl 921ef6cd9c Closes #1093: Show weapon when initializing the character controller with a weapon equipped 11 years ago
scrawl 10ddea45e9 Move crime from onHit to hit, since failed hits are apparently also a crime 11 years ago
scrawl 44b2380874 Closes #947: Decrease fatigue when running, swimming and attacking 11 years ago
scrawl dddc0979a2 Fix another fatigue cap issue 11 years ago
scrawl 224f288359 Don't attempt to change disposition for creatures 11 years ago
scrawl 3db299f1b2 Fix fall damage crash 11 years ago
Marc Zinnschlag b1ffb64a1f Merge remote-tracking branch 'gus/AIFix2' 11 years ago
gus 0609b71df9 fix pathfinding 11 years ago