1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 05:39:42 +00:00
openmw/apps/essimporter
florent.teppe 65cdd489fb create a specific esm reader function for RefID to avoid allocation for string and then again for RefId
Fixed some types

removed useless header

applied clang format

fixed compile tests

fixed clang tidy, and closer to logic before this MR

Removed hardcoded refids

unless there is a returned value we don't use static RefIds
can use == between RefId and hardcoded string

Fix clang format

Fixed a few instances where std::string was used, when only const std::string& was needed

removed unused variable
2022-12-27 19:15:57 +01:00
..
CMakeLists.txt essimporter: refactor ESSImport::CellRef and fix doubled actors 2022-07-30 19:30:32 +03:00
convertacdt.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertacdt.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertcntc.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertcntc.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
convertcrec.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertcrec.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
converter.cpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
converter.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
convertinventory.cpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
convertinventory.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertnpcc.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertnpcc.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertplayer.cpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
convertplayer.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
convertscpt.cpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
convertscpt.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertscri.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
convertscri.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importacdt.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importcellref.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importcellref.hpp essimporter: refactor ESSImport::CellRef and fix doubled actors 2022-07-30 19:30:32 +03:00
importcntc.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importcntc.hpp ESSImport: container state 2015-01-19 13:16:12 +01:00
importcrec.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importcrec.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
importdial.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importdial.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importer.cpp 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
importer.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importercontext.cpp Starting ESS importer for Morrowind save files 2015-01-17 00:16:49 +01:00
importercontext.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
importgame.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importgame.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importinfo.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importinfo.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importinventory.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importinventory.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importjour.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importjour.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importklst.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importklst.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importnpcc.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importnpcc.hpp Remove unused includes 2022-10-09 16:44:18 +02:00
importplayer.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importplayer.hpp Remove unused includes 2022-10-09 16:44:18 +02:00
importproj.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importproj.h Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importques.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importques.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importscpt.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importscpt.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importscri.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importscri.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
importsplm.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importsplm.h Remove unused includes 2022-10-09 16:44:18 +02:00
main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00