Loading

Paste #ptwcbyzte

  1.         childsprite {
  2.             sprite: GROUNDSPRITE_SNOW_4_4;
  3.             recolour_mode: RECOLOUR_REMAP;
  4.             palette: PALETTE_USE_DEFAULT;
  5.             always_draw: 1;

Paste #ptpbgxz5v

  1. switch(FEAT_INDUSTRIES, SELF, ${industry.id}_num_output_cargos,
  2.         [STORE_TEMP((${industry.get_expression_for_economies_with_two_output_cargos()}) ? 2 : 1,
  3.         var_num_output_cargos)]) {
  4.     ${industry.id}_simple_produce;
  5. }

Paste #pqjydvf7g

  1. switch(FEAT_INDUSTRIES, SELF, ${industry.id}_num_output_cargos, [STORE_TEMP(THIS_NUM_OUTPUT_CARGOS, var_num_output_cargos)]) {
  2.     ${industry.id}_simple_produce;
  3. }

Paste #pgzgmkxu2

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

Paste #pcwlwt2kd

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

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

"unexpected sprite" on 45

  1. // iore
  2.  
  3.  4065 * 6    01 01 00 \b16 \b64 08
  4.  4066 ../sprites/8bpp.png 8bpp 0 0  16 16 0 0 normal
  5.     | ../sprites/road_vehicles/trucks/lacey_octopod/1_darkblue/3200077.png 32bpp 0 0 320 320 -160 -148 zi4

Paste #pyry0pdns

  1. /* It must not be a flat tile */
  2. switch(FEAT_INDUSTRYTILES, SELF, bulk_terminal_tile2_flat_check, nearby_tile_slope(0,0) == SLOPE_FLAT) {
  3.     1: return CB_RESULT_LOCATION_DISALLOW; return CB_RESULT_LOCATION_ALLOW;
  4. }

Paste #pfkgo7y38

  1. planetmaker@localhost:~/ottd/trunk-old$ LC_ALL=C hg pull --debug
  2. no terminfo entry for sitm
  3. no terminfo entry for dim
  4. pulling from http://hg.openttd.org/trunk.hg
  5. using http://hg.openttd.org/trunk.hg

Paste #p47nxybwg

  1. openttd.cfg:
  2.  
  3. # default setting
  4. support8bpp = no
  5. blitter =

Paste #plkym853m

  1. Shops/stalls
  2. ~~~~~~~~~~~~
  3. One tile objects, selling useful things to guests. FreeRCT can read block version 5.
  4.  
  5. ======  ======  =======  ===================================================================================

Paste #p2qgrqdxv

  1. $ ag "xsize == 0" src/terraform_gui.cpp
  2. 99:     if (this->xsize == 0 && this->ysize == 0) { // 'dot' mode.
  3. 111:    FinderData fdata(CS_GROUND, (this->xsize == 0 && this->ysize == 0) ? FW_CORNER : FW_TILE);
  4. 132:    if (this->xsize == 0 && this->ysize == 0) {
  5. 223:    if (this->xsize == 0 && this->ysize == 0) {
  6. 237:    if (this->xsize == 0 && this->ysize == 0) {

Paste #pzlztsqts

  1. /mnt/disk2/spiele/OpenTTD/trunk_clean/src/newgrf_engine.cpp: In function ‘uint32 VehicleGetVariable(Vehicle*, const VehicleScopeResolver*, byte, uint32, bool*)’:
  2. /mnt/disk2/spiele/OpenTTD/trunk_clean/src/newgrf_engine.cpp:649:11: warning: enumeration value ‘VEH_SHIP’ not handled in switch [-Wswitch]
  3.     switch (v->type) {
  4.            ^
  5. /mnt/disk2/spiele/OpenTTD/trunk_clean/src/newgrf_engine.cpp:649:11: warning: enumeration value ‘VEH_AIRCRAFT’ not handled in switch [-Wswitch]

Paste #pkpfncqui

  1. * 17d2b2b (HEAD, rework_mousemodes) Intermediate commit, hacking fence gui
  2. * 6904bda Add: Allow overriding fence sprites with highlighting, recode fence drawing.
  3. * 830aa11 Add: Fence selector, some cleanup.
  4. * d4a6a49 Remove: Delete some fence parts
  5. * 6c1af62 Codechange: Remove generic mouse select mode (RMB dragging, object selecting)

Paste #pvlboqrzq

  1. Index: src/script/api/script_list.cpp
  2. ===================================================================
  3. --- src/script/api/script_list.cpp  (revision 27256)
  4. +++ src/script/api/script_list.cpp  (working copy)
  5. @@ -556,6 +556,8 @@