Skip to content

Commit

Permalink
Version 1.0.5 (2024/04/03):
Browse files Browse the repository at this point in the history
* Added Achievement Guide for "Your Journey Begins" and "Just Getting Started" in Halo MCC
* New "The Yappening II" background image for home page
  • Loading branch information
shaunroselt committed Apr 2, 2024
1 parent 8b8c60a commit fe19621
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Data/Data_Achievements.pas
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ TAchievement = record
description: 'Complete a campaign mission or a match of multiplayer.';
image: 'https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/976730/6fb6ed832c24c8e0594c13cb8a7b08ac28b8d603.jpg';
percent_achieved: '90.3%';
Gamerscore: -1;
Guide_Description: '';
Gamerscore: 5;
Guide_Description: 'To unlock the "Your Journey Begins" achievement within the Halo: The Master Chief Collection (MCC), you simply need to fully complete any campaign mission or a match of multiplayer.';
Guide_Video: [];
Filter: ['Campaign','Co-op Campaign','Multiplayer'];
),
Expand All @@ -32,8 +32,8 @@ TAchievement = record
description: 'Kill 100 enemies or players.';
image: 'https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/976730/295994d6837f319474877fac6036b13bcc09e7cc.jpg';
percent_achieved: '80.0%';
Gamerscore: -1;
Guide_Description: '';
Gamerscore: 5;
Guide_Description: 'To unlock the "Just Getting Started" achievement within the Halo: The Master Chief Collection (MCC), you simply need to kill a total of 100 enemies or players in any campaign mission or a match of multiplayer.';
Guide_Video: [];
Filter: ['Campaign','Co-op Campaign','Multiplayer'];
),
Expand Down
1 change: 1 addition & 0 deletions HaloTracker_Web.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
</Platforms>
<ModelSupport>False</ModelSupport>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
Expand Down
1 change: 1 addition & 0 deletions Pages/uAchievements.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ object Frame_Achievements: TFrame_Achievements
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
Layout = tlCenter
ParentFont = False
Expand Down
7 changes: 5 additions & 2 deletions Pages/uAchievements.pas
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ procedure TFrame_Achievements.LoadAchievementGuide(Sender: TJSEvent);
window.dispatchEvent(new Event('resize'));
end;

AchievementGuideVideo.HTML.Text := '<iframe width="100%" height="100%" src="'+Achievement.Guide_Video[0]+'" title="YouTube video player" style="border: 1px solid white; border-radius: 5px;" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>';
if (Length(Achievement.Guide_Video) > 0) then
AchievementGuideVideo.HTML.Text := '<iframe width="100%" height="100%" src="'+Achievement.Guide_Video[0]+'" title="YouTube video player" style="border: 1px solid white; border-radius: 5px;" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>'
else
AchievementGuideVideo.HTML.Text := '';
end;
end;

Expand Down Expand Up @@ -361,7 +364,7 @@ procedure TFrame_Achievements.LoadAchievementsHTML;
MyHTML := '''
<div class="ElementGuideClick" data-id="${AchievementID}" style="${CursorHand}position: relative;background-color: rgb(25, 29, 36); height: 100px; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); margin: 10px 40px; padding: 0px; border-radius: 5px;">
<img ${AchievementComplete} src="${AchievementImage}" alt="Halo Achievement - ${AchievementName} (${AchievementDescription})" style="pointer-events: none;top: 13px; left: 13px; width: 74px; height: 74px; position: absolute; border: 2px solid transparent; border-image: linear-gradient(to right, transparent, transparent); border-image-slice: 1;">
<div style="min-height: 100%;position: relative;display: flex;align-items: center;margin-left: 100px;color: rgb(255, 255, 255);font-family: &quot;Segoe UI&quot;;Segoe UI&amp;quot;font-style: normal;">
<div style="pointer-events: none;min-height: 100%;position: relative;display: flex;align-items: center;margin-left: 100px;color: rgb(255, 255, 255);font-family: &quot;Segoe UI&quot;;Segoe UI&amp;quot;font-style: normal;">
<div style="padding-right: 10px;flex-grow: 1;">
<h3 style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14pt;margin: 0;">${AchievementName}</h3>
<h4 style="font-weight: normal;white-space: normal;font-size: 11pt;margin: 0;">${AchievementDescription}</h4>
Expand Down
2 changes: 1 addition & 1 deletion Pages/uSettings.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ object Frame_Settings: TFrame_Settings
Margins.Right = 0
Margins.Bottom = 0
Align = alClient
Caption = 'Version 1.0.4 | WEB | RELEASE | 2024/04/02'
Caption = 'Version 1.0.5 | WEB | RELEASE | 2024/04/03'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -14
Expand Down
2 changes: 1 addition & 1 deletion TMSWeb/Release/HaloTracker_Web.js

Large diffs are not rendered by default.

Binary file modified TMSWeb/Release/assets/background-infinite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/background-infinite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe19621

Please sign in to comment.