Marc Zinnschlag
|
4c61deca8d
|
fixed save code for SavedGame record
|
11 years ago |
Marc Zinnschlag
|
35bf98a940
|
modified esm reader/writer to use UTF8 when no encoder is given
|
11 years ago |
Marc Zinnschlag
|
903e867c24
|
change to TES3 record (moved format field to the top)
|
11 years ago |
Marc Zinnschlag
|
dc75627d53
|
added secondary saved game header record
|
11 years ago |
Marc Zinnschlag
|
11e254aac8
|
Merge remote-tracking branch 'gus/AICombat'
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwbase/mechanicsmanager.hpp
apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
|
11 years ago |
scrawl
|
74e42a2d02
|
Add missing skill increases for Enchant skill
|
11 years ago |
scrawl
|
cab535dd69
|
Implement magic item recharging via soulgem use
|
11 years ago |
scrawl
|
16e5477c60
|
Fix an uninitalized member
|
11 years ago |
gus
|
dff3cf162d
|
ToggleAI script instruction
|
11 years ago |
Marc Zinnschlag
|
1c7a4d4b3a
|
adjust availability of main menu items based on game state
|
11 years ago |
Marc Zinnschlag
|
f45cff8aff
|
flag game as ended when player dies
|
11 years ago |
Marc Zinnschlag
|
82c8495338
|
removed boolean running flag with state enum
|
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 |
Marc Zinnschlag
|
c5f81e3508
|
don't run udpates if no game is running
|
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 |
Marc Zinnschlag
|
ec5b2e9a7e
|
added running flag; moved new game code to MWState
|
11 years ago |
Marc Zinnschlag
|
31ec973c9c
|
removed default value for --start
|
11 years ago |
Marc Zinnschlag
|
b3a7c8c098
|
removed --new-game switch
|
11 years ago |
Marc Zinnschlag
|
7a4b604376
|
added --skip-menu switch
|
11 years ago |
Marc Zinnschlag
|
f19973450f
|
moved exit game flag from Environment to StateManager
|
11 years ago |
Marc Zinnschlag
|
79b7fa258b
|
added new mwstate subsystem
|
11 years ago |
scrawl
|
7474e87edc
|
Implement RestoreHealth/Magicka/Fatigue
|
11 years ago |