Commit Graph

10726 Commits (07cfa2abd50ca161a793ee797f4e87e2bad6c8c0)
 

Author SHA1 Message Date
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 1ab02d8072 Fix exception for box shapes (Fixes #1580) 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 b25026299c Why was Hrnchamd not in credits? 11 years ago
scrawl 5bd2f30a99 CellRef uninitialized fixes 11 years ago
scrawl f6a568c995 Implement rain (Feature #41) 11 years ago
scrawl 4a6dbe6f89 Use the actor's collision group/mask for traces
Fixes dead bodies being lifted up when standing below them.
11 years ago
scrawl 09926a86cb Fix comparing outdated listener position with up-to-date cell (Fixes #1499) 11 years ago