Loading

Paste #ptg3woh3x

  1. diff --git a/src/cargo_type.h b/src/cargo_type.h
  2. index 402e81c1b..c84f1f490 100644
  3. --- a/src/cargo_type.h
  4. +++ b/src/cargo_type.h
  5. @@ -63,14 +63,14 @@ enum CargoType {

wagon weight running cost

  1. Index: src/build_vehicle_gui.cpp
  2. ===================================================================
  3. --- src/build_vehicle_gui.cpp   (revision 27762)
  4. +++ src/build_vehicle_gui.cpp   (working copy)
  5. @@ -580,11 +580,11 @@

Paste #pprpjbtbv

  1. Index: pathfinder/yapf/yapf_costrail.hpp
  2. ===================================================================
  3. --- pathfinder/yapf/yapf_costrail.hpp   (revision 27324)
  4. +++ pathfinder/yapf/yapf_costrail.hpp   (working copy)
  5. @@ -487,7 +487,7 @@

Paste #p8km7i1t3

  1. [remote "openttd"]
  2.         url = git@github.com:OpenTTD/OpenTTD.git
  3.         fetch = +refs/heads/*:refs/remotes/OpenTTD/*
  4.         pushurl = nope

ETH generator

  1. ETH generator
  2. http://ethethiffktfzkyihcrm535qw4ltbouu6twn4j3r2jbt6ygzjc5yx4id.onion/

OpenTTD 1.8.0

  1. Ok, real-talk. We now have been making foolish announcement on 1st April for 10 years.
  2. It's time to stop this silliness.
  3. So, in the near future we will make the SVN repository read-only.

Paste #ptdil1uqf

  1.         bool hangar_in_o = false;
  2.         const Order *o;
  3.  
  4.         /* Is there at least an airport with a hangar in the orders? */
  5.         FOR_VEHICLE_ORDERS(v, o) {

Paste #pysatbqsu

  1. Installing Jekyll
  2.  
  3. Assumes jekyll 3.8.4 per Repo 5th November 2018
  4.  
  5. * install rbenv and ruby per https://jekyllrb.com/docs/installation/macos

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 @@

sdsdasdsd

  1. import math
  2. import time
  3. import datetime
  4. import os
  5. from os import remove

Announcement

  1. We have moved the OpenTTD repo to Github.
  2.  
  3. It was probably overdue.
  4.  
  5. Things will be better.

Paste #p1xfftxyo

  1. Index: src/gfx.cpp
  2. ===================================================================
  3. --- src/gfx.cpp (revision 27323)
  4. +++ src/gfx.cpp (working copy)
  5. @@ -175,22 +175,11 @@

Paste #paxe8ntdh

  1. (gdb) bt
  2. #0  0x000000000044922e in THSpriteSheet::_makeAltBitmap(THSpriteSheet::sprite_t*) ()
  3. #1  0x0000000000449010 in THSpriteSheet::drawSprite(THRenderTarget*, unsigned int, int, int, unsigned long) ()
  4. #2  0x0000000000458e72 in THAnimationManager::drawFrame(THRenderTarget*, unsigned int, THLayers_t const&, int, int, unsigned long) const ()
  5. #3  0x00000000004596e0 in THAnimation::draw(THRenderTarget*, int, int) ()

CanBuildVehicleInfrastruc

  1. bool CanBuildVehicleInfrastructure(RoadTypeIdentifier rtid, CompanyID company, bool any_date)
  2. {
  3.     if (_game_mode != GM_EDITOR && !Company::IsValidID(company)) return false;
  4.     /* TODO: In SE this could differ for the player who use the scenario, should I make it GM_NORMAL only? */
  5.     if (!_settings_client.gui.disable_unsuitable_building) return true;

Paste #pesaw5ntw

  1. OpenTTD.OpenTTD(master)$ gcc -v
  2. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1
  3. Apple LLVM version 9.1.0 (clang-902.0.39.2)
  4. Target: x86_64-apple-darwin17.7.0
  5. Thread model: posix
  6. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin