View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001698 | FSSCP | cutscenes | public | 2008-05-26 11:55 | 2008-06-29 07:55 |
| Reporter | Ransom Arceihn | Assigned To | WMCoolmon | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0001698: HUD doesn't re-enable after resetting camera | ||||
| Description | That's pretty much it. After using set-camera-position and then resetting the camera, the HUD won't automatically return like it used to. Using WMC's new 25/5 camera build. | ||||
| Tags | No tags attached. | ||||
|
2008-05-26 11:55
|
|
|
|
I think this may have been something I did intentionally, so you could use the free camera with the HUD, but it was a spur-of-the-moment decision rather than a design decision with the new code. I can see three different ways of setting this up: - Neither set-camera-position or reset-camera toggles the HUD. - set-camera-position turns it off, reset-camera turns it on, toggle-hud turns it on/off. - set-camera-position turns it off, and toggle-hud turns it on and off, but the state prior to the camera state is saved and that's what reset-camera uses. I haven't played enough missions to know how the cutscene code has been used so far. Option 0000003 is the best at this point, IMHO, but 0000002 is what I think it was before I updated the camera code. |
|
|
Yeah, option three sounds good. |
|
|
Fixed. Turns out that with the new camera code, I did use option three. But the problem was that I called the same camera-set function twice, and since the HUD was already off the second time, it resaved the HUD as being off (which was what the HUD was set to when the camera was reset.) Anyway, I fixed it and it'll be in my next camera code build or SVN when I commit. By the way, thanks for both camHUDtest and the cameramove testing missions. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-05-26 11:55 | Ransom Arceihn | New Issue | |
| 2008-05-26 11:55 | Ransom Arceihn | File Added: camHUDtest.fs2 | |
| 2008-06-04 08:22 | WMCoolmon | Status | new => assigned |
| 2008-06-04 08:22 | WMCoolmon | Assigned To | => WMCoolmon |
| 2008-06-04 08:26 | WMCoolmon | Note Added: 0009381 | |
| 2008-06-04 09:48 | Ransom Arceihn | Note Added: 0009384 | |
| 2008-06-29 07:55 | WMCoolmon | Status | assigned => resolved |
| 2008-06-29 07:55 | WMCoolmon | Resolution | open => fixed |
| 2008-06-29 07:55 | WMCoolmon | Note Added: 0009420 |