View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000038 | Gorilla3D | Bug Reports | public | 2019-11-06 09:50 | 2019-11-06 09:51 |
Reporter | administrator | Assigned To | administrator | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.8.1.x | ||||
Target Version | 0.8.1.x | Fixed in Version | 0.8.1.x | ||
Summary | 0000038: DialogueSystem: ItemEvent needs to separate between events and subevents | ||||
Description | It 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. | ||||
Tags | No tags attached. | ||||
Delphi-Version | |||||
OpenGLVersion | OpenGL 4.6 | ||||
|
TGorillaDialogueItemEvent now provides an "OwnerEvent" property and "owner" attribute in XML file. By this it is possible to link subevents to an owner event. |
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 |