Loading

Paste #ph8ruck5n

  1.  Chunk: DATE  
  2. -       00 0B 05 20 00 00 6B 3C 00 19 4E AF 02 E5 7A B9 70 B7 DD 64 38 A7 0C 00 00 AC 92 C4 00
  3. +       00 0B 05 40 00 00 74 7C 00 1D C8 88 02 C5 34 0B D4 01 F2 48 2C 77 0A 00 00 A3 52 84 00
  4.        29 bytes

Paste #pkmyepilz

  1. clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk'
  2. In file included from /Users/andy/Documents/workspace/openttd/src/3rdparty/squirrel/squirrel/sqclass.cpp:5:
  3. In file included from /Users/andy/Documents/workspace/openttd/src/3rdparty/squirrel/squirrel/../../../stdafx.h:16:
  4. /Users/andy/Documents/workspace/openttd/src/3rdparty/squirrel/squirrel/../../../os/macosx/osx_stdafx.h:57:3: error: "Compiling
  5.       64 bits without _SQ64 set! (or vice versa)"

Paste #prxtlvvfs

  1. [SRC] Linking openttd
  2. Undefined symbols for architecture x86_64:
  3.   "std::string::compare(char const*) const", referenced from:
  4.       LoadTranslations() in game_text.o
  5.       IsSameScript(ContentInfo const*, bool, ScriptInfo*, Subdirectory) in script_scanner.o

Paste #pjmvsiovm

  1. #/usr/bin/env python3
  2. import datetime as dt
  3. import pandas as pd
  4. import math

Paste #ptji6mpbg

  1. #/usr/bin/env python3
  2. import pandas as pd
  3. import datetime as dt

Paste #pfrxwqvsw

  1. csvpandas.py

Paste #ps5yuueja

  1. Index: src/lang/english.txt
  2. ===================================================================
  3. --- src/lang/english.txt    (revision 26944)
  4. +++ src/lang/english.txt    (working copy)
  5. @@ -1101,9 +1101,9 @@

Paste #pye3rjafc

  1. +/**
  2. + * Gets the maximum allowed height while generating a map based on
  3. + * mapsize, terraintype, and the maximum height level.
  4. + * @return The maximum height for the map generation.
  5. + */

Paste #p9jlxwpw1

  1. #define BASE_WORKER_PROD_RATE 15
  2. #define CARGO1_CALCULATION min (waiting_cargo_1/16, LOAD_TEMP(0x01)/16)
  3. #define CARGO2_CALCULATION min (waiting_cargo_2/16, LOAD_TEMP(0x01)/16)
  4.  
  5. produce(produce_worker_yard2,

Paste #p5fkpc75p

  1.  
  2. [misc]
  3. display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
  4. fullscreen = false
  5. graphicsset =

Paste #ponrkjuvy

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <application>
  3.  <id type="desktop">pitivi.desktop</id>
  4.  <licence>CC-BY</licence>
  5.  <description>

Paste #p7yc8na5p

  1.  
  2. #include "stdafx.h"
  3. #include <SDL.h>
  4. #include <SDL_image.h>
  5. #include <memory>

Paste #pjtmhyhgs

  1. # HG changeset patch
  2. # Parent 92dc661efc61cddb36de7981b0134a87ca5f0390
  3. Add: Keep blitter for dedicated
  4.  
  5. diff --git a/source.list b/source.list

Paste #piyq6t3a5

  1. Index: src/stdafx.h
  2. ===================================================================
  3. --- src/stdafx.h    (revision 26918)
  4. +++ src/stdafx.h    (working copy)
  5. @@ -21,6 +21,7 @@

Paste #p5v9soczi

  1. Index: src/stdafx.h
  2. ===================================================================
  3. --- src/stdafx.h    (revision 26918)
  4. +++ src/stdafx.h    (working copy)
  5. @@ -86,6 +86,10 @@