florent.teppe
|
7c6471b0dc
|
getExteriorCellLocation() added to MWWorld::Cell
|
2023-05-12 23:24:36 +02:00 |
|
florent.teppe
|
c39dd576f8
|
Gets rid of most ESM::CellId
|
2023-04-03 14:16:05 +02:00 |
|
florent.teppe
|
6895a452ef
|
restores the concept of worldspace for MWWorld::Cell
|
2023-04-03 14:16:04 +02:00 |
|
florent.teppe
|
9f597ecfea
|
No more Cellid used by ESM4 cells
and that also means it is no longer used by MWWorld::Cell
fixes tests
|
2023-04-03 14:16:04 +02:00 |
|
florent.teppe
|
1bbf4a3acf
|
fixes teleport to exterior cells.
fixes linux compile
fix compile bis
|
2023-04-03 14:16:04 +02:00 |
|
florent.teppe
|
36502eaf75
|
ESM3 Cells have an Id.
Store<ESM::Cell> is updated to use it.
|
2023-04-03 14:16:03 +02:00 |
|
florent.teppe
|
084207af64
|
Avoids a lot a special cases for ESM3 vs ESM4 cells.
|
2023-02-04 23:25:06 +01:00 |
|
florent.teppe
|
1caed2de2a
|
Applies some review comments.
Proper visit for ESM::CellVariant
Fixed MWWorldCell constructor
|
2023-02-04 17:09:54 +01:00 |
|
florent.teppe
|
4e7cde5d72
|
applied some review changes.
crashfix tests
|
2023-01-30 20:49:34 +01:00 |
|
florent.teppe
|
ebfee18e35
|
implements std::visit for CellVariant, fixes struct vs class forward decl
|
2023-01-29 11:28:39 +01:00 |
|
florent.teppe
|
0723c32428
|
flags no longer bitfield
|
2023-01-29 10:59:39 +01:00 |
|
florent.teppe
|
aa29f86efe
|
fixed struct vs class.
|
2023-01-29 10:59:39 +01:00 |
|
florent.teppe
|
216ca71149
|
Applied review comments
getEditorName => getNameId
restored cosntructor in CoordinateConverter
|
2023-01-28 12:14:00 +01:00 |
|
florent.teppe
|
23614ae2ae
|
Renamed esm3esm4bridge => esmbridge
|
2023-01-27 18:40:15 +01:00 |
|
florent.teppe
|
5037dcf9bc
|
Fixes a crash on launch and some compile issue
also uses std::visit in cellstore comparison to avoid missing combinasion
split loadrefs in loadref of ESM4 and ESM3.
|
2023-01-27 16:41:00 +01:00 |
|
florent.teppe
|
cb8cdd8831
|
ESM::CellVariant aans MWWorld:Cell now take reference in constructor: signals that nullptr isn't accepted.
also applied other review comments.
|
2023-01-27 14:07:50 +01:00 |
|
florent.teppe
|
531e55e04c
|
Better handling of the esm3 vs esm4 cell problem
Common attribute are in one structure that has two constructors, one for ESM3 vs ESM4 Cell
Mood part of MWWorld::Cell
|
2023-01-27 13:39:39 +01:00 |
|