Commit Graph

8818 Commits (fa186f5ec1430c6b75ffbcf2bf0848b6498e90fe)
 

Author SHA1 Message Date
pvdk fa186f5ec1 Added version information to the launcher 11 years ago
pvdk c95b8bcb39 Moved the generated version header stuff into components 11 years ago
pvdk 43bc223e68 Added version info retrieval from git tags 11 years ago
scrawl 149d77dedf Feature #960: Add knockdown and hit recovery for creatures 11 years ago
scrawl 9b32b1403b Feature #960: Implement Creature::hit 11 years ago
scrawl 228254c890 Handle creature attack animations in character controller 11 years ago
scrawl c76a0448a3 Closes #1123: Implement SlowFall magic effect 11 years ago
scrawl 27d0d9c592 Fix exception when clicking on statics when in the inventory window 11 years ago
scrawl 37a59a37c6 Remove cpack (no longer used, according to BrotherBrick) 11 years ago
scrawl 5fc38e7ac4 Don't use blood effects for fatigue damage 11 years ago
scrawl 659d790048 uuid is not used 11 years ago
scrawl c548dcee13 Quick keys menu: make sure selected spell still exists 11 years ago
scrawl 805843d7ff Closes #1086: Implement blood effects 11 years ago
scrawl 240d96a0f1 Renamed AnimationValue to AnimationTime 11 years ago
scrawl 11394d83c5 Feature #1086: Import blood models/textures in MWIniImporter 11 years ago
scrawl ddc432c7ef Fix stealing bug 11 years ago
scrawl e410eb5273 Play 'Idle' voiced dialogue entries in AIWander. Tweak voice max distance. 11 years ago
scrawl 2836c7c927 Do not set owner when adding items to a container, as opposed to NPC/creatures 11 years ago
scrawl fe66012bcd Closes #1115: Fix a bug causing number of AI packages to grow exponentially when adding an AI package. Not sure if adding the same package twice should even be allowed. 11 years ago
scrawl f070d9966d Implement movement speed formula for creatures. Still moving a bit too slow. 11 years ago
Marc Zinnschlag b9869e8519 Merge remote-tracking branch 'ace/patch-1' 11 years ago
Marc Zinnschlag 671d0e46e2 Merge remote-tracking branch 'nobrakal/patch-1' 11 years ago
Alexander "Ace" Olofsson ddf72c06de Update statswindow.cpp
Fixes a build issue on MSVC ('floor' : ambiguous call to overloaded function)
11 years ago
nobrakal e638b8b8cb Update openmw.desktop
Fix bad output of desktop-file-validate for openmw.dektop
11 years ago
nobrakal 278876d6fb Update opencs.desktop
Fix bad output of desktop-file-validate for opencs.dektop
11 years ago
scrawl ea8f60eddf Implement movement speed formula for creatures. Still moving a bit too slow. 11 years ago
scrawl d544551f61 Added getSkill to Class interface, since creatures also have skills (which are provided by generalized Combat, Magic and Stealth attributes which substitute for the specific skills, in the same way as specialization)
Information provided by Hrnchamd.
11 years ago
scrawl 7534fc968d Minor acrobatics fixes 11 years ago
scrawl 28a2585106 Unsheath weapon in AiWander 11 years ago
scrawl dff67bb0b6 StopCombat: mark as non-hostile 11 years ago
scrawl da3295d69c Closes #1106: Move stance to CreatureStats, since creatures also have separate run/walk animations. 11 years ago
scrawl 0a8c61a7fe Bug #1107: Reverted previous fix, which caused problems with some actors not using a box shape as expected. Instead, do not create a bounding box collision shape for hidden nodes. 11 years ago
scrawl 03b2e99802 Remove unused Combat stance 11 years ago
scrawl 79a6ffd216 Closes #1107: Do not create box shapes unless the box collision flag is enabled 11 years ago
scrawl 3ea1407ed3 Closes #1109: Don't reset water level when loading a plugin that does include water level records 11 years ago
scrawl d4aeb177f9 Remove unused btKinematicCharacterController 11 years ago
scrawl 264736c139 Remove hopelessly outdated nifogre tests 11 years ago
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