Loading

Paste #p0hy0t8mq

  1. switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_1_PASS, position_in_vehid_chain % 6) {
  2.     0: return slammer_switch_graphics_engine_id_0;
  3. }
  4. switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_2_PASS, position_in_vehid_chain % 6) {
  5.     0: return slammer_switch_graphics_engine_id_1;

Paste #pgdn2iazx

  1.       switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_1_PASS, position_in_vehid_chain % 6) {
  2.                 0: return slammer_switch_graphics_engine_id_0;
  3.             }
  4.             switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_2_PASS, position_in_vehid_chain % 6) {
  5.                 0: return slammer_switch_graphics_engine_id_1;

ww 18.04.2018/17.00 uhr

  1.  
  2. 621022
  3. 520
  4. 272
  5. 26692

asdaf

  1. param 2 {
  2.     param_speed_limits{
  3.       type: bool;
  4.       name: string(STR_PARAM_SPEED_LIMITS);
  5.       desc: string(STR_PARAM_SPEED_LIMITS_DESC);

ww 18.04.2018 /10.00 uhr

  1.  
  2. 611372
  3. 511
  4. 282
  5. 26692

ww 19.4.2018 09:04h

  1.  
  2. 594008
  3. 511
  4. 292
  5. 26692

ww 18.4.2018 01:16h

  1.  
  2. 574498
  3. 499
  4. 292
  5. 26692

Paste #pzn11d3uk

  1. --- !tapi-tbd-v2
  2. archs:           [ i386, x86_64 ]
  3. uuids:           [ 'i386: 334D9E12-F209-3C28-875B-77E0FD623AD7', 'x86_64: 5EDEEA85-0387-31EE-9D9B-DA1B75E7AEF3' ]
  4. platform:        macosx
  5. install-name:    /usr/lib/libSystem.B.dylib

ww.17.04.2018/12.00 uhr

  1.  
  2. 535982
  3. 483
  4. 313
  5. 26342

ww.17.04.2018/11.00 uhr

  1.  
  2. 534083
  3. 483
  4. 313
  5. 26342

ww-de2.5 2018-04-17

  1.  
  2. 532404
  3. 479
  4. 313
  5. 26342

Paste #pvdxdw1ys

  1. item(FEAT_ROADVEHS, jinglepot_open, 240) {
  2.     property {
  3.         name:                           string(STR_NAME_CONSIST, string(STR_NAME_jinglepot_open), string(STR_NAME_SUFFIX_OPEN_TRUCK), string(STR_NAME_SUFFIX_STEAM));
  4.         cargo_capacity:                 9;
  5.         sprite_id:                      SPRITE_ID_NEW_ROADVEH; //enable new graphics - nml constant

Paste #pkauruwhw

  1. News page:
  2.  
  3. Last weekend OpenTTD migrated his source (SubVersion) and bugs (FlySpray) to GitHub (https://github.com/OpenTTD/OpenTTD). This change was long overdue, and we finally did it.
  4.  
  5. What changed for you? (biggest changes)

Paste #p6i0d6s56

  1. git clone https://github.com/<your-username>/OpenTTD.git openttd
  2. git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks
  3. cd openttd
  4. git remote add upstream https://github.com/OpenTTD/OpenTTD.git
  5. cd .git/hooks
  6. ln -s -t . ../../../openttd_hooks/hooks/*

Paste #pdcum3zd7

  1. git clone https://github.com/<your-username>/OpenTTD.git openttd
  2. git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks
  3. cd openttd/.git/hooks
  4. ln -s -t . ../../../openttd_hooks/hooks/*