mirror of
https://github.com/alexkulya/pandaria_5.4.8.git
synced 2025-12-11 07:37:03 +00:00
Visual edits
This commit is contained in:
parent
0f882d27b3
commit
8e97e0527f
6 changed files with 39 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
= Thanks/credits file =
|
||||
Pandaria 5.4.8
|
||||
|
||||
* WoW Daemon Team, 2004
|
||||
* MaNGOS project, 2005-2008 <http://www.mangosproject.org>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 133 KiB |
|
|
@ -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", "");
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 133 KiB |
Loading…
Add table
Add a link
Reference in a new issue