1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 05:53:54 +00:00
openmw/apps/opencs/model/world
2022-07-03 15:44:50 +04:00
..
actoradapter.cpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
actoradapter.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
cell.cpp Merge commit 'pull/upstream/678' into HEAD 2015-11-13 01:34:36 +01:00
cell.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
cellcoordinates.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
cellcoordinates.hpp Fix and simplify brush outlines and coordinate calculations 2020-03-26 13:25:33 +02:00
cellselection.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
cellselection.hpp added CellCoordinates and CellSelection classes 2014-04-07 13:44:43 +02:00
collection.hpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +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 Correct CS typo described in #6704 2022-05-24 19:24:39 +02:00
columns.hpp Disable editing for blocked records in both table and dialogue edit widget. 2021-08-29 15:27:59 +10:00
commanddispatcher.cpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
commanddispatcher.hpp Don't do mapToSource at executeModify 2021-08-20 22:32:41 +03:00
commandmacro.cpp safer handling of command macros 2016-03-08 10:48:44 +01:00
commandmacro.hpp safer handling of command macros 2016-03-08 10:48:44 +01:00
commands.cpp Fix undo-redo crash 2021-08-22 23:42:27 +03:00
commands.hpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
data.cpp Initialize some missing variables 2022-07-03 15:44:50 +04:00
data.hpp Fix gcc warning: -Wuninitialized 2022-05-16 22:26:19 +02:00
defaultgmsts.cpp Fix narrowing conversion warning 2016-10-31 00:53:17 +09:00
defaultgmsts.hpp Removed hints from error messages and fixed naming to match conventions 2016-01-18 12:34:33 -05:00
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 purge the rest of boost::shared and any other boost related things that no longer are required 2017-06-09 19:08:53 +02:00
idtable.cpp remove unused includes: part1 2022-01-23 17:30:25 +01: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 Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
idtablebase.hpp Add ability to touch records, LAND records in particular 2017-08-31 22:09:49 -04:00
idtableproxymodel.cpp OpenCS - Jump To Modified 2021-07-24 20:00:25 +00: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 Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05: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 Replace new with make_unique in opencs 2022-05-29 13:25:17 +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 Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
infotableproxymodel.hpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
land.cpp Cleanup. Also modify ltex index generation. 2017-09-05 19:29:07 -04:00
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 Remove texture filtering, better ltex importing, reindexing duplicates 2018-05-22 14:55:09 +03:00
landtexturetableproxymodel.hpp Hide base land textures. 2017-10-02 15:56:22 -04:00
metadata.cpp Lua scripts configuration in omwaddon 2022-06-05 01:36:39 +02:00
metadata.hpp moved meta data into a new single-row table 2015-06-26 13:01:25 +02:00
nestedcoladapterimp.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
nestedcoladapterimp.hpp Replace empty std::string assignments 2022-05-04 22:33:39 +02:00
nestedcollection.cpp Add the ability to search a nested column index 2015-06-26 22:14:11 +03:00
nestedcollection.hpp Add the ability to search a nested column index 2015-06-26 22:14:11 +03:00
nestedcolumnadapter.hpp More warning fixes. 2015-04-19 09:42:44 +10:00
nestedidcollection.hpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +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 Proper index creation for nested data 2015-07-25 18:32:13 +03:00
nestedtableproxymodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
nestedtablewrapper.cpp undo works now 2014-07-20 22:39:39 +02:00
nestedtablewrapper.hpp Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05:00
pathgrid.cpp Load methods (for ESM records) accept a deleted flag in OpenCS 2015-07-22 22:17:26 +03:00
pathgrid.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
record.cpp Adds the option to ignore "Base" records when running the verifier. (fixes #4466) 2018-06-20 11:29:38 +02:00
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 Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
refcollection.hpp Merge branch 'OpenCS-fix-modify' into 'master' 2021-09-19 19:23:30 +00:00
refidadapter.cpp Changed over the remaining RefId adapters. Fixed issue where map entries were overwriting the same key... 2015-04-13 06:39:38 +10:00
refidadapter.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
refidadapterimp.cpp remove unused includes: part1 2022-01-23 17:30:25 +01:00
refidadapterimp.hpp Initialize some missing variables 2022-07-03 15:44:50 +04:00
refidcollection.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
refidcollection.hpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
refiddata.cpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
refiddata.hpp Replace new with make_unique in opencs 2022-05-29 13:25:17 +02:00
regionmap.cpp Remove redundant include from esm3/esmreader.hpp 2022-04-10 22:16:32 +02:00
regionmap.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
resources.cpp Use recurse subdirectory iterator to iterate over the VFS without exposing internal details 2021-09-14 18:09:54 +02:00
resources.hpp Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
resourcesmanager.cpp Add collada to supported formats 2021-01-18 19:22:01 +02:00
resourcesmanager.hpp A bit of cleanup 2017-08-20 19:07:23 -04: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 Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
scope.hpp generalised the concept of record scope 2014-08-06 09:53:10 +02:00
scriptcontext.cpp Remove dead code 2021-10-28 22:16:43 +02:00
scriptcontext.hpp Remove dead code 2021-10-28 22:16:43 +02:00
subcellcollection.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
tablemimedata.cpp spelling fixes 2015-12-17 13:06:37 +01:00
tablemimedata.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
universalid.cpp Do not use universal IDs for menu items 2018-09-13 22:15:59 +04:00
universalid.hpp Do not use universal IDs for menu items 2018-09-13 22:15:59 +04:00