Loading

Paste #pbdzg6mya

  1. hg_ps1() {
  2.     if $(hg st > /dev/null 2>&1); then
  3.         hg log -l1 --template='{branch}-r{rev} {if(tags," ({tags})")} {if(bookmarks," ({bookmarks})")}'
  4.     fi
  5. }

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

  1. Index: src/tunnelbridge_cmd.cpp
  2. ===================================================================
  3. --- src/tunnelbridge_cmd.cpp    (revision 27233)
  4. +++ src/tunnelbridge_cmd.cpp    (working copy)
  5. @@ -435,7 +435,7 @@

Paste #pgd6yvzjo

  1. //On the Company Value GS code:
  2. //-------------------------------
  3.  
  4. function SCPManager::ReceivedSettingCommand(message, self)
  5. {

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);
  2.  
  3.  
  4.     int t2 = t + TileOffsByDiagDir(d);
  5.     MakeStation(t2,

Paste #phsigderr

  1. Index: src/industry_cmd.cpp
  2. ===================================================================
  3. --- src/industry_cmd.cpp    (revision 27198)
  4. +++ src/industry_cmd.cpp    (working copy)
  5. @@ -1755,11 +1755,11 @@

Paste #pxfvk7htf

  1. Developers:            Alberth <alberth@openttd.org>, Ammler, Ammler <ammler@openttdcoop.org>, Brumi, FooBar, FooBar <foobar@jaspervries.nl>, Hirundo, Hyronymus, Joel_A, Supercheese, Terkhen, andythenorth, planetmaker, planetmaker <ottd@planetmaker.de>, planetmaker <planetmaker@openttd.org>, terkhen, wojteks86, yexo
  2. Afrikaans:             telanus
  3. Catalan:               juanjo
  4. Chinese (Simplified):  dirace, siu238X
  5. Chinese (Traditional): siu238X

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

Paste #pbrq4bgok

  1. (lldb) thread backtrace all
  2. * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
  3.     frame #0: 0x00007fff6022d2c6 libsystem_kernel.dylib`__pthread_kill + 10
  4.   * frame #1: 0x00007fff602e8bf1 libsystem_pthread.dylib`pthread_kill + 284
  5.     frame #2: 0x00007fff601976a6 libsystem_c.dylib`abort + 127

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);
  2.  
  3.  
  4.     MakeStation(t + TileOffsByDiagDir(d),
  5.             IsWaterTile(t + TileOffsByDiagDir(d)) ?

Paste #pqcgzc6lj

  1. {'NG': {'pax_railcar_1': [{'id': 'dummy_NG_pax_railcar_1_1', 'label': 'dummy', 'replacement_id': 'dummy_NG_pax_railcar_1_2'}, {'id': 'dummy_NG_pax_railcar_1_2', 'label': 'dummy', 'replacement_id': 'mumble'}, {'id': 'mumble', 'image': 'mumble_blue.png', 'label': 'Mumble ', 'replacement_id': 'snapper'}, {'id': 'snapper', 'image': 'snapper_blue.png', 'label': 'Snapper '}], 'mail_railcar_1': [{'id': 'dummy_NG_mail_railcar_1_1', 'label': 'dummy', 'replacement_id': 'dummy_NG_mail_railcar_1_2'}, {'id': 'dummy_NG_mail_railcar_1_2', 'label': 'dummy', 'replacement_id': 'workish'}, {'id': 'workish', 'image': 'workish_blue.png', 'label': 'Workish ', 'replacement_id': 'zorro'}, {'id':

Paste #pblbfudej

  1. hg_ps1() {
  2.     if $(hg st > /dev/null 2>&1); then
  3.         hg log -l1 -r. --template=' {branch}-r{rev}{if(tags," ({tags})")}{if(bookmarks," ({bookmarks})")} '
  4.     fi
  5. }

Paste #pne7eyxue

  1. /* ******************************************************************
  2.  * Definition of the industry tile, its callbacks, and graphics chain
  3.  * ******************************************************************/
  4.             spriteset(blast_furnace_spriteset_0_0, "src/graphics/industries/groundtiles.png") {
  5.                     tmpl_ground_tile(360, 10)

Paste #pet5l9vdq

  1. --------------------------------------------------------------------------------
  2. Profile data file 'callgrind.out.16465' (creator: callgrind-3.9.0)
  3. --------------------------------------------------------------------------------
  4. I1 cache:
  5. D1 cache:

Paste #pe56v1hno

  1. diff -r 9f69fe562f0f nml/global_constants.py
  2. --- a/nml/global_constants.py   Tue Sep 02 23:15:10 2014 +0200
  3. +++ b/nml/global_constants.py   Sat Sep 20 20:50:00 2014 +0200
  4. @@ -1136,7 +1136,7 @@
  5.  }