Commit Graph

8418 Commits (6d27ebabb61d97414c91ec9732ab6a0644c7072a)
 

Author SHA1 Message Date
scrawl 16e5477c60 Fix an uninitalized member 11 years ago
gus dff3cf162d ToggleAI script instruction 11 years ago
Marc Zinnschlag e55691096c Merge remote-tracking branch 'ace/win-fixes' 11 years ago
Alexander "Ace" Olofsson 4baaf9463e Remove crashcatcher.cpp from windows builds, it can't be built or used there. 11 years ago
gus 4559e932ae AI packages have priority and combat is triggered in actor.cpp using the Hostile setting in CreaturesState 11 years ago
scrawl 6902569d03 Implement Absorb effects (AbsorbHealth, etc) 11 years ago
scrawl a420698237 Don't try to absorb or reflect for self casted spells 11 years ago
scrawl 0dc2e829dd Lots of cleanup. Implemented Absorb and Resist. Implemented several instant effects. Added hand VFX. 11 years ago
scrawl 7fd5f1df83 Change setKeepParticlesInLocalSpace to false. Not correct for all particles, but the opposite isn't either. Plus it breaks pretty much all magic VFX. 11 years ago
scrawl fc268bf302 Initialize mFallHeight 11 years ago
scrawl 47fc3f81f5 Don't update actors while paused 11 years ago
scrawl 2a11618ee7 Make sure the equipped weapon HUD icon is updated properly 11 years ago
scrawl b8c358df63 Fix a bug with equipping using the quick keys: when item is already equipped, equipping it again would cause the slot to get unequipped first, possibly restacking and destroying the Ptr that was supposed to be equipped in the first place 11 years ago
Marc Zinnschlag d32fcb99b5 Merge remote-tracking branch 'scrawl/master' 11 years ago
Marc Zinnschlag 21927af4d8 Merge remote-tracking branch 'lazaroth/german_fixes' 11 years ago
scrawl e7993ced69 Fix invalid casts 11 years ago
scrawl 07251f0fa4 Don't apply spells to dead actors 11 years ago
scrawl b8f5cd6cb7 Forgot to apply the same fix to companion window 11 years ago
Lars Söderberg 35434dc053 German fixes
Fixes for German language.
11 years ago
Sebastian Wick 4a816b6c17 fix context menu 11 years ago
scrawl eb46de54e4 Merge branch 'master' of https://github.com/zinnschlag/openmw 11 years ago
scrawl 7eb1dcb682 Fix trade windows crashing after a new game 11 years ago
scrawl e32c73725c Merge branch 'crashcatcher' 11 years ago
scrawl f990ba09f0 gdb detection doesn't seem to work for the forked process 11 years ago
Marc Zinnschlag a19242b4ec fixed expression in if statement 11 years ago
vorenon b2d2a3dd17 Closing message boxes with numpad enter 11 years ago
Marc Zinnschlag 985ce7c552 Merge remote-tracking branch 'scrawl/crashcatcher' 11 years ago
scrawl 20d806b40c Change is_debugger_attached to a different hack 11 years ago
scrawl 883140babf Add missing include for signals to make travis happy 11 years ago
Marc Zinnschlag 3f25036630 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl b9899696e3 Add a crash catcher for unix. When encountering a fatal signal, attach gdb and log backtrace. 11 years ago
scrawl aa84ce3f0d Copy paste mistake (oops) 11 years ago
scrawl 7474e87edc Implement RestoreHealth/Magicka/Fatigue 11 years ago
scrawl bb43ec9b35 Implement damage tick effects 11 years ago
scrawl b1a29eb27e Implement Resist & Weakness effects 11 years ago
scrawl d49b6f19ff Don't advance acrobatics skill for NPCs 11 years ago
scrawl aa4b2d9504 Fix uninitialized mSkill/mAttribute for spellmaker spells 11 years ago
scrawl c73217627e Move code for listing effect sources to the spell management classes 11 years ago
scrawl c5f1bbcc5f Add functions to get the effect affecting resistance and weakness for another effect 11 years ago
eroen d4b8ac5b49 don't dpkg on windows and macos
No need to clutter windows and macos configuration with dpkg options, as it is
unlikely to ever be useful.
11 years ago
eroen 67284e2f9d Introduce -DBUILD_WITH_DPKG to toggle dpkg based install
The current system automagically chooses between the dpkg-based install method
(for debian-derived distributions) and a "traditional" install and sets
install paths based on whether cmake can find a 'dpkg' executable.

This is not ideal, since dpkg is occasionally installed on linux distributions
unrelated to debian for purposes other than package management. In particular,
Arch and Gentoo carry it in their repositories.
11 years ago
scrawl d619d0fa25 Don't grab the cursor while the console is opened 11 years ago
scrawl 065f14579f Fix a container window regression (oops) 11 years ago
scrawl f7befa3e54 Remove a no longer required method 11 years ago
scrawl 00af6b5617 Use an inventory store listener for animation parts and VFX update instead of updating them directly. Slightly more flexible, reduces InventoryStore dependencies and solves a crash during character creation due to the preview doll's animation not being registered in World. 11 years ago
scrawl 427de69b79 Allow stacking enchanted items when charge is full 11 years ago
scrawl 49125fa26e Fix restacking unequipped items 11 years ago
scrawl da85f3e575 Use the formula from the wiki for spell success. 11 years ago
scrawl 4083c55848 Make sure NpcAnimation base exists before runAnimation. Not sure yet why this is needed. 11 years ago
scrawl 5458207325 Reduce fatigue when casting. Has no effect in the vanilla game due to the GMSTs being 0. 11 years ago