.. |
action.cpp
|
Make the PlayMode and PlayType enums scoped
|
7 years ago |
action.hpp
|
Adjustments to RemoveItem behavior
|
8 years ago |
actionalchemy.cpp
|
Include cleanup
|
6 years ago |
actionalchemy.hpp
|
Make Equip console command to bypass most of restrictions (bug #4460)
|
7 years ago |
actionapply.cpp
|
Added MWMechanics::isPlayerInCombat()
|
9 years ago |
actionapply.hpp
|
Include cleanup
|
6 years ago |
actiondoor.cpp
|
…
|
|
actiondoor.hpp
|
…
|
|
actioneat.cpp
|
Include cleanup
|
6 years ago |
actioneat.hpp
|
Include cleanup
|
6 years ago |
actionequip.cpp
|
Include cleanup
|
6 years ago |
actionequip.hpp
|
Make Equip console command to bypass most of restrictions (bug #4460)
|
7 years ago |
actionopen.cpp
|
Include cleanup
|
6 years ago |
actionopen.hpp
|
Include cleanup
|
6 years ago |
actionread.cpp
|
Implement sBookSkillMessage GMST
|
7 years ago |
actionread.hpp
|
Include cleanup
|
6 years ago |
actionrepair.cpp
|
Remove redundant includes
|
6 years ago |
actionrepair.hpp
|
Make Equip console command to bypass most of restrictions (bug #4460)
|
7 years ago |
actionsoulgem.cpp
|
Include cleanup
|
6 years ago |
actionsoulgem.hpp
|
Include cleanup
|
6 years ago |
actiontake.cpp
|
Use drag and drop for ActionTake when InventoryWindow is active (bug #4543)
|
6 years ago |
actiontake.hpp
|
Include cleanup
|
6 years ago |
actiontalk.cpp
|
Refactor dialogue GUI to talk to the dialogue manager, not the other way around and not both ways.
|
7 years ago |
actiontalk.hpp
|
Include cleanup
|
6 years ago |
actionteleport.cpp
|
Make GetPCJumping return true only when jumping (bug #4641)
|
6 years ago |
actionteleport.hpp
|
Removed "less" character from the documentation by the requested opportunity.
|
8 years ago |
actiontrap.cpp
|
Implement and use getDistanceToFacedObject()
|
9 years ago |
actiontrap.hpp
|
Include cleanup
|
6 years ago |
cellpreloader.cpp
|
Store preloaded terrain view in the main thread
|
6 years ago |
cellpreloader.hpp
|
Store preloaded terrain view in the main thread
|
6 years ago |
cellref.cpp
|
Implement getNormalizedEnchantmentCharge() method and use it
|
6 years ago |
cellref.hpp
|
Implement getNormalizedEnchantmentCharge() method and use it
|
6 years ago |
cellreflist.hpp
|
Fix possible reference duplication when the refID is modified by a plugin (Bug #3471)
|
9 years ago |
cells.cpp
|
Merge pull request #2145 from akortunov/rest
|
6 years ago |
cells.hpp
|
Update jail state once instead of for every single hour
|
6 years ago |
cellstore.cpp
|
Reset old record, if its ID does not match with ID of new record (bug #4932)
|
6 years ago |
cellstore.hpp
|
Update jail state once instead of for every single hour
|
6 years ago |
cellvisitors.hpp
|
Replace all NULLs to nullptr
|
6 years ago |
class.cpp
|
Do not build path by navigator for pure water and flying creatures
|
6 years ago |
class.hpp
|
Do not build path by navigator for pure water and flying creatures
|
6 years ago |
containerstore.cpp
|
Make scripted items not stack (bug #2969)
|
6 years ago |
containerstore.hpp
|
Weapon sheathing support, including quivers and scabbards (feature #4673)
|
6 years ago |
contentloader.hpp
|
Remove redundant includes
|
6 years ago |
customdata.cpp
|
Use the const version of CustomData::as*
|
9 years ago |
customdata.hpp
|
Use the const version of CustomData::as*
|
9 years ago |
esmloader.cpp
|
Silence -Wreorder warnings, and remove -Wno-reorder.
|
10 years ago |
esmloader.hpp
|
Reduce includes
|
10 years ago |
esmstore.cpp
|
Add spell effect argument validation (bug #4927)
|
6 years ago |
esmstore.hpp
|
Get rid of unnecessary string streams
|
6 years ago |
failedaction.cpp
|
Play locked sounds on locked objects instead of actors
|
9 years ago |
failedaction.hpp
|
Play locked sounds on locked objects instead of actors
|
9 years ago |
globals.cpp
|
Use C++11-style loops in the game world instead of iterators
|
6 years ago |
globals.hpp
|
Remove NAME handling from MWWorld::Globals
|
10 years ago |
inventorystore.cpp
|
Fix zero division in enchantment magnitude calculation
|
6 years ago |
inventorystore.hpp
|
Weapon sheathing support, including quivers and scabbards (feature #4673)
|
6 years ago |
livecellref.cpp
|
Use new logging system for game itself
|
6 years ago |
livecellref.hpp
|
Replace all NULLs to nullptr
|
6 years ago |
localscripts.cpp
|
Use new logging system for game itself
|
6 years ago |
localscripts.hpp
|
Vanilla-compatible activate / onActivate (Fixes #1629)
|
9 years ago |
manualref.cpp
|
Added new method and variable to track float remainders of disintegration effections
|
8 years ago |
manualref.hpp
|
Move manualref code out of header
|
10 years ago |
nullaction.hpp
|
Add isNullAction() method to fix compiler warning
|
9 years ago |
player.cpp
|
Use player half extents only to find path in exterior cells
|
6 years ago |
player.hpp
|
Use player half extents only to find path in exterior cells
|
6 years ago |
projectilemanager.cpp
|
Use relative animation time only for bows and crossbows (bug #3778)
|
6 years ago |
projectilemanager.hpp
|
Make use of mEffectAnimationTime for projectile rotation
|
7 years ago |
ptr.cpp
|
Added ConstContainerStoreIterator
|
8 years ago |
ptr.hpp
|
Added ConstContainerStoreIterator
|
8 years ago |
recordcmp.hpp
|
Include cleanup
|
6 years ago |
refdata.cpp
|
Reset activation flags when an object is copied (Fixes #3671, Fixes #3719)
|
8 years ago |
refdata.hpp
|
Include cleanup
|
6 years ago |
scene.cpp
|
Use a generic logging system for RecastNavigation
|
6 years ago |
scene.hpp
|
Add Navigator interface
|
6 years ago |
store.cpp
|
Consider land texture with given ID and index as override for base texture with the same ID and index (bug #4736)
|
6 years ago |
store.hpp
|
Replace all NULLs to nullptr
|
6 years ago |
timestamp.cpp
|
Correct an error in the timestamp subtracting logic (Fixes #3105)
|
9 years ago |
timestamp.hpp
|
fixed warning C4099:
|
10 years ago |
weather.cpp
|
Make fallback map static to simplify constructors
|
6 years ago |
weather.hpp
|
Make fallback map static to simplify constructors
|
6 years ago |
worldimp.cpp
|
Use a generic logging system for RecastNavigation
|
6 years ago |
worldimp.hpp
|
Merge pull request #2292 from akortunov/fallback
|
6 years ago |