1
0
Fork 0

(svn r2701) Insert Id tags into all source files

release/0.4.5
tron 2005-07-24 14:12:37 +00:00
parent c7980036e9
commit a227065ab7
231 changed files with 465 additions and 3 deletions

View File

@ -1,3 +1,5 @@
/* $Id$ */
// stdafx.cpp : source file that includes just the standard includes // stdafx.cpp : source file that includes just the standard includes
// ttd.pch will be the pre-compiled header // ttd.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information // stdafx.obj will contain the pre-compiled type information

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* /*
* Next part is in Dutch, and only here for me, TrueLight, the maker of this new AI * Next part is in Dutch, and only here for me, TrueLight, the maker of this new AI
*/ */

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef AI_NEW_H #ifndef AI_NEW_H
#define AI_NEW_H #define AI_NEW_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef AIRPORT_H #ifndef AIRPORT_H
#define AIRPORT_H #define AIRPORT_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/sprites.h" #include "table/sprites.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef AIRPORT_MOVEMENT_H #ifndef AIRPORT_MOVEMENT_H
#define AIRPORT_MOVEMENT_H #define AIRPORT_MOVEMENT_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* /*
* This file has the core function for AyStar * This file has the core function for AyStar
* AyStar is a fast pathfinding routine and is used for things like * AyStar is a fast pathfinding routine and is used for things like

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* /*
* This file has the header for AyStar * This file has the header for AyStar
* AyStar is a fast pathfinding routine and is used for things like * AyStar is a fast pathfinding routine and is used for things like

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef CALLBACK_TABLE_H #ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H #define CALLBACK_TABLE_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef COMMAND_H #ifndef COMMAND_H
#define COMMAND_H #define COMMAND_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef CONSOLE_H #ifndef CONSOLE_H
#define CONSOLE_H #define CONSOLE_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "console.h" #include "console.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef DEBUG_H #ifndef DEBUG_H
#define DEBUG_H #define DEBUG_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "depot.h" #include "depot.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef DEPOT_H #ifndef DEPOT_H
#define DEPOT_H #define DEPOT_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/sprites.h" #include "table/sprites.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "driver.h" #include "driver.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef DRIVER_H #ifndef DRIVER_H
#define DRIVER_H #define DRIVER_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef ECONOMY_H #ifndef ECONOMY_H
#define ECONOMY_H #define ECONOMY_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include <stdio.h> #include <stdio.h>
// This pretty simple file checks if the system is LITTLE_ENDIAN or BIG_ENDIAN // This pretty simple file checks if the system is LITTLE_ENDIAN or BIG_ENDIAN

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef ENGINE_H #ifndef ENGINE_H
#define ENGINE_H #define ENGINE_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "fileio.h" #include "fileio.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef FILEIO_H #ifndef FILEIO_H
#define FILEIO_H #define FILEIO_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef FUNCTIONS_H #ifndef FUNCTIONS_H
#define FUNCTIONS_H #define FUNCTIONS_H

2
gfx.c
View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

2
gfx.h
View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef GFX_H #ifndef GFX_H
#define GFX_H #define GFX_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

2
gui.h
View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef GUI_H #ifndef GUI_H
#define GUI_H #define GUI_H

2
hal.h
View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef HAL_H #ifndef HAL_H
#define HAL_H #define HAL_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef INDUSTRY_H #ifndef INDUSTRY_H
#define INDUSTRY_H #define INDUSTRY_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* lzoconf.h -- configuration for the LZO real-time data compression library /* lzoconf.h -- configuration for the LZO real-time data compression library
This file is part of the LZO real-time data compression library. This file is part of the LZO real-time data compression library.

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MACROS_H #ifndef MACROS_H
#define MACROS_H #define MACROS_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

2
map.c
View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

2
map.h
View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MAP_H #ifndef MAP_H
#define MAP_H #define MAP_H

4
md5.c
View File

@ -1,3 +1,5 @@
/* $Id$ */
/* /*
Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
@ -21,7 +23,7 @@
ghost@aladdin.com ghost@aladdin.com
*/ */
/* $Id: md5.c,v 1.6 2002/04/13 19:20:28 lpd Exp $ */ /* $Id$ */
/* /*
Independent implementation of MD5 (RFC 1321). Independent implementation of MD5 (RFC 1321).

4
md5.h
View File

@ -1,3 +1,5 @@
/* $Id$ */
/* /*
Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved.
@ -21,7 +23,7 @@
ghost@aladdin.com ghost@aladdin.com
*/ */
/* $Id: md5.h,v 1.4 2002/04/13 19:20:28 lpd Exp $ */ /* $Id$ */
/* /*
Independent implementation of MD5 (RFC 1321). Independent implementation of MD5 (RFC 1321).

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* minilzo.c -- mini subset of the LZO real-time data compression library /* minilzo.c -- mini subset of the LZO real-time data compression library
This file is part of the LZO real-time data compression library. This file is part of the LZO real-time data compression library.

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* minilzo.h -- mini subset of the LZO real-time data compression library /* minilzo.h -- mini subset of the LZO real-time data compression library
This file is part of the LZO real-time data compression library. This file is part of the LZO real-time data compression library.

2
misc.c
View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "mixer.h" #include "mixer.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MIXER_H #ifndef MIXER_H
#define MIXER_H #define MIXER_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "music/bemidi.h" #include "music/bemidi.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MUSIC_BEMIDI_H #ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H #define MUSIC_BEMIDI_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
/********************************************************************* /*********************************************************************
* OpenTTD: An Open Source Transport Tycoon Deluxe clone * * OpenTTD: An Open Source Transport Tycoon Deluxe clone *
* Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. * * Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. *

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MUSIC_DMUSIC_H #ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H #define MUSIC_DMUSIC_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
/********************************************************************* /*********************************************************************
* OpenTTD: An Open Source Transport Tycoon Deluxe clone * * OpenTTD: An Open Source Transport Tycoon Deluxe clone *
* Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. * * Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. *

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __BEOS__ #ifndef __BEOS__
#ifndef __MORPHOS__ #ifndef __MORPHOS__
#include "stdafx.h" #include "stdafx.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MUSIC_EXTERNAL_H #ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H #define MUSIC_EXTERNAL_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "music/null_m.h" #include "music/null_m.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MUSIC_NULL_H #ifndef MUSIC_NULL_H
#define MUSIC_NULL_H #define MUSIC_NULL_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "music/os2_m.h" #include "music/os2_m.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MUSIC_OS2_H #ifndef MUSIC_OS2_H
#define MUSIC_OS2_H #define MUSIC_OS2_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "music/win32_m.h" #include "music/win32_m.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef MUSIC_WIN32_H #ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H #define MUSIC_WIN32_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "table/strings.h" #include "table/strings.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NAMEGEN_H #ifndef NAMEGEN_H
#define NAMEGEN_H #define NAMEGEN_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_H #ifndef NETWORK_H
#define NETWORK_H #define NETWORK_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "debug.h" #include "debug.h"
#include "string.h" #include "string.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_CLIENT_H #ifndef NETWORK_CLIENT_H
#define NETWORK_CLIENT_H #define NETWORK_CLIENT_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_CORE_H #ifndef NETWORK_CORE_H
#define NETWORK_CORE_H #define NETWORK_CORE_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "debug.h" #include "debug.h"
#include "network_data.h" #include "network_data.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_DATA_H #ifndef NETWORK_DATA_H
#define NETWORK_DATA_H #define NETWORK_DATA_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "debug.h" #include "debug.h"
#include "network_data.h" #include "network_data.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_GAMELIST_H #ifndef NETWORK_GAMELIST_H
#define NETWORK_GAMELIST_H #define NETWORK_GAMELIST_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "string.h" #include "string.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "debug.h" #include "debug.h"
#include "string.h" #include "string.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_SERVER_H #ifndef NETWORK_SERVER_H
#define NETWORK_SERVER_H #define NETWORK_SERVER_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "debug.h" #include "debug.h"
#include "string.h" #include "string.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NETWORK_LAN_H #ifndef NETWORK_LAN_H
#define NETWORK_LAN_H #define NETWORK_LAN_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include <stdarg.h> #include <stdarg.h>

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef NEWGRF_H #ifndef NEWGRF_H
#define NEWGRF_H #define NEWGRF_H

Some files were not shown because too many files have changed in this diff Show More