You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3coop/apps/openmw/mwworld
Marc Zinnschlag 1b5301eec0 Merge branch 'savedgame'
Conflicts:
	apps/openmw/mwbase/mechanicsmanager.hpp
	apps/openmw/mwbase/soundmanager.hpp
	apps/openmw/mwgui/mapwindow.hpp
	apps/openmw/mwmechanics/actors.cpp
	apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
	apps/openmw/mwsound/soundmanagerimp.hpp
	components/esm/loadcell.cpp
11 years ago
..
action.cpp Old door sound fades out on door open/close. Door sound is synchronised to angle on action. 12 years ago
action.hpp Old door sound fades out on door open/close. Door sound is synchronised to angle on action. 12 years ago
actionalchemy.cpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionalchemy.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionapply.cpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionapply.hpp Projectile models are now spawned (no movement or impact yet). Refactored trap activation to apply range types properly. Handle ContinuousVFX for magic effects (note they aren't stopped yet when the effect ends) 11 years ago
actiondoor.cpp Opening doors 12 years ago
actiondoor.hpp Opening doors 12 years ago
actioneat.cpp Lots of cleanup. Implemented Absorb and Resist. Implemented several instant effects. Added hand VFX. 11 years ago
actioneat.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionequip.cpp Issue #777: Create InventoryStore for creatures with weapons/shields 11 years ago
actionequip.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionopen.cpp Closes #1081: Implement disease contraction 11 years ago
actionopen.hpp Added "dispose corpse" button, added stealing (all items visible and no penalty yet) 12 years ago
actionread.cpp Add getPlayerPtr() utility method. Reduces dependencies a lot. 11 years ago
actionread.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionrepair.cpp Added PC repair feature 12 years ago
actionrepair.hpp Added PC repair feature 12 years ago
actionsoulgem.cpp Added soulgem dialog; made interactive message boxes not close the previous UI 12 years ago
actionsoulgem.hpp Added soulgem dialog; made interactive message boxes not close the previous UI 12 years ago
actiontake.cpp Implement theft detection 11 years ago
actiontake.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actiontalk.cpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actiontalk.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actionteleport.cpp Make ACtionTeleport non player specific and teleport actors following the teleporting actor 11 years ago
actionteleport.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
actiontrap.cpp Feature #957: Handle area effects for "on touch" range 11 years ago
actiontrap.hpp Projectile models are now spawned (no movement or impact yet). Refactored trap activation to apply range types properly. Handle ContinuousVFX for magic effects (note they aren't stopped yet when the effect ends) 11 years ago
cellfunctors.hpp Show marked position on map. Implement Detect X magic effects. 11 years ago
cells.cpp load and save of reference in cells (without CustomData state) 11 years ago
cells.hpp load and save of reference in cells (without CustomData state) 11 years ago
cellstore.cpp added creature/NPC state to saved games (only container/inventory for now) 11 years ago
cellstore.hpp load and save of reference in cells (without CustomData state) 11 years ago
class.cpp Merge branch 'savedgame' 11 years ago
class.hpp Merge branch 'savedgame' 11 years ago
containerstore.cpp Merge branch 'savedgame' 11 years ago
containerstore.hpp Merge branch 'savedgame' 11 years ago
contentloader.hpp Missing iostream include 11 years ago
customdata.hpp added customdata base class (issue #185) 13 years ago
esmloader.cpp Issue #913: Merge --master and --plugin switches 11 years ago
esmloader.hpp Issue #913: Merge --master and --plugin switches 11 years ago
esmstore.cpp on load check player record for dangling ID references 11 years ago
esmstore.hpp save and load dynamic records 11 years ago
failedaction.cpp Handle object activation as a werewolf 12 years ago
failedaction.hpp Handle object activation as a werewolf 12 years ago
fallback.cpp some cleanup 12 years ago
fallback.hpp some cleanup 12 years ago
globals.cpp store global variables in saved game files 11 years ago
globals.hpp store global variables in saved game files 11 years ago
inventorystore.cpp Merge branch 'savedgame' 11 years ago
inventorystore.hpp Merge branch 'savedgame' 11 years ago
livecellref.cpp added support for serialisation of CustomData state 11 years ago
livecellref.hpp store content of containers in saved game files 11 years ago
localscripts.cpp removed an outdated typedef and some dead code 11 years ago
localscripts.hpp objects scripts are now stopped when they are removed from a container 12 years ago
manualref.hpp Merge branch 'refnum' into savedgame 11 years ago
nullaction.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 12 years ago
omwloader.cpp Issue #913: Merge --master and --plugin switches 11 years ago
omwloader.hpp Issue #913: Merge --master and --plugin switches 11 years ago
physicssystem.cpp Closes #1123: Implement SlowFall magic effect 11 years ago
physicssystem.hpp Remove unused functions and parameters 12 years ago
player.cpp Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame 11 years ago
player.hpp loading/saving of some player state (cell/coordinates and some other bits) 11 years ago
ptr.cpp store content of containers in saved game files 11 years ago
ptr.hpp store content of containers in saved game files 11 years ago
recordcmp.hpp Cell names localization fix 12 years ago
refdata.cpp loading/saving of some player state (cell/coordinates and some other bits) 11 years ago
refdata.hpp loading/saving of some player state (cell/coordinates and some other bits) 11 years ago
scene.cpp Merge branch 'savedgame' 11 years ago
scene.hpp Merge branch 'master' into HEAD 11 years ago
store.cpp Merge branch 'savedgame' 11 years ago
store.hpp Clear mShared before populating it. Fixes an issue with duplicate records (e.g. dialogue keywords) after loading a savegame. 11 years ago
timestamp.cpp fixed time stamp operator 13 years ago
timestamp.hpp Issue #256: added TimeStamp class 13 years ago
weather.cpp Some unneeded includes cleanup 11 years ago
weather.hpp Merge remote-tracking branch 'lgro/issue417_apply_weather_instantly_when_teleporting' 11 years ago
worldimp.cpp Merge branch 'savedgame' 11 years ago
worldimp.hpp Merge branch 'savedgame' 11 years ago