Loading

Paste #p6pppyvlc

  1. Target 0: (openttd) stopped.
  2. (lldb) thread list
  3. Process 92683 stopped
  4. * thread #1: tid = 0x3bd78b, 0x00007fff3467ace9 CoreGraphics`RGBAf16_sample_RGBAf_inner(_ImgOp const*, long, long, int) + 2848, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  5.   thread #6: tid = 0x3bd7dd, 0x00007fff6022722a libsystem_kernel.dylib`mach_msg_trap + 10, name = 'com.apple.audio.IOThread.client'

Paste #pce1i0fem

  1. --- a/plugin.py Sun Oct 05 09:12:06 2014 +0100
  2. +++ b/plugin.py Fri Oct 10 16:31:26 2014 +0100
  3. @@ -698,7 +698,7 @@
  4.                  message.startswith('ERROR: Game Load Failed') or
  5.                  message.startswith('Content server connection') or

Paste #p6kltihwu

  1. function Utils::IsTownGrowing(town, cargo) {
  2.     local cargoList = AICargoList();
  3.     local cargoRequired = AIList();
  4.     for (local cargo_type = cargoList.Begin(); !cargoList.IsEnd(); cargo_type = cargoList.Next()) {
  5.         local town_effect = AICargo.GetTownEffect(cargo_type);

Paste #pifvpevu9

  1. Weight  Self Weight     Symbol Name
  2. 31.15 s  100.0% 0 s     openttd (44198)
  3. 30.71 s   98.5% 0 s      -[OTTD_QuartzView drawRect:]  0x2d39c
  4. 107.00 ms    0.3%   0 s      HALC_ProxyIOContext::IOThreadEntry  0x2d3bc
  5. 32.00 ms    0.1%    0 s      <Unnamed Thread> 0x2f3e0

Paste #pkbdlajme

  1. function Utils::GetStationCoverageCargoProduction(stationId, cargoClass) {
  2.     local tileList = AITileList();
  3.     local stationTiles = AITileList_StationType(stationId, AIStation.STATION_ANY);
  4.     local airportTiles = AITileList_StationType(stationId, AIStation.STATION_AIRPORT);
  5.     airportTiles.Sort(AIList.SORT_BY_ITEM, AIList.SORT_ASCENDING);

Paste #p3jtcwj9x

  1. ~/dev/albiondata-client$ LC_ALL=C make build-linux
  2. scripts/build-linux.sh
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done

help me turn this into a

  1.     do {
  2.         if (_networking && num_companies + num_to_start >= _settings_client.network.max_companies) break;
  3.         if (num_ais + num_to_start >= (uint)_settings_game.difficulty.max_no_competitors) break;
  4.     } while (_settings_game.difficulty.max_no_competitors - ++num_to_start > 0 && AI::GetStartNextTime(num_to_start) == 0);

Paste #pybhina4m

  1. -        10 02 "Majandus" 9A 10 03 "Majandus" 9A 10 01 "Majandus" 9A
  2. +        10 02 "Majandus" 9A 10 01 "Majandus" 9A 10 03 "Majandus" 9A

Paste #plaovddlh

  1. planetmaker@openttd$ cat update-others.sh
  2. #!/bin/sh
  3.  
  4. # Update both git and mercurial, by checking where the commit was, and updating those repos

Paste #pf39rhyks

  1. // Examine cargo types of the game.
  2. function FMainClass::ExamineCargoes()
  3. {
  4.     this.cargoes = {};
  5.     this.num_cargoes = 0;

Paste #phsw73z9z

  1. Index: src/openttd.cpp
  2. ===================================================================
  3. --- src/openttd.cpp (revision 27603)
  4. +++ src/openttd.cpp (working copy)
  5. @@ -366,6 +366,7 @@

Paste #pz1oclnxp

  1. ####### STYLE #######
  2. # write screen-content to xterm buffer -> enable scrolling!
  3. termcapinfo xterm* ti@:te@
  4.  
  5. # last line -> stats

Paste #ppkg4mk3k

  1. #Error: Line 98 (5 in this paste): Read beyond bounds of image file gfx_32bpp/MAG_FLATBED_0000.png
  2. #
  3. #template template_32bpp_vehicle4_MASK(x,y,z,m) {
  4. #   //x= hexa code y=2nd column  z= filename, m = mask filename
  5. #   [ 128+y*1152, 128*x-y*16384,  128, 128,  -60, -113,z,m]

Paste #pvqtvtuku

  1. diff -r 7f4f864f4e20 webtranslate/newgrf/language_file.py
  2. --- a/webtranslate/newgrf/language_file.py  Tue May 26 21:59:05 2015 +0200
  3. +++ b/webtranslate/newgrf/language_file.py  Wed May 27 19:11:47 2015 +0200
  4. @@ -420,7 +420,7 @@
  5.      @type plurals: C{list} of C{int}

How do I make this line e

  1. MakeStation(t + TileOffsByDiagDir(d), IsWaterTile(t + TileOffsByDiagDir(d)) ? HasTileWaterClass(t + TileOffsByDiagDir(d)) && GetWaterClass(t + TileOffsByDiagDir(d)) == WATER_CLASS_RIVER ? HasBit(_me[t + TileOffsByDiagDir(d)].m6, 0) ? o : GetTileOwner(t + TileOffsByDiagDir(d)) : GetTileOwner(t + TileOffsByDiagDir(d)) : wc == WATER_CLASS_SEA ? OWNER_WATER : o, sid, STATION_DOCK, GFX_DOCK_BASE_WATER_PART + DiagDirToAxis(d), wc);