diff options
author | click <click@gonnamakeyou.com> | 2011-08-04 22:53:33 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2011-08-04 22:53:33 +0200 |
commit | d7715fa4b8d18d518c1247bcb77c0ef76e9e4b17 (patch) | |
tree | f83e80743b055e843cd968018a85c56374dd4708 /src/server/worldserver/Master.cpp | |
parent | 2056af63f01c177376fc6bebb41ce158cc6016b4 (diff) |
Buildsystem/Windows: Add support for reading commithash and commitdate directly from the executable binaries.
To view this information, check the "Product Version" field in Properties on the respective daemon.
+ Fix worldserver/authserver .rc file layouts and content (now adheres to MS standards *sighs*)
+ Change .serv info output to show corename followed by the commit date and hash
+ Include showing the versionstring on worldserver startup completion (on Aokromes' request)
Thanks to Paradox for bugging me enough about it and the initial pull-request.
Diffstat (limited to 'src/server/worldserver/Master.cpp')
-rwxr-xr-x | src/server/worldserver/Master.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/worldserver/Master.cpp b/src/server/worldserver/Master.cpp index cfb8a5a1aaa..c44ac1c9266 100755 --- a/src/server/worldserver/Master.cpp +++ b/src/server/worldserver/Master.cpp @@ -275,6 +275,7 @@ int Master::Run() // set server online (allow connecting now) LoginDatabase.DirectPExecute("UPDATE realmlist SET color = color & ~%u, population = 0 WHERE id = '%u'", REALM_FLAG_INVALID, realmID); + sLog->outString("%s (worldserver-daemon) ready...", _FULLVERSION); sWorldSocketMgr->Wait(); if (soap_thread) |