1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-07 16:30:56 +00:00
openmw/apps/opencs/model/world
2022-09-11 14:41:15 +02:00
..
actoradapter.cpp functor-based Qt signal-slot syntax construction set 2022-08-23 17:14:12 -03:00
actoradapter.hpp Use forward declarations 2022-08-19 22:05:15 +02:00
cell.cpp
cell.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
cellcoordinates.cpp Use forward declarations 2022-08-19 22:05:15 +02:00
cellcoordinates.hpp Use forward declarations 2022-08-19 22:05:15 +02:00
cellselection.cpp Use forward declarations 2022-08-19 22:05:15 +02:00
cellselection.hpp Use forward declarations 2022-08-19 22:05:15 +02:00
collection.hpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
collectionbase.cpp Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00
collectionbase.hpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
columnbase.cpp Disallow entry of strings longer than the lengths allowed by the file format. 2021-08-04 09:39:18 +10:00
columnbase.hpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
columnimp.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
columnimp.hpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
columns.cpp Use string_view in Fallback::Map 2022-08-28 17:20:49 +02:00
columns.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
commanddispatcher.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
commanddispatcher.hpp Don't do mapToSource at executeModify 2021-08-20 22:32:41 +03:00
commandmacro.cpp
commandmacro.hpp
commands.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
commands.hpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
data.cpp Make sure all paths are passed as std::filesystem::path instead of std::string where possible. 2022-09-11 14:41:15 +02:00
data.hpp Circumvent QT MOC bugs by including the filesystem header in a specific order. 2022-09-11 02:19:07 +02:00
defaultgmsts.cpp
defaultgmsts.hpp
idcollection.cpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
idcollection.hpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
idcompletionmanager.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
idcompletionmanager.hpp
idtable.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
idtable.hpp Use std::unique_ptr to store records in collections, RefidCollection and RefIdData. 2021-07-23 14:21:21 +10:00
idtablebase.cpp
idtablebase.hpp
idtableproxymodel.cpp functor-based Qt signal-slot syntax construction set 2022-08-23 17:14:12 -03:00
idtableproxymodel.hpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
idtree.cpp Fix various warnings found by clang 2021-04-17 19:06:33 +02:00
idtree.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
info.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
infocollection.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
infocollection.hpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
infoselectwrapper.cpp Fix some compiler warnings 2018-11-08 13:16:04 +04:00
infoselectwrapper.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
infotableproxymodel.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
infotableproxymodel.hpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
land.cpp
land.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
landtexture.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
landtexture.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
landtexturetableproxymodel.cpp
landtexturetableproxymodel.hpp
metadata.cpp Lua scripts configuration in omwaddon 2022-06-05 01:36:39 +02:00
metadata.hpp
nestedcoladapterimp.cpp Use meaningful names instead of pretending we don't know what snow is 2022-07-17 19:54:59 +02:00
nestedcoladapterimp.hpp Replace empty std::string assignments 2022-05-04 22:33:39 +02:00
nestedcollection.cpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
nestedcollection.hpp
nestedcolumnadapter.hpp
nestedidcollection.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
nestedinfocollection.cpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
nestedinfocollection.hpp Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05:00
nestedtableproxymodel.cpp functor-based Qt signal-slot syntax construction set 2022-08-23 17:14:12 -03:00
nestedtableproxymodel.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
nestedtablewrapper.cpp
nestedtablewrapper.hpp Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05:00
pathgrid.cpp
pathgrid.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
record.cpp
record.hpp Add missing override 2021-08-01 13:14:32 +02:00
ref.cpp Convert the CellRef record index lookup maps to use integer keys rather than strings. 2021-07-23 19:07:56 +10:00
ref.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
refcollection.cpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
refcollection.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
refidadapter.cpp
refidadapter.hpp
refidadapterimp.cpp remove unused includes: part1 2022-01-23 17:30:25 +01:00
refidadapterimp.hpp Fix display for some package settings 2022-08-14 19:51:43 +03:00
refidcollection.cpp Editor: Decouple levelled list columns (bug #6705) 2022-07-30 12:48:29 +03:00
refidcollection.hpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
refiddata.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
refiddata.hpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
regionmap.cpp functor-based Qt signal-slot syntax construction set 2022-08-23 17:14:12 -03:00
regionmap.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
resources.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
resources.hpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
resourcesmanager.cpp Use forward declarations 2022-08-19 22:05:15 +02:00
resourcesmanager.hpp Use forward declarations 2022-08-19 22:05:15 +02:00
resourcetable.cpp Cherry-pick cc9cii's editor improvements 2018-12-23 20:10:16 +03:00
resourcetable.hpp Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05:00
scope.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
scope.hpp
scriptcontext.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
scriptcontext.hpp Remove dead code 2021-10-28 22:16:43 +02:00
subcellcollection.hpp Cleanup opencs includes 2022-08-19 19:25:03 +02:00
tablemimedata.cpp
tablemimedata.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
universalid.cpp Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
universalid.hpp Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00