Commit Graph

10711 Commits (28a0899d2ba6c731bdb3a361b4d51da77595eab1)
 

Author SHA1 Message Date
scrawl 30be59c029 Implement auto-adjusting of particle emit rate
This makes ashcloud.nif and blightcloud.nif work properly.
11 years ago
scrawl 1d46ac19ff Fix being able to activate through terrain 11 years ago
scrawl 750d8b5589 Allow garbage integer argument for addSpell (Fixes #1539) 11 years ago
scrawl 320ab1b2c1 Don't say voice when using startcombat for a dead actor (Fixes #1542) 11 years ago
scrawl 0b34d8d2fd Add support for animated collision shapes (Fixes #1549) 11 years ago
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
scrawl 64a4c2785e Fix water walking 11 years ago
scrawl 8df0effcf5 Remove unused string 11 years ago
scrawl d296c6e9b7 Handle fog density values of 0 (Bug #1549) 11 years ago
scrawl cbec0ffaee Exception fix 11 years ago
scrawl baf490a2b5 Change to btCylinderShape 11 years ago
scrawl 33ed11d8e6 Physics: Use capsule shapes for actors if possible (Fixes #1437) 11 years ago
slothlife ead801f2d0 Fix for compiling Win32 debug. 11 years ago
scrawl e23a7694f3 Don't throw exception when using ModDisposition on creatures (Fixes #1548) 11 years ago
scrawl 0bed6d9d56 Physics: Recognize BBoxCollision flag, but don't use it for raycasting (Fixes #1349) 11 years ago
scrawl e002acdeae Physics: Create actor shapes outside of BulletNifLoader
This will allow to create a specialised shape instead, such as a capsule, which tends to work better for character controllers.
11 years ago
scrawl 98329a94b4 Add case sensitivity workaround for spine bones (Fixes #1547) 11 years ago
scrawl a4ce9d6a7f Always show the script name when a script fails to compile 11 years ago
scrawl 7bf7daa846 Fix exception (getline will trigger failbit on the last line) 11 years ago
scrawl 9a26cf22e6 Implement toggleMenus 11 years ago
scrawl ad0a182b7e Improve error message for unknown cells 11 years ago
scrawl 091f9a8fdc Optimize global map render slightly 11 years ago
scrawl 8eab3abb15 Fix initial view offset for large world maps (Fixes #1523) 11 years ago
scrawl 218f916d6d Savegame: Don't write stat modifiers that are zero 11 years ago
scrawl 11b05c352f Fix exception when casting Bound Gloves spell 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