Loading

Paste #pt4towyaw

  1. ingo@aeolus:~/ottd/trunk$ pbuilder-user-mode-linux
  2. W: /home/ingo/.pbuilderrc does not exist
  3. ingo@aeolus:~/ottd/trunk$ pbuilder-user-mode-linux create --distribution wheezy
  4. W: /home/ingo/.pbuilderrc does not exist
  5. Core dump limits :

Paste #pk6vrhpz5

  1. #!/usr/bin/env python3
  2.  
  3. import json
  4. import urllib.request as urlreq
  5. import sys

Paste #pwsxigniy

  1. YETI, 1 thread:
  2. real    49m59.751s
  3. user    49m54.531s
  4. sys     0m2.372s

Paste #pkjfbsgzy

  1. 0.4.0 (tbd)
  2. ------------------------------------------------------------------------
  3. - Feature: Cache position where previous search ended for more speed.
  4. - Feature: Warn about usage of animation and semi-transparent colours, and add spriteset flags to enable/disable the checks. (issue #1085)
  5. - Feature: Improved error position reporting with templated real sprites. Closes #7001

Paste #p4z1lkf68

  1. Index: src/lang/english.txt
  2. ===================================================================
  3. --- src/lang/english.txt    (revision 26981)
  4. +++ src/lang/english.txt    (working copy)
  5. @@ -372,7 +372,7 @@

Paste #pjwdyms7q

  1.     TextColour colour = TC_BLACK;
  2.     if (order->IsType(OT_IMPLICIT)) {
  3.         colour = (selected ? TC_SILVER : TC_GREY) | TC_NO_SHADE;
  4.     } else if (selected) {
  5.         colour = TC_WHITE;
  6.     }

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 #pmigxvszu

  1. diff --git a/config.lib b/config.lib
  2. --- a/config.lib
  3. +++ b/config.lib
  4. @@ -1441,6 +1441,7 @@
  5.     make_compiler_cflags "$cc_host" "CFLAGS" "CXXFLAGS" "LDFLAGS" "FEATURES"

nml_call_procedure.diff

  1. diff -r a5e2fda0b31a nml/actions/action2var.py
  2. --- a/nml/actions/action2var.py Tue Sep 09 13:21:01 2014 +0200
  3. +++ b/nml/actions/action2var.py Tue Sep 09 13:38:47 2014 +0200
  4. @@ -958,6 +958,7 @@
  5.      func60x = lambda value, pos: expression.FunctionPtr(expression.Identifier(generic.reverse_lookup(vars_60x, value), pos), parse_60x_var, value)

Paste #p1vlcxaec

  1. #!/usr/bin/env python3
  2.  
  3. import json
  4. import urllib.request as urlreq
  5. from urllib.parse import urlencode

Paste #plsfqqmcn

  1. Index: src/ai/ai_scanner.cpp
  2. ===================================================================
  3. --- src/ai/ai_scanner.cpp   (revision 27586)
  4. +++ src/ai/ai_scanner.cpp   (working copy)
  5. @@ -104,7 +104,7 @@

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 #psebpsnid

  1. static CommandCost TerraformTile_Water(TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new)
  2. {
  3.     /* Canals can't be terraformed */
  4.     if (IsWaterTile(tile) && IsCanal(tile)) return_cmd_error(STR_ERROR_MUST_DEMOLISH_CANAL_FIRST);

create effect does not cr

  1. // сокращение для отключения визуальных эффектов тяги и тяги вагонов
  2. #define disable_visual_effect_and_powered() visual_effect_and_powered(VISUAL_EFFECT_DISABLE, 0, DISABLE_WAGON_POWER)
  3. #define disable_create_effect() 0
  4. // визуальные эффекты для электротяги
  5. #define electric_visual_effect_and_powered(offset) visual_effect_and_powered(VISUAL_EFFECT_ELECTRIC, offset, DISABLE_WAGON_POWER)

Paste #pv8ckd8ru

  1. Index: src/saveload/company_sl.cpp
  2. ===================================================================
  3. --- src/saveload/company_sl.cpp (revision 27153)
  4. +++ src/saveload/company_sl.cpp (working copy)
  5. @@ -180,6 +180,9 @@