1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 07:49:56 +00:00
openmw-tes3mp/apps/opencs/model/world
Marek Kochanowicz a676f6bc2c comments added
2014-07-23 20:33:52 +02:00
..
cell.cpp implemented reference record merging 2014-05-20 09:02:22 +02:00
cell.hpp Revert "added changed reference tracking for cells" 2014-06-04 21:12:23 +02:00
cellcoordinates.cpp added CellCoordinates and CellSelection classes 2014-04-07 13:44:43 +02:00
cellcoordinates.hpp added CellCoordinates and CellSelection classes 2014-04-07 13:44:43 +02:00
cellselection.cpp added CellCoordinates and CellSelection classes 2014-04-07 13:44:43 +02:00
cellselection.hpp added CellCoordinates and CellSelection classes 2014-04-07 13:44:43 +02:00
collection.hpp correctly handling the nestedTable for undo (but removing and adding 2014-07-20 18:52:35 +02:00
collectionbase.cpp Changes needed to add new nested row. 2014-06-24 19:03:29 +02:00
collectionbase.hpp correctly handling the nestedTable for undo (but removing and adding 2014-07-20 18:52:35 +02:00
columnbase.cpp Nest columns directly, created NestedColumn class and NestColumn. 2014-07-16 13:13:22 +02:00
columnbase.hpp Nest columns directly, created NestedColumn class and NestColumn. 2014-07-16 13:13:22 +02:00
columnimp.hpp drop part of resources drag and drop 2014-07-08 09:51:17 +02:00
columns.cpp Merge remote-tracking branch 'refs/remotes/master/master' into NonTableFields 2014-07-13 10:52:39 +02:00
columns.hpp handle inventory in the actors 2014-07-22 13:08:32 +02:00
commanddispatcher.cpp added extended versions of revert and delete 2014-06-11 11:43:38 +02:00
commanddispatcher.hpp added extended versions of revert and delete 2014-06-11 11:43:38 +02:00
commands.cpp Reduced code duplication through new common base class 2014-07-21 09:52:09 +02:00
commands.hpp Reduced code duplication through new common base class 2014-07-21 09:52:09 +02:00
data.cpp added resources tables 2014-07-05 15:50:47 +02:00
data.hpp added resources manager 2014-07-04 12:46:57 +02:00
idcollection.hpp for regular IdCollections when loading a record make the record a copy of the existing record first (adresses some incomplete records in some content files) 2014-06-30 12:35:34 +02:00
idtable.cpp undo works now 2014-07-20 22:39:39 +02:00
idtable.hpp undo works now 2014-07-20 22:39:39 +02:00
idtablebase.cpp injected new class IdTableBase between QAbstractItemModel and IdTable 2014-07-04 13:25:56 +02:00
idtablebase.hpp added Feature_Constant to IdTable 2014-07-05 12:44:11 +02:00
idtableproxymodel.cpp injected new class IdTableBase between QAbstractItemModel and IdTable 2014-07-04 13:25:56 +02:00
idtableproxymodel.hpp simplified filter system by taking out filter references and user values for now (these are post-1.0 features anyway) 2013-08-22 09:17:57 +02:00
info.hpp subclass ESM::DialInfo to keep track of parent topic 2013-11-01 17:43:45 +01:00
infocollection.cpp minor cleanup 2014-01-14 12:46:53 +04:00
infocollection.hpp added support for record reordering to model (only implemented in info collection) 2013-11-14 11:39:14 +01:00
nestedadaptors.cpp major refactorisation 2014-07-22 10:27:45 +02:00
nestedadaptors.hpp comments added 2014-07-23 20:33:52 +02:00
nestedtablemodel.cpp undo works now 2014-07-20 22:39:39 +02:00
nestedtablemodel.hpp undo works now 2014-07-20 22:39:39 +02:00
nestedtablewrapper.cpp undo works now 2014-07-20 22:39:39 +02:00
nestedtablewrapper.hpp undo works now 2014-07-20 22:39:39 +02:00
record.cpp Fixed build errors in OpenCS 2013-02-12 13:57:16 +01:00
record.hpp added model column 2013-05-11 18:35:48 +02:00
ref.cpp added reference collection stage to saving operation (preparation for cell saving) 2014-05-27 12:39:26 +02:00
ref.hpp added reference collection stage to saving operation (preparation for cell saving) 2014-05-27 12:39:26 +02:00
refcollection.cpp Revert "added changed reference tracking for cells" 2014-06-04 21:12:23 +02:00
refcollection.hpp Merge branch 'refs' 2014-05-30 10:38:38 +02:00
refidadapter.cpp major refactorisation 2014-07-22 10:27:45 +02:00
refidadapter.hpp comments added 2014-07-23 20:33:52 +02:00
refidadapterimp.cpp major refactorisation 2014-07-22 10:27:45 +02:00
refidadapterimp.hpp handle inventory in the actors 2014-07-22 13:08:32 +02:00
refidcollection.cpp handle inventory in the actors 2014-07-22 13:08:32 +02:00
refidcollection.hpp correctly handling the nestedTable for undo (but removing and adding 2014-07-20 18:52:35 +02:00
refiddata.cpp fixed referenceable-loading in case of more than one content file 2014-02-15 15:50:17 +01:00
refiddata.hpp Added code to delete nestedRows 2014-06-24 12:21:40 +02:00
regionmap.cpp always use the cell ID instead of the exterior coordinate fields from the original cell struct 2014-04-13 14:16:59 +02:00
regionmap.hpp always use the cell ID instead of the exterior coordinate fields from the original cell struct 2014-04-13 14:16:59 +02:00
resources.cpp enable dragging from resources tables 2014-07-07 15:20:05 +02:00
resources.hpp enable dragging from resources tables 2014-07-07 15:20:05 +02:00
resourcesmanager.cpp enable dragging from resources tables 2014-07-07 15:20:05 +02:00
resourcesmanager.hpp enable dragging from resources tables 2014-07-07 15:20:05 +02:00
resourcetable.cpp removed a left-over marker 2014-07-08 12:53:25 +02:00
resourcetable.hpp added resources tables 2014-07-05 15:50:47 +02:00
scriptcontext.cpp fixing case broke sorting in script context 2014-02-15 13:09:43 +01:00
scriptcontext.hpp added script verifier 2014-02-14 13:38:30 +01:00
tablemimedata.cpp drop part of resources drag and drop 2014-07-08 09:51:17 +02:00
tablemimedata.hpp fixing minor issues 2014-05-01 12:34:54 +02:00
universalid.cpp resolved UniversalId naming ambiguity 2014-07-05 15:07:17 +02:00
universalid.hpp added resources manager 2014-07-04 12:46:57 +02:00