View Issue Details

IDProjectCategoryView StatusLast Update
0001698FSSCPcutscenespublic2008-06-29 07:55
ReporterRansom Arceihn Assigned ToWMCoolmon  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0001698: HUD doesn't re-enable after resetting camera
DescriptionThat'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.
TagsNo tags attached.

Activities

2008-05-26 11:55

 

camHUDtest.fs2 (3,617 bytes)

WMCoolmon

2008-06-04 08:26

developer   ~0009381

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.

Ransom Arceihn

2008-06-04 09:48

reporter   ~0009384

Yeah, option three sounds good.

WMCoolmon

2008-06-29 07:55

developer   ~0009420

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.

Issue History

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