1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
OpenMW/apps/openmw/mwscript
elsid 83e60fef4e
Avoid using findCellPosition for coc command implementation
It breaks teleport to interior cells and in general is very fragile because
of using exception for common logic path. Remove the function since it's not
used anywhere else.
2023-04-09 13:39:29 +02:00
..
docs
aiextensions.cpp Use operator<< for ESM::RefId 2023-03-18 13:39:50 +01:00
aiextensions.hpp
animationextensions.cpp
animationextensions.hpp
cellextensions.cpp Avoid using findCellPosition for coc command implementation 2023-04-09 13:39:29 +02:00
cellextensions.hpp
compilercontext.cpp
compilercontext.hpp Convert RefId to class 2023-02-15 23:20:44 +01:00
consoleextensions.cpp
consoleextensions.hpp
containerextensions.cpp
containerextensions.hpp
controlextensions.cpp
controlextensions.hpp
dialogueextensions.cpp
dialogueextensions.hpp
extensions.cpp
extensions.hpp
globalscripts.cpp Remove unused functions 2023-02-23 01:57:23 +01:00
globalscripts.hpp Merge ESM::RefNum and ESM4::FormId 2023-04-09 00:23:32 +02:00
guiextensions.cpp
guiextensions.hpp
interpretercontext.cpp
interpretercontext.hpp Replace ESM::RefId::sEmpty by default constructed RefId where possible 2023-02-18 01:07:15 +01:00
locals.cpp
locals.hpp Convert RefId to class 2023-02-15 23:20:44 +01:00
miscextensions.cpp Move from std::atoi to std::from_char 2023-03-18 09:30:48 +00:00
miscextensions.hpp
ref.cpp
ref.hpp
scriptmanagerimp.cpp Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
scriptmanagerimp.hpp
skyextensions.cpp
skyextensions.hpp
soundextensions.cpp
soundextensions.hpp
statsextensions.cpp
statsextensions.hpp
transformationextensions.cpp restores the concept of worldspace for MWWorld::Cell 2023-04-03 14:16:04 +02:00
transformationextensions.hpp
userextensions.cpp
userextensions.hpp