View Issue Details

IDProjectCategoryView StatusLast Update
0004057The Dark ModTweakingpublic23.01.2015 01:11
ReporterSteveL Assigned ToSteveL  
PrioritynormalSeveritynormalReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionTDM 2.03 
Summary0004057: Add a bit more output to ai_debugScript
Descriptionai_debugScript logs script-related events to the console for a single entity at a time.

Currently logs:
- calls to idActor::SetState
- calls to idAnimState::SetState
- calls to script functions
- returns from script functions

New additions:
- calls to idActor::SetWaitState (show old --> new)
- calls to idAnimState::SetWaitState (show old --> new)
- calls to State::Init
- Scripts being terminated mid-progress (usually by incoming AnimStates), logging the function name and last line to be executed.
- channels being disabled / enabled
Additional InformationThese were very helpful in diagnosing 0004012 and 0004046
TagsNo tags attached.

Activities

SteveL

SteveL

23.01.2015 01:11

reporter   ~0007376

at rev 6460

Issue History

Date Modified Username Field Change
22.01.2015 21:45 SteveL New Issue
22.01.2015 21:45 SteveL Status new => assigned
22.01.2015 21:45 SteveL Assigned To => SteveL
22.01.2015 21:46 SteveL Description Updated
22.01.2015 21:48 SteveL Additional Information Updated
22.01.2015 21:48 SteveL Additional Information Updated
22.01.2015 23:17 SteveL Description Updated
23.01.2015 01:11 SteveL Note Added: 0007376
23.01.2015 01:11 SteveL Status assigned => resolved
23.01.2015 01:11 SteveL Resolution open => fixed