Loading

Paste #pyys9d3qd

  1. default_road_vehicle_offsets = {'1': [[-3, -12], [-14, -14], [-16, -11], [-8, -15], [-3, -12], [-14, -14], [-16, -11], [-8, -15]], # needs fix
  2.                                 '2': [[-6, -23], [-2, -16], [8, -10], [4, -11], [-6, -12], [-14, -10], [-16, -10], [-8, -14]],
  3.                                 '3': [[-6, -22], [-4, -15], [2, -10], [2, -11], [-6, -15], [-14, -10], [-14, -10], [-8, -14]],
  4.                                 '4': [[-6, -20], [-6, -15], [0, -10], [0, -11], [-6, -12], [-14, -10], [-16, -10], [-8, -14]],
  5.                                 '5': [[-6, -17], [-8, -14], [-4, -10], [-2, -11], [-6, -12], [-14, -10], [-16, -10], [-8, -14]],

Paste #pkb2dxog4

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

Paste #pjqgj0ctz

  1.         *-usb:0
  2.              description: USB controller
  3.              product: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
  4.              vendor: Intel Corporation
  5.              physical id: 14

Paste #pdtf3gbwd

  1.             elif message.startswith('!resetme') or message.startswith('!reset'):
  2.                 if client.play_as == 255:
  3.                     conn.send_packet(AdminChat,
  4.                     action = Action.CHAT,
  5.                     destType = DestType.CLIENT,

Paste #pdxlcqcku

  1. diff -r b5776adf3779 scripts/lang_sync
  2. --- a/scripts/lang_sync Sat Jan 18 22:14:12 2014 +0100
  3. +++ b/scripts/lang_sync Sun Oct 12 00:01:46 2014 +0200
  4. @@ -708,6 +708,7 @@
  5.      LanguageData(0x27, "it_IT", "italian"), # Italian

Paste #po9bbf81h

  1.  // xussr
  2.  /// header
  3. grf
  4. {
  5.   grfid: "AKA\08";

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

  1. // -- smoke -- //
  2. switch (FEAT_SHIPS, SELF, barletta_paddle_steamer_create_visual_effect, [STORE_TEMP(create_effect(EFFECT_SPRITE_STEAM, 0, 0, 24), 0x100),STORE_TEMP(create_effect(EFFECT_SPRITE_STEAM, 4, 0, 24), 0x101)]) {
  3.     return 2;
  4. }

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

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

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

  1. Index: src/heightmap.cpp
  2. ===================================================================
  3. --- src/heightmap.cpp   (revision 26981)
  4. +++ src/heightmap.cpp   (working copy)
  5. @@ -364,16 +364,16 @@

Paste #p2xifmjbf

  1. ingo@aeolus:~/idltools$ hg heads default
  2. Änderung:        1721:78032fdf0ff5
  3. Marke:           tip
  4. Nutzer:          Ingo von Borstel <i.vonborstel@tu-bs.de>
  5. Datum:           Wed Oct 08 12:34:34 2014 +0200

Paste #pk7trd5jz

  1. We're moving quickly forward towards the next stable release version, starting with its first RC, 1.4.4-RC1. This version fixes a crash which happened in some cases when 'full animation' was enabled in multiplayer mode. Also a small issue with cargo handling with cargo dist was fixed and compilation issues for a few less-frequently used platforms were resolved. Find the full changelog here.
  2.  
  3. Please test this release candidate thoroughly so that the next release will be best and most stable OpenTTD ever :) If you find any issues, please make use of our bug tracker.
  4.  
  5. Enjoy,
  6. Your OpenTTD team