Loading

Paste #pjonn8m8k

  1. sbdngfu
  2. cfndn

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++

cargo subrefit

  1. //COLOURED SPRITESETS (ENGINES AND WAGONS)
  2. spriteset(spriteset_railcom1_CC_pass, "gfx/RailCommuter1.png")       {template_engine32WTF(0,0)}
  3. spriteset(spriteset_railcom1_black_pass, "gfx/RailCommuter1.png")    {template_engine32WTF(0,1)}
  4. spriteset(spriteset_railcom1_gray_pass, "gfx/RailCommuter1.png")     {template_engine32WTF(0,2)}
  5. spriteset(spriteset_railcom1_white_pass, "gfx/RailCommuter1.png")    {template_engine32WTF(0,3)}

Paste #pewreqrts

  1. //define the grf
  2. grf {
  3.     grfid: "MI\02\02";
  4.     name: string(STR_GRF_NAME);
  5.     desc: string(STR_GRF_DESC);

water coast tiles - bette

  1.  
  2. replacenew TEMPERATE_WATER_COASTS(COAST_TILES,"gfx/LAND_OUTPUT_0000_8bpp.png",0){
  3. template_LANDSCAPE_x1(16,9)
  4. template_LANDSCAPE_x1(1,9)
  5. template_LANDSCAPE_x1(2,9)

Water coasts for newgrfs

  1.  
  2.  
  3. template template_WATER_COASTS_x1(y) {
  4.     [16*64, 6400+80*y, 64, 80, -31, -24]
  5.     [ 1*64, 6400+80*y, 64, 80, -31, -24]

water coasts

  1.  
  2. template template_WATER_COASTS_x1(y) {
  3.     [ 5*64, 6400+80*y, 64, 80, -31, -24]
  4.     [ 7*64, 6400+80*y, 64, 80, -31, -24]
  5.     [10*64, 6400+80*y, 64, 80, -31, -24]

brix water

  1.  
  2. replace TEMPERATE_WATER_0(4061, "gfx/LAND_OUTPUT_0000_8bpp.png") { template_LANDSCAPE_x1(0,9) }
  3. alternative_sprites(TEMPERATE_WATER_0, ZOOM_LEVEL_NORMAL, BIT_DEPTH_32BPP, "gfx/LAND_OUTPUT_0000.png") { template_LANDSCAPE_x1(0,9) }
  4. alternative_sprites(TEMPERATE_WATER_0, ZOOM_LEVEL_IN_4X, BIT_DEPTH_32BPP, "gfx/LAND_OUTPUT_0000.png") { template_LANDSCAPE_x4(0,9) }

Paste #pi7vgev0n

  1. _game_mode == GM_MENU && GameConfig::GetConfig()->GetInfo() != NULL && Game::GetInstance() == NULL
  2. _game_mode == GM_MENU && GameConfig::GetConfig()->GetInfo() != NULL && Game::GetInstance() != NULL
  3. _game_mode == GM_EDITOR && GameConfig::GetConfig()->GetInfo() != NULL && Game::GetInstance() == NULL

Paste #pcvfymzoe

  1. /**
  2.  * Window that let you choose an available AI.
  3.  */
  4. struct AIListWindow : public Window {
  5.     const ScriptInfoList *info_list;    ///< The list of Scripts.

Paste #p6oqrm63s

  1. void MakeNewgameSettingsLive()
  2. {
  3.     for (CompanyID c = COMPANY_FIRST; c < MAX_COMPANIES; c++) {
  4.         if (_settings_game.ai_config[c] != NULL) {
  5.             delete _settings_game.ai_config[c];

Paste #pgmqywz0y

  1. dbg: [script] spanish:20: warning: STR_CONCAT_3: Param idx #1 'STRING' doesn't match with template command 'STRING1'
  2. dbg: [script] spanish:20: warning: STR_CONCAT_3: Param idx #2 'STRING' doesn't match with template command 'STRING1'
  3. dbg: [script] spanish:21: warning: STR_CONCAT_4: Param idx #1 'STRING' doesn't match with template command 'STRING1'
  4. dbg: [script] spanish:21: warning: STR_CONCAT_4: Param idx #2 'STRING' doesn't match with template command 'STRING1'
  5. dbg: [script] spanish:21: warning: STR_CONCAT_4: Param idx #3 'STRING' doesn't match with template command 'STRING1'
  6. dbg: [script] spanish:20: warning: STR_CONCAT_3: Param idx #1 'STRING' doesn't match with

Paste #pv13oad55

  1.     /**
  2.     * Is the AI or GS config in the given slot eligible to start?
  3.     * @param slot The slot to query.
  4.     * @return True if and only if the given AI or GS Config slot can start.
  5.     */

Paste #p8tqj8erj

  1.     virtual void DrawWidget(const Rect &r, int widget) const
  2.     {
  3.         switch (widget) {
  4.             case WID_AIC_GAMELIST: {
  5.                 Dimension square = GetSpriteSize(SPR_SQUARE);

Paste #pnrkc3cqr

  1. diff --git a/CorsixTH/Src/th_gfx_sdl.cpp b/CorsixTH/Src/th_gfx_sdl.cpp
  2. index fc534ec..e3fb05e 100644
  3. --- a/CorsixTH/Src/th_gfx_sdl.cpp
  4. +++ b/CorsixTH/Src/th_gfx_sdl.cpp
  5. @@ -601,6 +601,14 @@ void THRenderTarget::_flushZoomBuffer()