Commit Graph

10362 Commits (a3752da79f3785ed814d0ca75fe201269449c2cc)
 

Author SHA1 Message Date
scrawl a3752da79f Store Always Run control state in settings 11 years ago
scrawl d2dca27067 Correct wrong assertions (Fixes #1425) 11 years ago
scrawl 98d7b6672a Make MODL subrecord optional for potions (Fixes #1419) 11 years ago
scrawl b9dadff5a3 Recognize DELE subrecords at the end of the record (Fixes #1414) 11 years ago
scrawl 823ccb1b3d Don't batch statics that have "references persist" set (temporary fix for Arkngthand door - Fixes #1386) 11 years ago
scrawl 69855097ca Fix an always true condition (Bug #1355) 11 years ago
scrawl a0bff03560 Fix not handling failbit/badbit in ifstream (Bug #1355) 11 years ago
scrawl b470596206 Handle failed savegame file operations (Fixes #1413) 11 years ago
scrawl 2ec324c80b Consider all splash screens in the Splash folder (Fixes #1416) 11 years ago
scrawl 927ae00454 Fix code that stopped animation immediately after starting it, due to thinking it has completed (Fixes #1370) 11 years ago
Marc Zinnschlag 0668019c86 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 58d963d6e6 Fix warning 11 years ago
scrawl b68a8e38cd Remove unused map 11 years ago
scrawl 54a5dba3f5 Don't reserve Pauldron parts for robes (Fixes #1396) 11 years ago
Hallfaer Tuilinn 01283f531e Fix for Bug #1409 11 years ago
scrawl 9627146bf4 Another fix for trade exploit (hopefully the last: Fixes #1408) 11 years ago
scrawl f3cece8dec Fix alchemy allowing same item ID in different slots (Fixes #1407) 11 years ago
Arthur Moore f9f278f645 Fixed a capitalization error.
Changed Interpolations to unsigned.
Also explained what's happening in the comments.
11 years ago
Arthur Moore b90e4db871 Actually read in XYZ_ROTATION_KEY data instead of discarding it. 11 years ago
scrawl 40d6c8abf7 Remove horizontal messagebox layout, not used in vanilla (Fixes #1402) 11 years ago
scrawl d442853b3e Allow opposite gender's parts as fallback (Fixes #1404) 11 years ago
scrawl c36decb855 Fix being able to place items on top of actors (Fixes #1403) 11 years ago
scrawl 3d103f3785 Don't block hits when in hand-to-hand combat (shield not visible) 11 years ago
scrawl 0063b63ae4 Don't use armor mitigation for fall damage 11 years ago
scrawl 6db936bb3a Refactor item icon code into ItemWidget (Fixes #1391)
- Removed duplicate code
 - Fixed missing magic backgrounds during item drag&drop
 - Change background texture used for HUD icons
11 years ago
scrawl f53e86cad9 Fix AiCombat being incorrectly added to player (Fixes #1356) 11 years ago
dreamer-dead e772bb88da Remove RTTI usage in NIF reader. 11 years ago
scrawl 1173957e56 Fix item weight displaying as 1e+3 for Stendarr's Hammer 11 years ago
scrawl 17f8b49db6 Add missing padding for item tooltip magic effects 11 years ago
scrawl d2e98c4de1 Fix forced switch to third person on death not always working
For instance, when dying from fall damage
11 years ago
scrawl b6e52ae8ab Fix crash when loading a savegame after dying (Fixes #1389) 11 years ago
scrawl 4e235516c3 Work around missing character in french morrowind font (Bug #1390) 11 years ago
scrawl 85c9871178 Use question mark for not found glyphs in the font 11 years ago
scrawl cefa20bfb9 Fix not reacting to quit request while video is playing 11 years ago
scrawl c0f1449004 Cycle with equipped items if all slots are occupied (Fixes #1395) 11 years ago
Marc Zinnschlag 1b9b275f30 fix for bug #1369 11 years ago
Marc Zinnschlag c4e7386770 Revert "added changed reference tracking for cells"
This reverts commit f4334da42e.
11 years ago
Marc Zinnschlag 5313862a46 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 00775035af Add missing hasItemHealth for lockpicks/probes (Fixes #1385) 11 years ago
scrawl 7376cb9b61 Fix loading ESX files cleaned with testool (Fixes #1382) 11 years ago
scrawl ce14a6413b Small optimization to ESM::Variant 11 years ago
scrawl d7f3cd75ac Rewrite journal GUI topic list to use MWList 11 years ago
scrawl 17b15a6f4f Fix overlapping text in SpellWindow when the window is too small 11 years ago
scrawl d777739425 Fix a crash on exit when projectiles were active 11 years ago
scrawl bbc5b125ab Rewrite journal GUI quest index
- Use quest names as identifiers, not quest IDs. This ensures that quests with different IDs, but the same name (e.g. A2_4_MiloCaiusGone and A2_4_MiloGone) are merged properly, as they should.
 - Switch display from BookPage to MWList. Handles word-wrapping and scrolling properly.
 - Fixes a bug where the quest index would not be updated when opened.
11 years ago
slothlife 281d3b4c95 Fix for dereferencing past end of mGuiModes. 11 years ago
scrawl 577ed3943b Show wallpaper when loading a savegame 11 years ago
scrawl d2ad2e0f31 Re-enable collision when an actor is resurrected 11 years ago
scrawl 16ceb382f4 Ignore raycasting shapes for weapon collision tests
Fixes dead bodies being in the way when they shouldn't.
11 years ago
scrawl 996e49c534 Change CharacterManager to use list instead of vector
Solves a crash when deleting all savegames of a character due to mCurrent being invalidated
11 years ago