.. |
dialoguemanagerimp.cpp
|
Store original string id for Dialogue records
|
2023-03-26 19:07:32 +02:00 |
dialoguemanagerimp.hpp
|
Replace mwscript program serialization into a vector with simple struct
|
2023-01-14 00:07:37 +01:00 |
filter.cpp
|
Remove implicit conversion MWWorld::Ptr -> bool
|
2023-01-18 02:40:56 +01:00 |
filter.hpp
|
Convert RefId to class
|
2023-02-15 23:20:44 +01:00 |
hypertextparser.cpp
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
hypertextparser.hpp
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
journalentry.cpp
|
Make ESM::RefId to be fixed size cheap to copy
|
2023-03-19 17:20:43 +01:00 |
journalentry.hpp
|
create a specific esm reader function for RefID to avoid allocation for string and then again for RefId
|
2022-12-27 19:15:57 +01:00 |
journalimp.cpp
|
Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type
|
2022-12-27 19:15:54 +01:00 |
journalimp.hpp
|
Replace ESM::RefId::sEmpty by default constructed RefId where possible
|
2023-02-18 01:07:15 +01:00 |
keywordsearch.hpp
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
quest.cpp
|
Make ESM::RefId to be fixed size cheap to copy
|
2023-03-19 17:20:43 +01:00 |
quest.hpp
|
Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type
|
2022-12-27 19:15:54 +01:00 |
scripttest.cpp
|
Replaced some RefId* => RefId&
|
2022-12-27 19:15:57 +01:00 |
scripttest.hpp
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
selectwrapper.cpp
|
Move from std::atoi to std::from_char
|
2023-03-18 09:30:48 +00:00 |
selectwrapper.hpp
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
topic.cpp
|
Make ESM::RefId to be fixed size cheap to copy
|
2023-03-19 17:20:43 +01:00 |
topic.hpp
|
Changed more hardcoded RefId to be static to avoid multiple runtime creations
|
2022-12-27 19:15:56 +01:00 |