Commit Graph

8567 Commits (c004fb778f69abacfc77e2f056db07a65f688fde)
 

Author SHA1 Message Date
Alexander "Ace" Olofsson b50151cb38 Quick build fix for windows 11 years ago
scrawl 2a8ab932ef Bug #951: Only recalculate derived stats when attributes change 11 years ago
Marc Zinnschlag f1be4656ec Merge remote-tracking branch 'lgro/issue1042_TES3_header_data_wrong_encoding' 11 years ago
Marc Zinnschlag 60a8a9e684 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 27b45dd3cd Remove unused input 11 years ago
Lukasz Gromanowski 100edda8c0 Fixes #417: Apply weather instantly when teleporting
Change speed of weather transition from blight to other (twice fast as normal)
and from other to blight (four times faster than normal).

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 9b73d23139 Fix warning about uninitialized variable inside stream.peak():
openmw/mwgui/bookpage.cpp:394:13: warning: ‘*((void*)& stream +24)’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
scrawl 6d47d710a0 Reimplement NiGeomMorpherController using Ogre's pose animation system 11 years ago
scrawl 596c9b80a9 Check if threads are joinable before joining (issue with boost 1.52) 11 years ago
scrawl 85ec80100c Bug #1005: Hide torches/shields during spellcasting and hand-to-hand combat 11 years ago
scrawl 7265b427fe Bug #1013: Rewrote fall height detection 11 years ago
scrawl 02277db685 Bug #1052: Don't use set/getOnlyText which discards escape characters 11 years ago
scrawl 686d9efac3 Bug #1060: Fix incorrect spell type checks 11 years ago
scrawl 27092a4494 flagAsModified should be private 11 years ago
scrawl a9526622b1 Particle improvements: particle systems now move with the particle bone, not the scene node. This difference is not noticable if the particle bone is static, but it makes the code *much* nicer and mirrors more closely what NifSkope does. 11 years ago
scrawl 6400f23ab0 Use the material controller manager for effects with overridden texture 11 years ago
scrawl d262d9e6b0 Bug #1054: Set render queue group for effects 11 years ago
scrawl 1c60a781a5 Add header to CMakeLists 11 years ago
scrawl 561c661156 Reset starting angle / position when adding world item to a container 11 years ago
scrawl 608bd0f525 Don't copy the base node pointer when adding a world object to a container. Fixes bug #1028 11 years ago
scrawl 30b1da996b Issue #1029 - Quick keys menu: Select compatible replacement when tool used up 11 years ago
scrawl 5a287a7e01 Remove no longer accurate flagAsModified calls. Container items are now modified via ContainerStore, not RefData. 11 years ago
scrawl d09a86e208 Issue #1018: Don't allow view mode switching while performing an action 11 years ago
scrawl a3017e16d4 Don't allow changing the spell that is being cast mid-animation 11 years ago
scrawl 5054d8e6c1 Bug #1055: Check power use and mana before starting cast animation 11 years ago
scrawl 71d9755ef1 Bug #991: Don't autoequip items with harmful permanent enchantments 11 years ago
scrawl 9877db413c Connect particle systems to the particle node, not the emitter node 11 years ago
scrawl eab2c89346 Issue #983: Fix controllers to affect objects attached to the base node 11 years ago
scrawl 5931fdcbde Implement NiBillboardNode. Flags not handled yet. 11 years ago
scrawl a3ff9e5be8 Change destruction order - fixes a shutdown crash discovered with mesa 11 years ago
scrawl def93f9910 Readme updates 11 years ago
scrawl fb845e81a4 Rename nosound to no-sound for consistency 11 years ago
scrawl 85ed21dbd2 Remove unused command line option 11 years ago
scrawl 33389b9b63 XDG compliant paths 11 years ago
scrawl aef0fd1460 Rename some path methods 11 years ago
scrawl e68e2f82a2 Implement DarkTexture slot. Fix an issue with incorrect transparency override when base texture is empty. 11 years ago
scrawl 0050e6e67b Support materials with no base (diffuse) texture (should be white). Support alternate UV set for diffuse texture. 11 years ago
scrawl a9e1e89bbc Bug #1007: Fix the console getting key focus when a reference becomes unavailable, even if the console is not visible 11 years ago
scrawl 31c1f484ed Slight performance improvement for WindowManager::updateVisible 11 years ago
scrawl b6bad969a0 Fix an issue with items that have no UI icon 11 years ago
scrawl 81ec8c2f55 Handle --version and --help before reading configuration - putting these options into openmw.cfg makes no sense 11 years ago
scrawl 74e902330f Fix a terrain shader issue 11 years ago
scrawl c5c3248376 Compile fixes for Ogre 1.10 11 years ago
scrawl 6d27ebabb6 Integrate AddGlow with material controllers 11 years ago
Lukasz Gromanowski 18a9878bdd Fixes #1042: TES3 header data wrong encoding
Changed loading of HEDR structure from all-in-once to field-by-field
so author and descryption could be converted to UTF-8.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 900bc06d2c Fixes #845: NPCs hold torches during the day
Moved 'equipping torches at night and unequipping at day' code from Character
to Actors class.

Removed unneeded showLights method (introduced in previous commits)
from animation/npcanimation classes.

Since this commit autoEquip() method doesn't automatically equip lights.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski abc126e2af Fixes #845: NPCs hold torches during the day
Added check for Player character so it won't be affected by showing,
or hidding torches.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 6eb674e4e5 Fixes #845: NPCs hold torches during the day
Added equipping/unequipping torches.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 92072d968b Fixes #845: NPCs hold torches during the day
Simplified a bit code which shows and hides light.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Marc Zinnschlag 16b3927f17 Merge remote-tracking branch 'scrawl/master' 11 years ago