Loading

Paste #pezv03ama

  1. planetmaker@aeolusmaximus-vortex:~/ottd/website$ git reflog
  2. 83c9bf0 (HEAD -> req_desc, pm/req_desc) HEAD@{0}: commit (merge): Change: Improve description of what is really needed to run OpenTTD
  3. 8d6525c HEAD@{1}: checkout: moving from req_desc to req_desc
  4. 8d6525c HEAD@{2}: reset: moving to HEAD
  5. 8d6525c HEAD@{3}: commit (amend): Add: support openttd-releases and openttd-pullrequests on new infrastructure

TRUE PORN

  1. TRUE PORN
  2. http://634ad6wrnls4h64jo6hcf3elvdrcuvjtuvso77lpguaofepgghsrrjqd.onion/

Paste #pgtcthqyg

  1. switch(FEAT_ROADVEHS, SELF, switch_pickup0, [
  2.     STORE_TEMP(CB_FLAG_MORE_SPRITES | PALETTE_USE_DEFAULT, 0x100)
  3. ]) {
  4.     default: spriteset_truck;
  5. }

Paste #py1q66axy

  1. /**
  2.  * Build a single piece of rail
  3.  * @param tile tile  to build on
  4.  * @param flags operation to perform
  5.  * @param p1 railtype of being built piece (normal, mono, maglev)

Paste #psg80lhdx

  1.     function BuildStations()
  2.     {
  3.         local done = false;
  4.         local pos = 1;

365CP

  1. http://rta5pcxjo5he7rubedvw4lrh2j6lr2tecdgg5hgglebbswjwjbriqrqd.onion/

asddf

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

Paste #pqejnxxvj

  1. /**
  2.  * Ensure this tile is not a target for ships to get to a nearby dock.
  3.  * @note Also takes into account Oil Rigs, even those under construction.
  4.  * @param tile Tile to query
  5.  * @param diagdir Optional diagonal direction to look for axis compatibility.

Paste #psvcvcr2d

  1. diff -r bb9639bf29af src/aircraft_cmd.cpp
  2. --- a/src/aircraft_cmd.cpp  Thu Jan 25 23:18:41 2018 +0000
  3. +++ b/src/aircraft_cmd.cpp  Thu Jan 25 23:39:33 2018 +0000
  4. @@ -1513,6 +1513,14 @@
  5.     /* airport-road is free. We either have to go to another airport, or to the hangar

Paste #ppl8yzr9f

  1. class MyNewAI extends AIController
  2. {
  3.  
  4.   function Start()
  5.   {

Paste #p6i0d6s56

  1. git clone https://github.com/<your-username>/OpenTTD.git openttd
  2. git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks
  3. cd openttd
  4. git remote add upstream https://github.com/OpenTTD/OpenTTD.git
  5. cd .git/hooks
  6. ln -s -t . ../../../openttd_hooks/hooks/*

Paste #prif7bccz

  1. class MyTest extends AIController {
  2.   function Start();
  3. }
  4.  
  5. function MyTest::Start() {

Paste #pgcufayv7

  1. $ ./configure
  2. checking awk... awk
  3. detecting OS... MINGW
  4. checking build system type... x86_64-w64-mingw32
  5. checking host system type... x86_64-w64-mingw32

Paste #prtrb9a0r

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27177)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -3515,7 +3515,7 @@

Paste #p3rl9ovhi

  1. Index: src/core/endian_func.hpp
  2. ===================================================================
  3. --- src/core/endian_func.hpp    (revision 27893)
  4. +++ src/core/endian_func.hpp    (working copy)
  5. @@ -40,6 +40,9 @@