Skip to content

Commit 702cd08

Browse files
committed
Major Refactor of Fodder.cpp
Alot of functionality has been split into new files Sprite handlers have moved to under Source/Sprites
1 parent 169d9af commit 702cd08

107 files changed

Lines changed: 20524 additions & 19436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source/About.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/About.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/Amiga/Graphics_Amiga.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
@@ -1420,7 +1420,7 @@ void cGraphics_Amiga::DrawPixels_16(uint8* pSource, uint8* pDestination, const u
14201420
}
14211421
}
14221422

1423-
void cGraphics_Amiga::Mission_Intro_Play(
1423+
void cGraphics_Amiga::Briefing_Intro_Helicopter_Play(
14241424
const bool pShowHelicopter, const eTileTypes pTileset,
14251425
std::string pTop, std::string pBottom) {
14261426

Source/Amiga/Graphics_Amiga.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
@@ -106,7 +106,7 @@ class cGraphics_Amiga : public cGraphics {
106106
virtual bool Sprite_OnScreen_Check( );
107107
virtual bool Sprite_OnScreen_Check(bool p16bit = false);
108108

109-
virtual void Mission_Intro_Play( const bool pShowHelicopter, const eTileTypes pTileset, const std::string pTop, const std::string pBottom);
109+
virtual void Briefing_Intro_Helicopter_Play( const bool pShowHelicopter, const eTileTypes pTileset, const std::string pTop, const std::string pBottom);
110110
virtual void Mission_Intro_Load_Resources(const eTileTypes pTileset);
111111
virtual void Mission_Intro_DrawHelicopter( uint16 pID );
112112

Source/Amiga/Graphics_Amiga2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/Amiga/Graphics_Amiga2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/Amiga/IntroData_Amiga.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/Amiga/Resource_Amiga_File.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/Amiga/Resource_Amiga_File.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

Source/Amiga/Sound_Amiga.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Open Fodder
33
* ---------------
44
*
5-
* Copyright (C) 2008-2024 Open Fodder
5+
* Copyright (C) 2008-2026 Open Fodder
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)