X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=00802bbdd83bed88d058252f8107dc09979495bd;hp=5a246b11eaa79571b8954d2eabd6a3ac94ab501b;hb=e784adbf59a182d6049d259d97ba92b06333b94d;hpb=7105f91988f424587dd22f78f4d9c56b108e82e6 diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 5a246b1..00802bb 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -2651,6 +2651,10 @@ begin EditorDir := ExtractFilePath(Application.ExeName); e_InitLog(EditorDir+'Editor.log', WM_NEWFILE); + e_WriteLog('Doom 2D: Forever Editor version ' + EDITOR_VERSION, MSG_NOTIFY); + e_WriteLog('Build date: ' + EDITOR_BUILDDATE + ' ' + EDITOR_BUILDTIME, MSG_NOTIFY); + e_WriteLog('Build hash: ' + g_GetBuildHash(), MSG_NOTIFY); + e_WriteLog('Build by: ' + g_GetBuilderName(), MSG_NOTIFY); slInvalidTextures := TStringList.Create;