diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index a9cb657fe..898b6de48 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,173 +1,213 @@ set(client_SRCS - StdInc.cpp - ../CCallback.cpp + StdInc.cpp + ../CCallback.cpp - battle/BattleActionsController.cpp - battle/BattleAnimationClasses.cpp - battle/BattleEffectsController.cpp - battle/BattleFieldController.cpp - battle/BattleInterfaceClasses.cpp - battle/BattleInterface.cpp - battle/BattleObstacleController.cpp - battle/BattleProjectileController.cpp - battle/BattleRenderer.cpp - battle/BattleSiegeController.cpp - battle/BattleStacksController.cpp - battle/BattleWindow.cpp - battle/CreatureAnimation.cpp + adventureMap/CAdvMapPanel.cpp + adventureMap/CAdvMapInt.cpp + adventureMap/CAdventureOptions.cpp + adventureMap/CInGameConsole.cpp + adventureMap/CInfoBar.cpp + adventureMap/CList.cpp + adventureMap/CMinimap.cpp + adventureMap/CResDataBar.cpp + adventureMap/CTerrainRect.cpp + adventureMap/mapHandler.cpp - gui/CAnimation.cpp - gui/Canvas.cpp - gui/CursorHandler.cpp - gui/CGuiHandler.cpp - gui/CIntObject.cpp - gui/ColorFilter.cpp - gui/Fonts.cpp - gui/SDL_Extensions.cpp - gui/NotificationHandler.cpp - gui/InterfaceObjectConfigurable.cpp + battle/BattleActionsController.cpp + battle/BattleAnimationClasses.cpp + battle/BattleEffectsController.cpp + battle/BattleFieldController.cpp + battle/BattleInterface.cpp + battle/BattleInterfaceClasses.cpp + battle/BattleObstacleController.cpp + battle/BattleProjectileController.cpp + battle/BattleRenderer.cpp + battle/BattleSiegeController.cpp + battle/BattleStacksController.cpp + battle/BattleWindow.cpp - widgets/AdventureMapClasses.cpp - widgets/Buttons.cpp - widgets/CArtifactHolder.cpp - widgets/CComponent.cpp - widgets/CGarrisonInt.cpp - widgets/Images.cpp - widgets/MiscWidgets.cpp - widgets/ObjectLists.cpp - widgets/TextControls.cpp + gui/CGuiHandler.cpp + gui/CIntObject.cpp + gui/CursorHandler.cpp + gui/InterfaceObjectConfigurable.cpp + gui/NotificationHandler.cpp - windows/CAdvmapInterface.cpp - windows/CCastleInterface.cpp - windows/CCreatureWindow.cpp - windows/CreaturePurchaseCard.cpp - windows/CHeroWindow.cpp - windows/CKingdomInterface.cpp - windows/CQuestLog.cpp - windows/CSpellWindow.cpp - windows/CTradeWindow.cpp - windows/CWindowObject.cpp - windows/GUIClasses.cpp - windows/InfoWindows.cpp - windows/QuickRecruitmentWindow.cpp + lobby/CBonusSelection.cpp + lobby/CCampaignInfoScreen.cpp + lobby/CLobbyScreen.cpp + lobby/CSavingScreen.cpp + lobby/CScenarioInfoScreen.cpp + lobby/CSelectionBase.cpp + lobby/OptionsTab.cpp + lobby/RandomMapTab.cpp + lobby/SelectionTab.cpp - mainmenu/CMainMenu.cpp - mainmenu/CCampaignScreen.cpp - mainmenu/CreditsScreen.cpp - mainmenu/CPrologEpilogVideo.cpp + mainmenu/CCampaignScreen.cpp + mainmenu/CMainMenu.cpp + mainmenu/CPrologEpilogVideo.cpp + mainmenu/CreditsScreen.cpp - lobby/CBonusSelection.cpp - lobby/CSelectionBase.cpp - lobby/CLobbyScreen.cpp - lobby/CSavingScreen.cpp - lobby/CScenarioInfoScreen.cpp - lobby/CCampaignInfoScreen.cpp - lobby/OptionsTab.cpp - lobby/RandomMapTab.cpp - lobby/SelectionTab.cpp + render/CAnimation.cpp + render/CBitmapHandler.cpp + render/CDefFile.cpp + render/CFadeAnimation.cpp + render/Canvas.cpp + render/ColorFilter.cpp + render/Graphics.cpp + render/IFont.cpp - CBitmapHandler.cpp - CreatureCostBox.cpp - CGameInfo.cpp - Client.cpp - CMessage.cpp - CMT.cpp - CMusicHandler.cpp - CPlayerInterface.cpp - CVideoHandler.cpp - CServerHandler.cpp - Graphics.cpp - mapHandler.cpp - NetPacksClient.cpp - NetPacksLobbyClient.cpp - SDLRWwrapper.cpp - ClientCommandManager.cpp + renderSDL/CBitmapFont.cpp + renderSDL/CBitmapHanFont.cpp + renderSDL/CTrueTypeFont.cpp + renderSDL/CursorHardware.cpp + renderSDL/CursorSoftware.cpp + renderSDL/SDLImage.cpp + renderSDL/SDLImageLoader.cpp + renderSDL/SDLRWwrapper.cpp + renderSDL/SDL_Extensions.cpp + + widgets/Buttons.cpp + widgets/CArtifactHolder.cpp + widgets/CComponent.cpp + widgets/CGarrisonInt.cpp + widgets/CreatureCostBox.cpp + widgets/Images.cpp + widgets/MiscWidgets.cpp + widgets/ObjectLists.cpp + widgets/TextControls.cpp + + windows/CCastleInterface.cpp + windows/CCreatureWindow.cpp + windows/CHeroWindow.cpp + windows/CKingdomInterface.cpp + windows/CMessage.cpp + windows/CQuestLog.cpp + windows/CSpellWindow.cpp + windows/CTradeWindow.cpp + windows/CWindowObject.cpp + windows/CreaturePurchaseCard.cpp + windows/GUIClasses.cpp + windows/InfoWindows.cpp + windows/QuickRecruitmentWindow.cpp + + CGameInfo.cpp + CMT.cpp + CMusicHandler.cpp + CPlayerInterface.cpp + CServerHandler.cpp + CVideoHandler.cpp + Client.cpp + ClientCommandManager.cpp + NetPacksClient.cpp + NetPacksLobbyClient.cpp ) set(client_HEADERS - StdInc.h + StdInc.h - battle/BattleActionsController.h - battle/BattleAnimationClasses.h - battle/BattleEffectsController.h - battle/BattleFieldController.h - battle/BattleInterfaceClasses.h - battle/BattleInterface.h - battle/BattleObstacleController.h - battle/BattleProjectileController.h - battle/BattleRenderer.h - battle/BattleSiegeController.h - battle/BattleStacksController.h - battle/BattleWindow.h - battle/CreatureAnimation.h - battle/BattleConstants.h + adventureMap/CAdvMapPanel.h + adventureMap/CAdvMapInt.h + adventureMap/CAdventureOptions.h + adventureMap/CInGameConsole.h + adventureMap/CInfoBar.h + adventureMap/CList.h + adventureMap/CMinimap.h + adventureMap/CResDataBar.h + adventureMap/CTerrainRect.h + adventureMap/mapHandler.h - gui/CAnimation.h - gui/Canvas.h - gui/CursorHandler.h - gui/CGuiHandler.h - gui/ColorFilter.h - gui/CIntObject.h - gui/Fonts.h - gui/TextAlignment.h - gui/SDL_Extensions.h - gui/SDL_PixelAccess.h - gui/NotificationHandler.h - gui/InterfaceObjectConfigurable.h + battle/BattleActionsController.h + battle/BattleAnimationClasses.h + battle/BattleConstants.h + battle/BattleEffectsController.h + battle/BattleFieldController.h + battle/BattleInterface.h + battle/BattleInterfaceClasses.h + battle/BattleObstacleController.h + battle/BattleProjectileController.h + battle/BattleRenderer.h + battle/BattleSiegeController.h + battle/BattleStacksController.h + battle/BattleWindow.h + battle/CreatureAnimation.h - widgets/AdventureMapClasses.h - widgets/Buttons.h - widgets/CArtifactHolder.h - widgets/CComponent.h - widgets/CGarrisonInt.h - widgets/Images.h - widgets/MiscWidgets.h - widgets/ObjectLists.h - widgets/TextControls.h - windows/CAdvmapInterface.h - windows/CCastleInterface.h - windows/CCreatureWindow.h - windows/CreaturePurchaseCard.h - windows/CHeroWindow.h - windows/CKingdomInterface.h - windows/CQuestLog.h - windows/CSpellWindow.h - windows/CTradeWindow.h - windows/CWindowObject.h - windows/GUIClasses.h - windows/InfoWindows.h - windows/QuickRecruitmentWindow.h + gui/CGuiHandler.h + gui/CIntObject.h + gui/CursorHandler.h + gui/InterfaceObjectConfigurable.h + gui/NotificationHandler.h + gui/TextAlignment.h - mainmenu/CMainMenu.h - mainmenu/CCampaignScreen.h - mainmenu/CreditsScreen.h - mainmenu/CPrologEpilogVideo.h + lobby/CBonusSelection.h + lobby/CCampaignInfoScreen.h + lobby/CLobbyScreen.h + lobby/CSavingScreen.h + lobby/CScenarioInfoScreen.h + lobby/CSelectionBase.h + lobby/OptionsTab.h + lobby/RandomMapTab.h + lobby/SelectionTab.h - lobby/CBonusSelection.h - lobby/CSelectionBase.h - lobby/CLobbyScreen.h - lobby/CSavingScreen.h - lobby/CScenarioInfoScreen.h - lobby/CCampaignInfoScreen.h - lobby/OptionsTab.h - lobby/RandomMapTab.h - lobby/SelectionTab.h + mainmenu/CCampaignScreen.h + mainmenu/CMainMenu.h + mainmenu/CPrologEpilogVideo.h + mainmenu/CreditsScreen.h - CBitmapHandler.h - CreatureCostBox.h - CGameInfo.h - Client.h - CMessage.h - CMT.h - CMusicHandler.h - CPlayerInterface.h - CVideoHandler.h - CServerHandler.h - Graphics.h - mapHandler.h - resource.h - SDLRWwrapper.h - ClientCommandManager.h + render/CAnimation.h + render/CBitmapHandler.h + render/CDefFile.h + render/CFadeAnimation.h + render/Canvas.h + render/ColorFilter.h + render/Graphics.h + render/ICursor.h + render/IFont.h + render/IImage.h + + renderSDL/CBitmapFont.h + renderSDL/CBitmapHanFont.h + renderSDL/CTrueTypeFont.h + renderSDL/CursorHardware.h + renderSDL/CursorSoftware.h + renderSDL/SDLImage.h + renderSDL/SDLImageLoader.h + renderSDL/SDLRWwrapper.h + renderSDL/SDL_Extensions.h + renderSDL/SDL_PixelAccess.h + + widgets/Buttons.h + widgets/CArtifactHolder.h + widgets/CComponent.h + widgets/CGarrisonInt.h + widgets/CreatureCostBox.h + widgets/Images.h + widgets/MiscWidgets.h + widgets/ObjectLists.h + widgets/TextControls.h + + windows/CCastleInterface.h + windows/CCreatureWindow.h + windows/CHeroWindow.h + windows/CKingdomInterface.h + windows/CMessage.h + windows/CQuestLog.h + windows/CSpellWindow.h + windows/CTradeWindow.h + windows/CWindowObject.h + windows/CreaturePurchaseCard.h + windows/GUIClasses.h + windows/InfoWindows.h + windows/QuickRecruitmentWindow.h + + CGameInfo.h + CMT.h + CMusicHandler.h + CPlayerInterface.h + CServerHandler.h + CVideoHandler.h + Client.h + ClientCommandManager.h + resource.h ) if(APPLE_IOS) diff --git a/client/adventureMap/CAdvmapInterface.cpp b/client/adventureMap/CAdvMapInt.cpp similarity index 96% rename from client/adventureMap/CAdvmapInterface.cpp rename to client/adventureMap/CAdvMapInt.cpp index 6b5ea8185..e9005bfd0 100644 --- a/client/adventureMap/CAdvmapInterface.cpp +++ b/client/adventureMap/CAdvMapInt.cpp @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.cpp, part of VCMI engine + * CAdvMapInt.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CAdvmapInterface.h b/client/adventureMap/CAdvMapInt.h similarity index 96% rename from client/adventureMap/CAdvmapInterface.h rename to client/adventureMap/CAdvMapInt.h index a009c2833..d3fa66ffc 100644 --- a/client/adventureMap/CAdvmapInterface.h +++ b/client/adventureMap/CAdvMapInt.h @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.h, part of VCMI engine + * CAdvMapInt.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CAdvMapPanel.cpp b/client/adventureMap/CAdvMapPanel.cpp index 3820966ce..986619c90 100644 --- a/client/adventureMap/CAdvMapPanel.cpp +++ b/client/adventureMap/CAdvMapPanel.cpp @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.cpp, part of VCMI engine + * CAdvMapPanel.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CAdvMapPanel.h b/client/adventureMap/CAdvMapPanel.h index b5a1d663d..dae9e7c5a 100644 --- a/client/adventureMap/CAdvMapPanel.h +++ b/client/adventureMap/CAdvMapPanel.h @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.h, part of VCMI engine + * CAdvMapPanel.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CAdventureOptions.cpp b/client/adventureMap/CAdventureOptions.cpp index 50c466066..ffc074d4b 100644 --- a/client/adventureMap/CAdventureOptions.cpp +++ b/client/adventureMap/CAdventureOptions.cpp @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.cpp, part of VCMI engine + * CAdventureOptions.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CAdventureOptions.h b/client/adventureMap/CAdventureOptions.h index b3513650b..498af6a1f 100644 --- a/client/adventureMap/CAdventureOptions.h +++ b/client/adventureMap/CAdventureOptions.h @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.h, part of VCMI engine + * CAdventureOptions.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CInGameConsole.cpp b/client/adventureMap/CInGameConsole.cpp index 7d6b6af1a..c5c3ce32a 100644 --- a/client/adventureMap/CInGameConsole.cpp +++ b/client/adventureMap/CInGameConsole.cpp @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.cpp, part of VCMI engine + * CInGameConsole.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CInGameConsole.h b/client/adventureMap/CInGameConsole.h index 43c625b70..7e08d5abb 100644 --- a/client/adventureMap/CInGameConsole.h +++ b/client/adventureMap/CInGameConsole.h @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.h, part of VCMI engine + * CInGameConsole.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CInfoBar.cpp b/client/adventureMap/CInfoBar.cpp index 98c6a8249..f202b77c7 100644 --- a/client/adventureMap/CInfoBar.cpp +++ b/client/adventureMap/CInfoBar.cpp @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.cpp, part of VCMI engine + * CInfoBar.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CInfoBar.h b/client/adventureMap/CInfoBar.h index 7ec4d3949..ba56c3178 100644 --- a/client/adventureMap/CInfoBar.h +++ b/client/adventureMap/CInfoBar.h @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.h, part of VCMI engine + * CInfoBar.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CList.cpp b/client/adventureMap/CList.cpp index 0e5a4304f..e9d2391e7 100644 --- a/client/adventureMap/CList.cpp +++ b/client/adventureMap/CList.cpp @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.cpp, part of VCMI engine + * CList.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CList.h b/client/adventureMap/CList.h index 6d47188bf..11568779f 100644 --- a/client/adventureMap/CList.h +++ b/client/adventureMap/CList.h @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.h, part of VCMI engine + * CList.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CMinimap.cpp b/client/adventureMap/CMinimap.cpp index f3e5697c0..a52989a57 100644 --- a/client/adventureMap/CMinimap.cpp +++ b/client/adventureMap/CMinimap.cpp @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.cpp, part of VCMI engine + * CMinimap.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CMinimap.h b/client/adventureMap/CMinimap.h index a772ae5e3..5ea772963 100644 --- a/client/adventureMap/CMinimap.h +++ b/client/adventureMap/CMinimap.h @@ -1,5 +1,5 @@ /* - * AdventureMapClasses.h, part of VCMI engine + * CMinimap.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CResDataBar.cpp b/client/adventureMap/CResDataBar.cpp index 2385d5f1c..9e7e75544 100644 --- a/client/adventureMap/CResDataBar.cpp +++ b/client/adventureMap/CResDataBar.cpp @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.cpp, part of VCMI engine + * CResDataBar.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CResDataBar.h b/client/adventureMap/CResDataBar.h index f1e871383..d8a38967c 100644 --- a/client/adventureMap/CResDataBar.h +++ b/client/adventureMap/CResDataBar.h @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.h, part of VCMI engine + * CResDataBar.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CTerrainRect.cpp b/client/adventureMap/CTerrainRect.cpp index 8fde76286..c0ec1bc6b 100644 --- a/client/adventureMap/CTerrainRect.cpp +++ b/client/adventureMap/CTerrainRect.cpp @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.cpp, part of VCMI engine + * CTerrainRect.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/adventureMap/CTerrainRect.h b/client/adventureMap/CTerrainRect.h index 006b03aeb..b439f44d1 100644 --- a/client/adventureMap/CTerrainRect.h +++ b/client/adventureMap/CTerrainRect.h @@ -1,5 +1,5 @@ /* - * CAdvmapInterface.h, part of VCMI engine + * CTerrainRect.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/CDefFile.cpp b/client/render/CDefFile.cpp index d42440d73..a88ab0aa5 100644 --- a/client/render/CDefFile.cpp +++ b/client/render/CDefFile.cpp @@ -1,5 +1,5 @@ /* - * CAnimation.cpp, part of VCMI engine + * CDefFile.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/CDefFile.h b/client/render/CDefFile.h index 5cdb21fb8..5c5fe8ce8 100644 --- a/client/render/CDefFile.h +++ b/client/render/CDefFile.h @@ -1,5 +1,5 @@ /* - * CAnimation.h, part of VCMI engine + * CDefFile.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/CFadeAnimation.cpp b/client/render/CFadeAnimation.cpp index 5e4b998ee..04427b197 100644 --- a/client/render/CFadeAnimation.cpp +++ b/client/render/CFadeAnimation.cpp @@ -1,5 +1,5 @@ /* - * CAnimation.cpp, part of VCMI engine + * CFadeAnimation.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/CFadeAnimation.h b/client/render/CFadeAnimation.h index e05bf40f3..76e95b313 100644 --- a/client/render/CFadeAnimation.h +++ b/client/render/CFadeAnimation.h @@ -1,5 +1,5 @@ /* - * CAnimation.h, part of VCMI engine + * CFadeAnimation.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/ICursor.h b/client/render/ICursor.h index 8951a18b6..8abbbbef5 100644 --- a/client/render/ICursor.h +++ b/client/render/ICursor.h @@ -1,5 +1,5 @@ /* - * CCursorHandler.h, part of VCMI engine + * ICursor.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/IFont.cpp b/client/render/IFont.cpp index 5c99bf020..bea94c076 100644 --- a/client/render/IFont.cpp +++ b/client/render/IFont.cpp @@ -1,5 +1,5 @@ /* - * Fonts.cpp, part of VCMI engine + * IFont.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/IFont.h b/client/render/IFont.h index a73c81b1c..bc87fea28 100644 --- a/client/render/IFont.h +++ b/client/render/IFont.h @@ -1,5 +1,5 @@ /* - * Fonts.h, part of VCMI engine + * IFont.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/render/IImage.h b/client/render/IImage.h index d853fec7b..06691db52 100644 --- a/client/render/IImage.h +++ b/client/render/IImage.h @@ -1,5 +1,5 @@ /* - * CAnimation.h, part of VCMI engine + * IImage.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CBitmapFont.cpp b/client/renderSDL/CBitmapFont.cpp index 345ed7e68..ce600e2bd 100644 --- a/client/renderSDL/CBitmapFont.cpp +++ b/client/renderSDL/CBitmapFont.cpp @@ -1,5 +1,5 @@ /* - * Fonts.cpp, part of VCMI engine + * CBitmapFont.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CBitmapFont.h b/client/renderSDL/CBitmapFont.h index c4b608a6b..3f1012113 100644 --- a/client/renderSDL/CBitmapFont.h +++ b/client/renderSDL/CBitmapFont.h @@ -1,5 +1,5 @@ /* - * Fonts.h, part of VCMI engine + * CBitmapFont.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CBitmapHanFont.cpp b/client/renderSDL/CBitmapHanFont.cpp index e474495ee..303299cab 100644 --- a/client/renderSDL/CBitmapHanFont.cpp +++ b/client/renderSDL/CBitmapHanFont.cpp @@ -1,5 +1,5 @@ /* - * Fonts.cpp, part of VCMI engine + * CBitmapHanFont.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CBitmapHanFont.h b/client/renderSDL/CBitmapHanFont.h index 605415f91..ea61a42b5 100644 --- a/client/renderSDL/CBitmapHanFont.h +++ b/client/renderSDL/CBitmapHanFont.h @@ -1,5 +1,5 @@ /* - * Fonts.h, part of VCMI engine + * CBitmapHanFont.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CTrueTypeFont.cpp b/client/renderSDL/CTrueTypeFont.cpp index 5b1f2ad4f..98df180c7 100644 --- a/client/renderSDL/CTrueTypeFont.cpp +++ b/client/renderSDL/CTrueTypeFont.cpp @@ -1,5 +1,5 @@ /* - * Fonts.cpp, part of VCMI engine + * CTrueTypeFont.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CTrueTypeFont.h b/client/renderSDL/CTrueTypeFont.h index d4b67710a..6e65645b8 100644 --- a/client/renderSDL/CTrueTypeFont.h +++ b/client/renderSDL/CTrueTypeFont.h @@ -1,5 +1,5 @@ /* - * Fonts.h, part of VCMI engine + * CTrueTypeFont.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CursorHardware.cpp b/client/renderSDL/CursorHardware.cpp index a426f06a7..d72a75d28 100644 --- a/client/renderSDL/CursorHardware.cpp +++ b/client/renderSDL/CursorHardware.cpp @@ -1,5 +1,5 @@ /* - * CCursorHandler.cpp, part of VCMI engine + * CursorHardware.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CursorHardware.h b/client/renderSDL/CursorHardware.h index 7e299130a..41048dcbb 100644 --- a/client/renderSDL/CursorHardware.h +++ b/client/renderSDL/CursorHardware.h @@ -1,5 +1,5 @@ /* - * CCursorHandler.h, part of VCMI engine + * CursorHardware.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CursorSoftware.cpp b/client/renderSDL/CursorSoftware.cpp index f6ee7f9ac..b2b8019d2 100644 --- a/client/renderSDL/CursorSoftware.cpp +++ b/client/renderSDL/CursorSoftware.cpp @@ -1,5 +1,5 @@ /* - * CCursorHandler.cpp, part of VCMI engine + * CursorSoftware.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/CursorSoftware.h b/client/renderSDL/CursorSoftware.h index f61b5139c..cc450844e 100644 --- a/client/renderSDL/CursorSoftware.h +++ b/client/renderSDL/CursorSoftware.h @@ -1,5 +1,5 @@ /* - * CCursorHandler.h, part of VCMI engine + * CursorSoftware.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/SDLImage.cpp b/client/renderSDL/SDLImage.cpp index c6e609ad4..55c014c61 100644 --- a/client/renderSDL/SDLImage.cpp +++ b/client/renderSDL/SDLImage.cpp @@ -1,5 +1,5 @@ /* - * CAnimation.cpp, part of VCMI engine + * SDLImage.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/SDLImage.h b/client/renderSDL/SDLImage.h index beba79942..850004b51 100644 --- a/client/renderSDL/SDLImage.h +++ b/client/renderSDL/SDLImage.h @@ -1,5 +1,5 @@ /* - * CAnimation.h, part of VCMI engine + * SDLImage.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/SDLImageLoader.cpp b/client/renderSDL/SDLImageLoader.cpp index 82f287fba..1dfbb8e16 100644 --- a/client/renderSDL/SDLImageLoader.cpp +++ b/client/renderSDL/SDLImageLoader.cpp @@ -1,5 +1,5 @@ /* - * CAnimation.cpp, part of VCMI engine + * SDLImageLoader.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * diff --git a/client/renderSDL/SDLImageLoader.h b/client/renderSDL/SDLImageLoader.h index 24ec28f8f..15247b581 100644 --- a/client/renderSDL/SDLImageLoader.h +++ b/client/renderSDL/SDLImageLoader.h @@ -1,5 +1,5 @@ /* - * CAnimation.h, part of VCMI engine + * SDLImageLoader.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder *