Loading

Paste #pcallpgqf

  1.         ride {
  2.                 x_base: 0; y_base: 0;
  3.                 voxel {
  4.                         dx: 0; dy: 0; dz: 0;
  5.                         x_offset: -32; y_offset: -97; width: 64; height: 128;

Paste #p1l0ufpfh

  1. def g_nums(base, xsize, ysize, dx_offset, dy_offset):
  2.     sprites = {}
  3.     for x in range(xsize):
  4.         for y in range(ysize):
  5.             sprites[x,y] = base + x * dx_offset + y * dy_offset

Paste #pbgo4b2as

  1.         ride {
  2.                 voxel {
  3.                         dx: 0; dy: 0; dz: 0;
  4.  
  5.                         north: sprite {

Paste #ptfmmqc8l

  1. Walks on a path tile are stored in a 16 bit number, which contains the following information.
  2.  
  3. - bit 12..15 Normal (0) or centered (1) path tile walk.
  4. - bit 8..11  The entry edge.
  5. - bit 4..7   The exit edge.

Paste #p8ivgj80d

  1. Just before the </head> tag, add the following code:
  2.  
  3. <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
  4. <script type="text/javascript">
  5.     window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://dev.openttdcoop.org/projects/home/wiki/Privacy_Policy","theme":"dark-top"};

Paste #pd1rbtqzf

  1. Index: src/ini.cpp
  2. ===================================================================
  3. --- src/ini.cpp (revision 27386)
  4. +++ src/ini.cpp (working copy)
  5. @@ -16,7 +16,6 @@

Paste #p19tbeivn

  1. <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
  2. <script type="text/javascript">
  3.     window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://dev.openttdcoop.org/projects/home/wiki/Privacy_Policy","theme":"dark-top"};

Paste #puz7pc8on

  1. diff --git a/src/person.cpp b/src/person.cpp
  2. --- a/src/person.cpp
  3. +++ b/src/person.cpp
  4. @@ -251,7 +251,7 @@ static const WalkInformation _walk_sw_sw
  5.  };

Paste #pxgoy4hiz

  1. diff --git a/CorsixTH/Lua/room.lua b/CorsixTH/Lua/room.lua
  2. index e338916..0aadacf 100644
  3. --- a/CorsixTH/Lua/room.lua
  4. +++ b/CorsixTH/Lua/room.lua
  5. @@ -678,13 +678,13 @@ function Room:roomFinished()

Paste #pus57coge

  1. Index: src/story_gui.cpp
  2. ===================================================================
  3. --- src/story_gui.cpp   (revision 27382)
  4. +++ src/story_gui.cpp   (working copy)
  5. @@ -684,13 +684,16 @@

Paste #pn4dd0t8d

  1. Variant 1:
  2.     if (res == 0) {
  3.        try {
  4.            FinalRelease();
  5.        } catch (...) {

Paste #psoqsx609

  1. Variant 1:
  2.     if (res == 0) {
  3.        try {
  4.            FinalRelease();
  5.        } catch (...) {

Paste #pxkpq7bth

  1. Index: src/script/api/script_testmode.cpp
  2. ===================================================================
  3. --- src/script/api/script_testmode.cpp  (revision 27378)
  4. +++ src/script/api/script_testmode.cpp  (working copy)
  5. @@ -30,7 +30,7 @@

Paste #phzmwstgs

  1. Index: src/settings_gui.cpp
  2. ===================================================================
  3. --- src/settings_gui.cpp    (revision 27364)
  4. +++ src/settings_gui.cpp    (working copy)
  5. @@ -1883,13 +1883,13 @@

Paste #p9kroufbv

  1. Running: The timer handler.
  2. A stack trace is included below, and the handler has been disconnected.
  3. ./CorsixTH/Lua/queue.lua:90: Suspected infinite loop
  4. stack traceback:
  5.         [C]: in function 'error'