Loading

Paste #pxmkc5kjr

  1. >   openttd.exe!SQArray::Mark(SQCollectable * * chain) Line 513 C++
  2.     openttd.exe!SQSharedState::MarkObject(SQObjectPtr & o, SQCollectable * * chain) Line 245    C++
  3.     openttd.exe!SQInstance::Mark(SQCollectable * * chain) Line 554  C++
  4.     openttd.exe!SQSharedState::MarkObject(SQObjectPtr & o, SQCollectable * * chain) Line 245    C++
  5.     openttd.exe!SQArray::Mark(SQCollectable * * chain) Line 513 C++

Paste #p1np2sca9

  1. # Find doxygen.
  2. find_package(Doxygen)
  3.  
  4. # Generate build targets and the doc/index.html file.
  5. IF (DOXYGEN_FOUND OR LUA_PROGRAM_FOUND)

Paste #p64x0gzr0

  1.         local won_goals = CompanyData(comp_id).won_goals;
  2.         if (this.accept.ind in won_goals) {
  3.             GSLog.Info("found key");
  4.         } else {
  5.             GSLog.Info("missing key");

bootmii's openttd.cfg

  1. [misc]
  2. display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
  3. fullscreen = false
  4. support8bpp = no
  5. graphicsset = "original_dos"

Paste #puvastb6c

  1. table: 0x7075370
  2.         qty     1
  3.         object  table: 0x5611a50
  4.                 tooltip <LocalisedString> Current value:Litter: Left on the floor by a patient because he did not find a bin to throw it in.
  5.                 thob    62

Paste #pss2abftc

  1. diff --git a/CorsixTH/Lua/window.lua b/CorsixTH/Lua/window.lua
  2. index 0c52544..dc4fa61 100644
  3. --- a/CorsixTH/Lua/window.lua
  4. +++ b/CorsixTH/Lua/window.lua
  5. @@ -317,16 +317,28 @@ function Panel:drawLabel(canvas, x, y, limit)

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

  1. diff --git a/CorsixTH/Lua/world.lua b/CorsixTH/Lua/world.lua
  2. index 99c6df1..e789060 100644
  3. --- a/CorsixTH/Lua/world.lua
  4. +++ b/CorsixTH/Lua/world.lua
  5. @@ -2109,11 +2109,14 @@ function World:objectPlaced(entity, id)

Paste #plr4ntcbt

  1. Index: config.lib
  2. ===================================================================
  3. --- config.lib  (revision 27708)
  4. +++ config.lib  (working copy)
  5. @@ -1404,6 +1404,9 @@

Paste #pb1sq1bzl

  1. The main OpenTTD directories can be found in various locations, depending on
  2. your operating system:
  3.     1. The current working directory (from where you started OpenTTD)
  4.         For non-Windows operating systems OpenTTD will not scan for files in this
  5.         directory if it is your personal directory, i.e. '~/', or when it is the

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

  1. #0  0x0000000000452354 in THRenderTarget::createTexture (this=0x0, iWidth=32, iHeight=14, pPixels=0x71110e0)
  2.     at /home/alberth/corsix-th/corsix_alberth_fork/CorsixTH/Src/th_gfx_sdl.cpp:635
  3. #1  0x00000000004546f7 in THFreeTypeFont::_makeTexture (this=0x70aba68, pEventualCanvas=0x0, pCacheEntry=0x70abe00)
  4.     at /home/alberth/corsix-th/corsix_alberth_fork/CorsixTH/Src/th_gfx_sdl.cpp:1538
  5. #2  0x000000000046d1f5 in THFreeTypeFont::drawTextWrapped (this=0x70aba68, pCanvas=0x0, sMessage=0x1fd7208 "Magyar", iMessageLength=6, iX=0, iY=0,

Paste #peeqsdsqj

  1.         local won_goals = CompanyData(comp_id).won_goals;
  2.         if (this.accept.ind in won_goals) {
  3.             GSLog.Info("found key");
  4.         } else {
  5.             GSLog.Info("missing key");

FACTORY_PLAN

  1. ideas for next game:
  2.  
  3. - all oil to barrels
  4.     - distribution of oil by splitters
  5.     - smart detection if more barrels need to be produced

Paste #powgnumiy

  1.  
  2. We trust you have received the usual lecture from the local System
  3. Administrator. It usually boils down to these three things:
  4.  
  5.     #1) Respect the privacy of others.