View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006274 | DarkRadiant | Map Editing | public | 20.03.2023 04:09 | 20.03.2023 10:39 |
Reporter | greebo | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.9.0 | Fixed in Version | 3.9.0 | ||
Summary | 0006274: Empty rotation when cloning an entity using editor_rotatable and an angle key | ||||
Description | If you have an "editor_rotatable" entity but are using the "angle" key and not the "rotation" key, there is a bug when cloning an entity where the cloned entity has a identity rotation matrix (and thus, it's arrow is wrong). See PR https://github.com/codereader/DarkRadiant/pull/36 The fix is in place, it just needs a complementary unit test. | ||||
Tags | No tags attached. | ||||
DarkRadiant: master 77ed22df 20.03.2023 08:47 Details Diff |
Add unit tests for 0006274 (cherry picked from commit fa18e656e78edfc0cd15bae7fc84efdaea51abfe) |
Affected Issues 0006274 |
|
mod - test/Entity.cpp | Diff File | ||
add - test/resources/tdm/def/gameplay.def | Diff File | ||
DarkRadiant: master 5d4eecf9 20.03.2023 10:38 Committer: GitHub Details Diff |
0006274: Merge pull request 0000036 from chalonverse/rot-dupe-fix Fix bug where cloning an entity using editor_rotatable and an angle key would cause the rotation matrix to be reset by an empty rotation key |
Affected Issues 0000036, 0006274 |
|
mod - radiantcore/entity/generic/GenericEntityNode.cpp | Diff File | ||
mod - test/Entity.cpp | Diff File | ||
add - test/resources/tdm/def/gameplay.def | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
20.03.2023 04:09 | greebo | New Issue | |
20.03.2023 10:38 | chalonverse | Changeset attached | => DarkRadiant master 77ed22df |
20.03.2023 10:38 | greebo | Changeset attached | => DarkRadiant master 5d4eecf9 |
20.03.2023 10:39 | greebo | Assigned To | => greebo |
20.03.2023 10:39 | greebo | Status | new => resolved |
20.03.2023 10:39 | greebo | Resolution | open => fixed |
20.03.2023 10:39 | greebo | Fixed in Version | => 3.9.0 |
20.03.2023 10:39 | greebo | Target Version | => 3.9.0 |