Skip to content

Commit

Permalink
Restored old comments from original devs that were deleted in COP (#382)
Browse files Browse the repository at this point in the history
Cosmetic commit
  • Loading branch information
Xottab-DUTY committed Feb 12, 2024
1 parent 5e8c166 commit dc51ba9
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/xrGame/ui/UIDebugFonts.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// File: UIDebugFonts.cpp
// Description: Output list of all fonts
// Created: 22.03.2005
// Author: Serge Vynnychenko
// Mail: [email protected]
//
// Copyright 2005 GSC Game World

#include "StdAfx.h"

#include "UIDebugFonts.h"
Expand Down
8 changes: 8 additions & 0 deletions src/xrGame/ui/UIPdaKillMessage.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// File: UIPdaKillMessage.cpp
// Description: HUD message about player death. Implementation of visual behavior
// Created: 10.03.2005
// Author: Serge Vynnychenko
// Mail: [email protected]
//
// Copyright 2005 GSC GameWorld

#include "StdAfx.h"
#include "UIPdaKillMessage.h"
#include "UIInventoryUtilities.h"
Expand Down
8 changes: 8 additions & 0 deletions src/xrGame/ui/UIPdaKillMessage.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// File: UIPdaKillMessage.h
// Description: HUD message about player death. Implementation of visual behavior
// Created: 10.03.2005
// Author: Serge Vynnychenko
// Mail: [email protected]
//
// Copyright 2005 GSC GameWorld

#pragma once

#include "KillMessageStruct.h"
Expand Down
9 changes: 5 additions & 4 deletions src/xrGame/ui/UISkinSelector.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#ifndef UI_SKIN_SELECTOR_H_
#define UI_SKIN_SELECTOR_H_
//-----------------------------------------------------------------------------/
// Окно выбора скина в сетевой игре
//-----------------------------------------------------------------------------/

#pragma once

#include "UIDialogWnd.h"

Expand Down Expand Up @@ -61,5 +64,3 @@ class CUISkinSelectorWnd final : public CUIDialogWnd
int m_firstSkin;
s16 m_team;
};

#endif
10 changes: 10 additions & 0 deletions src/xrUICore/Buttons/UI3tButton.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
// File: UI3tButton.cpp
// Description: Button with 3 texutres (for <enabled>, <disabled> and <touched> states)
// Created: 07.12.2004
// Author: Serhiy 0. Vynnychenk0
// Mail: [email protected]
//
// copyright 2004 GSC Game World
//

#pragma once

#include "xrUICore/Buttons/UIButton.h"
#include "xrUICore/InteractiveBackground/UI_IB_Static.h"
#include "xrSound/Sound.h"
Expand Down
9 changes: 9 additions & 0 deletions src/xrUICore/Lines/UILines.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
// File: UILines.h
// Description: Multilines Text Control
// Created: 11.03.2005
// Author: Serge Vynnycheko
// Mail: [email protected]
//
// Copyright 2005 GSC Game World

#pragma once

#include "xrUICore/Lines/UILine.h"
#include "xrUICore/uiabstract.h"

Expand Down
6 changes: 6 additions & 0 deletions src/xrUICore/SpinBox/UISpinText.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// file: UISpinNum.h
// description: Spin Button with text data (unlike numerical data)
// created: 15.06.2005
// author: Serge Vynnychenko
//

#pragma once

#include "xrUICore/SpinBox/UICustomSpin.h"
Expand Down

0 comments on commit dc51ba9

Please sign in to comment.