From 27a7641f492a04c77d8c869474b154b3373a7c27 Mon Sep 17 00:00:00 2001 From: Julien Tierny Date: Sun, 29 Dec 2024 18:52:04 +0100 Subject: [PATCH] [console] happy new year! --- core/base/common/welcomeMsg.inl | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/core/base/common/welcomeMsg.inl b/core/base/common/welcomeMsg.inl index a3aae7ea9e..cdc132bdb5 100644 --- a/core/base/common/welcomeMsg.inl +++ b/core/base/common/welcomeMsg.inl @@ -2,53 +2,44 @@ // Julien Tierny // January 2020. -// "TTK (c) 2024" +// "TTK (c) 2025" printMsg( debug::output::BOLD - //+ " _____ _____ _ __ __ __ ____ ___ ____ _____" - + " _____ _____ _ __ __ __ ____ ___ ____ _ _" + + " _____ _____ _ __ __ __ ____ ___ ____ ____" + debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream); printMsg(debug::output::BOLD - //+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " - //"\\___ \\|___ /" - + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " - "\\___ \\| || |" + + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " + "\\___ \\| ___|" + debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream); printMsg( debug::output::BOLD - //+ " | | | | | ' / | |/ __| | __) | | | |__) | |_ - //\\" - + " | | | | | ' / | |/ __| | __) | | | |__) | || |_" + + " | | | | | ' / | |/ __| | __) | | | |__) |___ \\" + debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream); printMsg( debug::output::BOLD - // + " | | | | | . \\ | | (__| | / __/| |_| / __/ - // ___) |" - + " | | | | | . \\ | | (__| | / __/| |_| / __/|__ _|" + + " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |" + debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream); printMsg(debug::output::BOLD - // + " |_| |_| |_|\\_\\ | |\\___| | " - // "|_____|\\___/_____|____/" - + " |_| |_| |_|\\_\\ | |\\___| | " - "|_____|\\___/_____| |_|" + + " |_| |_| |_|\\_\\ | |\\___| | " + "|_____|\\___/_____|____/" + debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream); -printMsg(debug::output::BOLD + " \\_\\ /_/" +printMsg(debug::output::BOLD + " \\_\\ /_/" + debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW,