Skip to content

Commit

Permalink
Visual edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkulya committed Feb 5, 2022
1 parent 0f882d2 commit 8e97e05
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (UNIX)
endif()

# Set projectname (must be done AFTER setting configurationtypes)
project(Project_Skyfire)
project(Pandaria_5.4.8)

# CMake policies (can not be handled elsewhere)
cmake_minimum_required(VERSION 2.8.9)
Expand Down
1 change: 1 addition & 0 deletions THANKS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Thanks/credits file =
Pandaria 5.4.8

* WoW Daemon Team, 2004
* MaNGOS project, 2005-2008 <http://www.mangosproject.org>
Expand Down
27 changes: 19 additions & 8 deletions src/server/authserver/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,25 @@ extern int main(int argc, char** argv)

TC_LOG_INFO("server.authserver", "%s (authserver)", _FULLVERSION);
TC_LOG_INFO("server.authserver", "<Ctrl-C> to stop.\n");

TC_LOG_INFO("server.worldserver", " ████████╗██╗░░██╗░█████╗░██████╗░░██████╗░░█████╗░░██████╗████████╗");
TC_LOG_INFO("server.worldserver", " ╚══██╔══╝██║░░██║██╔══██╗██╔══██╗██╔════╝░██╔══██╗██╔════╝╚══██╔══╝ ");
TC_LOG_INFO("server.worldserver", " ░░░██║░░░███████║██║░░██║██████╔╝██║░░██╗░███████║╚█████╗░░░░██║░░░ ");
TC_LOG_INFO("server.worldserver", " ░░░██║░░░██║░░██║╚█████╔╝██║░░██║╚██████╔╝██║░░██║██████╔╝░░░██║░░░");
TC_LOG_INFO("server.worldserver", " ░░░╚═╝░░░╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝░╚═════╝░╚═╝░░╚═╝╚═════╝░░░░╚═╝░░░");
TC_LOG_INFO("server.worldserver", " torghast project 2021(c) Private-sourced Game Emulation ");
TC_LOG_INFO("server.worldserver", " <https://torghast-project.com> \n");

TC_LOG_INFO("server.authserver", " ─╔═══╗╔═══╗╔═╗─╔╗╔═══╗╔═══╗╔═══╗╔══╗╔═══╗─ ");
TC_LOG_INFO("server.authserver", " ─║╔═╗║║╔═╗║║║╚╗║║╚╗╔╗║║╔═╗║║╔═╗║╚╣─╝║╔═╗║─ ");
TC_LOG_INFO("server.authserver", " ─║╚═╝║║║─║║║╔╗╚╝║─║║║║║║─║║║╚═╝║─║║─║║─║║─ ");
TC_LOG_INFO("server.authserver", " ─║╔══╝║╚═╝║║║╚╗║║─║║║║║╚═╝║║╔╗╔╝─║║─║╚═╝║─ ");
TC_LOG_INFO("server.authserver", " ─║║───║╔═╗║║║─║║║╔╝╚╝║║╔═╗║║║║╚╗╔╣─╗║╔═╗║─ ");
TC_LOG_INFO("server.authserver", " ─╚╝───╚╝─╚╝╚╝─╚═╝╚═══╝╚╝─╚╝╚╝╚═╝╚══╝╚╝─╚╝─ ");
TC_LOG_INFO("server.authserver", " ");
TC_LOG_INFO("server.authserver", " ─╔═══╗───╔╗─╔╗────╔═══╗─ ");
TC_LOG_INFO("server.authserver", " ─║╔══╝───║║─║║────║╔═╗║─ ");
TC_LOG_INFO("server.authserver", " ─║╚══╗───║╚═╝║────║╚═╝║─ ");
TC_LOG_INFO("server.authserver", " ─╚══╗║───╚══╗║────║╔═╗║─ ");
TC_LOG_INFO("server.authserver", " ─╔══╝║──╔╗──║║─╔╗─║╚═╝║─ ");
TC_LOG_INFO("server.authserver", " ─╚═══╝──╚╝──╚╝─╚╝─╚═══╝─ ");
TC_LOG_INFO("server.authserver", " ");
TC_LOG_INFO("server.authserver", " PANDARIA 5.4.8 ");
TC_LOG_INFO("server.authserver", " Based on: ");
TC_LOG_INFO("server.authserver", " Project SkyFireEmu ");
TC_LOG_INFO("server.authserver", " <http://www.projectskyfire.org/> \n ");

TC_LOG_INFO("server.authserver", "Using configuration file %s.", configFile);

Expand Down
Binary file modified src/server/authserver/authserver.ico
Binary file not shown.
26 changes: 18 additions & 8 deletions src/server/worldserver/Master.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,24 @@ int Master::Run()
TC_LOG_INFO("server.worldserver", "%s (worldserver-daemon)", _FULLVERSION);
TC_LOG_INFO("server.worldserver", "<Ctrl-C> to stop.\n");

TC_LOG_INFO("server.worldserver", " ████████╗██╗░░██╗░█████╗░██████╗░░██████╗░░█████╗░░██████╗████████╗");
TC_LOG_INFO("server.worldserver", " ╚══██╔══╝██║░░██║██╔══██╗██╔══██╗██╔════╝░██╔══██╗██╔════╝╚══██╔══╝ ");
TC_LOG_INFO("server.worldserver", " ░░░██║░░░███████║██║░░██║██████╔╝██║░░██╗░███████║╚█████╗░░░░██║░░░ ");
TC_LOG_INFO("server.worldserver", " ░░░██║░░░██║░░██║╚█████╔╝██║░░██║╚██████╔╝██║░░██║██████╔╝░░░██║░░░");
TC_LOG_INFO("server.worldserver", " ░░░╚═╝░░░╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝░╚═════╝░╚═╝░░╚═╝╚═════╝░░░░╚═╝░░░");
TC_LOG_INFO("server.worldserver", " torghast project 2021(c) Private-sourced Game Emulation ");
TC_LOG_INFO("server.worldserver", " <https://torghast-project.com> \n");

TC_LOG_INFO("server.worldserver", " ─╔═══╗╔═══╗╔═╗─╔╗╔═══╗╔═══╗╔═══╗╔══╗╔═══╗─ ");
TC_LOG_INFO("server.worldserver", " ─║╔═╗║║╔═╗║║║╚╗║║╚╗╔╗║║╔═╗║║╔═╗║╚╣─╝║╔═╗║─ ");
TC_LOG_INFO("server.worldserver", " ─║╚═╝║║║─║║║╔╗╚╝║─║║║║║║─║║║╚═╝║─║║─║║─║║─ ");
TC_LOG_INFO("server.worldserver", " ─║╔══╝║╚═╝║║║╚╗║║─║║║║║╚═╝║║╔╗╔╝─║║─║╚═╝║─ ");
TC_LOG_INFO("server.worldserver", " ─║║───║╔═╗║║║─║║║╔╝╚╝║║╔═╗║║║║╚╗╔╣─╗║╔═╗║─ ");
TC_LOG_INFO("server.worldserver", " ─╚╝───╚╝─╚╝╚╝─╚═╝╚═══╝╚╝─╚╝╚╝╚═╝╚══╝╚╝─╚╝─ ");
TC_LOG_INFO("server.worldserver", " ");
TC_LOG_INFO("server.worldserver", " ─╔═══╗───╔╗─╔╗────╔═══╗─ ");
TC_LOG_INFO("server.worldserver", " ─║╔══╝───║║─║║────║╔═╗║─ ");
TC_LOG_INFO("server.worldserver", " ─║╚══╗───║╚═╝║────║╚═╝║─ ");
TC_LOG_INFO("server.worldserver", " ─╚══╗║───╚══╗║────║╔═╗║─ ");
TC_LOG_INFO("server.worldserver", " ─╔══╝║──╔╗──║║─╔╗─║╚═╝║─ ");
TC_LOG_INFO("server.worldserver", " ─╚═══╝──╚╝──╚╝─╚╝─╚═══╝─ ");
TC_LOG_INFO("server.worldserver", " ");
TC_LOG_INFO("server.worldserver", " PANDARIA 5.4.8 ");
TC_LOG_INFO("server.worldserver", " Based on: ");
TC_LOG_INFO("server.worldserver", " Project SkyFireEmu ");
TC_LOG_INFO("server.worldserver", " <http://www.projectskyfire.org/> \n ");

/// worldserver PID file creation
std::string pidFile = sConfigMgr->GetStringDefault("PidFile", "");
Expand Down
Binary file modified src/server/worldserver/worldserver.ico
Binary file not shown.

0 comments on commit 8e97e05

Please sign in to comment.