Skip to content

Commit dc51ba9

Browse files
committed
Restored old comments from original devs that were deleted in COP (#382)
Cosmetic commit
1 parent 5e8c166 commit dc51ba9

File tree

7 files changed

+54
-4
lines changed

7 files changed

+54
-4
lines changed

src/xrGame/ui/UIDebugFonts.cpp

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// File: UIDebugFonts.cpp
2+
// Description: Output list of all fonts
3+
// Created: 22.03.2005
4+
// Author: Serge Vynnychenko
5+
6+
//
7+
// Copyright 2005 GSC Game World
8+
19
#include "StdAfx.h"
210

311
#include "UIDebugFonts.h"

src/xrGame/ui/UIPdaKillMessage.cpp

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// File: UIPdaKillMessage.cpp
2+
// Description: HUD message about player death. Implementation of visual behavior
3+
// Created: 10.03.2005
4+
// Author: Serge Vynnychenko
5+
6+
//
7+
// Copyright 2005 GSC GameWorld
8+
19
#include "StdAfx.h"
210
#include "UIPdaKillMessage.h"
311
#include "UIInventoryUtilities.h"

src/xrGame/ui/UIPdaKillMessage.h

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// File: UIPdaKillMessage.h
2+
// Description: HUD message about player death. Implementation of visual behavior
3+
// Created: 10.03.2005
4+
// Author: Serge Vynnychenko
5+
6+
//
7+
// Copyright 2005 GSC GameWorld
8+
19
#pragma once
210

311
#include "KillMessageStruct.h"

src/xrGame/ui/UISkinSelector.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
#ifndef UI_SKIN_SELECTOR_H_
2-
#define UI_SKIN_SELECTOR_H_
1+
//-----------------------------------------------------------------------------/
2+
// Окно выбора скина в сетевой игре
3+
//-----------------------------------------------------------------------------/
4+
5+
#pragma once
36

47
#include "UIDialogWnd.h"
58

@@ -61,5 +64,3 @@ class CUISkinSelectorWnd final : public CUIDialogWnd
6164
int m_firstSkin;
6265
s16 m_team;
6366
};
64-
65-
#endif

src/xrUICore/Buttons/UI3tButton.h

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
// File: UI3tButton.cpp
2+
// Description: Button with 3 texutres (for <enabled>, <disabled> and <touched> states)
3+
// Created: 07.12.2004
4+
// Author: Serhiy 0. Vynnychenk0
5+
6+
//
7+
// copyright 2004 GSC Game World
8+
//
9+
110
#pragma once
11+
212
#include "xrUICore/Buttons/UIButton.h"
313
#include "xrUICore/InteractiveBackground/UI_IB_Static.h"
414
#include "xrSound/Sound.h"

src/xrUICore/Lines/UILines.h

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
// File: UILines.h
2+
// Description: Multilines Text Control
3+
// Created: 11.03.2005
4+
// Author: Serge Vynnycheko
5+
6+
//
7+
// Copyright 2005 GSC Game World
8+
19
#pragma once
10+
211
#include "xrUICore/Lines/UILine.h"
312
#include "xrUICore/uiabstract.h"
413

src/xrUICore/SpinBox/UISpinText.h

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// file: UISpinNum.h
2+
// description: Spin Button with text data (unlike numerical data)
3+
// created: 15.06.2005
4+
// author: Serge Vynnychenko
5+
//
6+
17
#pragma once
28

39
#include "xrUICore/SpinBox/UICustomSpin.h"

0 commit comments

Comments
 (0)