Loading

Paste #plkym853m

  1. Shops/stalls
  2. ~~~~~~~~~~~~
  3. One tile objects, selling useful things to guests. FreeRCT can read block version 5.
  4.  
  5. ======  ======  =======  ===================================================================================

Paste #pati5pwnd

  1. Index: english.txt
  2. ===================================================================
  3. --- english.txt (revision 27291)
  4. +++ english.txt (working copy)
  5. @@ -927,10 +927,6 @@

Paste #ppnpg6zfn

  1. switch(FEAT_INDUSTRYTILES, SELF, ${industry.id}_730, ((nearby_tile_height(0,0) - snowline_height) + 1)) {
  2.     0..7: ${industry.id}_661;
  3.     8..15: ${industry.id}_683;
  4.     16..23: ${industry.id}_705;
  5.     24..127: ${industry.id}_727;

Paste #piht1yn6k

  1. // define the newgrf
  2. grf {
  3.     grfid: "\97\87\EA\FE";
  4.     name: string(STR_GRF_NAME);
  5.     desc: string(STR_GRF_DESCRIPTION);

Paste #pzscnsvpe

  1.     modified:   bin/baseset/no_sound.obs
  2.     modified:   bin/baseset/orig_dos.obg
  3.     modified:   bin/baseset/orig_dos.obs
  4.     modified:   bin/baseset/orig_dos_de.obg
  5.     modified:   bin/baseset/orig_win.obg

Paste #pxkpq7bth

  1. Index: src/script/api/script_testmode.cpp
  2. ===================================================================
  3. --- src/script/api/script_testmode.cpp  (revision 27378)
  4. +++ src/script/api/script_testmode.cpp  (working copy)
  5. @@ -30,7 +30,7 @@

Paste #psjqytdhh

  1. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
  2. index e162bac..837232f 100644
  3. --- a/src/CMakeLists.txt
  4. +++ b/src/CMakeLists.txt
  5. @@ -66,11 +66,10 @@ IF(SDL2_FOUND)

Paste #pubtbpno1

  1. # Use glob syntax:
  2. syntax: glob
  3.  
  4. # The local makefile should be ignored:
  5. Makefile.local

Paste #pxgha6sev

  1. Python build finished successfully!
  2. The necessary bits to build these optional modules were not found:
  3. _dbm                  _gdbm                                    
  4. To find the necessary bits, look in setup.py in detect_modules() for the module's name.

Paste #ponrjzleh

  1. #!/usr/bin/env python3
  2. import numpy as np
  3.  
  4. # Storage needed without normal storage and 1st level 20 great storage:
  5. needed_storage = 600000

Paste #p7vs2u9ex

  1. OpenTTD.andythenorth(nrt-block)$ git merge upstream/master
  2. warning: Cannot merge binary files: media/extra_grf/openttdgui.png (HEAD vs. upstream/master)
  3. Auto-merging src/vehicle.cpp
  4. Auto-merging src/tunnelbridge_cmd.cpp
  5. CONFLICT (content): Merge conflict in src/tunnelbridge_cmd.cpp

Paste #pljcnvs1m

  1.     if (IsTileType(tile_cur, MP_TUNNELBRIDGE) && GetTunnelBridgeTransportType(tile_cur) != TRANSPORT_WATER) {
  2.         return_cmd_error(STR_ERROR_SITE_UNSUITABLE);
  3.     } else {
  4.         if (!IsTileType(tile_cur, MP_WATER) && !IsBuoyTile(tile_cur) || !IsTileFlat(tile_cur) && !IsSlopeWithOneCornerRaised(GetTileSlope(tile_cur))) {
  5.             return_cmd_error(STR_ERROR_SITE_UNSUITABLE);

Paste #pcv1bqqoa

  1. /**
  2.  * Window to configure which AIs will start.
  3.  */
  4. struct AIConfigWindow : public Window {
  5.     CompanyID selected_slot; ///< The currently selected AI slot or \c INVALID_COMPANY.

Paste #pu7chmicp

  1. repo conversion:
  2.  - authors: "yexo" -> "yexo@openttdcoop.org"
  3.  
  4. "openttdcoop" organisation
  5.  - hosts repositories like "nml"

Paste #pxgnjc8iv

  1. diff --git a/src/viewport.cpp b/src/viewport.cpp
  2. index 1df4843..aa9223c 100644
  3. --- a/src/viewport.cpp
  4. +++ b/src/viewport.cpp
  5. @@ -260,12 +260,8 @@ public: