Loading

Arctic Basic v3

  1. Sulfur
  2. Clay
  3. Engineering Supplies
  4. Farm Supplies
  5. Food

Paste #pwckflwuf

  1. used the same way as for railtypes
  2.     ROTSG_CURSORS,                -> similar order as for railtypes, keep compatibility to tram action5, append more sprites at the end
  3.     ROTSG_OVERLAY,                -> identical to tram action5
  4.     ROTSG_GROUND,                 -> identical to tram action5
  5.     ROTSG_BRIDGE,                 -> identical to tram action5 and identical to railtypes

Paste #plifu4l8w

  1. Index: src/vehicle_cmd.cpp
  2. ===================================================================
  3. --- src/vehicle_cmd.cpp (revision 27675)
  4. +++ src/vehicle_cmd.cpp (working copy)
  5. @@ -606,7 +606,7 @@

Paste #pjab8cqwd

  1. diff --git a/src/road.h b/src/road.h
  2. index dbc8be6..3ca4c14 100644
  3. --- a/src/road.h
  4. +++ b/src/road.h
  5. @@ -215,8 +215,16 @@ struct RoadTypeIdentifier {

Paste #pwmdu3hy1

  1. diff --git a/src/newgrf.cpp b/src/newgrf.cpp
  2. index ade7c00..de7a4e7 100644
  3. --- a/src/newgrf.cpp
  4. +++ b/src/newgrf.cpp
  5. @@ -4262,7 +4262,7 @@ static ChangeInfoResult RoadTypeChangeInfo(uint id, int numinfo, int prop, ByteR

Paste #prwmmzcsg

  1. Index: road.h
  2. ===================================================================
  3. --- road.h  (revision 22654)
  4. +++ road.h  (working copy)
  5. @@ -215,6 +215,7 @@

Paste #pnh7qtkyt

  1. diff --git a/src/newgrf_roadtype.cpp b/src/newgrf_roadtype.cpp
  2. index ddacaaf..64eaeca 100644
  3. --- a/src/newgrf_roadtype.cpp
  4. +++ b/src/newgrf_roadtype.cpp
  5. @@ -131,7 +131,7 @@ uint8 GetReverseRoadTypeTranslation(RoadTypeIdentifier rti, const GRFFile *grffi

Paste #psxs30xcq

  1.   0 ·. gui                        ROTSG_CURSORS +  0
  2.   1 .· gui                        ROTSG_CURSORS +  1
  3.   2 ·. cursor                     ROTSG_CURSORS +  2
  4.   3 .· cursor                     ROTSG_CURSORS +  3

Paste #pgrmrgrjf

  1.   0 ·. gui
  2.   1 .· gui
  3.   2 ·. cursor
  4.   3 .· cursor
  5.   4 ·. overlay

Paste #pvhc6l46d

  1. Index: src/elrail.cpp
  2. ===================================================================
  3. --- src/elrail.cpp  (revision 27675)
  4. +++ src/elrail.cpp  (working copy)
  5. @@ -89,7 +89,7 @@

colour filtering shit

  1. import os
  2. from os import remove
  3. from PIL import Image
  4.  
  5. diskPath = "D:/_FACTORIO/circuit-connector-module/"

Paste #pguiiod6f

  1. ***************
  2. *** 68,78 ****
  3.                           * risk compilation errors. The header AudioComponent.h
  4.                           * was introduced in 10.6 so use it to decide which
  5.                           * type definition to use. */

Paste #pdsbqvchh

  1. diff --git a/src/music/cocoa_m.cpp b/src/music/cocoa_m.cpp
  2. index a201984..301dbc2 100644
  3. --- a/src/music/cocoa_m.cpp
  4. +++ b/src/music/cocoa_m.cpp
  5. @@ -68,11 +68,7 @@ static void DoSetVolume()

Paste #p2fjj0a2y

  1. commit cb6ba38d1367b0edbdb1662a57d3e9425e7316ed
  2. Author: frosch <frosch@openttd.org>
  3. Date:   Sun Oct 30 13:52:45 2016 +0100
  4.  
  5.     -Add: Drawing of road/tram with overlays.

Paste #ph9qo3swv

  1. commit c15dbd719a326be288d089de390d9da595d107a7
  2. Author: frosch <frosch@openttd.org>
  3. Date:   Sun Oct 30 13:51:38 2016 +0100
  4.  
  5.     -Fix: Loading of Action2 for road and tram types.