Loading

Paste #p6unubyjl

  1. grf {
  2.  grfid: "RS\01\01";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 0;

Paste #prqsbwaty

  1.     function InitializePath(source, goal) {
  2.         this._pathfinder.InitializePath([source, 0xFF], goal);
  3.         if (this._search_range != 0) {
  4.             local source_x = AIMap.GetTileX(source);
  5.             local source_y = AIMap.GetTileY(source);

Paste #pa5u1n4qp

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

Paste #pgjganewt

  1. Index: docs/desync.txt
  2. ===================================================================
  3. --- docs/desync.txt     (revision 26785)
  4. +++ docs/desync.txt     (working copy)
  5. @@ -194,6 +194,7 @@

Paste #pyfxor7ng

  1. 1& [ingo:~/hg-test] default ☿ hg heads
  2. Änderung:        9:9bc42b86d51e
  3. Nutzer:          planetmaker <planetmaker@openttd.org>
  4. Datum:           Mon Oct 28 17:49:44 2019 +0100
  5. Zusammenfassung: more a

Paste #psj9ajiax

  1. Index: src/newgrf.cpp
  2. ===================================================================
  3. --- src/newgrf.cpp  (revision 27118)
  4. +++ src/newgrf.cpp  (working copy)
  5. @@ -6095,7 +6095,7 @@

Paste #phrzpneoj

  1. (lldb) up 20
  2. frame #40: 0x00007fff34227510 CoreFoundation`___CFXRegistrationPost_block_invoke + 63
  3. CoreFoundation`___CFXRegistrationPost_block_invoke:
  4. ->  0x7fff34227510 <+63>: movq   %r14, %rdi
  5.     0x7fff34227513 <+66>: callq  0x7fff34322514            ; symbol stub for: _Block_release

Paste #picxbfxyv

  1. Index: script_tilelist.hpp
  2. ===================================================================
  3. --- script_tilelist.hpp (revision 27284)
  4. +++ script_tilelist.hpp (working copy)
  5. @@ -65,7 +65,7 @@

Paste #poweyy6ue

  1. Alberth <alberth@openttd.org>=Alberth <alberth@openttd.org>
  2. Albert Hofkamp <albert.h@xs4all.nl>=Alberth <alberth@openttd.org>
  3. Ammle=Ammler <ammler@openttdcoop.org>
  4. Ammler=Ammler <ammler@openttdcoop.org>
  5. Ammler <ammler@openttdcoop.org>=Ammler <ammler@openttdcoop.org>

Paste #pfzxi8oiw

  1. input nml:
  2.  
  3. spriteset(stationset1, "src/gfx/cc_grid.png") { tmpl_groundsprites(1, 1) }
  4.  
  5. spritegroup spritegroup1 {

Paste #phjib9464

  1. Index: src/ai/ai_scanner.cpp
  2. ===================================================================
  3. --- src/ai/ai_scanner.cpp   (revision 27582)
  4. +++ src/ai/ai_scanner.cpp   (working copy)
  5. @@ -136,6 +136,31 @@

Paste #puzytgehg

  1. Index: src/signs_gui.cpp
  2. ===================================================================
  3. --- src/signs_gui.cpp   (revision 26826)
  4. +++ src/signs_gui.cpp   (working copy)
  5. @@ -160,7 +160,6 @@

#openttdcoop Paste Script

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

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

  1.     def test_check_general_settings_form_storage(self):
  2.         for route, info in self.forms_by_route_and_info.iteritems():
  3.             # Need to fill data again
  4.             resp = self.layer['browser'].get(self.layer['route_url'](route))
  5.             form = resp.form