# HG changeset patch # User tron # Date 1122214357 0 # Node ID db48cf29b983987668439835ccba1b534697d7f0 # Parent 3df7d9081a29e4212abbc49cb581bd4797a0e415 (svn r2701) Insert Id tags into all source files diff -r 3df7d9081a29 -r db48cf29b983 StdAfx.c --- a/StdAfx.c Sun Jul 24 13:55:39 2005 +0000 +++ b/StdAfx.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + // stdafx.cpp : source file that includes just the standard includes // ttd.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information diff -r 3df7d9081a29 -r db48cf29b983 ai_build.c --- a/ai_build.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ai_build.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 ai_new.c --- a/ai_new.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ai_new.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* * Next part is in Dutch, and only here for me, TrueLight, the maker of this new AI */ diff -r 3df7d9081a29 -r db48cf29b983 ai_new.h --- a/ai_new.h Sun Jul 24 13:55:39 2005 +0000 +++ b/ai_new.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef AI_NEW_H #define AI_NEW_H diff -r 3df7d9081a29 -r db48cf29b983 ai_old.c --- a/ai_old.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ai_old.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 ai_pathfinder.c --- a/ai_pathfinder.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ai_pathfinder.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 ai_shared.c --- a/ai_shared.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ai_shared.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 aircraft_cmd.c --- a/aircraft_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/aircraft_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 aircraft_gui.c --- a/aircraft_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/aircraft_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 airport.c --- a/airport.c Sun Jul 24 13:55:39 2005 +0000 +++ b/airport.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 airport.h --- a/airport.h Sun Jul 24 13:55:39 2005 +0000 +++ b/airport.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef AIRPORT_H #define AIRPORT_H diff -r 3df7d9081a29 -r db48cf29b983 airport_gui.c --- a/airport_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/airport_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 airport_movement.h --- a/airport_movement.h Sun Jul 24 13:55:39 2005 +0000 +++ b/airport_movement.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef AIRPORT_MOVEMENT_H #define AIRPORT_MOVEMENT_H diff -r 3df7d9081a29 -r db48cf29b983 aystar.c --- a/aystar.c Sun Jul 24 13:55:39 2005 +0000 +++ b/aystar.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* * This file has the core function for AyStar * AyStar is a fast pathfinding routine and is used for things like diff -r 3df7d9081a29 -r db48cf29b983 aystar.h --- a/aystar.h Sun Jul 24 13:55:39 2005 +0000 +++ b/aystar.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* * This file has the header for AyStar * AyStar is a fast pathfinding routine and is used for things like diff -r 3df7d9081a29 -r db48cf29b983 bridge_gui.c --- a/bridge_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/bridge_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 callback_table.c --- a/callback_table.c Sun Jul 24 13:55:39 2005 +0000 +++ b/callback_table.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 callback_table.h --- a/callback_table.h Sun Jul 24 13:55:39 2005 +0000 +++ b/callback_table.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef CALLBACK_TABLE_H #define CALLBACK_TABLE_H diff -r 3df7d9081a29 -r db48cf29b983 clear_cmd.c --- a/clear_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/clear_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 command.c --- a/command.c Sun Jul 24 13:55:39 2005 +0000 +++ b/command.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 command.h --- a/command.h Sun Jul 24 13:55:39 2005 +0000 +++ b/command.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef COMMAND_H #define COMMAND_H diff -r 3df7d9081a29 -r db48cf29b983 console.c --- a/console.c Sun Jul 24 13:55:39 2005 +0000 +++ b/console.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 console.h --- a/console.h Sun Jul 24 13:55:39 2005 +0000 +++ b/console.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef CONSOLE_H #define CONSOLE_H diff -r 3df7d9081a29 -r db48cf29b983 console_cmds.c --- a/console_cmds.c Sun Jul 24 13:55:39 2005 +0000 +++ b/console_cmds.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "console.h" diff -r 3df7d9081a29 -r db48cf29b983 debug.c --- a/debug.c Sun Jul 24 13:55:39 2005 +0000 +++ b/debug.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include #include diff -r 3df7d9081a29 -r db48cf29b983 debug.h --- a/debug.h Sun Jul 24 13:55:39 2005 +0000 +++ b/debug.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef DEBUG_H #define DEBUG_H diff -r 3df7d9081a29 -r db48cf29b983 dedicated.c --- a/dedicated.c Sun Jul 24 13:55:39 2005 +0000 +++ b/dedicated.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" diff -r 3df7d9081a29 -r db48cf29b983 depot.c --- a/depot.c Sun Jul 24 13:55:39 2005 +0000 +++ b/depot.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "depot.h" diff -r 3df7d9081a29 -r db48cf29b983 depot.h --- a/depot.h Sun Jul 24 13:55:39 2005 +0000 +++ b/depot.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef DEPOT_H #define DEPOT_H diff -r 3df7d9081a29 -r db48cf29b983 disaster_cmd.c --- a/disaster_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/disaster_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 dock_gui.c --- a/dock_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/dock_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 driver.c --- a/driver.c Sun Jul 24 13:55:39 2005 +0000 +++ b/driver.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "driver.h" diff -r 3df7d9081a29 -r db48cf29b983 driver.h --- a/driver.h Sun Jul 24 13:55:39 2005 +0000 +++ b/driver.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef DRIVER_H #define DRIVER_H diff -r 3df7d9081a29 -r db48cf29b983 dummy_land.c --- a/dummy_land.c Sun Jul 24 13:55:39 2005 +0000 +++ b/dummy_land.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 economy.c --- a/economy.c Sun Jul 24 13:55:39 2005 +0000 +++ b/economy.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 economy.h --- a/economy.h Sun Jul 24 13:55:39 2005 +0000 +++ b/economy.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef ECONOMY_H #define ECONOMY_H diff -r 3df7d9081a29 -r db48cf29b983 endian_check.c --- a/endian_check.c Sun Jul 24 13:55:39 2005 +0000 +++ b/endian_check.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include // This pretty simple file checks if the system is LITTLE_ENDIAN or BIG_ENDIAN diff -r 3df7d9081a29 -r db48cf29b983 engine.c --- a/engine.c Sun Jul 24 13:55:39 2005 +0000 +++ b/engine.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 engine.h --- a/engine.h Sun Jul 24 13:55:39 2005 +0000 +++ b/engine.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef ENGINE_H #define ENGINE_H diff -r 3df7d9081a29 -r db48cf29b983 engine_gui.c --- a/engine_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/engine_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 fileio.c --- a/fileio.c Sun Jul 24 13:55:39 2005 +0000 +++ b/fileio.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "fileio.h" diff -r 3df7d9081a29 -r db48cf29b983 fileio.h --- a/fileio.h Sun Jul 24 13:55:39 2005 +0000 +++ b/fileio.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef FILEIO_H #define FILEIO_H diff -r 3df7d9081a29 -r db48cf29b983 functions.h --- a/functions.h Sun Jul 24 13:55:39 2005 +0000 +++ b/functions.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef FUNCTIONS_H #define FUNCTIONS_H diff -r 3df7d9081a29 -r db48cf29b983 gfx.c --- a/gfx.c Sun Jul 24 13:55:39 2005 +0000 +++ b/gfx.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 gfx.h --- a/gfx.h Sun Jul 24 13:55:39 2005 +0000 +++ b/gfx.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef GFX_H #define GFX_H diff -r 3df7d9081a29 -r db48cf29b983 graph_gui.c --- a/graph_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/graph_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 gui.h --- a/gui.h Sun Jul 24 13:55:39 2005 +0000 +++ b/gui.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef GUI_H #define GUI_H diff -r 3df7d9081a29 -r db48cf29b983 hal.h --- a/hal.h Sun Jul 24 13:55:39 2005 +0000 +++ b/hal.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef HAL_H #define HAL_H diff -r 3df7d9081a29 -r db48cf29b983 industry.h --- a/industry.h Sun Jul 24 13:55:39 2005 +0000 +++ b/industry.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef INDUSTRY_H #define INDUSTRY_H diff -r 3df7d9081a29 -r db48cf29b983 industry_cmd.c --- a/industry_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/industry_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 industry_gui.c --- a/industry_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/industry_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 intro_gui.c --- a/intro_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/intro_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 landscape.c --- a/landscape.c Sun Jul 24 13:55:39 2005 +0000 +++ b/landscape.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 lzoconf.h --- a/lzoconf.h Sun Jul 24 13:55:39 2005 +0000 +++ b/lzoconf.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* lzoconf.h -- configuration for the LZO real-time data compression library This file is part of the LZO real-time data compression library. diff -r 3df7d9081a29 -r db48cf29b983 macros.h --- a/macros.h Sun Jul 24 13:55:39 2005 +0000 +++ b/macros.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MACROS_H #define MACROS_H diff -r 3df7d9081a29 -r db48cf29b983 main_gui.c --- a/main_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/main_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 map.c --- a/map.c Sun Jul 24 13:55:39 2005 +0000 +++ b/map.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 map.h --- a/map.h Sun Jul 24 13:55:39 2005 +0000 +++ b/map.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MAP_H #define MAP_H diff -r 3df7d9081a29 -r db48cf29b983 md5.c --- a/md5.c Sun Jul 24 13:55:39 2005 +0000 +++ b/md5.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. @@ -21,7 +23,7 @@ ghost@aladdin.com */ -/* $Id: md5.c,v 1.6 2002/04/13 19:20:28 lpd Exp $ */ +/* $Id$ */ /* Independent implementation of MD5 (RFC 1321). diff -r 3df7d9081a29 -r db48cf29b983 md5.h --- a/md5.h Sun Jul 24 13:55:39 2005 +0000 +++ b/md5.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. @@ -21,7 +23,7 @@ ghost@aladdin.com */ -/* $Id: md5.h,v 1.4 2002/04/13 19:20:28 lpd Exp $ */ +/* $Id$ */ /* Independent implementation of MD5 (RFC 1321). diff -r 3df7d9081a29 -r db48cf29b983 mersenne.c --- a/mersenne.c Sun Jul 24 13:55:39 2005 +0000 +++ b/mersenne.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" diff -r 3df7d9081a29 -r db48cf29b983 minilzo.c --- a/minilzo.c Sun Jul 24 13:55:39 2005 +0000 +++ b/minilzo.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* minilzo.c -- mini subset of the LZO real-time data compression library This file is part of the LZO real-time data compression library. diff -r 3df7d9081a29 -r db48cf29b983 minilzo.h --- a/minilzo.h Sun Jul 24 13:55:39 2005 +0000 +++ b/minilzo.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* minilzo.h -- mini subset of the LZO real-time data compression library This file is part of the LZO real-time data compression library. diff -r 3df7d9081a29 -r db48cf29b983 misc.c --- a/misc.c Sun Jul 24 13:55:39 2005 +0000 +++ b/misc.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 misc_cmd.c --- a/misc_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/misc_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 misc_gui.c --- a/misc_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/misc_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 mixer.c --- a/mixer.c Sun Jul 24 13:55:39 2005 +0000 +++ b/mixer.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "mixer.h" diff -r 3df7d9081a29 -r db48cf29b983 mixer.h --- a/mixer.h Sun Jul 24 13:55:39 2005 +0000 +++ b/mixer.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MIXER_H #define MIXER_H diff -r 3df7d9081a29 -r db48cf29b983 music/bemidi.cpp --- a/music/bemidi.cpp Sun Jul 24 13:55:39 2005 +0000 +++ b/music/bemidi.cpp Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/bemidi.h" diff -r 3df7d9081a29 -r db48cf29b983 music/bemidi.h --- a/music/bemidi.h Sun Jul 24 13:55:39 2005 +0000 +++ b/music/bemidi.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_BEMIDI_H #define MUSIC_BEMIDI_H diff -r 3df7d9081a29 -r db48cf29b983 music/dmusic.c --- a/music/dmusic.c Sun Jul 24 13:55:39 2005 +0000 +++ b/music/dmusic.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /********************************************************************* * OpenTTD: An Open Source Transport Tycoon Deluxe clone * * Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. * diff -r 3df7d9081a29 -r db48cf29b983 music/dmusic.h --- a/music/dmusic.h Sun Jul 24 13:55:39 2005 +0000 +++ b/music/dmusic.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_DMUSIC_H #define MUSIC_DMUSIC_H diff -r 3df7d9081a29 -r db48cf29b983 music/dmusic2.cpp --- a/music/dmusic2.cpp Sun Jul 24 13:55:39 2005 +0000 +++ b/music/dmusic2.cpp Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /********************************************************************* * OpenTTD: An Open Source Transport Tycoon Deluxe clone * * Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. * diff -r 3df7d9081a29 -r db48cf29b983 music/extmidi.c --- a/music/extmidi.c Sun Jul 24 13:55:39 2005 +0000 +++ b/music/extmidi.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef __BEOS__ #ifndef __MORPHOS__ #include "stdafx.h" diff -r 3df7d9081a29 -r db48cf29b983 music/extmidi.h --- a/music/extmidi.h Sun Jul 24 13:55:39 2005 +0000 +++ b/music/extmidi.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_EXTERNAL_H #define MUSIC_EXTERNAL_H diff -r 3df7d9081a29 -r db48cf29b983 music/null_m.c --- a/music/null_m.c Sun Jul 24 13:55:39 2005 +0000 +++ b/music/null_m.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/null_m.h" diff -r 3df7d9081a29 -r db48cf29b983 music/null_m.h --- a/music/null_m.h Sun Jul 24 13:55:39 2005 +0000 +++ b/music/null_m.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_NULL_H #define MUSIC_NULL_H diff -r 3df7d9081a29 -r db48cf29b983 music/os2_m.c --- a/music/os2_m.c Sun Jul 24 13:55:39 2005 +0000 +++ b/music/os2_m.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/os2_m.h" diff -r 3df7d9081a29 -r db48cf29b983 music/os2_m.h --- a/music/os2_m.h Sun Jul 24 13:55:39 2005 +0000 +++ b/music/os2_m.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_OS2_H #define MUSIC_OS2_H diff -r 3df7d9081a29 -r db48cf29b983 music/win32_m.c --- a/music/win32_m.c Sun Jul 24 13:55:39 2005 +0000 +++ b/music/win32_m.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/win32_m.h" diff -r 3df7d9081a29 -r db48cf29b983 music/win32_m.h --- a/music/win32_m.h Sun Jul 24 13:55:39 2005 +0000 +++ b/music/win32_m.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_WIN32_H #define MUSIC_WIN32_H diff -r 3df7d9081a29 -r db48cf29b983 music_gui.c --- a/music_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/music_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 namegen.c --- a/namegen.c Sun Jul 24 13:55:39 2005 +0000 +++ b/namegen.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 namegen.h --- a/namegen.h Sun Jul 24 13:55:39 2005 +0000 +++ b/namegen.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NAMEGEN_H #define NAMEGEN_H diff -r 3df7d9081a29 -r db48cf29b983 network.c --- a/network.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 network.h --- a/network.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_H #define NETWORK_H diff -r 3df7d9081a29 -r db48cf29b983 network_client.c --- a/network_client.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network_client.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "debug.h" #include "string.h" diff -r 3df7d9081a29 -r db48cf29b983 network_client.h --- a/network_client.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network_client.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_CLIENT_H #define NETWORK_CLIENT_H diff -r 3df7d9081a29 -r db48cf29b983 network_core.h --- a/network_core.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network_core.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_CORE_H #define NETWORK_CORE_H diff -r 3df7d9081a29 -r db48cf29b983 network_data.c --- a/network_data.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network_data.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "debug.h" #include "network_data.h" diff -r 3df7d9081a29 -r db48cf29b983 network_data.h --- a/network_data.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network_data.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_DATA_H #define NETWORK_DATA_H diff -r 3df7d9081a29 -r db48cf29b983 network_gamelist.c --- a/network_gamelist.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network_gamelist.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "debug.h" #include "network_data.h" diff -r 3df7d9081a29 -r db48cf29b983 network_gamelist.h --- a/network_gamelist.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network_gamelist.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_GAMELIST_H #define NETWORK_GAMELIST_H diff -r 3df7d9081a29 -r db48cf29b983 network_gui.c --- a/network_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "string.h" diff -r 3df7d9081a29 -r db48cf29b983 network_server.c --- a/network_server.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network_server.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "debug.h" #include "string.h" diff -r 3df7d9081a29 -r db48cf29b983 network_server.h --- a/network_server.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network_server.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_SERVER_H #define NETWORK_SERVER_H diff -r 3df7d9081a29 -r db48cf29b983 network_udp.c --- a/network_udp.c Sun Jul 24 13:55:39 2005 +0000 +++ b/network_udp.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "debug.h" #include "string.h" diff -r 3df7d9081a29 -r db48cf29b983 network_udp.h --- a/network_udp.h Sun Jul 24 13:55:39 2005 +0000 +++ b/network_udp.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NETWORK_LAN_H #define NETWORK_LAN_H diff -r 3df7d9081a29 -r db48cf29b983 newgrf.c --- a/newgrf.c Sun Jul 24 13:55:39 2005 +0000 +++ b/newgrf.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include diff -r 3df7d9081a29 -r db48cf29b983 newgrf.h --- a/newgrf.h Sun Jul 24 13:55:39 2005 +0000 +++ b/newgrf.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NEWGRF_H #define NEWGRF_H diff -r 3df7d9081a29 -r db48cf29b983 news.h --- a/news.h Sun Jul 24 13:55:39 2005 +0000 +++ b/news.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NEWS_H #define NEWS_H diff -r 3df7d9081a29 -r db48cf29b983 news_gui.c --- a/news_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/news_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 npf.c --- a/npf.c Sun Jul 24 13:55:39 2005 +0000 +++ b/npf.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 npf.h --- a/npf.h Sun Jul 24 13:55:39 2005 +0000 +++ b/npf.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef NPF_H #define NPF_H diff -r 3df7d9081a29 -r db48cf29b983 oldloader.c --- a/oldloader.c Sun Jul 24 13:55:39 2005 +0000 +++ b/oldloader.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 openttd.c --- a/openttd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/openttd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "string.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 openttd.h --- a/openttd.h Sun Jul 24 13:55:39 2005 +0000 +++ b/openttd.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef OPENTTD_H #define OPENTTD_H diff -r 3df7d9081a29 -r db48cf29b983 order.h --- a/order.h Sun Jul 24 13:55:39 2005 +0000 +++ b/order.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef ORDER_H #define ORDER_H diff -r 3df7d9081a29 -r db48cf29b983 order_cmd.c --- a/order_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/order_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "airport.h" diff -r 3df7d9081a29 -r db48cf29b983 order_gui.c --- a/order_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/order_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 os2.c --- a/os2.c Sun Jul 24 13:55:39 2005 +0000 +++ b/os2.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "variables.h" diff -r 3df7d9081a29 -r db48cf29b983 pathfind.c --- a/pathfind.c Sun Jul 24 13:55:39 2005 +0000 +++ b/pathfind.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 pathfind.h --- a/pathfind.h Sun Jul 24 13:55:39 2005 +0000 +++ b/pathfind.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef PATHFIND_H #define PATHFIND_H diff -r 3df7d9081a29 -r db48cf29b983 pbs.c --- a/pbs.c Sun Jul 24 13:55:39 2005 +0000 +++ b/pbs.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 pbs.h --- a/pbs.h Sun Jul 24 13:55:39 2005 +0000 +++ b/pbs.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef PBS_H #define PBS_H diff -r 3df7d9081a29 -r db48cf29b983 player.h --- a/player.h Sun Jul 24 13:55:39 2005 +0000 +++ b/player.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef PLAYER_H #define PLAYER_H diff -r 3df7d9081a29 -r db48cf29b983 player_gui.c --- a/player_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/player_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 players.c --- a/players.c Sun Jul 24 13:55:39 2005 +0000 +++ b/players.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "engine.h" diff -r 3df7d9081a29 -r db48cf29b983 pool.c --- a/pool.c Sun Jul 24 13:55:39 2005 +0000 +++ b/pool.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 pool.h --- a/pool.h Sun Jul 24 13:55:39 2005 +0000 +++ b/pool.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef POOL_H #define POOL_H diff -r 3df7d9081a29 -r db48cf29b983 queue.c --- a/queue.c Sun Jul 24 13:55:39 2005 +0000 +++ b/queue.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "queue.h" diff -r 3df7d9081a29 -r db48cf29b983 queue.h --- a/queue.h Sun Jul 24 13:55:39 2005 +0000 +++ b/queue.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef QUEUE_H #define QUEUE_H diff -r 3df7d9081a29 -r db48cf29b983 rail.c --- a/rail.c Sun Jul 24 13:55:39 2005 +0000 +++ b/rail.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "rail.h" diff -r 3df7d9081a29 -r db48cf29b983 rail.h --- a/rail.h Sun Jul 24 13:55:39 2005 +0000 +++ b/rail.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef RAIL_H #define RAIL_H diff -r 3df7d9081a29 -r db48cf29b983 rail_cmd.c --- a/rail_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/rail_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 rail_gui.c --- a/rail_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/rail_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 resource.h --- a/resource.h Sun Jul 24 13:55:39 2005 +0000 +++ b/resource.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ttd.rc diff -r 3df7d9081a29 -r db48cf29b983 road_cmd.c --- a/road_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/road_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 road_gui.c --- a/road_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/road_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 roadveh_cmd.c --- a/roadveh_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/roadveh_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 roadveh_gui.c --- a/roadveh_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/roadveh_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 saveload.c --- a/saveload.c Sun Jul 24 13:55:39 2005 +0000 +++ b/saveload.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /** @file * All actions handling saving and loading goes on in this file. The general actions * are as follows for saving a game (loading is analogous): diff -r 3df7d9081a29 -r db48cf29b983 saveload.h --- a/saveload.h Sun Jul 24 13:55:39 2005 +0000 +++ b/saveload.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SAVELOAD_H #define SAVELOAD_H diff -r 3df7d9081a29 -r db48cf29b983 screenshot.c --- a/screenshot.c Sun Jul 24 13:55:39 2005 +0000 +++ b/screenshot.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 screenshot.h --- a/screenshot.h Sun Jul 24 13:55:39 2005 +0000 +++ b/screenshot.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SCREENSHOT_H #define SCREENSHOT_H diff -r 3df7d9081a29 -r db48cf29b983 sdl.c --- a/sdl.c Sun Jul 24 13:55:39 2005 +0000 +++ b/sdl.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "sdl.h" diff -r 3df7d9081a29 -r db48cf29b983 sdl.h --- a/sdl.h Sun Jul 24 13:55:39 2005 +0000 +++ b/sdl.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SDL_H #define SDL_H diff -r 3df7d9081a29 -r db48cf29b983 settings.c --- a/settings.c Sun Jul 24 13:55:39 2005 +0000 +++ b/settings.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 settings.h --- a/settings.h Sun Jul 24 13:55:39 2005 +0000 +++ b/settings.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SETTINGS_H #define SETTINGS_H diff -r 3df7d9081a29 -r db48cf29b983 settings_gui.c --- a/settings_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/settings_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 ship_cmd.c --- a/ship_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ship_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 ship_gui.c --- a/ship_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/ship_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 signs.c --- a/signs.c Sun Jul 24 13:55:39 2005 +0000 +++ b/signs.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 signs.h --- a/signs.h Sun Jul 24 13:55:39 2005 +0000 +++ b/signs.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SIGNS_H #define SIGNS_H diff -r 3df7d9081a29 -r db48cf29b983 smallmap_gui.c --- a/smallmap_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/smallmap_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 sound.c --- a/sound.c Sun Jul 24 13:55:39 2005 +0000 +++ b/sound.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 sound.h --- a/sound.h Sun Jul 24 13:55:39 2005 +0000 +++ b/sound.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SOUND_H #define SOUND_H diff -r 3df7d9081a29 -r db48cf29b983 sound/null_s.c --- a/sound/null_s.c Sun Jul 24 13:55:39 2005 +0000 +++ b/sound/null_s.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "sound/null_s.h" diff -r 3df7d9081a29 -r db48cf29b983 sound/null_s.h --- a/sound/null_s.h Sun Jul 24 13:55:39 2005 +0000 +++ b/sound/null_s.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SOUND_NULL_H #define SOUND_NULL_H diff -r 3df7d9081a29 -r db48cf29b983 sound/sdl_s.c --- a/sound/sdl_s.c Sun Jul 24 13:55:39 2005 +0000 +++ b/sound/sdl_s.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "driver.h" diff -r 3df7d9081a29 -r db48cf29b983 sound/sdl_s.h --- a/sound/sdl_s.h Sun Jul 24 13:55:39 2005 +0000 +++ b/sound/sdl_s.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SOUND_SDL_H #define SOUND_SDL_H diff -r 3df7d9081a29 -r db48cf29b983 sound/win32_s.c --- a/sound/win32_s.c Sun Jul 24 13:55:39 2005 +0000 +++ b/sound/win32_s.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "driver.h" diff -r 3df7d9081a29 -r db48cf29b983 sound/win32_s.h --- a/sound/win32_s.h Sun Jul 24 13:55:39 2005 +0000 +++ b/sound/win32_s.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SOUND_WIN32_H #define SOUND_WIN32_H diff -r 3df7d9081a29 -r db48cf29b983 sprite.c --- a/sprite.c Sun Jul 24 13:55:39 2005 +0000 +++ b/sprite.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include diff -r 3df7d9081a29 -r db48cf29b983 sprite.h --- a/sprite.h Sun Jul 24 13:55:39 2005 +0000 +++ b/sprite.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SPRITE_H #define SPRITE_H diff -r 3df7d9081a29 -r db48cf29b983 spritecache.c --- a/spritecache.c Sun Jul 24 13:55:39 2005 +0000 +++ b/spritecache.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 spritecache.h --- a/spritecache.h Sun Jul 24 13:55:39 2005 +0000 +++ b/spritecache.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SPRITECACHE_H #define SPRITECACHE_H diff -r 3df7d9081a29 -r db48cf29b983 station.h --- a/station.h Sun Jul 24 13:55:39 2005 +0000 +++ b/station.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef STATION_H #define STATION_H diff -r 3df7d9081a29 -r db48cf29b983 station_cmd.c --- a/station_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/station_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 station_gui.c --- a/station_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/station_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 stdafx.h --- a/stdafx.h Sun Jul 24 13:55:39 2005 +0000 +++ b/stdafx.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #if !defined(_STDAFX_H) #define _STDAFX_H diff -r 3df7d9081a29 -r db48cf29b983 strgen/stdafx.c --- a/strgen/stdafx.c Sun Jul 24 13:55:39 2005 +0000 +++ b/strgen/stdafx.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + // stdafx.cpp : source file that includes just the standard includes // strgen.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information diff -r 3df7d9081a29 -r db48cf29b983 strgen/stdafx.h --- a/strgen/stdafx.h Sun Jul 24 13:55:39 2005 +0000 +++ b/strgen/stdafx.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently diff -r 3df7d9081a29 -r db48cf29b983 strgen/strgen.c --- a/strgen/strgen.c Sun Jul 24 13:55:39 2005 +0000 +++ b/strgen/strgen.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define STRGEN #include "../stdafx.h" @@ -1187,7 +1189,7 @@ int show_todo = 0; if (argc > 1 && (!strcmp(argv[1], "-v") || !strcmp(argv[1], "--version"))) { - puts("$Revision$"); + puts("$Revision: 2617 $"); return 0; } diff -r 3df7d9081a29 -r db48cf29b983 string.c --- a/string.c Sun Jul 24 13:55:39 2005 +0000 +++ b/string.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "string.h" diff -r 3df7d9081a29 -r db48cf29b983 string.h --- a/string.h Sun Jul 24 13:55:39 2005 +0000 +++ b/string.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef STRING_H #define STRING_H diff -r 3df7d9081a29 -r db48cf29b983 strings.c --- a/strings.c Sun Jul 24 13:55:39 2005 +0000 +++ b/strings.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 strings.h --- a/strings.h Sun Jul 24 13:55:39 2005 +0000 +++ b/strings.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef STRINGS_H #define STRINGS_H diff -r 3df7d9081a29 -r db48cf29b983 subsidy_gui.c --- a/subsidy_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/subsidy_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 table/ai_rail.h --- a/table/ai_rail.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/ai_rail.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + typedef struct { byte mode; byte attr; diff -r 3df7d9081a29 -r db48cf29b983 table/animcursors.h --- a/table/animcursors.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/animcursors.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define ANIM_CURSOR_LINE(a,b) a,b, #define ANIM_CURSOR_END() 0xFFFF diff -r 3df7d9081a29 -r db48cf29b983 table/autorail.h --- a/table/autorail.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/autorail.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Rail selection types (directions): / \ / \ / \ / \ / \ / \ / /\ /\ \ /===\ / \ /| \ / |\ diff -r 3df7d9081a29 -r db48cf29b983 table/bridge_land.h --- a/table/bridge_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/bridge_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const SpriteID _bridge_land_below[] = { 0xF8D, 0xFDD,0x11C6, 0xFDD, }; diff -r 3df7d9081a29 -r db48cf29b983 table/build_industry.h --- a/table/build_industry.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/build_industry.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define MK(x,y, m) {{x, y}, m} #define MKEND {{-0x80, 0}, 0} diff -r 3df7d9081a29 -r db48cf29b983 table/clear_land.h --- a/table/clear_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/clear_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const SpriteID _landscape_clear_sprites[8] = { 0xFA0, 0xFB3, diff -r 3df7d9081a29 -r db48cf29b983 table/currency.h --- a/table/currency.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/currency.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + // exchange rate prefix // | separator | postfix // | | Euro year | | diff -r 3df7d9081a29 -r db48cf29b983 table/engines.h --- a/table/engines.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/engines.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef ENGINES_H #define ENGINES_H diff -r 3df7d9081a29 -r db48cf29b983 table/files.h --- a/table/files.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/files.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* MD5 sums of graphics files diff -r 3df7d9081a29 -r db48cf29b983 table/genland.h --- a/table/genland.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/genland.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define M(x,y) {x, y} static const TileIndexDiffC _make_desert_or_rainforest_data[] = { diff -r 3df7d9081a29 -r db48cf29b983 table/industry_land.h --- a/table/industry_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/industry_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define M(s1,s2,sx,sy,w,h,dz,p) {s1,s2,(sx<<4)|sy,((w-1)<<4)|(h-1),dz,p} static const DrawIndustryTileStruct _industry_draw_tile_data[700] = { diff -r 3df7d9081a29 -r db48cf29b983 table/landscape_const.h --- a/table/landscape_const.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/landscape_const.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const LandscapePredefVar _landscape_predef_var[4] = { { /* normal names */ diff -r 3df7d9081a29 -r db48cf29b983 table/landscape_sprite.h --- a/table/landscape_sprite.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/landscape_sprite.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const SpriteID _landscape_spriteindexes_1[] = { 0xF67, 0xF9F, 0xAAD, 0xAB0, diff -r 3df7d9081a29 -r db48cf29b983 table/namegen.h --- a/table/namegen.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/namegen.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" diff -r 3df7d9081a29 -r db48cf29b983 table/palettes.h --- a/table/palettes.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/palettes.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define M(r, g, b) { r, g, b } static const Colour _palettes[][256] = { /* palette 1 (TTD Windows) */ diff -r 3df7d9081a29 -r db48cf29b983 table/road_land.h --- a/table/road_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/road_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define TILE_SEQ_BEGIN(x) { x, 0, 0, 0, 0 }, #define TILE_SEQ_LINE(a, b, c, d, e) { a, b, c, d, e }, #define TILE_SEQ_END() { 0, 0, 0, 0, 0 } diff -r 3df7d9081a29 -r db48cf29b983 table/roadveh.h --- a/table/roadveh.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/roadveh.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const RoadDriveEntry _roadveh_drive_data_0[] = { {15,5}, {14,5}, diff -r 3df7d9081a29 -r db48cf29b983 table/sprites.h --- a/table/sprites.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/sprites.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef SPRITES_H #define SPRITES_H diff -r 3df7d9081a29 -r db48cf29b983 table/station_land.h --- a/table/station_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/station_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 } static const DrawTileSeqStruct _station_display_datas_0[] = { diff -r 3df7d9081a29 -r db48cf29b983 table/town_land.h --- a/table/town_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/town_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + enum { HOUSE_TEMP_CHURCH = 0x03, HOUSE_STADIUM = 0x14, diff -r 3df7d9081a29 -r db48cf29b983 table/track_land.h --- a/table/track_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/track_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + typedef struct DrawTrackSeqStruct { uint16 image; byte subcoord_x; diff -r 3df7d9081a29 -r db48cf29b983 table/train_cmd.h --- a/table/train_cmd.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/train_cmd.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const SpriteID _engine_sprite_base[] = { 0x0B59, 0x0B61, 0x0B69, 0x0BE1, 0x0B71, 0x0B75, 0x0B7D, 0x0B7D, 0x0B85, 0x0B85, 0x0B8D, 0x0B8D, 0x0BC9, 0x0BD1, 0x0BD9, 0x0BE9, diff -r 3df7d9081a29 -r db48cf29b983 table/tree_land.h --- a/table/tree_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/tree_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef TREE_LAND_H #define TREE_LAND_H diff -r 3df7d9081a29 -r db48cf29b983 table/tunnel_land.h --- a/table/tunnel_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/tunnel_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + static const SpriteID _draw_tunnel_table_1[] = { 0x93D, 0x955, }; diff -r 3df7d9081a29 -r db48cf29b983 table/unmovable_land.h --- a/table/unmovable_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/unmovable_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 } static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = { diff -r 3df7d9081a29 -r db48cf29b983 table/water_land.h --- a/table/water_land.h Sun Jul 24 13:55:39 2005 +0000 +++ b/table/water_land.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + typedef struct WaterDrawTileStruct { byte delta_x; byte delta_y; diff -r 3df7d9081a29 -r db48cf29b983 terraform_gui.c --- a/terraform_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/terraform_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 texteff.c --- a/texteff.c Sun Jul 24 13:55:39 2005 +0000 +++ b/texteff.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 tile.c --- a/tile.c Sun Jul 24 13:55:39 2005 +0000 +++ b/tile.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "tile.h" diff -r 3df7d9081a29 -r db48cf29b983 tile.h --- a/tile.h Sun Jul 24 13:55:39 2005 +0000 +++ b/tile.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef TILE_H #define TILE_H diff -r 3df7d9081a29 -r db48cf29b983 town.h --- a/town.h Sun Jul 24 13:55:39 2005 +0000 +++ b/town.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef TOWN_H #define TOWN_H diff -r 3df7d9081a29 -r db48cf29b983 town_cmd.c --- a/town_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/town_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 town_gui.c --- a/town_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/town_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 train_cmd.c --- a/train_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/train_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 train_gui.c --- a/train_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/train_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 tree_cmd.c --- a/tree_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/tree_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 tunnelbridge_cmd.c --- a/tunnelbridge_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/tunnelbridge_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 unix.c --- a/unix.c Sun Jul 24 13:55:39 2005 +0000 +++ b/unix.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 unmovable_cmd.c --- a/unmovable_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/unmovable_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/strings.h" diff -r 3df7d9081a29 -r db48cf29b983 variables.h --- a/variables.h Sun Jul 24 13:55:39 2005 +0000 +++ b/variables.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VARIABLES_H #define VARIABLES_H diff -r 3df7d9081a29 -r db48cf29b983 vehicle.c --- a/vehicle.c Sun Jul 24 13:55:39 2005 +0000 +++ b/vehicle.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "spritecache.h" diff -r 3df7d9081a29 -r db48cf29b983 vehicle.h --- a/vehicle.h Sun Jul 24 13:55:39 2005 +0000 +++ b/vehicle.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VEHICLE_H #define VEHICLE_H diff -r 3df7d9081a29 -r db48cf29b983 vehicle_gui.c --- a/vehicle_gui.c Sun Jul 24 13:55:39 2005 +0000 +++ b/vehicle_gui.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 vehicle_gui.h --- a/vehicle_gui.h Sun Jul 24 13:55:39 2005 +0000 +++ b/vehicle_gui.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VEHICLE_GUI_H #define VEHICLE_GUI_H diff -r 3df7d9081a29 -r db48cf29b983 video/dedicated_v.c --- a/video/dedicated_v.c Sun Jul 24 13:55:39 2005 +0000 +++ b/video/dedicated_v.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 video/dedicated_v.h --- a/video/dedicated_v.h Sun Jul 24 13:55:39 2005 +0000 +++ b/video/dedicated_v.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_DEDICATED_H #define VIDEO_DEDICATED_H diff -r 3df7d9081a29 -r db48cf29b983 video/null_v.c --- a/video/null_v.c Sun Jul 24 13:55:39 2005 +0000 +++ b/video/null_v.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "gfx.h" diff -r 3df7d9081a29 -r db48cf29b983 video/null_v.h --- a/video/null_v.h Sun Jul 24 13:55:39 2005 +0000 +++ b/video/null_v.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_NULL_H #define VIDEO_NULL_H diff -r 3df7d9081a29 -r db48cf29b983 video/sdl_v.c --- a/video/sdl_v.c Sun Jul 24 13:55:39 2005 +0000 +++ b/video/sdl_v.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 video/sdl_v.h --- a/video/sdl_v.h Sun Jul 24 13:55:39 2005 +0000 +++ b/video/sdl_v.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_SDL_H #define VIDEO_SDL_H diff -r 3df7d9081a29 -r db48cf29b983 video/win32_v.c --- a/video/win32_v.c Sun Jul 24 13:55:39 2005 +0000 +++ b/video/win32_v.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 video/win32_v.h --- a/video/win32_v.h Sun Jul 24 13:55:39 2005 +0000 +++ b/video/win32_v.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_WIN32_H #define VIDEO_WIN32_H diff -r 3df7d9081a29 -r db48cf29b983 viewport.c --- a/viewport.c Sun Jul 24 13:55:39 2005 +0000 +++ b/viewport.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 viewport.h --- a/viewport.h Sun Jul 24 13:55:39 2005 +0000 +++ b/viewport.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIEWPORT_H #define VIEWPORT_H diff -r 3df7d9081a29 -r db48cf29b983 water_cmd.c --- a/water_cmd.c Sun Jul 24 13:55:39 2005 +0000 +++ b/water_cmd.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "table/sprites.h" diff -r 3df7d9081a29 -r db48cf29b983 waypoint.c --- a/waypoint.c Sun Jul 24 13:55:39 2005 +0000 +++ b/waypoint.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" diff -r 3df7d9081a29 -r db48cf29b983 waypoint.h --- a/waypoint.h Sun Jul 24 13:55:39 2005 +0000 +++ b/waypoint.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef WAYPOINT_H #define WAYPOINT_H diff -r 3df7d9081a29 -r db48cf29b983 widget.c --- a/widget.c Sun Jul 24 13:55:39 2005 +0000 +++ b/widget.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff -r 3df7d9081a29 -r db48cf29b983 win32.c --- a/win32.c Sun Jul 24 13:55:39 2005 +0000 +++ b/win32.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 win32.h --- a/win32.h Sun Jul 24 13:55:39 2005 +0000 +++ b/win32.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef WIN32_H #define WIN32_H diff -r 3df7d9081a29 -r db48cf29b983 window.c --- a/window.c Sun Jul 24 13:55:39 2005 +0000 +++ b/window.c Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff -r 3df7d9081a29 -r db48cf29b983 window.h --- a/window.h Sun Jul 24 13:55:39 2005 +0000 +++ b/window.h Sun Jul 24 14:12:37 2005 +0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef WINDOW_H #define WINDOW_H