diff --git a/artifacts/ddraw.ini b/artifacts/ddraw.ini index 7f891c02..a2068990 100644 --- a/artifacts/ddraw.ini +++ b/artifacts/ddraw.ini @@ -1,5 +1,5 @@ ;sfall configuration settings -;v3.8.41 +;v3.8.42 [Main] ;Set to 1 if you want to use command line arguments to tell sfall to use another ini file diff --git a/sfall/CRC.cpp b/sfall/CRC.cpp index c2e24f06..401dc3c3 100644 --- a/sfall/CRC.cpp +++ b/sfall/CRC.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/CRC.h b/sfall/CRC.h index d6dc13bb..478ec26d 100644 --- a/sfall/CRC.h +++ b/sfall/CRC.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Config.cpp b/sfall/Config.cpp index 59429b7e..d27d1c8f 100644 --- a/sfall/Config.cpp +++ b/sfall/Config.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Config.h b/sfall/Config.h index f7003dcb..ed7b83d7 100644 --- a/sfall/Config.h +++ b/sfall/Config.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/ConsoleWindow.cpp b/sfall/ConsoleWindow.cpp index f4c94a3e..4c45507f 100644 --- a/sfall/ConsoleWindow.cpp +++ b/sfall/ConsoleWindow.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/ConsoleWindow.h b/sfall/ConsoleWindow.h index 32dc1aaa..2a088ed6 100644 --- a/sfall/ConsoleWindow.h +++ b/sfall/ConsoleWindow.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/AsmMacros.h b/sfall/FalloutEngine/AsmMacros.h index 9d49f977..6b164f81 100644 --- a/sfall/FalloutEngine/AsmMacros.h +++ b/sfall/FalloutEngine/AsmMacros.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/EngineUtils.cpp b/sfall/FalloutEngine/EngineUtils.cpp index 506e1528..d663ae72 100644 --- a/sfall/FalloutEngine/EngineUtils.cpp +++ b/sfall/FalloutEngine/EngineUtils.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/EngineUtils.h b/sfall/FalloutEngine/EngineUtils.h index 88d052f5..018bb986 100644 --- a/sfall/FalloutEngine/EngineUtils.h +++ b/sfall/FalloutEngine/EngineUtils.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/Enums.h b/sfall/FalloutEngine/Enums.h index bb8130ef..ce9eb4ea 100644 --- a/sfall/FalloutEngine/Enums.h +++ b/sfall/FalloutEngine/Enums.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/Fallout2.h b/sfall/FalloutEngine/Fallout2.h index 282c314e..3770f970 100644 --- a/sfall/FalloutEngine/Fallout2.h +++ b/sfall/FalloutEngine/Fallout2.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/FunctionOffsets.cpp b/sfall/FalloutEngine/FunctionOffsets.cpp index 676213e5..08964b2e 100644 --- a/sfall/FalloutEngine/FunctionOffsets.cpp +++ b/sfall/FalloutEngine/FunctionOffsets.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/FunctionOffsets.h b/sfall/FalloutEngine/FunctionOffsets.h index d0a153a5..af6dd23d 100644 --- a/sfall/FalloutEngine/FunctionOffsets.h +++ b/sfall/FalloutEngine/FunctionOffsets.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/Functions.cpp b/sfall/FalloutEngine/Functions.cpp index 82a88360..bbbf7ea1 100644 --- a/sfall/FalloutEngine/Functions.cpp +++ b/sfall/FalloutEngine/Functions.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/Functions.h b/sfall/FalloutEngine/Functions.h index 9201dd93..c34e8b32 100644 --- a/sfall/FalloutEngine/Functions.h +++ b/sfall/FalloutEngine/Functions.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/Structs.h b/sfall/FalloutEngine/Structs.h index 69daa7cf..2fc4b809 100644 --- a/sfall/FalloutEngine/Structs.h +++ b/sfall/FalloutEngine/Structs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/VarPointers.cpp b/sfall/FalloutEngine/VarPointers.cpp index 876f0a6b..c8224f9f 100644 --- a/sfall/FalloutEngine/VarPointers.cpp +++ b/sfall/FalloutEngine/VarPointers.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/FalloutEngine/VarPointers.h b/sfall/FalloutEngine/VarPointers.h index 191ca55d..8f13c7dd 100644 --- a/sfall/FalloutEngine/VarPointers.h +++ b/sfall/FalloutEngine/VarPointers.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Game/combatAI.cpp b/sfall/Game/combatAI.cpp index 45f94fbe..09f248c6 100644 --- a/sfall/Game/combatAI.cpp +++ b/sfall/Game/combatAI.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/combatAI.h b/sfall/Game/combatAI.h index 5e4a62e2..56da8b10 100644 --- a/sfall/Game/combatAI.h +++ b/sfall/Game/combatAI.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/inventory.cpp b/sfall/Game/inventory.cpp index 74675aed..5a745843 100644 --- a/sfall/Game/inventory.cpp +++ b/sfall/Game/inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/inventory.h b/sfall/Game/inventory.h index 8a8a2d06..76c30105 100644 --- a/sfall/Game/inventory.h +++ b/sfall/Game/inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/items.cpp b/sfall/Game/items.cpp index 1e0c37c1..e0663a63 100644 --- a/sfall/Game/items.cpp +++ b/sfall/Game/items.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/items.h b/sfall/Game/items.h index 066333ea..6ba3136a 100644 --- a/sfall/Game/items.h +++ b/sfall/Game/items.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/objects.cpp b/sfall/Game/objects.cpp index 7cf0f608..0b2ae907 100644 --- a/sfall/Game/objects.cpp +++ b/sfall/Game/objects.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/objects.h b/sfall/Game/objects.h index ed7d259f..f6e661cd 100644 --- a/sfall/Game/objects.h +++ b/sfall/Game/objects.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/render.cpp b/sfall/Game/render.cpp index 29d41220..9364634e 100644 --- a/sfall/Game/render.cpp +++ b/sfall/Game/render.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/render.h b/sfall/Game/render.h index 098a68d5..4998e925 100644 --- a/sfall/Game/render.h +++ b/sfall/Game/render.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/skills.cpp b/sfall/Game/skills.cpp index e42c15d7..e05d8286 100644 --- a/sfall/Game/skills.cpp +++ b/sfall/Game/skills.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/skills.h b/sfall/Game/skills.h index 26afe018..41ae3ef0 100644 --- a/sfall/Game/skills.h +++ b/sfall/Game/skills.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/stats.cpp b/sfall/Game/stats.cpp index 80de9a16..86cffce0 100644 --- a/sfall/Game/stats.cpp +++ b/sfall/Game/stats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/stats.h b/sfall/Game/stats.h index ecd7d7d9..b0958f3e 100644 --- a/sfall/Game/stats.h +++ b/sfall/Game/stats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/tilemap.cpp b/sfall/Game/tilemap.cpp index 14966605..a11f0c1f 100644 --- a/sfall/Game/tilemap.cpp +++ b/sfall/Game/tilemap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/tilemap.h b/sfall/Game/tilemap.h index ebc01761..f8cefefc 100644 --- a/sfall/Game/tilemap.h +++ b/sfall/Game/tilemap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/IniReader.cpp b/sfall/IniReader.cpp index a21f9973..6cc7c39d 100644 --- a/sfall/IniReader.cpp +++ b/sfall/IniReader.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/IniReader.h b/sfall/IniReader.h index a21b6233..d374f350 100644 --- a/sfall/IniReader.h +++ b/sfall/IniReader.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/InputFuncs.cpp b/sfall/InputFuncs.cpp index aa6d4cea..b48d3f5c 100644 --- a/sfall/InputFuncs.cpp +++ b/sfall/InputFuncs.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/InputFuncs.h b/sfall/InputFuncs.h index 201a8167..266b68a5 100644 --- a/sfall/InputFuncs.h +++ b/sfall/InputFuncs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Logging.cpp b/sfall/Logging.cpp index 6b4fda02..d3ba51a8 100644 --- a/sfall/Logging.cpp +++ b/sfall/Logging.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Logging.h b/sfall/Logging.h index 78dda5e1..a1e523d1 100644 --- a/sfall/Logging.h +++ b/sfall/Logging.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/AI.cpp b/sfall/Modules/AI.cpp index 05829eda..970133b6 100644 --- a/sfall/Modules/AI.cpp +++ b/sfall/Modules/AI.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/AI.h b/sfall/Modules/AI.h index 87bf921c..be186ebe 100644 --- a/sfall/Modules/AI.h +++ b/sfall/Modules/AI.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Animations.cpp b/sfall/Modules/Animations.cpp index e04f931e..95be0bee 100644 --- a/sfall/Modules/Animations.cpp +++ b/sfall/Modules/Animations.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Animations.h b/sfall/Modules/Animations.h index 94245970..635c0a08 100644 --- a/sfall/Modules/Animations.h +++ b/sfall/Modules/Animations.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/BarBoxes.cpp b/sfall/Modules/BarBoxes.cpp index a4f2a084..cb960fbd 100644 --- a/sfall/Modules/BarBoxes.cpp +++ b/sfall/Modules/BarBoxes.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/BarBoxes.h b/sfall/Modules/BarBoxes.h index d5bcd257..6d7dfe8d 100644 --- a/sfall/Modules/BarBoxes.h +++ b/sfall/Modules/BarBoxes.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Books.cpp b/sfall/Modules/Books.cpp index f2c7ce99..d583f326 100644 --- a/sfall/Modules/Books.cpp +++ b/sfall/Modules/Books.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Books.h b/sfall/Modules/Books.h index 59d14019..ee0ab79f 100644 --- a/sfall/Modules/Books.h +++ b/sfall/Modules/Books.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/BugFixes.cpp b/sfall/Modules/BugFixes.cpp index 9d9a7083..785f12b1 100644 --- a/sfall/Modules/BugFixes.cpp +++ b/sfall/Modules/BugFixes.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/BugFixes.h b/sfall/Modules/BugFixes.h index cf4341ca..4a20c972 100644 --- a/sfall/Modules/BugFixes.h +++ b/sfall/Modules/BugFixes.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/BurstMods.cpp b/sfall/Modules/BurstMods.cpp index e0d9a6e6..1af8b104 100644 --- a/sfall/Modules/BurstMods.cpp +++ b/sfall/Modules/BurstMods.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/BurstMods.h b/sfall/Modules/BurstMods.h index 438bb2b0..3949385e 100644 --- a/sfall/Modules/BurstMods.h +++ b/sfall/Modules/BurstMods.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Combat.cpp b/sfall/Modules/Combat.cpp index 989e2605..f5388cbf 100644 --- a/sfall/Modules/Combat.cpp +++ b/sfall/Modules/Combat.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Combat.h b/sfall/Modules/Combat.h index 80c0c07a..7d0bd20c 100644 --- a/sfall/Modules/Combat.h +++ b/sfall/Modules/Combat.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Console.cpp b/sfall/Modules/Console.cpp index ecd7f938..5268e9b7 100644 --- a/sfall/Modules/Console.cpp +++ b/sfall/Modules/Console.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Console.h b/sfall/Modules/Console.h index e7ad2e3d..73d80717 100644 --- a/sfall/Modules/Console.h +++ b/sfall/Modules/Console.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Credits.cpp b/sfall/Modules/Credits.cpp index 2a62ee97..57f01990 100644 --- a/sfall/Modules/Credits.cpp +++ b/sfall/Modules/Credits.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Credits.h b/sfall/Modules/Credits.h index ad42c000..a351657c 100644 --- a/sfall/Modules/Credits.h +++ b/sfall/Modules/Credits.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Criticals.cpp b/sfall/Modules/Criticals.cpp index 7a14ce05..d6839012 100644 --- a/sfall/Modules/Criticals.cpp +++ b/sfall/Modules/Criticals.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Criticals.h b/sfall/Modules/Criticals.h index 43144282..c31ca1cd 100644 --- a/sfall/Modules/Criticals.h +++ b/sfall/Modules/Criticals.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/DamageMod.cpp b/sfall/Modules/DamageMod.cpp index 0c095a6a..7a7c2a95 100644 --- a/sfall/Modules/DamageMod.cpp +++ b/sfall/Modules/DamageMod.cpp @@ -1,6 +1,6 @@ /* * sfall -* Copyright (C) 2008-2023 The sfall team +* Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/DamageMod.h b/sfall/Modules/DamageMod.h index 678cbb98..bd499ba2 100644 --- a/sfall/Modules/DamageMod.h +++ b/sfall/Modules/DamageMod.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/DebugEditor.cpp b/sfall/Modules/DebugEditor.cpp index 918ff75c..93ab09f8 100644 --- a/sfall/Modules/DebugEditor.cpp +++ b/sfall/Modules/DebugEditor.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/DebugEditor.h b/sfall/Modules/DebugEditor.h index ea7b4722..6ab669f3 100644 --- a/sfall/Modules/DebugEditor.h +++ b/sfall/Modules/DebugEditor.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Elevators.cpp b/sfall/Modules/Elevators.cpp index 7e941961..f04e8886 100644 --- a/sfall/Modules/Elevators.cpp +++ b/sfall/Modules/Elevators.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Elevators.h b/sfall/Modules/Elevators.h index ff3b0683..986a9ddc 100644 --- a/sfall/Modules/Elevators.h +++ b/sfall/Modules/Elevators.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/EngineTweaks.cpp b/sfall/Modules/EngineTweaks.cpp index 1b321644..8385bec2 100644 --- a/sfall/Modules/EngineTweaks.cpp +++ b/sfall/Modules/EngineTweaks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/EngineTweaks.h b/sfall/Modules/EngineTweaks.h index 7c883f47..4866b563 100644 --- a/sfall/Modules/EngineTweaks.h +++ b/sfall/Modules/EngineTweaks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Explosions.cpp b/sfall/Modules/Explosions.cpp index 4136c423..d2b0625e 100644 --- a/sfall/Modules/Explosions.cpp +++ b/sfall/Modules/Explosions.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Explosions.h b/sfall/Modules/Explosions.h index 67a07d53..3f471198 100644 --- a/sfall/Modules/Explosions.h +++ b/sfall/Modules/Explosions.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/ExtraSaveSlots.cpp b/sfall/Modules/ExtraSaveSlots.cpp index 3a928c7c..e2ea47f2 100644 --- a/sfall/Modules/ExtraSaveSlots.cpp +++ b/sfall/Modules/ExtraSaveSlots.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/ExtraSaveSlots.h b/sfall/Modules/ExtraSaveSlots.h index a5850ae1..fa967845 100644 --- a/sfall/Modules/ExtraSaveSlots.h +++ b/sfall/Modules/ExtraSaveSlots.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/FileSystem.cpp b/sfall/Modules/FileSystem.cpp index 7271e178..1870438d 100644 --- a/sfall/Modules/FileSystem.cpp +++ b/sfall/Modules/FileSystem.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/FileSystem.h b/sfall/Modules/FileSystem.h index e4233d49..87e74dd2 100644 --- a/sfall/Modules/FileSystem.h +++ b/sfall/Modules/FileSystem.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Graphics.cpp b/sfall/Modules/Graphics.cpp index 3dffe61e..6bf02559 100644 --- a/sfall/Modules/Graphics.cpp +++ b/sfall/Modules/Graphics.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Graphics.h b/sfall/Modules/Graphics.h index c79d0dde..53a8c7be 100644 --- a/sfall/Modules/Graphics.h +++ b/sfall/Modules/Graphics.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/HeroAppearance.cpp b/sfall/Modules/HeroAppearance.cpp index add8fd6d..8259c4b6 100644 --- a/sfall/Modules/HeroAppearance.cpp +++ b/sfall/Modules/HeroAppearance.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/HeroAppearance.h b/sfall/Modules/HeroAppearance.h index 824f0c75..a1a47040 100644 --- a/sfall/Modules/HeroAppearance.h +++ b/sfall/Modules/HeroAppearance.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/HookScripts.cpp b/sfall/Modules/HookScripts.cpp index 3cb5cfd2..4e9a6ef0 100644 --- a/sfall/Modules/HookScripts.cpp +++ b/sfall/Modules/HookScripts.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/HookScripts.h b/sfall/Modules/HookScripts.h index 5030aa84..02f014a7 100644 --- a/sfall/Modules/HookScripts.h +++ b/sfall/Modules/HookScripts.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Input.cpp b/sfall/Modules/Input.cpp index 667b83c2..7fcc5a78 100644 --- a/sfall/Modules/Input.cpp +++ b/sfall/Modules/Input.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Input.h b/sfall/Modules/Input.h index b1d7accc..deab2c3b 100644 --- a/sfall/Modules/Input.h +++ b/sfall/Modules/Input.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Interface.cpp b/sfall/Modules/Interface.cpp index 4a5db912..58d8109b 100644 --- a/sfall/Modules/Interface.cpp +++ b/sfall/Modules/Interface.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Interface.h b/sfall/Modules/Interface.h index ea453c5c..976783bb 100644 --- a/sfall/Modules/Interface.h +++ b/sfall/Modules/Interface.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Inventory.cpp b/sfall/Modules/Inventory.cpp index d00a9c2d..4a530599 100644 --- a/sfall/Modules/Inventory.cpp +++ b/sfall/Modules/Inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Inventory.h b/sfall/Modules/Inventory.h index 4ca3d012..545e7026 100644 --- a/sfall/Modules/Inventory.h +++ b/sfall/Modules/Inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Karma.cpp b/sfall/Modules/Karma.cpp index 6a2553ad..335e1367 100644 --- a/sfall/Modules/Karma.cpp +++ b/sfall/Modules/Karma.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Karma.h b/sfall/Modules/Karma.h index eb376ae6..fba9dc01 100644 --- a/sfall/Modules/Karma.h +++ b/sfall/Modules/Karma.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/KillCounter.cpp b/sfall/Modules/KillCounter.cpp index d96fcc58..0813f530 100644 --- a/sfall/Modules/KillCounter.cpp +++ b/sfall/Modules/KillCounter.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/KillCounter.h b/sfall/Modules/KillCounter.h index b0020a43..3c546728 100644 --- a/sfall/Modules/KillCounter.h +++ b/sfall/Modules/KillCounter.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/LoadGameHook.cpp b/sfall/Modules/LoadGameHook.cpp index 087c11c4..68516c78 100644 --- a/sfall/Modules/LoadGameHook.cpp +++ b/sfall/Modules/LoadGameHook.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/LoadGameHook.h b/sfall/Modules/LoadGameHook.h index f1b93d2b..d7de935d 100644 --- a/sfall/Modules/LoadGameHook.h +++ b/sfall/Modules/LoadGameHook.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/LoadOrder.cpp b/sfall/Modules/LoadOrder.cpp index 20a02173..38d85ff2 100644 --- a/sfall/Modules/LoadOrder.cpp +++ b/sfall/Modules/LoadOrder.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/LoadOrder.h b/sfall/Modules/LoadOrder.h index b1bc52f1..8f92c612 100644 --- a/sfall/Modules/LoadOrder.h +++ b/sfall/Modules/LoadOrder.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MainLoopHook.cpp b/sfall/Modules/MainLoopHook.cpp index 1f8a4d28..9639ada1 100644 --- a/sfall/Modules/MainLoopHook.cpp +++ b/sfall/Modules/MainLoopHook.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MainLoopHook.h b/sfall/Modules/MainLoopHook.h index f4c980cc..1e4163ac 100644 --- a/sfall/Modules/MainLoopHook.h +++ b/sfall/Modules/MainLoopHook.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MainMenu.cpp b/sfall/Modules/MainMenu.cpp index facbbb85..d846ac96 100644 --- a/sfall/Modules/MainMenu.cpp +++ b/sfall/Modules/MainMenu.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MainMenu.h b/sfall/Modules/MainMenu.h index 66003f58..0e209566 100644 --- a/sfall/Modules/MainMenu.h +++ b/sfall/Modules/MainMenu.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Message.cpp b/sfall/Modules/Message.cpp index 6748f78f..1c5fc086 100644 --- a/sfall/Modules/Message.cpp +++ b/sfall/Modules/Message.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Message.h b/sfall/Modules/Message.h index 01305a77..1546df17 100644 --- a/sfall/Modules/Message.h +++ b/sfall/Modules/Message.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MetaruleExtender.cpp b/sfall/Modules/MetaruleExtender.cpp index 9a768f72..86388f6d 100644 --- a/sfall/Modules/MetaruleExtender.cpp +++ b/sfall/Modules/MetaruleExtender.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MetaruleExtender.h b/sfall/Modules/MetaruleExtender.h index fe61d3d7..188b0fdc 100644 --- a/sfall/Modules/MetaruleExtender.h +++ b/sfall/Modules/MetaruleExtender.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MiscPatches.cpp b/sfall/Modules/MiscPatches.cpp index 1cc33436..f445938b 100644 --- a/sfall/Modules/MiscPatches.cpp +++ b/sfall/Modules/MiscPatches.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/MiscPatches.h b/sfall/Modules/MiscPatches.h index 2b4d6011..b64e4621 100644 --- a/sfall/Modules/MiscPatches.h +++ b/sfall/Modules/MiscPatches.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Module.h b/sfall/Modules/Module.h index 463b5209..8a74df66 100644 --- a/sfall/Modules/Module.h +++ b/sfall/Modules/Module.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Movies.cpp b/sfall/Modules/Movies.cpp index 29834a1c..58455af2 100644 --- a/sfall/Modules/Movies.cpp +++ b/sfall/Modules/Movies.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Movies.h b/sfall/Modules/Movies.h index c499d22e..c0309023 100644 --- a/sfall/Modules/Movies.h +++ b/sfall/Modules/Movies.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Objects.cpp b/sfall/Modules/Objects.cpp index 300855d0..af0e5fdc 100644 --- a/sfall/Modules/Objects.cpp +++ b/sfall/Modules/Objects.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Objects.h b/sfall/Modules/Objects.h index b917ba96..d1d6b311 100644 --- a/sfall/Modules/Objects.h +++ b/sfall/Modules/Objects.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/PartyControl.cpp b/sfall/Modules/PartyControl.cpp index c34d2354..d92839bd 100644 --- a/sfall/Modules/PartyControl.cpp +++ b/sfall/Modules/PartyControl.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/PartyControl.h b/sfall/Modules/PartyControl.h index 38745d2d..64ee0831 100644 --- a/sfall/Modules/PartyControl.h +++ b/sfall/Modules/PartyControl.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Perks.cpp b/sfall/Modules/Perks.cpp index 34eaaacb..d692bf41 100644 --- a/sfall/Modules/Perks.cpp +++ b/sfall/Modules/Perks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Perks.h b/sfall/Modules/Perks.h index 55bcdd45..ab10c694 100644 --- a/sfall/Modules/Perks.h +++ b/sfall/Modules/Perks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/PlayerModel.cpp b/sfall/Modules/PlayerModel.cpp index 000d8079..95e742d0 100644 --- a/sfall/Modules/PlayerModel.cpp +++ b/sfall/Modules/PlayerModel.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/PlayerModel.h b/sfall/Modules/PlayerModel.h index 10ecef27..31c45cfa 100644 --- a/sfall/Modules/PlayerModel.h +++ b/sfall/Modules/PlayerModel.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Premade.cpp b/sfall/Modules/Premade.cpp index 5477c285..863337df 100644 --- a/sfall/Modules/Premade.cpp +++ b/sfall/Modules/Premade.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Premade.h b/sfall/Modules/Premade.h index 9d91fe13..1d919efd 100644 --- a/sfall/Modules/Premade.h +++ b/sfall/Modules/Premade.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/QuestList.cpp b/sfall/Modules/QuestList.cpp index 5a3943f4..2e5c4916 100644 --- a/sfall/Modules/QuestList.cpp +++ b/sfall/Modules/QuestList.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/QuestList.h b/sfall/Modules/QuestList.h index 7454e56c..9948d5f5 100644 --- a/sfall/Modules/QuestList.h +++ b/sfall/Modules/QuestList.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Reputations.cpp b/sfall/Modules/Reputations.cpp index 5276a712..bdfe1a16 100644 --- a/sfall/Modules/Reputations.cpp +++ b/sfall/Modules/Reputations.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Reputations.h b/sfall/Modules/Reputations.h index d3c1a717..c7bd746c 100644 --- a/sfall/Modules/Reputations.h +++ b/sfall/Modules/Reputations.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/ScriptExtender.cpp b/sfall/Modules/ScriptExtender.cpp index 123dce89..ed511d4f 100644 --- a/sfall/Modules/ScriptExtender.cpp +++ b/sfall/Modules/ScriptExtender.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/ScriptExtender.h b/sfall/Modules/ScriptExtender.h index 416353b0..0f4f1edf 100644 --- a/sfall/Modules/ScriptExtender.h +++ b/sfall/Modules/ScriptExtender.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/ScriptShaders.cpp b/sfall/Modules/ScriptShaders.cpp index 6cb65a82..ef0f586e 100644 --- a/sfall/Modules/ScriptShaders.cpp +++ b/sfall/Modules/ScriptShaders.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/ScriptShaders.h b/sfall/Modules/ScriptShaders.h index 34a5510b..cb877b4b 100644 --- a/sfall/Modules/ScriptShaders.h +++ b/sfall/Modules/ScriptShaders.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Arrays.cpp b/sfall/Modules/Scripting/Arrays.cpp index 64fe07bc..3de6da3a 100644 --- a/sfall/Modules/Scripting/Arrays.cpp +++ b/sfall/Modules/Scripting/Arrays.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Arrays.h b/sfall/Modules/Scripting/Arrays.h index 1fc0efdb..11581615 100644 --- a/sfall/Modules/Scripting/Arrays.h +++ b/sfall/Modules/Scripting/Arrays.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Anims.cpp b/sfall/Modules/Scripting/Handlers/Anims.cpp index c6bc26c2..1ea69b25 100644 --- a/sfall/Modules/Scripting/Handlers/Anims.cpp +++ b/sfall/Modules/Scripting/Handlers/Anims.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -99,7 +99,7 @@ void op_reg_anim_take_out(OpcodeContext& ctx) { if (!checkCombatMode()) { fo::GameObject* obj = ctx.arg(0).object(); int holdFrame = ctx.arg(1).rawValue(), - nothing = ctx.arg(2).rawValue(); // not used by engine + nothing = ctx.arg(2).rawValue(); // not used by engine fo::func::register_object_take_out(obj, holdFrame, nothing); } diff --git a/sfall/Modules/Scripting/Handlers/Anims.h b/sfall/Modules/Scripting/Handlers/Anims.h index 4cc23c8c..37098d08 100644 --- a/sfall/Modules/Scripting/Handlers/Anims.h +++ b/sfall/Modules/Scripting/Handlers/Anims.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Arrays.cpp b/sfall/Modules/Scripting/Handlers/Arrays.cpp index 6bbb6da2..8c0cf71a 100644 --- a/sfall/Modules/Scripting/Handlers/Arrays.cpp +++ b/sfall/Modules/Scripting/Handlers/Arrays.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Arrays.h b/sfall/Modules/Scripting/Handlers/Arrays.h index f8a40301..dc70dc08 100644 --- a/sfall/Modules/Scripting/Handlers/Arrays.h +++ b/sfall/Modules/Scripting/Handlers/Arrays.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Combat.cpp b/sfall/Modules/Scripting/Handlers/Combat.cpp index b48d299d..5c4d3764 100644 --- a/sfall/Modules/Scripting/Handlers/Combat.cpp +++ b/sfall/Modules/Scripting/Handlers/Combat.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Combat.h b/sfall/Modules/Scripting/Handlers/Combat.h index 7ed5aae5..e7928246 100644 --- a/sfall/Modules/Scripting/Handlers/Combat.h +++ b/sfall/Modules/Scripting/Handlers/Combat.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Core.cpp b/sfall/Modules/Scripting/Handlers/Core.cpp index a21b16c0..8cc9ba30 100644 --- a/sfall/Modules/Scripting/Handlers/Core.cpp +++ b/sfall/Modules/Scripting/Handlers/Core.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Core.h b/sfall/Modules/Scripting/Handlers/Core.h index 408af923..7666cf42 100644 --- a/sfall/Modules/Scripting/Handlers/Core.h +++ b/sfall/Modules/Scripting/Handlers/Core.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/FileSystem.cpp b/sfall/Modules/Scripting/Handlers/FileSystem.cpp index 0352d640..0b08c62c 100644 --- a/sfall/Modules/Scripting/Handlers/FileSystem.cpp +++ b/sfall/Modules/Scripting/Handlers/FileSystem.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/FileSystem.h b/sfall/Modules/Scripting/Handlers/FileSystem.h index 32519431..37ca178f 100644 --- a/sfall/Modules/Scripting/Handlers/FileSystem.h +++ b/sfall/Modules/Scripting/Handlers/FileSystem.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Graphics.cpp b/sfall/Modules/Scripting/Handlers/Graphics.cpp index f1f8b6a2..420a1591 100644 --- a/sfall/Modules/Scripting/Handlers/Graphics.cpp +++ b/sfall/Modules/Scripting/Handlers/Graphics.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Graphics.h b/sfall/Modules/Scripting/Handlers/Graphics.h index a90f3c8c..25afc5ee 100644 --- a/sfall/Modules/Scripting/Handlers/Graphics.h +++ b/sfall/Modules/Scripting/Handlers/Graphics.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/IniFiles.cpp b/sfall/Modules/Scripting/Handlers/IniFiles.cpp index a917c54c..ed0aa50b 100644 --- a/sfall/Modules/Scripting/Handlers/IniFiles.cpp +++ b/sfall/Modules/Scripting/Handlers/IniFiles.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/IniFiles.h b/sfall/Modules/Scripting/Handlers/IniFiles.h index 2a066cb0..8b4eead7 100644 --- a/sfall/Modules/Scripting/Handlers/IniFiles.h +++ b/sfall/Modules/Scripting/Handlers/IniFiles.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Interface.cpp b/sfall/Modules/Scripting/Handlers/Interface.cpp index b7c66fce..9d455da2 100644 --- a/sfall/Modules/Scripting/Handlers/Interface.cpp +++ b/sfall/Modules/Scripting/Handlers/Interface.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Interface.h b/sfall/Modules/Scripting/Handlers/Interface.h index c80af778..0a4451ac 100644 --- a/sfall/Modules/Scripting/Handlers/Interface.h +++ b/sfall/Modules/Scripting/Handlers/Interface.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Inventory.cpp b/sfall/Modules/Scripting/Handlers/Inventory.cpp index c9ada430..d236c27d 100644 --- a/sfall/Modules/Scripting/Handlers/Inventory.cpp +++ b/sfall/Modules/Scripting/Handlers/Inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Inventory.h b/sfall/Modules/Scripting/Handlers/Inventory.h index 9e98416f..fa37a7c4 100644 --- a/sfall/Modules/Scripting/Handlers/Inventory.h +++ b/sfall/Modules/Scripting/Handlers/Inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Math.cpp b/sfall/Modules/Scripting/Handlers/Math.cpp index 942e930c..ca6eb1f1 100644 --- a/sfall/Modules/Scripting/Handlers/Math.cpp +++ b/sfall/Modules/Scripting/Handlers/Math.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Math.h b/sfall/Modules/Scripting/Handlers/Math.h index b2a6a2f2..07f5f636 100644 --- a/sfall/Modules/Scripting/Handlers/Math.h +++ b/sfall/Modules/Scripting/Handlers/Math.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Memory.cpp b/sfall/Modules/Scripting/Handlers/Memory.cpp index fb8a9fe8..6be73c92 100644 --- a/sfall/Modules/Scripting/Handlers/Memory.cpp +++ b/sfall/Modules/Scripting/Handlers/Memory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Memory.h b/sfall/Modules/Scripting/Handlers/Memory.h index 0fa31b34..1d69e095 100644 --- a/sfall/Modules/Scripting/Handlers/Memory.h +++ b/sfall/Modules/Scripting/Handlers/Memory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Metarule.cpp b/sfall/Modules/Scripting/Handlers/Metarule.cpp index 1735b440..827cbd52 100644 --- a/sfall/Modules/Scripting/Handlers/Metarule.cpp +++ b/sfall/Modules/Scripting/Handlers/Metarule.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Metarule.h b/sfall/Modules/Scripting/Handlers/Metarule.h index e394e33e..c8a512c0 100644 --- a/sfall/Modules/Scripting/Handlers/Metarule.h +++ b/sfall/Modules/Scripting/Handlers/Metarule.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Misc.cpp b/sfall/Modules/Scripting/Handlers/Misc.cpp index 32c5703f..c7ed51bc 100644 --- a/sfall/Modules/Scripting/Handlers/Misc.cpp +++ b/sfall/Modules/Scripting/Handlers/Misc.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Misc.h b/sfall/Modules/Scripting/Handlers/Misc.h index 010f8edf..7062df8f 100644 --- a/sfall/Modules/Scripting/Handlers/Misc.h +++ b/sfall/Modules/Scripting/Handlers/Misc.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Objects.cpp b/sfall/Modules/Scripting/Handlers/Objects.cpp index f49863cf..a4479f72 100644 --- a/sfall/Modules/Scripting/Handlers/Objects.cpp +++ b/sfall/Modules/Scripting/Handlers/Objects.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Objects.h b/sfall/Modules/Scripting/Handlers/Objects.h index ca08f5b6..621fa506 100644 --- a/sfall/Modules/Scripting/Handlers/Objects.h +++ b/sfall/Modules/Scripting/Handlers/Objects.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Perks.cpp b/sfall/Modules/Scripting/Handlers/Perks.cpp index 47af839b..649e83a0 100644 --- a/sfall/Modules/Scripting/Handlers/Perks.cpp +++ b/sfall/Modules/Scripting/Handlers/Perks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Perks.h b/sfall/Modules/Scripting/Handlers/Perks.h index bba4c502..216ac3bc 100644 --- a/sfall/Modules/Scripting/Handlers/Perks.h +++ b/sfall/Modules/Scripting/Handlers/Perks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Stats.cpp b/sfall/Modules/Scripting/Handlers/Stats.cpp index b7a427bd..49373a57 100644 --- a/sfall/Modules/Scripting/Handlers/Stats.cpp +++ b/sfall/Modules/Scripting/Handlers/Stats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Stats.h b/sfall/Modules/Scripting/Handlers/Stats.h index 218993a8..1ae99429 100644 --- a/sfall/Modules/Scripting/Handlers/Stats.h +++ b/sfall/Modules/Scripting/Handlers/Stats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Utils.cpp b/sfall/Modules/Scripting/Handlers/Utils.cpp index 22e8b3e7..22be0e5f 100644 --- a/sfall/Modules/Scripting/Handlers/Utils.cpp +++ b/sfall/Modules/Scripting/Handlers/Utils.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Utils.h b/sfall/Modules/Scripting/Handlers/Utils.h index 6c96d413..178f7e88 100644 --- a/sfall/Modules/Scripting/Handlers/Utils.h +++ b/sfall/Modules/Scripting/Handlers/Utils.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Worldmap.cpp b/sfall/Modules/Scripting/Handlers/Worldmap.cpp index c9e09784..a00b8b27 100644 --- a/sfall/Modules/Scripting/Handlers/Worldmap.cpp +++ b/sfall/Modules/Scripting/Handlers/Worldmap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Handlers/Worldmap.h b/sfall/Modules/Scripting/Handlers/Worldmap.h index 6589ed8a..add620d6 100644 --- a/sfall/Modules/Scripting/Handlers/Worldmap.h +++ b/sfall/Modules/Scripting/Handlers/Worldmap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/OpcodeContext.cpp b/sfall/Modules/Scripting/OpcodeContext.cpp index 58e6f9c1..53d9fc00 100644 --- a/sfall/Modules/Scripting/OpcodeContext.cpp +++ b/sfall/Modules/Scripting/OpcodeContext.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/OpcodeContext.h b/sfall/Modules/Scripting/OpcodeContext.h index 02370903..4886d4d0 100644 --- a/sfall/Modules/Scripting/OpcodeContext.h +++ b/sfall/Modules/Scripting/OpcodeContext.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Opcodes.cpp b/sfall/Modules/Scripting/Opcodes.cpp index 35824ed0..19bbe055 100644 --- a/sfall/Modules/Scripting/Opcodes.cpp +++ b/sfall/Modules/Scripting/Opcodes.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/Opcodes.h b/sfall/Modules/Scripting/Opcodes.h index 20dd67d6..36855f3c 100644 --- a/sfall/Modules/Scripting/Opcodes.h +++ b/sfall/Modules/Scripting/Opcodes.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/ScriptValue.cpp b/sfall/Modules/Scripting/ScriptValue.cpp index 947c8df9..af89fed3 100644 --- a/sfall/Modules/Scripting/ScriptValue.cpp +++ b/sfall/Modules/Scripting/ScriptValue.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Scripting/ScriptValue.h b/sfall/Modules/Scripting/ScriptValue.h index 8634999c..8b70b673 100644 --- a/sfall/Modules/Scripting/ScriptValue.h +++ b/sfall/Modules/Scripting/ScriptValue.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Skills.cpp b/sfall/Modules/Skills.cpp index 47929b9d..5fd53dbc 100644 --- a/sfall/Modules/Skills.cpp +++ b/sfall/Modules/Skills.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Skills.h b/sfall/Modules/Skills.h index 4d364fde..30fe116f 100644 --- a/sfall/Modules/Skills.h +++ b/sfall/Modules/Skills.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Sound.cpp b/sfall/Modules/Sound.cpp index ccfed6e9..ef91e9af 100644 --- a/sfall/Modules/Sound.cpp +++ b/sfall/Modules/Sound.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Sound.h b/sfall/Modules/Sound.h index f11cfdcf..a154ef8c 100644 --- a/sfall/Modules/Sound.h +++ b/sfall/Modules/Sound.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SpeedPatch.cpp b/sfall/Modules/SpeedPatch.cpp index b4a5b18a..cc63d316 100644 --- a/sfall/Modules/SpeedPatch.cpp +++ b/sfall/Modules/SpeedPatch.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SpeedPatch.h b/sfall/Modules/SpeedPatch.h index d2af589b..83542e43 100644 --- a/sfall/Modules/SpeedPatch.h +++ b/sfall/Modules/SpeedPatch.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Stats.cpp b/sfall/Modules/Stats.cpp index 61557f0e..75e49ab8 100644 --- a/sfall/Modules/Stats.cpp +++ b/sfall/Modules/Stats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Stats.h b/sfall/Modules/Stats.h index 5d488558..c06a000c 100644 --- a/sfall/Modules/Stats.h +++ b/sfall/Modules/Stats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/CombatBlock.cpp b/sfall/Modules/SubModules/CombatBlock.cpp index 98dc04d7..b93ede4e 100644 --- a/sfall/Modules/SubModules/CombatBlock.cpp +++ b/sfall/Modules/SubModules/CombatBlock.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/CombatBlock.h b/sfall/Modules/SubModules/CombatBlock.h index e5158904..86a4afa5 100644 --- a/sfall/Modules/SubModules/CombatBlock.h +++ b/sfall/Modules/SubModules/CombatBlock.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/EnginePerks.cpp b/sfall/Modules/SubModules/EnginePerks.cpp index 9fbacf36..4824806e 100644 --- a/sfall/Modules/SubModules/EnginePerks.cpp +++ b/sfall/Modules/SubModules/EnginePerks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/EnginePerks.h b/sfall/Modules/SubModules/EnginePerks.h index 3465570c..f1572226 100644 --- a/sfall/Modules/SubModules/EnginePerks.h +++ b/sfall/Modules/SubModules/EnginePerks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/ObjectName.cpp b/sfall/Modules/SubModules/ObjectName.cpp index a760d131..8da66672 100644 --- a/sfall/Modules/SubModules/ObjectName.cpp +++ b/sfall/Modules/SubModules/ObjectName.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/ObjectName.h b/sfall/Modules/SubModules/ObjectName.h index 42c1a965..6d0eadad 100644 --- a/sfall/Modules/SubModules/ObjectName.h +++ b/sfall/Modules/SubModules/ObjectName.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/WindowRender.cpp b/sfall/Modules/SubModules/WindowRender.cpp index a5358737..4fa7e9c5 100644 --- a/sfall/Modules/SubModules/WindowRender.cpp +++ b/sfall/Modules/SubModules/WindowRender.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/SubModules/WindowRender.h b/sfall/Modules/SubModules/WindowRender.h index 0d3df71f..0f68fd8b 100644 --- a/sfall/Modules/SubModules/WindowRender.h +++ b/sfall/Modules/SubModules/WindowRender.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/TalkingHeads.cpp b/sfall/Modules/TalkingHeads.cpp index c8cb079e..2479c066 100644 --- a/sfall/Modules/TalkingHeads.cpp +++ b/sfall/Modules/TalkingHeads.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/TalkingHeads.h b/sfall/Modules/TalkingHeads.h index 3fafcdad..c0674247 100644 --- a/sfall/Modules/TalkingHeads.h +++ b/sfall/Modules/TalkingHeads.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Tiles.cpp b/sfall/Modules/Tiles.cpp index 7c9ba42a..a86d096f 100644 --- a/sfall/Modules/Tiles.cpp +++ b/sfall/Modules/Tiles.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Tiles.h b/sfall/Modules/Tiles.h index dcdd4b62..ed78f67a 100644 --- a/sfall/Modules/Tiles.h +++ b/sfall/Modules/Tiles.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Unarmed.cpp b/sfall/Modules/Unarmed.cpp index 39ff4300..9d619ee9 100644 --- a/sfall/Modules/Unarmed.cpp +++ b/sfall/Modules/Unarmed.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Unarmed.h b/sfall/Modules/Unarmed.h index 1d637036..936e9a13 100644 --- a/sfall/Modules/Unarmed.h +++ b/sfall/Modules/Unarmed.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Worldmap.cpp b/sfall/Modules/Worldmap.cpp index 61aa002f..3ee6f208 100644 --- a/sfall/Modules/Worldmap.cpp +++ b/sfall/Modules/Worldmap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Modules/Worldmap.h b/sfall/Modules/Worldmap.h index 0db3a4b5..bb1a3b5c 100644 --- a/sfall/Modules/Worldmap.h +++ b/sfall/Modules/Worldmap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/ReplacementFuncs.h b/sfall/ReplacementFuncs.h index 0f9fbb58..f4b0583c 100644 --- a/sfall/ReplacementFuncs.h +++ b/sfall/ReplacementFuncs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Translate.cpp b/sfall/Translate.cpp index 24c0f38f..356d5c8d 100644 --- a/sfall/Translate.cpp +++ b/sfall/Translate.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/Translate.h b/sfall/Translate.h index 47a04a34..a4dc3ee7 100644 --- a/sfall/Translate.h +++ b/sfall/Translate.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/WinProc.cpp b/sfall/WinProc.cpp index 85f8ef16..6cfb6e5f 100644 --- a/sfall/WinProc.cpp +++ b/sfall/WinProc.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/WinProc.h b/sfall/WinProc.h index 4ed75a45..29aa3ccb 100644 --- a/sfall/WinProc.h +++ b/sfall/WinProc.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/ddraw.cpp b/sfall/ddraw.cpp index 2d2cb63b..3c4f12e2 100644 --- a/sfall/ddraw.cpp +++ b/sfall/ddraw.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/main.cpp b/sfall/main.cpp index bbe2bdee..10ed6689 100644 --- a/sfall/main.cpp +++ b/sfall/main.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/main.h b/sfall/main.h index dc8bd06c..faf420f2 100644 --- a/sfall/main.h +++ b/sfall/main.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sfall/version.h b/sfall/version.h index 33d35c42..528b5744 100644 --- a/sfall/version.h +++ b/sfall/version.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,11 +20,11 @@ #define TARGETVERSION "Fallout 2 v1.02 US" -#define LEGAL_COPYRIGHT "Copyright (C) 2006-2023, sfall Team" +#define LEGAL_COPYRIGHT "Copyright (C) 2006-2024, sfall Team" #define VERSION_MAJOR 3 #define VERSION_MINOR 8 -#define VERSION_BUILD 41 -#define VERSION_REV 1 +#define VERSION_BUILD 42 +#define VERSION_REV 0 -#define VERSION_STRING "3.8.41.1" +#define VERSION_STRING "3.8.42"