Skip to content

Commit 0133591

Browse files
committed
[v0.9.536] Changed name of Camel Husk to "Cusk" on the 1.21.11 AA templates (thanks @Erchamion). Reformatted the hover text for toggling the notes window as it was quite wide. Changed 'Enter' to 'ENTER' for apply settings hover text. Changed "RUN COMLETE!" to "RUN COMPLETED!" adding the D everywhere.
1 parent 156f4d5 commit 0133591

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

resources/templates/1.21.11/all_advancements/1_21_11_all_advancements_lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:skeleton": "Skeleton",
283283
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:husk": "Husk",
284284
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:parched": "Parched",
285-
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:camel_husk": "Camel Husk",
285+
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:camel_husk": "Cusk",
286286
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:drowned": "Drowned",
287287
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:zombie_nautilus": "Zombie Nautilus",
288288
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:stray": "Stray",

resources/templates/1.21.11/all_advancements/1_21_11_all_advancements_optimized_lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:skeleton": "Skeleton",
283283
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:husk": "Husk",
284284
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:parched": "Parched",
285-
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:camel_husk": "Camel Husk",
285+
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:camel_husk": "Cusk",
286286
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:drowned": "Drowned",
287287
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:zombie_nautilus": "Zombie Nautilus",
288288
"advancement.minecraft.adventure.kill_all_mobs.criteria.minecraft:stray": "Stray",

source/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const char* get_notes_manifest_path();
5555
#define TRACKER_TITLE "Advancely"
5656

5757
// This is the version that gets compared with the latest release tag on GitHub
58-
#define ADVANCELY_VERSION "v0.9.534" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
58+
#define ADVANCELY_VERSION "v0.9.535" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
5959
#define ADVANCELY_ICON_PATH "/gui/Advancely_Logo_NoText.png" // Starting from /gui folder
6060
#define ADVANCELY_LOGO_PATH "/gui/Advancely_Logo.png" // Starting from /gui folder
6161
#define ADVANCELY_LOGO_SIZE 512.0f // Logo size on startup message window or update successful window

source/overlay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ void overlay_render(Overlay *o, const Tracker *t, const AppSettings *settings) {
571571
char formatted_time[64];
572572
format_time(t->template_data->play_time_ticks, formatted_time, sizeof(formatted_time));
573573
snprintf(info_buffer, sizeof(info_buffer),
574-
"*** RUN COMPLETE! *** | Final Time: %s | Donate (mentioning 'Advancely') to be featured!",
574+
"*** RUN COMPLETED! *** | Final Time: %s | Donate (mentioning 'Advancely') to be featured!",
575575
formatted_time);
576576
} else {
577577
// Conditionally build the progress string section by section

source/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@ void settings_render_gui(bool *p_open, AppSettings *app_settings, ImFont *roboto
22252225
if (ImGui::IsItemHovered()) {
22262226
char apply_button_tooltip_buffer[1024];
22272227
snprintf(apply_button_tooltip_buffer, sizeof(apply_button_tooltip_buffer),
2228-
"Apply any changes made in this window. You can also press 'Enter' to apply.\n"
2228+
"Apply any changes made in this window. You can also press 'ENTER' to apply.\n"
22292229
"Changes made to the overlay window will cause the overlay to restart,\n"
22302230
"which might lead to OBS not capturing the overlay anymore.\n"
22312231
"It will fail to apply if any warnings are shown.");

source/tracker.cpp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5437,7 +5437,7 @@ void tracker_render_gui(Tracker *t, AppSettings *settings) {
54375437

54385438
if (is_run_complete) {
54395439
snprintf(info_buffer, sizeof(info_buffer),
5440-
"*** RUN COMPLETE! *** | Final Time: %s",
5440+
"*** RUN COMPLETED! *** | Final Time: %s",
54415441
formatted_time);
54425442
} else {
54435443
// This is the original info string for when the run is in progress.
@@ -5759,13 +5759,16 @@ void tracker_render_gui(Tracker *t, AppSettings *settings) {
57595759
snprintf(notes_tooltip_buffer, sizeof(notes_tooltip_buffer),
57605760
"Notes Window\n"
57615761
"--------------------------------\n"
5762-
"Toggles a persistent text editor for keeping notes. The system has two modes, configurable inside the window:\n\n"
5763-
" - Per-World (Default): Notes are saved for each world individually. The last 32 worlds are remembered.\n"
5762+
"Toggles a persistent text editor for keeping notes.\n"
5763+
"The system has two modes, configurable inside the window:\n\n"
5764+
" - Per-World (Default): Notes are saved for each world individually.\n"
5765+
" The last 32 worlds are remembered.\n"
57645766
" - Per-Template: Notes are shared for the currently loaded template permanently.\n\n"
57655767
"--------------------------------\n"
57665768
"The window's size and position are remembered across sessions.\n"
57675769
"Anything you type is immediately saved.\n"
5768-
"Hotkeys are disabled while typing in the notes window. The maximum note size is 64KB.");
5770+
"Hotkeys are disabled while typing in the notes window.\n"
5771+
"The maximum note size is 64KB.");
57695772
ImGui::SetTooltip("%s", notes_tooltip_buffer);
57705773
}
57715774

@@ -6508,7 +6511,7 @@ void tracker_print_debug_status(Tracker *t, const AppSettings *settings) {
65086511
// Check if the run is completed, check both advancement and overall progress
65096512
if (t->template_data->advancements_completed_count >= t->template_data->advancement_count && t->template_data->
65106513
overall_progress_percentage >= 100.0f) {
6511-
log_message(LOG_INFO, "\n *** RUN COMPLETE! ***\n\n");
6514+
log_message(LOG_INFO, "\n *** RUN COMPLETED! ***\n\n");
65126515
log_message(LOG_INFO, " Final Time: %s\n\n", formatted_time);
65136516
log_message(LOG_INFO, "============================================================\n");
65146517
} else {

0 commit comments

Comments
 (0)