[Scummvm-git-logs] scummvm master -> 810ddc2d0a3f5ff1f9882fa194a5827208fee0f5

Helco noreply at scummvm.org
Tue Feb 10 12:59:18 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
810ddc2d0a ALCACHOFA: Rename game-movie-adventure source files


Commit: 810ddc2d0a3f5ff1f9882fa194a5827208fee0f5
    https://github.com/scummvm/scummvm/commit/810ddc2d0a3f5ff1f9882fa194a5827208fee0f5
Author: Helco (hermann.noll at hotmail.com)
Date: 2026-02-10T13:58:46+01:00

Commit Message:
ALCACHOFA: Rename game-movie-adventure source files

With hindsight naming them after specific games was ill-advised and would complicate V2.

Changed paths:
  A engines/alcachofa/game-v1.cpp
  A engines/alcachofa/game-v3.cpp
  R engines/alcachofa/game-movie-adventure-original.cpp
  R engines/alcachofa/game-movie-adventure-special.cpp
    engines/alcachofa/game.h
    engines/alcachofa/module.mk


diff --git a/engines/alcachofa/game-movie-adventure-original.cpp b/engines/alcachofa/game-v1.cpp
similarity index 100%
rename from engines/alcachofa/game-movie-adventure-original.cpp
rename to engines/alcachofa/game-v1.cpp
diff --git a/engines/alcachofa/game-movie-adventure-special.cpp b/engines/alcachofa/game-v3.cpp
similarity index 99%
rename from engines/alcachofa/game-movie-adventure-special.cpp
rename to engines/alcachofa/game-v3.cpp
index e2f03b387f1..1ede881c22f 100644
--- a/engines/alcachofa/game-movie-adventure-special.cpp
+++ b/engines/alcachofa/game-v3.cpp
@@ -4,7 +4,7 @@
  * are too numerous to list here. Please refer to the COPYRIGHT
  * file distributed with this source distribution.
  *
- * This program is free software: you can redistribute it and/or modifyhttps://store.steampowered.com/app/3012980/Moorhuhn_Kart_4/
+ * 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
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
diff --git a/engines/alcachofa/game.h b/engines/alcachofa/game.h
index 681d2bba447..e6d3d5fe5f6 100644
--- a/engines/alcachofa/game.h
+++ b/engines/alcachofa/game.h
@@ -123,10 +123,10 @@ public:
 	virtual void invalidVideo(int32 videoId, const char *context);
 
 	static Game *create();
-	static Game *createForMovieAdventureSpecial();
-	static Game *createForMovieAdventureOriginal();
-	static Game *createForTerror();
-	static Game *createForVaqueros();
+	static Game *createForMovieAdventureSpecial(); // V3
+	static Game *createForMovieAdventureOriginal(); // V1
+	static Game *createForTerror(); // V1
+	static Game *createForVaqueros(); // V1
 
 	const Message _message;
 };
diff --git a/engines/alcachofa/module.mk b/engines/alcachofa/module.mk
index 7921ffcc97d..9e0bf09b809 100644
--- a/engines/alcachofa/module.mk
+++ b/engines/alcachofa/module.mk
@@ -6,8 +6,8 @@ MODULE_OBJS = \
 	common.o \
 	console.o \
 	game.o \
-	game-movie-adventure-original.o \
-	game-movie-adventure-special.o \
+	game-v1.o \
+	game-v3.o \
 	game-objects.o \
 	general-objects.o \
 	global-ui.o \




More information about the Scummvm-git-logs mailing list