1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 19:13:11 +00:00
openmw/apps/openmw/mwworld
2021-08-03 12:21:56 +02:00
..
action.cpp Make the PlayMode and PlayType enums scoped 2017-09-15 02:36:59 -07:00
action.hpp Adjustments to RemoveItem behavior 2017-04-13 22:33:13 +09:00
actionalchemy.cpp Include cleanup 2019-02-19 18:40:33 +03:00
actionalchemy.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionapply.cpp Added MWMechanics::isPlayerInCombat() 2015-09-10 18:48:34 +12:00
actionapply.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actiondoor.cpp Opening doors 2013-04-28 14:59:15 +02:00
actiondoor.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actioneat.cpp Include cleanup 2019-02-19 18:40:33 +03:00
actioneat.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionequip.cpp Trim down comment and change flag name 2021-04-07 16:57:06 -05:00
actionequip.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionharvest.cpp Rework container resolution (#3006) 2020-10-13 17:46:32 +02:00
actionharvest.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionopen.cpp Allow ActionOpen and ActionTalk only for player (bug #5210 2019-11-18 12:41:11 +04:00
actionopen.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionread.cpp Implement sBookSkillMessage GMST 2018-04-02 21:12:38 +03:00
actionread.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionrepair.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
actionrepair.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionsoulgem.cpp Include cleanup 2019-02-19 18:40:33 +03:00
actionsoulgem.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actiontake.cpp Use drag and drop for ActionTake when InventoryWindow is active (bug #4543) 2018-09-10 15:18:07 +04:00
actiontake.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actiontalk.cpp Allow ActionOpen and ActionTalk only for player (bug #5210 2019-11-18 12:41:11 +04:00
actiontalk.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actionteleport.cpp Change moveObject() to take a osg::Vec3f argument instead of 3 floats 2021-07-30 23:24:49 +02:00
actionteleport.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
actiontrap.cpp Implement and use getDistanceToFacedObject() 2016-07-08 23:28:49 +09:00
actiontrap.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
cellpreloader.cpp Avoid redundant search for existing element 2021-07-12 11:41:21 +02:00
cellpreloader.hpp avoid pagerebuild when reloading a same save 2020-06-13 00:22:28 +02:00
cellref.cpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
cellref.hpp Initial support of generated RefNums with negative mContentFile. 2021-07-09 20:03:27 +02:00
cellreflist.hpp Remove redundant formatting changes 2021-01-26 22:29:41 +04:00
cells.cpp Limit pointers cache size to avoid possible bad_alloc errors 2021-04-16 08:10:31 +04:00
cells.hpp Add bound for pointers cache size, as it specified in docs 2021-04-10 11:20:12 +04:00
cellstore.cpp Change moveObject() to take a osg::Vec3f argument instead of 3 floats 2021-07-30 23:24:49 +02:00
cellstore.hpp Add a ton of const refs 2021-06-23 23:13:59 +02:00
cellvisitors.hpp Merge branch 'staticsload' into 'master' 2021-06-28 20:25:51 +00:00
class.cpp Use a const-ref for an osg::Quat 2021-07-22 21:33:18 +02:00
class.hpp Use a const-ref for an osg::Quat 2021-07-22 21:33:18 +02:00
containerstore.cpp Fix an another portion of Coverity warnings 2021-04-18 07:09:44 +04:00
containerstore.hpp Use default instead of empty constructors/destructors 2021-06-24 00:26:15 +02:00
contentloader.hpp Mark only instances from groundcover files as groundcover objects 2021-01-26 22:29:41 +04:00
customdata.cpp Native graphics herbalism support (feature #5010) 2019-05-02 23:03:47 +04:00
customdata.hpp Use CRTP to define CustomData clone function 2021-04-05 11:53:07 +02:00
datetimemanager.cpp Introduce a separate class to control world date and time 2020-06-05 12:07:32 +04:00
datetimemanager.hpp Introduce a separate class to control world date and time 2020-06-05 12:07:32 +04:00
doorstate.hpp Add enum type for door state 2019-08-25 15:21:00 +02:00
esmloader.cpp Remove redundant formatting changes 2021-01-26 22:29:41 +04:00
esmloader.hpp Mark only instances from groundcover files as groundcover objects 2021-01-26 22:29:41 +04:00
esmstore.cpp Use prefix increment for iterators in esmstore.cpp 2021-07-22 22:03:59 +02:00
esmstore.hpp Improve save cleaning 2021-07-12 20:51:13 +02:00
failedaction.cpp And done! 2021-04-30 20:49:22 +02:00
failedaction.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
globals.cpp Introduce a separate class to control world date and time 2020-06-05 12:07:32 +04:00
globals.hpp And done! 2021-04-30 20:49:22 +02:00
inventorystore.cpp Merge pull request #3040 from akortunov/pvs 2021-01-10 12:58:17 +01:00
inventorystore.hpp Store CustomData and ContainerStore as unique_ptr 2021-04-05 11:52:52 +02:00
livecellref.cpp Saving/loading for Lua scripts (saves format is changed) 2021-07-09 20:24:56 +02:00
livecellref.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
localscripts.cpp Convert loop to condition 2021-01-09 14:18:38 +04:00
localscripts.hpp Vanilla-compatible activate / onActivate (Fixes #1629) 2016-02-26 13:08:35 +01:00
manualref.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
manualref.hpp Move manualref code out of header 2015-02-09 15:01:49 +01:00
nullaction.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
player.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
player.hpp Slightly reduce code duplication 2020-01-09 22:17:01 +03:00
projectilemanager.cpp Add a ton of const refs 2021-06-23 23:13:59 +02:00
projectilemanager.hpp Add a ton of const refs 2021-06-23 23:13:59 +02:00
ptr.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
ptr.hpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
recordcmp.hpp Include cleanup 2019-02-19 18:40:33 +03:00
refdata.cpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
refdata.hpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
scene.cpp Store reference to BulletShapeInstance for btCollisionShape 2021-08-03 12:21:56 +02:00
scene.hpp Manage work item lifetime on the client side 2021-07-12 11:41:14 +02:00
store.cpp Move reference to the right cell according to its geographical position 2021-07-30 18:28:29 +02:00
store.hpp std::set version 2021-07-26 18:30:06 +02:00
timestamp.cpp Correct an error in the timestamp subtracting logic (Fixes #3105) 2015-12-26 00:26:13 +01:00
timestamp.hpp fixed warning C4099: 2015-03-06 21:36:42 +13:00
weather.cpp Give meaningful name to the mEffectFade 2021-03-10 19:10:17 +04:00
weather.hpp remove forward declaration 2020-10-27 19:23:07 +01:00
worldimp.cpp Store reference to BulletShapeInstance for btCollisionShape 2021-08-03 12:21:56 +02:00
worldimp.hpp Change rotateObject() to take a osg::Vec3f argument instead of 3 floats 2021-07-30 23:24:53 +02:00