1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 08:15:35 +00:00
openmw/apps/essimporter
elsid 921a22fb73
Use target_precompile_headers for the most expensive headers
Only for MSVC. Ccache doesn't work out of the box with precompiled headers but
usually gives less build time for Clang and GCC. Also GCC builds code slower
with precompiled headers for unknown reason.
2022-07-01 13:02:13 +02:00
..
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 13:02:13 +02:00
convertacdt.cpp Save scripted animation state (Fixes #1931, #2150, #3393) 2016-08-03 03:52:35 +02:00
convertacdt.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
convertcntc.cpp ESSImport: container state 2015-01-19 13:16:12 +01: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 ESSImport: inventory loading works, equipment slots need more work 2015-01-19 12:22:51 +01: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 Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
converter.hpp Remove redundant include from esm3/esmreader.hpp 2022-04-10 22:16:32 +02:00
convertinventory.cpp Use more C++11 in tools code 2020-06-10 10:30:37 +04:00
convertinventory.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
convertnpcc.cpp ESSImport: convert NPC disposition 2015-01-20 19:29:54 +01:00
convertnpcc.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
convertplayer.cpp Use more C++11 in tools code 2020-06-10 10:30:37 +04:00
convertplayer.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
convertscpt.cpp Fix uninitialized fields in the essimporter 2021-04-14 08:07:08 +04:00
convertscpt.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
convertscri.cpp Use more C++11 in tools code 2020-06-10 10:30:37 +04:00
convertscri.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
importacdt.cpp 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
importacdt.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
importcellref.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
importcellref.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
importcntc.cpp 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
importcntc.hpp ESSImport: container state 2015-01-19 13:16:12 +01:00
importcrec.cpp 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
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 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.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importer.cpp Replace new with make_unique in essimporter 2022-05-29 13:25:59 +02:00
importer.hpp ESSImport: convert to utf8, based on encoding setting in openmw.cfg 2015-01-31 22:40:38 +01:00
importercontext.cpp Starting ESS importer for Morrowind save files 2015-01-17 00:16:49 +01:00
importercontext.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
importgame.cpp 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
importgame.hpp Initialize missing struct fields 2018-09-11 11:11:24 +04:00
importinfo.cpp 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
importinfo.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importinventory.cpp 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
importinventory.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
importjour.cpp 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
importjour.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importklst.cpp 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
importklst.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importnpcc.cpp 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
importnpcc.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
importplayer.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
importplayer.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
importproj.cpp 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
importproj.h ESS-Importer: Convert ballistic projectiles (Feature #2320) 2017-09-15 00:07:19 +02:00
importques.cpp 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
importques.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importscpt.cpp remove unused includes: part1 2022-01-23 17:30:25 +01:00
importscpt.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
importscri.cpp remove unused includes: part1 2022-01-23 17:30:25 +01: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 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.h Rework fixed string 2022-01-28 18:39:09 +01:00
main.cpp Remove boost::filesystem from essimporter 2022-05-23 21:50:48 +02:00