Loading

Paste #pdrwlvexa

  1. 4>C:\Program Files (x86)\Windows Kits\8.1\Include\um\shobjidl.h(1852): error C2011: 'FileOperation': 'enum' type redefinition (compiling source file ..\src\os\windows\win32.cpp)
  2. 4>  d:\openttd\trunk\src\fileio_type.h(28): note: see declaration of 'FileOperation' (compiling source file ..\src\os\windows\win32.cpp)
  3. 4>C:\Program Files (x86)\Windows Kits\8.1\Include\um\shobjidl.h(34115): error C2011: 'FileOperation': 'enum' type redefinition (compiling source file ..\src\os\windows\win32.cpp)
  4. 4>  C:\Program Files (x86)\Windows Kits\8.1\Include\um\shobjidl.h(1852): note: see declaration of 'FileOperation' (compiling source file ..\src\os\windows\win32.cpp)

Paste #pywkih1li

  1. Index: src/town_cmd.cpp
  2. ===================================================================
  3. --- src/town_cmd.cpp    (revision 27632)
  4. +++ src/town_cmd.cpp    (working copy)
  5. @@ -871,6 +871,9 @@

Paste #pjwi4vlhg

  1. Index: source.list
  2. ===================================================================
  3. --- source.list (revision 22430)
  4. +++ source.list (working copy)
  5. @@ -302,6 +302,7 @@

Paste #pbdvkb8pg

  1. Index: src/table/roadtypes.h
  2. ===================================================================
  3. --- src/table/roadtypes.h   (nonexistent)
  4. +++ src/table/roadtypes.h   (working copy)
  5. @@ -0,0 +1,142 @@

Paste #p9jfcdsya

  1. Index: src/town_cmd.cpp
  2. ===================================================================
  3. --- src/town_cmd.cpp    (revision 27632)
  4. +++ src/town_cmd.cpp    (working copy)
  5. @@ -1044,6 +1044,9 @@

Paste #pxubdgomf

  1. nomenclature:
  2.  - street: useable by cars
  3.  - tram: useable by trams
  4.  - road: either street or tram

Paste #pm1lubn4r

  1. diff --git a/src/road_type.h b/src/road_type.h
  2. index 5251a53..40b961e 100644
  3. --- a/src/road_type.h
  4. +++ b/src/road_type.h
  5. @@ -29,22 +29,42 @@ enum RoadType {

Paste #prgjo8rdm

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27632)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -2500,10 +2500,25 @@

Paste #pntsd7s9a

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27632)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -2504,6 +2504,21 @@

Paste #pfrpc7gor

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27632)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -2504,6 +2504,9 @@

Paste #pxgtxqlwk

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27632)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -2504,6 +2504,14 @@

Paste #pztziyhiv

  1. /******************************/
  2.    ENGINES.H
  3. /******************************/
  4. /**
  5.  * Writes the properties of a road vehicle into the RoadVehicleInfo struct.

Paste #pwaldxdg9

  1. Index: src/water_cmd.cpp
  2. ===================================================================
  3. --- src/water_cmd.cpp   (revision 27632)
  4. +++ src/water_cmd.cpp   (working copy)
  5. @@ -135,6 +135,39 @@

Paste #pukcyetxs

  1. tokens = [('number', 2), ('binop+',), ('number', 4), ('binop*',), ('number', 5)]
  2.  
  3. #('binop+',), ('number', 3), ('binop*',),
  4. #          ('(',), ('number', 4), ('binop+',), ('unop-',), ('number', 3), (')',)]

Paste #p08iobebq

  1. Started eval_multiplies: tokens=[('number', 2), ('binop+',), ('number', 3), ('binop*',), ('(',), ('number', 4), ('binop+',), ('unop-',), ('number', 3), (')',)]
  2. Started eval_adds:       tokens=[('number', 2), ('binop+',), ('number', 3), ('binop*',), ('(',), ('number', 4), ('binop+',), ('unop-',), ('number', 3), (')',)]
  3. Started eval_unops:      tokens=[('number', 2), ('binop+',), ('number', 3), ('binop*',), ('(',), ('number', 4), ('binop+',), ('unop-',), ('number', 3), (')',)]
  4. Started eval_factor:     tokens=[('number', 2), ('binop+',), ('number', 3), ('binop*',), ('(',), ('number', 4), ('binop+',), ('unop-',), ('number', 3), (')',)]
  5. Returning 2