View Issue Details

IDProjectCategoryView StatusLast Update
0000038Gorilla3DBug Reportspublic2019-11-06 09:51
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.8.1.x 
Target Version0.8.1.xFixed in Version0.8.1.x 
Summary0000038: DialogueSystem: ItemEvent needs to separate between events and subevents
DescriptionIt is possible to declare an event which can execute further events (subevents).
f.e. declare an animation event with a "on-begin" and "on-end" param.
The TGorillaDialogueHUD is able to interprete those params and execute further events.

Problems:
- TGorillaDialogueHUD do not check if events are enabled/disabled
- TGorillaDialogueItemEvent don't know a reference to a parent event.
TagsNo tags attached.
Delphi-Version
OpenGLVersionOpenGL 4.6

Activities

administrator

2019-11-06 09:51

administrator   ~0000027

TGorillaDialogueItemEvent now provides an "OwnerEvent" property and "owner" attribute in XML file.
By this it is possible to link subevents to an owner event.

Issue History

Date Modified Username Field Change
2019-11-06 09:50 administrator New Issue
2019-11-06 09:50 administrator Status new => assigned
2019-11-06 09:50 administrator Assigned To => administrator
2019-11-06 09:51 administrator Status assigned => resolved
2019-11-06 09:51 administrator Resolution open => fixed
2019-11-06 09:51 administrator Fixed in Version => 0.8.1.x
2019-11-06 09:51 administrator Note Added: 0000027