-
-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restored old comments from original devs that were deleted in COP (#382)
Cosmetic commit
- Loading branch information
1 parent
5e8c166
commit dc51ba9
Showing
7 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters