Commit Graph

10538 Commits (9ea22324f76d1c5f71319050c1bbdcdc36a0e4f7)
 

Author SHA1 Message Date
slothlife 9ea22324f7 Fix some MSVC warnings.
Several fixes are warnings about truncations on 64-bit, while others are
complaints about mixed signed / unsigned integer operations.
11 years ago
slothlife ead801f2d0 Fix for compiling Win32 debug. 11 years ago
Marc Zinnschlag 30f8e279ed Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl c69a311ad8 Disable lighting for particles
Fixes magic cast visuals being too dark depending on the environment.
11 years ago
scrawl 4648524df4 Improve getLOS (use eye level). Also, don't crash when used with non-actors. 11 years ago
scrawl 185ff279a3 Add missing sound effect for mages guild transport 11 years ago
scrawl cc3c6ae7b8 Fix very slow movement on some creatures, e.g. rats (Bug #1136)
Neither fAthleticsRunBonus, fBaseRunMultiplier or the creature's athletics skill (i.e. Combat stat) have any effect on the run speed (tested by setting those to absurd values). The new formula is just a guess and doesn't seem to be completely accurate.
11 years ago
scrawl 6760f4c897 Make cached GMSTs in MWClass::Npc/Creature safer 11 years ago
scrawl 4234c70232 Savegame: Disable CustomData load optimization for npcs and creatures for now to preserve compatibility (still enabled for containers) 11 years ago
scrawl d878456d0f Don't add an extra path separator 11 years ago
scrawl c3e4160a0a Don't crash in StatsWindow for invalid faction rank values
PcRaiseRank: don't allow to raise rank beyond max rank
11 years ago
scrawl 2193977eec Savegame: Don't fill CustomData from ESM records if the savegame overwrites it anyway
This gets rid of some junk in ContainerStores (since clear() only sets count to 0 and doesn't really delete references), and significantly speeds up loading savegames (by about 80% in my test)
11 years ago
scrawl 4e71db7081 Savegame: Don't load/save deleted container items. This is currently pointless, and also causes new garbage being added on each load/save cycle: Container stores are first filled from ESM records, then cleared and filled from the savegame. The items from ESM records remain as deleted refs. 11 years ago
scrawl 5645c9185b Fix location of local data path 11 years ago
scrawl 8a4227ec38 Heal player while in jail 11 years ago
scrawl 9a6737073f Fix broken swimdeath in first person 11 years ago
scrawl 224163e5a2 Fix console text becoming unreadable when selected (Fixes #1530) 11 years ago
scrawl e95483c40f Fix crash for on target spells cast by non-actors (Fixes #1529) 11 years ago
scrawl fe1e6a2719 Make Weakness effects apply to all subsequent effects within the same spell (Fixes #1150) 11 years ago
scrawl 56bc5a9d39 Fix being able to steal undetected just after invisibility breaks 11 years ago
scrawl 80f66e2157 Fix crash when avformat_open_input fails (Fixes #1522) 11 years ago
scrawl d4678a8d55 Fix level up dialogue layout (Fixes #1393) 11 years ago
scrawl 666dbc6ddc Disable QuickKeysMenu in werewolf form 11 years ago
scrawl a3ea7cb956 Ignore distance when considering aggression due to crime (seems to work better, all balmora mages guild members now come to help when one is attacked) 11 years ago
scrawl 1dc9e151cb Count werewolf kills (Fixes #1525) 11 years ago
scrawl 1244da85df Make Detect Life spell detect NPCs when in werewolf form (Fixes #1527) 11 years ago
scrawl 4f9ebd148c Fix broken AI movement on Z axis 11 years ago
scrawl cb6f1d3a52 Fix wait dialog arrow button step (Fixes #1524) 11 years ago
Marc Zinnschlag 2683aa9503 Merge remote-tracking branch 'filkry/bug640_luminescent_water' 11 years ago
Marc Zinnschlag 073cc3f02c fixed base flag in content file loader code 11 years ago
scrawl 2477456f99 Implement Murder crimes and OnMurder instruction (Fixes #1315) 11 years ago
scrawl 3801dfb4ba Add delay to sneak icon update and skill progress (Fixes #1321) 11 years ago
scrawl ec66484472 Fix forceGreeting with explicit references (Fixes #1518) 11 years ago
scrawl ffb6f5d555 Use fFight<Crime> GMSTs to control attacks in response to crimes 11 years ago
scrawl 8ac019611d Fix Potion use action removing the potion even when the action is not executed (Fixes #1521) 11 years ago
Fil Krynicki c36fc48c47 Fixed underwater issue
I had accidentally deleted some interpolation parameters.
11 years ago
Fil Krynicki cfea7736d9 WIP fix
Bug is fixed, but appears to have broken vision underwater. Notes:

+ basically fixed by darkening the colour of water such that it is
darker than refracted terrain
+ also disabled sunlight scattering at night. This may actually be
desirable, but given there is no visible moon it seems unlikely to make
much sense, and blends a lot of green into the water colour appearing
luminescent at night
11 years ago
scrawl 28feb260eb Implement disposition/distance based aggression (Fixes #1520) 11 years ago
scrawl d11a5e19f7 Fix positionCell not properly teleporting actors from inactive to active cells (Fixes #1516) 11 years ago
scrawl 2ce8323a42 Fix getDistance not detecting references in inactive cells properly 11 years ago
scrawl 47bd170d7e Crashcatcher: create temp file in /tmp, not working directory (which may not have write access) 11 years ago
scrawl f935cfc6c9 Fix crash when stealing items with the owner not around (Fixes #1512) 11 years ago
scrawl 5f5c0c5bff Remove an unused setting 11 years ago
scrawl 1b610cdbd0 Allow following NPCs to fast-travel (Fixes #1501) 11 years ago
scrawl 468db7a9c4 Remove terrain limit warning text that no longer applies 11 years ago
scrawl 78f30e2970 Fix a journal layout bug 11 years ago
scrawl 345ba99c17 Fix WeaponAnimationTime not working after restoring draw state (when loading save or re-entering a cell - Fixes #1497) 11 years ago
scrawl 9ea071c1e8 Fix weapon incorrectly showing when saving and loading with spell equipped 11 years ago
scrawl edccb62c1f Clear MyGUI's clipboard, since we don't want to use it (Fixes #1277)
This would cause pasted text to appear twice, but only when using an SVN version of MyGUI, since 3.2 had a bug where it wouldn't recognize the Ctrl C/V/X keys when using separated key/textinput events.
11 years ago
scrawl 4f73e8bb71 Add items to player inventory upon drag start (Fixes #1507) 11 years ago