summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-24 14:12:37 +0000
committertron <tron@openttd.org>2005-07-24 14:12:37 +0000
commita227065ab75d6cb9f449f2282315adc933450b49 (patch)
tree2c607555a4bcc2d41a41eea7726fe2f1b04d5f33 /table
parentc7980036e943aafe527a40ec0125f9d93924cb27 (diff)
downloadopenttd-a227065ab75d6cb9f449f2282315adc933450b49.tar.xz
(svn r2701) Insert Id tags into all source files
Diffstat (limited to 'table')
-rw-r--r--table/ai_rail.h2
-rw-r--r--table/animcursors.h2
-rw-r--r--table/autorail.h2
-rw-r--r--table/bridge_land.h2
-rw-r--r--table/build_industry.h2
-rw-r--r--table/clear_land.h2
-rw-r--r--table/currency.h2
-rw-r--r--table/engines.h2
-rw-r--r--table/files.h2
-rw-r--r--table/genland.h2
-rw-r--r--table/industry_land.h2
-rw-r--r--table/landscape_const.h2
-rw-r--r--table/landscape_sprite.h2
-rw-r--r--table/namegen.h2
-rw-r--r--table/palettes.h2
-rw-r--r--table/road_land.h2
-rw-r--r--table/roadveh.h2
-rw-r--r--table/sprites.h2
-rw-r--r--table/station_land.h2
-rw-r--r--table/town_land.h2
-rw-r--r--table/track_land.h2
-rw-r--r--table/train_cmd.h2
-rw-r--r--table/tree_land.h2
-rw-r--r--table/tunnel_land.h2
-rw-r--r--table/unmovable_land.h2
-rw-r--r--table/water_land.h2
26 files changed, 52 insertions, 0 deletions
diff --git a/table/ai_rail.h b/table/ai_rail.h
index 00131d993..ecc7bc2e9 100644
--- a/table/ai_rail.h
+++ b/table/ai_rail.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
typedef struct {
byte mode;
byte attr;
diff --git a/table/animcursors.h b/table/animcursors.h
index ca9de3e1b..e51a4d9a7 100644
--- a/table/animcursors.h
+++ b/table/animcursors.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#define ANIM_CURSOR_LINE(a,b) a,b,
#define ANIM_CURSOR_END() 0xFFFF
diff --git a/table/autorail.h b/table/autorail.h
index 43cc03216..3d8dc1078 100644
--- a/table/autorail.h
+++ b/table/autorail.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
/* Rail selection types (directions):
/ \ / \ / \ / \ / \ / \
/ /\ /\ \ /===\ / \ /| \ / |\
diff --git a/table/bridge_land.h b/table/bridge_land.h
index c22d8e25b..9bc9d2b24 100644
--- a/table/bridge_land.h
+++ b/table/bridge_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
static const SpriteID _bridge_land_below[] = {
0xF8D, 0xFDD,0x11C6, 0xFDD,
};
diff --git a/table/build_industry.h b/table/build_industry.h
index 3cecb1b66..a706d37a8 100644
--- a/table/build_industry.h
+++ b/table/build_industry.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#define MK(x,y, m) {{x, y}, m}
#define MKEND {{-0x80, 0}, 0}
diff --git a/table/clear_land.h b/table/clear_land.h
index e441639ff..3d9f38485 100644
--- a/table/clear_land.h
+++ b/table/clear_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
static const SpriteID _landscape_clear_sprites[8] = {
0xFA0,
0xFB3,
diff --git a/table/currency.h b/table/currency.h
index 19e9a2ece..681019114 100644
--- a/table/currency.h
+++ b/table/currency.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
// exchange rate prefix
// | separator | postfix
// | | Euro year | |
diff --git a/table/engines.h b/table/engines.h
index 6e73f3e37..83bec4b57 100644
--- a/table/engines.h
+++ b/table/engines.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef ENGINES_H
#define ENGINES_H
diff --git a/table/files.h b/table/files.h
index 7b284295a..d766eeb4f 100644
--- a/table/files.h
+++ b/table/files.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
/*
MD5 sums of graphics files
diff --git a/table/genland.h b/table/genland.h
index a0d1e8b6f..67062cd82 100644
--- a/table/genland.h
+++ b/table/genland.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#define M(x,y) {x, y}
static const TileIndexDiffC _make_desert_or_rainforest_data[] = {
diff --git a/table/industry_land.h b/table/industry_land.h
index e5f84eec5..38b4e0308 100644
--- a/table/industry_land.h
+++ b/table/industry_land.h
@@ -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 --git a/table/landscape_const.h b/table/landscape_const.h
index 6b48b465d..d7c3179e7 100644
--- a/table/landscape_const.h
+++ b/table/landscape_const.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
static const LandscapePredefVar _landscape_predef_var[4] = {
{
/* normal names */
diff --git a/table/landscape_sprite.h b/table/landscape_sprite.h
index 4dacee426..196fead50 100644
--- a/table/landscape_sprite.h
+++ b/table/landscape_sprite.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
static const SpriteID _landscape_spriteindexes_1[] = {
0xF67, 0xF9F,
0xAAD, 0xAB0,
diff --git a/table/namegen.h b/table/namegen.h
index 94781acec..0a4113f50 100644
--- a/table/namegen.h
+++ b/table/namegen.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#include "stdafx.h"
#include "openttd.h"
diff --git a/table/palettes.h b/table/palettes.h
index 1bc71030e..ecbc9979c 100644
--- a/table/palettes.h
+++ b/table/palettes.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#define M(r, g, b) { r, g, b }
static const Colour _palettes[][256] = {
/* palette 1 (TTD Windows) */
diff --git a/table/road_land.h b/table/road_land.h
index b0c46711e..0365a9618 100644
--- a/table/road_land.h
+++ b/table/road_land.h
@@ -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 --git a/table/roadveh.h b/table/roadveh.h
index 8e2ac4cda..63c1903d7 100644
--- a/table/roadveh.h
+++ b/table/roadveh.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
static const RoadDriveEntry _roadveh_drive_data_0[] = {
{15,5},
{14,5},
diff --git a/table/sprites.h b/table/sprites.h
index 0c46dcdcc..b572d0d6f 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef SPRITES_H
#define SPRITES_H
diff --git a/table/station_land.h b/table/station_land.h
index 2852edc2c..5d4c6dbfa 100644
--- a/table/station_land.h
+++ b/table/station_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
static const DrawTileSeqStruct _station_display_datas_0[] = {
diff --git a/table/town_land.h b/table/town_land.h
index d5244e8ff..5bb717b16 100644
--- a/table/town_land.h
+++ b/table/town_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
enum {
HOUSE_TEMP_CHURCH = 0x03,
HOUSE_STADIUM = 0x14,
diff --git a/table/track_land.h b/table/track_land.h
index 9f14fb251..6f3d821b9 100644
--- a/table/track_land.h
+++ b/table/track_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
typedef struct DrawTrackSeqStruct {
uint16 image;
byte subcoord_x;
diff --git a/table/train_cmd.h b/table/train_cmd.h
index 10a74e123..da4b7ebfe 100644
--- a/table/train_cmd.h
+++ b/table/train_cmd.h
@@ -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 --git a/table/tree_land.h b/table/tree_land.h
index f915ae68b..655a60ab2 100644
--- a/table/tree_land.h
+++ b/table/tree_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef TREE_LAND_H
#define TREE_LAND_H
diff --git a/table/tunnel_land.h b/table/tunnel_land.h
index f25c67cb5..db75c163c 100644
--- a/table/tunnel_land.h
+++ b/table/tunnel_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
static const SpriteID _draw_tunnel_table_1[] = {
0x93D, 0x955,
};
diff --git a/table/unmovable_land.h b/table/unmovable_land.h
index b29f0da6d..58353651a 100644
--- a/table/unmovable_land.h
+++ b/table/unmovable_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
diff --git a/table/water_land.h b/table/water_land.h
index ab8aad1cd..5bf6cb7a1 100644
--- a/table/water_land.h
+++ b/table/water_land.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
typedef struct WaterDrawTileStruct {
byte delta_x;
byte delta_y;