Commit Graph

8378 Commits (6d12374ace045ea20ee1dded0fa7f02d78d8c2ca)

Author SHA1 Message Date
Marc Zinnschlag 71ce78f949 added scene toolbar toggle widget 11 years ago
scrawl b58b8c6f8f Adjust player position to ground when using a door marker, even if the player is levitating (Fixes #1737) 11 years ago
scrawl 89af49f669 Make sure fog of war texture is loaded before accessing its buffer 11 years ago
scrawl 175cc98e64 Make magic effects with no corresponding resistance attribute unresistable (Fixes #1727) 11 years ago
scrawl 0f1451babd Add epsilon to armor class calculation 11 years ago
Marc Zinnschlag 7a5f73de9e added navigation mode icons to buttons 11 years ago
scrawl 261e755e73 Font hacking again (Fixes #1506) 11 years ago
scrawl d1feb9ef02 Fix # in book text being interpreted as MyGUI color code 11 years ago
scrawl 78bd516ab4 Show sMagicInvalidTarget for an invalid soultrap target (Fixes #1728) 11 years ago
Michał Ściubidło f754e06be9 Fix for bug 1685 11 years ago
scrawl 45af34d189 Merge branch 'master' of https://github.com/OpenMW/openmw 11 years ago
scrawl 543bb22e8f Implement collision script instructions (Fixes #1111) 11 years ago
scrawl ccde462308 Fix typo (RefId -> RefNum) 11 years ago
scrawl 9e48d56244 Reset RefNum when copying an object (Fixes #1723) 11 years ago
scrawl 1a6db097ed Fix dangling MWWorld::Ptrs in enchanting dialog after loading save game (Fixes #1722) 11 years ago
scrawl a59620f643 Cache loudness vector in the buffer cache 11 years ago
scrawl 0943ff0886 Fix normalizing sample values 11 years ago
scrawl 625f9a35e6 Implement NPC eye blinking (Fixes #1721) 11 years ago
scrawl 598c0c4ae7 Implement mouth animation for NPCs based on say sound (Fixes #642) 11 years ago
Michał Ściubidło bd3729a6cb Add grace periods for player greeting.
Add delay for NPC greating. NPC ignores greeted player after some time.
Fixes bug 1503.
11 years ago
Michał Ściubidło d47bfbe69c Implement AI greeting states.
Greeting consist of 3 phases:
- none - default one, greeting state can only change to "in progress"
  when near enough and some time passes
- in progress - NPC says his greating and rotates toward player,
  state can only change to "done" after some time
- done - rotation is stoped, after idling can go away from player,
  state can only change to "none" when player and NPC are faraway
11 years ago
Michał Ściubidło 20efeea5d9 AI tell their greatings even when player is moving (like morrowind).
Greating reset distance was greatly inflated comparing with morrowind.
11 years ago
scrawl 8455ed6279 Cancel upper body animations when knocked down 11 years ago
scrawl 5349699172 Only show "target resists magic" message for spells cast by player 11 years ago
bogglez b56cb7e5ee Remove defunct option for building without FFmpeg
- Added REQUIRED to find_package(FFmpeg)
- Removed USE_FFMPEG option from CMakeLists.txt
- Always use FFmpeg for sound input
- Removed SOUND_DEFINE from CMakeLists.txt
- Removed #else branch from videoplayer.cpp with dummy VideoState code
  (FFmpeg is now guaranteed to exist and the code was incomplete)
- Remove #ifdef OPENMW_USE_FFMPEG in ffmpeg_decoder.cpp, it is guaranteed to be used
- Remove #ifdef OPENMW_USE_FFMPEG from soundmanagerimp.cpp, it is guaranteed to be used
11 years ago
scrawl f67b7dae91 Sheath weapon in all Ai packages except for AiCombat 11 years ago
scrawl d956df83e4 Don't make guards fight non-aggressive creatures that are in combat
Ex. summoned creature that is helping in a fight.
11 years ago
scrawl d9a6515fe3 Adjust AiFollow running threshold to more closely match vanilla MW 11 years ago
scrawl 18b3e71be5 Reset player position when spawning in fallback cell 11 years ago
scrawl 4773d754c6 Remove redundant isHostile flag (Fixes #1652) 11 years ago
scrawl 0077296c91 Take actor's speed into account in stuck check
The Winged Twilight's walking animation was so slow that it incorrectly detects being stuck.
11 years ago
scrawl d69ed78ccd Don't add combat AI to player 11 years ago
scrawl 3067082534 Make base_anim.nif take priority for biped creatures
Fixes the skeletal minion's WalkForward1h animation.
11 years ago
Marc Zinnschlag 4791098e11 Merge remote-tracking branch 'miroslavr/master' 11 years ago
Marc Zinnschlag 7991dfb907 Merge remote-tracking branch 'scrawl/master' 11 years ago
Marc Zinnschlag c9cd7fb6b7 Merge branch 'scripts' 11 years ago
scrawl c6d3b0b70b Moved merchant restock from trade start to dialogue start, since other services also interact with it. 11 years ago
scrawl 315b022d2d Add transfer gold from all services to NPC trade gold pool 11 years ago
scrawl 45206bc3f6 Savegame: write and read dynamic Store before Cells 11 years ago
MiroslavR b4ba18afe7 Include revision number in the "version" command line option (Closes #1711) 11 years ago
scrawl 6262d6c964 Don't leave stale player CharacterController in Actors when loading game (Fixes #1713) 11 years ago
scrawl d81e9cfefd Implement actors fighting for the actor they are following (Fixes #1141) 11 years ago
scrawl 47e42d4fda Destroy Engine after exception is logged
In cases where OpenMW throws an exception, then crashes in the Engine destructor (ideally should not happen, but keeps happening), we will at least see what the exception was about.
11 years ago
scrawl 8c81e22f3e Determine target for On Touch effects for non-player actors 11 years ago
scrawl 31d058b98c Add workaround for ScrollView messing up canvas size (Fixes #1700)
TODO: Create fixed ScrollView widget?
11 years ago
scrawl 16b089cdc8 Fix invisible enchanting price when self-enchanting was previously used. 11 years ago
scrawl 9c60e4d826 Change button caption from "Buy" to "Create" when self-enchanting 11 years ago
scrawl 09607f992e Enchanting: fix inverted self-enchant success chance (Fixes #1701) 11 years ago
scrawl b370c0f7b5 Enchanting: Don't check price on self-enchanting (Bug #1701) 11 years ago
scrawl 4a1e561015 Properly assign effect attribute/skill in potion creation (Fixes #1704) 11 years ago
scrawl 90b2709d6c Allow absorption of non-harmful spells (Fixes #1693)
Also fix absorption being calculated for each effect rather than the whole spell.
11 years ago
scrawl 60499eff83 Hotfix for message boxes locking up the game 11 years ago
Marc Zinnschlag af54bb9623 removed some redundancies; some more general cleanup 11 years ago
Marc Zinnschlag d0654f3ade move starting of startup scripts from engine startup to new game start; also restart all startup scripts on saved game load 11 years ago
Marc Zinnschlag 4421e7a5cc added lighting mode toolbar icons 11 years ago
Marc Zinnschlag 1ca0cc4988 rewrote MWScript::Locals::configure to be independent of precompiled script data 11 years ago
Marc Zinnschlag a3c4000198 moved call to Globalscripts::addStartup out of the constructor because at the time of construction the environment may not be set up yet to perform this operation 11 years ago
Marc Zinnschlag 87c54adb24 some cleanup 11 years ago
Marc Zinnschlag f6b502b195 rewrote dialgoue filter access to local variables 11 years ago
Marc Zinnschlag 9f69db0d69 added missing const to ScriptManager::getLocals 11 years ago
Marc Zinnschlag 2e355df8b3 removed function ScriptManager::getLocalIndex (was redundant and was also depending on precompiled scripts) 11 years ago
scrawl 4ec51b386a Add ManualResourceLoader for fog of war textures (Fixes #1675) 11 years ago
scrawl 4b3e12bfb4 Fix pinned widgets receiving mouse clicks in gamemode (Fixes #1686) 11 years ago
scrawl 469d2afffa Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwgui/levelupdialog.cpp
11 years ago
scrawl d4ff17f1c5 Remove unused FLTV and NAM0 from CellRef 11 years ago
scrawl 4e0c133fb3 Add comment to Cell NAM0 (it's a RefId counter) 11 years ago
scrawl 7ae9bbb1a5 Implement iCrimeThresholdMultiplier 11 years ago
scrawl fc618cb3ea Use separate function for fatigue restoration during resting/waiting 11 years ago
scrawl 103325bfb8 Change HUD enemy health bar to use actorId 11 years ago
scrawl 75366b2e37 Implement CellRef's faction rank (rank requirement to use item) 11 years ago
scrawl ca45a63cf7 Close doors instantly when using Lock instruction 11 years ago
scrawl 2b57c7fa67 Use CellRef's global variable to disable owner (Fixes #1677) 11 years ago
Marc Zinnschlag 91afc2ebe7 Merge remote-tracking branch 'mikesc/bug1482' 11 years ago
Marc Zinnschlag 6b5f79a9ca Merge remote-tracking branch 'miroslavr/master' 11 years ago
Marc Zinnschlag ccf672630f Merge remote-tracking branch 'lgro/aicombat' 11 years ago
Michał Ściubidło e24173f94a Fix bug 1482:
- put powers on cooldown only when they are used succedsfully
11 years ago
Lukasz Gromanowski 171c61022d Added initialization of weapRange in AiCombat::execute().
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
MiroslavR 3b67e9b329 Rework level up dialog to behave more like vanilla 11 years ago
scrawl c0645d4978 Increase death count immediately on death (Bug #1588)
This is required for scripts using getDeadCount as reaction to onDeath that rely on the increased value.
11 years ago
scrawl d43c21a9fc Make NPCs react to being attacked by other actors (Fixes #1588) 11 years ago
scrawl 127add7623 Don't allow dialogue with werewolf NPCs 11 years ago
Marc Zinnschlag a9f9dec923 consider script blacklist in OpenCS verifier 11 years ago
Marc Zinnschlag d87630b41a blacklisting for scripts in OpenMW 11 years ago
scrawl 10d4da7994 Fix date time in journal entries being off by one day (Fixes #1668) 11 years ago
scrawl 5629803a08 Implement correct armor mitigation mechanics 11 years ago
scrawl 804f1a5e59 Adjust combat mechanics
- Projectiles can not trigger critical hits
 - Critical hits are only possible if the target is not in combat (Fixes #1669)
 - Hand-to-hand deals damage to health during entire duration of knockdown animation (including standing up)
11 years ago
scrawl 90a96cd7d8 Fix bug where actors in combat with multiple other actors where not regarded as in combat with a specific actor 11 years ago
scrawl 1636fd66db Don't add creature base damage to weapon damage (UESP was wrong) 11 years ago
scrawl 6d794dac69 Add missing messagebox for spell lock and unlock success 11 years ago
scrawl 9897f14c3c Don't block when actor is paralyzed 11 years ago
scrawl 28a0899d2b Implement difficulty scaling (Fixes #1505) 11 years ago
scrawl 5bbf07976f Consider Shield spell effect for creature armor rating 11 years ago
scrawl 691ba02115 Reduce wepaon condition even if attack misses 11 years ago
MiroslavR 0f2305ae43 Clear selected spell when window manager is cleared 11 years ago
scrawl 63fd04882a Make sure crime gold discounts don't reduce price to zero 11 years ago
MiroslavR d5381e1bc4 Dynamically resize skill widgets to fit their contents (Fixes #1610) 11 years ago
Marc Zinnschlag 6a3ff211b1 automatically get target ID at InterpreterContext construction, if a reference is available 11 years ago
Marc Zinnschlag 4fb897f2f8 added missing getId functions to classes derived from MWWorld::Class 11 years ago
scrawl d4ffd30f98 Implement Rank filter with no faction given (Fixes #1660) 11 years ago
scrawl f9a39138cc Add missing endline 11 years ago
scrawl 08ce6ed7fb Attempt to restack item after repair or recharge (Fixes #1656) 11 years ago
Marc Zinnschlag 27c84d6cb7 the reference for a targeted script is now determined when needed instead of at the start of the script execution 11 years ago
Marc Zinnschlag dba6a9ebff run targeted scripts with an implicit reference based on the ID given 11 years ago
scrawl 20a0040bdb Apply elemental shield magnitude to element resistance (Closes #1121) 11 years ago
scrawl 123157b216 Implement elemental shield damage to attacker (Feature #1121) 11 years ago
scrawl f43a10b7b9 Adjust disease contraction according to Hrnchamd's research 11 years ago
Marc Zinnschlag 75ab8de3d2 added opcode for running scripts with explicit references (targeted scripts) 11 years ago
Marc Zinnschlag e9377ad5c4 include targeted script data in saved games 11 years ago
Marc Zinnschlag 8241ee59c3 modified GlobalScripts data structures to accommodate targeted script data 11 years ago
Marc Zinnschlag 1a1f5dfc4a added tooltips to dialgoue subview buttons 11 years ago
scrawl 5839691530 Check for container organic flag before checking weight (Fixes #1654) 11 years ago
scrawl 6cd739678a Fix dangling model pointer after reference cleanup (Fixes #1653) 11 years ago
Marc Zinnschlag 517b27e29a Merge branch 'toolbar' 11 years ago
Marc Zinnschlag 0430558c3c fixed focussed button in mode tool panel when panel is opened 11 years ago
Marc Zinnschlag 17fc570e38 new keyboard shortcut (T): move focus from toolbar to scene widget 11 years ago
Marc Zinnschlag 92af093856 new keyboard shortcut (T): move focus from scene widget to toolbar 11 years ago
Marc Zinnschlag 688d413b8c when scene toolbar gains focus, focus first button 11 years ago
scrawl 7c7c71428a Don't crash if certain class doesn't exist 11 years ago
Marc Zinnschlag c2ea8f3f0a added self-adjusting tooltips to the top-level toolbar buttons 11 years ago
Marc Zinnschlag 26f87f5d23 added navigation mode button tooltips 11 years ago
Marc Zinnschlag e855e55318 added tooltip to user settings button on startup window 11 years ago
scrawl c9150c9680 Initialize character skeleton to a suitable pose (Fixes #1473) 11 years ago
slothlife d0e1210dd7 Fix for Bullet debug assert
After changing the vector comparison to squaredDistance, the threshold
for rejecting similar vectors needed to be readjusted.
11 years ago
scrawl 8b404ee255 Fix not being able to exit dialogue using Escape when a Goodbye link appears 11 years ago
Marc Zinnschlag cae0c4a044 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl f2799ea1d9 Reset item model when reference is reset (Fixes #1628)
This caused crashes when the window was resized after the reference no longer exists (e.g. when a savegame is loaded)
11 years ago
scrawl 40c3fa0dc1 Fix travis 11 years ago
scrawl d63dd88113 Apply autocalc corrections to player starting spells 11 years ago
scrawl fd3f109362 Fix underflow for NPCs with level 0 11 years ago
scrawl a1639371d3 Fix rounding for skill/attribute autocalc 11 years ago
scrawl 83819b2894 Traverse spells in record order from content files. bronrod_the_roarer is perfect now. Other NPCs have some differences. 11 years ago
scrawl 479f248c1d Use spell effect range type, not base effect (applied to spellcasting code) 11 years ago
scrawl b4f8edc186 Use spell effect range type, not base effect 11 years ago
scrawl 1c41ce9b9d Implement Hrnchamd's player and NPC autocalc spells (Some unclarities remaining, XXX) 11 years ago
scrawl d91d599269 Disable quickload when in modal dialog (Fixes #1641) 11 years ago
scrawl 048d07b299 Show owner of doors in tooltip 11 years ago
scrawl 5fbce67b9d Don't redraw ItemView if the size did not change 11 years ago
scrawl 53c70dbdaa Exit dialogue when going to jail (Fixes #1635) 11 years ago
Marc Zinnschlag 490442cf62 added lighting mode tooltips 11 years ago
Marc Zinnschlag 61a02d8a40 replaced custom toolbutton push flag with type enum 11 years ago
Marc Zinnschlag 32e48edb83 toolbar tooltip system 11 years ago
Marc Zinnschlag 67ad7d5b0e fixed scene subview focus problem 11 years ago
Marc Zinnschlag 57b9b8d884 set focus when opening a toolbar panel 11 years ago
Marc Zinnschlag d6c0b8d0ac use custom button on toolbar (top level) 11 years ago
Marc Zinnschlag 44b95bbd7b added push mode and icon-less push button constructor 11 years ago
Marc Zinnschlag 8b239df1b1 removed text argument from button constructor, because toolbar buttons will always be icon only 11 years ago
Marc Zinnschlag 365b721878 return/enter activate the selected button 11 years ago
Marc Zinnschlag 50ee815dd8 make buttons in mode panel act like radiobuttons 11 years ago
Marc Zinnschlag dd0aa20390 custom push button 11 years ago
Marc Zinnschlag 930f782bc5 SceneWidget::setLighting was missing an update call 11 years ago
scrawl 0704fa2b3d Reset local rotation axis in SetAngle (Fixes #1630) 11 years ago
Marc Zinnschlag 3333f67830 removed a left-over marker 11 years ago
Marc Zinnschlag 03f67cd6bd moved low level widgets from CSVWorld into a separate namespace/directory 11 years ago
scrawl df80c436fb Fix compile error for OPENMW_USE_FFMPEG=0 11 years ago
scrawl 742d008765 Fix initializing CharacterController with fists or spell equipped 11 years ago
scrawl a3a8f4da70 More font hackery. Will it ever end?
Fixes #1606
11 years ago
scrawl 0a2d5d34bc Cancel queued view mode switch when switching view mode (Fixes #1618) 11 years ago
scrawl ee81698089 Always control movement by animation except for first person or in-air 11 years ago
Marc Zinnschlag 1548f4670a drop part of resources drag and drop 11 years ago
Marc Zinnschlag b6c5ee125d more refactoring 11 years ago
Marc Zinnschlag 9d5956585c added separate display type for colours 11 years ago
Marc Zinnschlag b2ce94f28a fixed exceptions 11 years ago
Marc Zinnschlag b2c2342988 some refactoring (removing redundant code) 11 years ago
Marc Zinnschlag c1bbefb840 enable dragging from resources tables 11 years ago
Marc Zinnschlag df6996d4ae filter resources files based on extension 11 years ago
Marc Zinnschlag 19828df799 added subviews for resources tables 11 years ago
Marc Zinnschlag b2c957a56f added resources tables 11 years ago
Marc Zinnschlag 42db9a5091 make modification column optional in table views 11 years ago
Marc Zinnschlag 4f6c7b0e84 resolved UniversalId naming ambiguity 11 years ago
Marc Zinnschlag e171babd2f added Feature_Constant to IdTable 11 years ago
Marc Zinnschlag 1b1f1bade3 injected new class IdTableBase between QAbstractItemModel and IdTable 11 years ago
Marc Zinnschlag 63d0fdee7f removed leftover data member 11 years ago
Marc Zinnschlag 879ab49e9c added resources manager 11 years ago
Marc Zinnschlag 1ce60fa13b Merge branch 'tables' 11 years ago
Marc Zinnschlag 1745335982 body part table fix: forgot to include body parts in ID listings 11 years ago
Marc Zinnschlag 607445d40c Merge branch 'editorfixes' 11 years ago
Marc Zinnschlag 9ce92302d7 interpret empty filter strings as no filter instead of a broken filter (Fixes #1311) 11 years ago
scrawl 6cd6578a88 Handle Deleted moved references (Bug #1613) 11 years ago
scrawl e666ddfe18 Fix list of moved references being discarded (Fixes #1613) 11 years ago
scrawl df62c06acf Print exterior grid position in betaComment 11 years ago
Marc Zinnschlag 37a2b48fa2 added missing type columns to body part table 11 years ago
Marc Zinnschlag d96ed38d49 added body part table 11 years ago
Marc Zinnschlag 5649552f18 added other missing columns for enchantment table; fixed dialogue subviews for enchantment records 11 years ago
Marc Zinnschlag ab8bee4d1a added enchantment type column to enchantment table 11 years ago
Marc Zinnschlag 395c45c88b Merge branch 'editorfixes' into tables 11 years ago
Marc Zinnschlag e97fd35ae6 added enchantments table 11 years ago
Marc Zinnschlag 4f08efc4d7 added missing combat, magic and stealth columns for creatures (Feature #1312) 11 years ago
scrawl 205e039a39 Allow modCurrent instructions to decrease below zero (Bug #1589) 11 years ago
Marc Zinnschlag a25321f07e update paged scene view according to changes made to cell records 11 years ago
scrawl 2506c16bf5 Add a dummy GetStat function returning 0 (Fixes #1589) 11 years ago
Marc Zinnschlag 5fb2e1a877 do not render deleted exterior cells in scene view 11 years ago
Marc Zinnschlag af59106533 for regular IdCollections when loading a record make the record a copy of the existing record first (adresses some incomplete records in some content files) 11 years ago
scrawl 85a1f9d37b Fall back to resolution selected from list when switching to fullscreen (Fixes #1599) 11 years ago
scrawl 082b6125a9 Fix crash during spell creation when an effect targeting a skill/attribute doesn't have one assigned yet (Fixes #1598) 11 years ago
scrawl 5ec96c5394 Add missing visibility flags 11 years ago
scrawl 1de406cb6d Catch exception from invalid scripts during save&load (Fixes #1590) 11 years ago
Marc Zinnschlag b5650f5d4f Merge branch 'cells' 11 years ago
Marc Zinnschlag 2fe2def64c added cell rendering in paged worldspaces 11 years ago
Marc Zinnschlag a6626b94c8 added cell rendering in unpaged worldspaces 11 years ago
Marc Zinnschlag 74ed9cbb2d added cell rendering class 11 years ago
Marc Zinnschlag 604509ac7e Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl e25fa6c157 Refactor non-distant land terrain path to a grid based implementation (Fixes #1562) 11 years ago
scrawl 4949aa1fbb Add hack required for unnamed animated collision shapes (in_dagoth_bridge00.nif) 11 years ago
scrawl 10ef0a34d9 Update effects even when main animation is paused (Fixes #1585) 11 years ago
scrawl f929004635 Search exterior cells in reverse (workaround for duplicate chargen_plank reference in Morrowind.esm and Bloodmoon.esm) 11 years ago
scrawl 65e36793fc Fix messagebox on crash showing wrong path 11 years ago
scrawl 3b2358888b Attempt to fix player position after using coc/coe 11 years ago
scrawl 8e361bb879 Make targeted spells collide with water (Fixes #1500) 11 years ago
scrawl 92f5898b32 AiWander: Make sure we have 8 idle values (Fixes #1583)
The AiWander instruction may specify more (or less) than 8.
11 years ago
Marc Zinnschlag c35b87de95 various Object class fixes 11 years ago
scrawl 523c2715e3 AiCombat: Handle Start to Min and Min to Max durations of 0 (found in Riekling animation) 11 years ago
scrawl 516014c071 Trigger hit on start key if there's no hit key (Fixes #1574) 11 years ago
scrawl 911bd0e340 Use walk animation as fallback if there's no run animation (Fixes #1578) 11 years ago
scrawl 78d02d97da Find text keys in reverse (Bug #1578) 11 years ago
scrawl 2451eead8a Some additional wrapping for faction rank instructions 11 years ago
scrawl 7f26843dc3 Reset key focus when the key focus widget is hidden (Fixes #1568) 11 years ago
scrawl 37c85f0af4 Don't update object root controllers with no time source (Fixes #1564) 11 years ago
scrawl 6a900e0aad Update weapon and shield controllers for creatures 11 years ago
Marc Zinnschlag 3541d03809 fixed deleting of referenceables (modification state column was incorrectly flagged as non-editable) 11 years ago
Marc Zinnschlag 099c406226 Merge branch 'objects' 11 years ago
Marc Zinnschlag 6020edf60f make preview watch for changes in modification state of relevant records 11 years ago
Marc Zinnschlag a2f514f024 disabled preview function for deleted records 11 years ago
Marc Zinnschlag 36c1170d09 fixed some function names 11 years ago
Marc Zinnschlag 0c1ad54e68 refactored object rendering into a separate class 11 years ago
Marc Zinnschlag 3100206b28 replaced an assert with an exception 11 years ago
scrawl 8b340ddd5e Implement slower movement against storms (Closes #41) 11 years ago
scrawl 07d0f4458d Rotate clouds/particles to come from red mountain (Fixes #245) 11 years ago
scrawl 9eb8addc70 Make flying creatures fall when paralyzed (Fixes #1494) 11 years ago
scrawl e19bbfd1b5 Fix OpenCS crash when drag and drop is used with unexpected data, e.g. plain text (Fixes #1543) 11 years ago
scrawl 865f4648b0 Fix flying creatures not falling on death 11 years ago
scrawl 44fd526c98 Don't show disposition bar for creatures 11 years ago
scrawl 4aab4e1c26 Ignore item condition when determining value, except in trade (Fixes #1557) 11 years ago
scrawl 869fa08a32 Fix disarming a trap when key is used (Fixes #1556) 11 years ago
scrawl e5254ff8ef Set render queue for rain 11 years ago
Marc Zinnschlag 06e89d8bd3 reduced loading batch size (making the the loading progress bars a bit more responsive 11 years ago
Marc Zinnschlag bd252d0aec display record count in loading window 11 years ago
scrawl 7b1e1d03d8 Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwrender/sky.hpp
11 years ago
scrawl 697329f128 Fix crash for in_dagoth_bridge00.nif (Fixes #1561)
This one is causing trouble by using an unnamed node, will need some more work.
11 years ago
scrawl 15b486e149 Don't trigger changed flag if a script with no locals is configured 11 years ago
scrawl 2d17d8f61a Savegame: start in (0,0) cell if player's cell no longer exists
This happens frequently when saves are loaded that were created in a different MW language.
11 years ago
scrawl 5bd2f30a99 CellRef uninitialized fixes 11 years ago
scrawl f6a568c995 Implement rain (Feature #41) 11 years ago
scrawl 09926a86cb Fix comparing outdated listener position with up-to-date cell (Fixes #1499) 11 years ago
scrawl 2bcbc6ab7d Potential crash fix, either way should have a better error message now 11 years ago
Marc Zinnschlag 85965bfd47 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl ec64f1a53a Reset accumulation root when its animation finishes
Fixes a position flicker after standing up from knockdown.
11 years ago
scrawl ee098de0a6 Don't ignore lighting values of particles not attached to a character 11 years ago
scrawl b259c5def2 Make GetFactionReaction garbage argument optional 11 years ago
scrawl 3d9bdad8ba Correct run speed for creatures (by Hrnchamd - Fixes #1136) 11 years ago
scrawl 7f1d0fc2a2 Fix disposition for npcs in same faction, by Hrnchamd 11 years ago