This is an archived, read-only instance of the CortUI Trac. This site is no longer actively maintained. Registration and login have been disabled. Content is preserved for reference only.

Changes between Initial Version and Version 9 of Ticket #30


Ignore:
Timestamp:
01/05/11 15:43:28 (15 years ago)
Author:
Henrik Heimbuerger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30

    • Property Status changed from new to assigned
    • Property Type changed from defect to enhancement
    • Property Component changed from HUD: CortUI Classic to Core
    • Property Summary changed from transparent Map on missionbrief looks stupid to Improve visuals of the map preview on the mission briefing screen
    • Property Milestone changed from to 1.78
    • Property Owner changed from Henrik Heimbuerger to MrWabbit
  • Ticket #30 – Description

    initial v9  
    1 in missionbrief.mdl
     1In source:/trunk/Code/missionbrief.mdl@106#L323
    22
    3 lines 324:
    4 
    5 
    6 
     3Before:
    74{{{
    85mapPreviewPane      = MapPreviewPane(ImportImage("sectormapopaquebkgndbmp",false),false,true);
     6}}}
    97
     8After:
     9{{{
    1010mapPreviewPane      = MapPreviewPane(ImportImageFromFile("mods/F7/media/sectormapopaquebkgnd.png", true),false,true);
    1111}}}