Loading

Paste #potfqlpua

  1. OpenTTD.OpenTTD(master)$ git rev-list --count HEAD --since="Apr 7 2018"  --before="Jan 1 2019"
  2. 244
  3. OpenTTD.OpenTTD(master)$ git rev-list --count HEAD --since="Apr 7 2016"  --before="Apr 6 2018"
  4. 429
  5. OpenTTD.OpenTTD(master)$ git rev-list --count HEAD --since="Apr 7 2017"  --before="Apr 6 2018"
  6. 135

FuelCircuit smelting

  1. H4sIAAAAAAAA/+Vd224jOQ79lUYed51G6VK+YNbzssD+wD4OFoE7qek2kNiB4zSmEeTf13alZ1KiSJGn1E5P9zzMYOKSSiSlwyNSVN1s391ur1e3766WT91m
  2. v96vu4fl09NmddctL/a71ebhfrvbX37obvcXk/vtw+GB7Wb59Mfysm0nXw7/fn6eqJ6Ox6enz5Ob9a67Pv3ZK1u2QsvVbr3/dNft19eX19u7D+vNar/dpR2E
  3. 9y9DfdXFdHK93ex329urD92n1ef1drd8+quzq8OPN6ceDsr4fb172F89rD9uVrfLp/2X+8N7P693+8fV7cWkH0b/42W3uv508Xzs+WG/2uyX0zDZ3ne71emN
  4. F/+4mGwf9/ePur6ai+fnU1ebfsSHgfx24S7+t3z6uOu6g2S9ub5crW+Wrjk++9uFz//sfTO5Xu+uH9f709PPx390ug+w1Tzc0gktH+5v1/t9R0x8ahPft8j7
  5. GjI5fGZyfFXgnzPDMjGa17PiYIzt3f1qd5yqy4tfjz+99N1tVh9uu6ub9cPxv8v97rH787ddt7q5+rTa3BxHsD8Y92H4+9e/9g/ebW+6ZZOfP7vuRpoe/jA3
  6. MnPILdA51FB7flP9uoF+//X30G/ktcvM+bg4zVtozsc5ujrjlK4WZcvZuHdCLTO+o/bc6z

Paste #pd1xc7wzz

  1. git fetch upstream
  2. git branch --list -a
  3.  
  4. git merge upstream/master
  5. git push origin

Paste #pyqy4enmf

  1. byte tb[4];
  2. for (int i = 3; i >= 0; i--) {
  3.     if (value <= 0x7F) {
  4.         tb[i] = value;
  5.         fwrite(&tb[i], 1, 4 - i, f);

Paste #pnsdt7tyl

  1. diff --git a/CorsixTH/Src/th_gfx_sdl.cpp b/CorsixTH/Src/th_gfx_sdl.cpp
  2. index d3e228b..f55c6bf 100644
  3. --- a/CorsixTH/Src/th_gfx_sdl.cpp
  4. +++ b/CorsixTH/Src/th_gfx_sdl.cpp
  5. @@ -78,11 +78,11 @@ static inline uint32_t makeSwapRedBlue(uint8_t iOpacity, uint8_t iR, uint8_t iG,

Paste #pm6i1yfef

  1. commit 41a620c1a7d51b0f97b243359a67955e6323f735
  2. Author: J0anJosep <juanjo.ng.83@gmail.com>
  3. Date:   Sat Mar 31 18:09:29 2018 +0200
  4.  
  5.     Fix #6805: (Doc) Road depot and stations (except rail stations and waypoints) do not use m8 for railtype.

Paste #p32apfp6i

  1. The mountains should now be glitch-free, so they are safe to conquer by train, road vehicle, aircraft, and even by ship! In addition, improvements were made to zoomed guis, for more fun at the high resolution screens.
  2. There are other features and fixes too, for the full log, see the [url=http://binaries.openttd.org/releases/1.5.0-beta2/changelog.txt]changelog[/url]. If you are more interested in playing, [url=http://www.openttd.org/en/download-testing]download here[/url].
  3.  
  4. The new beta is just perfect for checking out the results of the title game competition, after [url=http://www.tt-forums.net/viewtopic.php?p=1143165#p1143165]looking at the screenshots and sending in

Paste #poiuz4sgm

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

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

  1. diff --git a/CorsixTH/Src/th_lua_map.cpp b/CorsixTH/Src/th_lua_map.cpp
  2. index 8436bba..a36221a 100644
  3. --- a/CorsixTH/Src/th_lua_map.cpp
  4. +++ b/CorsixTH/Src/th_lua_map.cpp
  5. @@ -500,7 +500,7 @@ static int l_map_remove_cell_thob(lua_State *L)

Paste #pxhdxo9yw

  1. print("Enter the range, values separated by comma:")
  2. [a,b] = [int(z) for z in input().split(',')]
  3. odd = set(['1','3','5','7','9'])
  4. l = []
  5. for n in range(a,b+1):

Paste #peyx5a7e6

  1. diff -r 5526d64e6def webtranslate/newgrf/language_file.py
  2. --- a/webtranslate/newgrf/language_file.py  Mon May 25 17:14:35 2015 +0200
  3. +++ b/webtranslate/newgrf/language_file.py  Mon May 25 17:57:51 2015 +0200
  4. @@ -420,7 +420,7 @@
  5.      @type plurals: C{list} of C{int}

Paste #pzjwl19ka

  1. switch (FEAT_TRAINS, SELF, slammer_switch_graphics_position_in_consist_check_1_DFLT, 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_DFLT, position_in_vehid_chain % 6) {
  5.     0: return slammer_switch_graphics_engine_id_1;

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