Commit Graph

9138 Commits (73c9efc5e3fd4768905628583359869e1040bcc7)
 

Author SHA1 Message Date
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
Marek Kochanowicz 344cae8f99 added new entry to the context menu 11 years ago
Marc Zinnschlag 8c5f313546 added savedgame-specifc record structs for objects state 11 years ago
greye 61707694e8 fix memory leak in AISequence 11 years ago
Marek Kochanowicz 6397d9d40e Added mCloneAction member 11 years ago
greye 15d946415e minor cleanup
Removed case folding via std::transform, excessive lowerCase()
replaced with ciEqual().
11 years ago
Marek Kochanowicz a81d9c23f8 Merge branch 'master' of https://github.com/zinnschlag/openmw 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
gus 5d4e148063 some clean up 11 years ago
Marc Zinnschlag e453468eff moved CellRef loading code to the CellRef class 11 years ago
gus 5d038423ec attempt to solve Bug #1009 by not building graph every frame 11 years ago
Marc Zinnschlag 9025210965 Merge branch 'refnum' into savedgame
Conflicts:
	apps/openmw/mwworld/cellstore.cpp
	apps/openmw/mwworld/manualref.hpp
	components/esm/cellref.hpp
11 years ago
gus 0e46c40cb5 Make ACtionTeleport non player specific and teleport actors following the teleporting actor 11 years ago
gus 1ae62665d6 get all actors following a given actor 11 years ago
gus dd870e35db get all actors following a given actor 11 years ago
gus 2446abe076 Allow getting current active package 11 years ago
gus 7e96a391da FollowCell duration = 0 -> infinite time 11 years ago
gus 7066844e52 Follow you until a certain cell is reached 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