Opened 17 years ago
Closed 16 years ago
#17 closed defect (fixed)
JelloShot issues with transparency.
| Reported by: | bp | Owned by: | MrWabbit |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.77 |
| Component: | HUD: JelloShot | Version: | 1.76 |
| Keywords: | jelloshot, transparency, glitch | Cc: |
Description (last modified by )
From the CortUI 1.75 release notes:
JelloShot has issues with transparency. I'll look into it.
Attachments (2)
Change History (14)
comment:1 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | jelloshot transparency glitch added |
comment:2 Changed 17 years ago by
| Version: | dev → 1.76 |
|---|
comment:3 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I think i took care of most of jelloshots and lesshuds transparency problems.
Ugly kludge, though.
I used the gauge image rect function to make non-gauge images transparent, similar to Myotis' solution to bugfix #6 in release 1.76.
Only i did it to all remaining images.
Changed 17 years ago by
| Attachment: | dialog.mdl added |
|---|
comment:4 Changed 17 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Reopening, as there's no commit.
comment:5 Changed 16 years ago by
| Milestone: | → 1.77 |
|---|
Changed 16 years ago by
| Attachment: | dialog.mdl.ticket17.against_r74.patch added |
|---|
patch of the attached dialog.mdl against r74 (the revision dialog.mdl was at at the time)
comment:6 Changed 16 years ago by
| Owner: | changed from FlingPu to Henrik Heimbuerger |
|---|---|
| Status: | reopened → accepted |
comment:7 Changed 16 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | accepted → closed |
Can't reproduce this in R5. Please reopen with description and/or screenshots if you can still reproduce this.
BW's patch has *not* been applied.
comment:8 Changed 16 years ago by
| Description: | modified (diff) |
|---|
these are the suggested code changes for this workaround:
for lessHUD (ca line 2879):
// fpTargetOvalColor =
// BlendImage(
// ImportImageFromFile("mods/CortUI/media/cortui_fp1_target_oval_color.png", true),
// hudBlendMode
// );
fpTargetOvalColor =
BlendImage(
GaugeImageRect(
JustifyBottom,
ImportImageFromFile("mods/CortUI/media/cortui_fp1_target_oval_color.png", true),
Rect(0, 0, 164, 67),
true,
1
),
hudBlendMode
);
for JelloShot? (ca line 1972):
//fp2TargetOvalColor = BlendImage(
// ImportImageFromFile("mods/CortUI/media/cortui_fp2_target_oval_color.png", true),
// hudBlendMode
//);
fp2TargetOvalColor =
BlendImage(
GaugeImageRect(
JustifyBottom,
ImportImageFromFile("mods/CortUI/media/cortui_fp2_target_oval_color.png", true),
Rect(0, 0, 256, 256),
true,
1
),
hudBlendMode
);
before:
comment:9 Changed 16 years ago by
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
comment:10 Changed 16 years ago by
New commit by cort (revision [89]):
[Fix for ticket #17] Applied the changes as listed by Bunnywabbit in comment:8:ticket:17. This should fix various transparency problems in lessHUD and JelloShot.
comment:11 Changed 16 years ago by
| Owner: | changed from Henrik Heimbuerger to MrWabbit |
|---|---|
| Status: | reopened → assigned |
Please test again and close as fixed or reassign back to me.
comment:12 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |






Adding version information.