View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001092 | The Dark Mod | Coding | public | 08.09.2008 08:20 | 29.06.2009 08:06 |
| Reporter | Ishtvan | Assigned To | Ishtvan | ||
| Priority | normal | Severity | normal | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Summary | 0001092: Move "frob box" capability from idMoveableItem up to idEntity | ||||
| Description | A long time ago we decided to not use idMoveableItem for anything anymore. idMoveableItem does NOT inherit from idMoveable (it inherits from idItem), and we've made a lot of changes to idMoveable that would have to be doubly-maintained on idMoveableItem. We're still using idMoveableItem for some things because it's the only class with the ability to have a separate clipmodel for frobbing (e.g., for a small key, a small physical CM but a large frob CM for easy frobbing). Currently this uses the "idClipModel *trigger" member on idMoveableItem. We need to move this up to idEntity, and call it FrobClipmodel or something. Then we need to go thru all the def files and change all idMoveableItem to idMoveables. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 08.09.2008 08:20 | Ishtvan | New Issue | |
| 08.09.2008 08:20 | Ishtvan | Status | new => assigned |
| 08.09.2008 08:20 | Ishtvan | Assigned To | => Ishtvan |
| 16.09.2008 02:47 | Ishtvan | Status | assigned => resolved |
| 16.09.2008 02:47 | Ishtvan | Resolution | open => fixed |
| 29.06.2009 08:06 | greebo | Status | resolved => closed |