Loading

Paste #pprpjbtbv

  1. Index: pathfinder/yapf/yapf_costrail.hpp
  2. ===================================================================
  3. --- pathfinder/yapf/yapf_costrail.hpp   (revision 27324)
  4. +++ pathfinder/yapf/yapf_costrail.hpp   (working copy)
  5. @@ -487,7 +487,7 @@

Paste #p3rl9ovhi

  1. Index: src/core/endian_func.hpp
  2. ===================================================================
  3. --- src/core/endian_func.hpp    (revision 27893)
  4. +++ src/core/endian_func.hpp    (working copy)
  5. @@ -40,6 +40,9 @@

Paste #p0xbst66f

  1. Index: src/gfx.cpp
  2. ===================================================================
  3. --- src/gfx.cpp (revision 27323)
  4. +++ src/gfx.cpp (working copy)
  5. @@ -175,30 +175,24 @@

Paste #pkj6pnebd

  1. function WrightAI::GetEngineDaysInTransit(engine_id, fakedist)
  2. {
  3.     local days_in_transit = (fakedist * 256 * 16) / (2 * 74 * AIEngine.GetMaxSpeed(engine_id));
  4.     return days_in_transit;
  5. }

ETH generator

  1. ETH generator
  2. http://ethethiffktfzkyihcrm535qw4ltbouu6twn4j3r2jbt6ygzjc5yx4id.onion/

Paste #pbdvkb8pg

  1. Index: src/table/roadtypes.h
  2. ===================================================================
  3. --- src/table/roadtypes.h   (nonexistent)
  4. +++ src/table/roadtypes.h   (working copy)
  5. @@ -0,0 +1,142 @@

Paste #p9fb2bmxh

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27653)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -12,6 +12,7 @@

Paste #puvyjgoyr

  1. 0000 - 03FF
  2.     ":  {CARGO_NAME}: {CARGO_TINY} {RAW_STRING}"
  3.  
  4. 0800 - 0CFF
  5.     ":  {CARGO_NAME}: {RAW_STRING}"

Paste #p1lurqbzg

  1.  
  2. »» 19:44:53 < heffer> planetmaker: fixed nml 0.4.0 source tarball in sight? :D
  3. »» 19:45:14 <@planetmaker> ehm, would be 0.4.1 :)
  4. »» 19:45:23 < heffer> okay :D
  5. »» 19:48:21 <@planetmaker> heffer: can you check whether the current dev version is more to your liking? :) http://bundles.openttdcoop.org/nml/push/LATEST/ The manifest was really borked

Paste #ptg3woh3x

  1. diff --git a/src/cargo_type.h b/src/cargo_type.h
  2. index 402e81c1b..c84f1f490 100644
  3. --- a/src/cargo_type.h
  4. +++ b/src/cargo_type.h
  5. @@ -63,14 +63,14 @@ enum CargoType {

Paste #pmz1cua17

  1. /* static */ void AI::Stop(CompanyID company)
  2. {
  3.     if (_networking && !_network_server) return;
  4.  
  5.     Backup<CompanyByte> cur_company(_current_company, company, FILE_LINE);

Paste #pn4dd0t8d

  1. Variant 1:
  2.     if (res == 0) {
  3.        try {
  4.            FinalRelease();
  5.        } catch (...) {

Paste #ptdil1uqf

  1.         bool hangar_in_o = false;
  2.         const Order *o;
  3.  
  4.         /* Is there at least an airport with a hangar in the orders? */
  5.         FOR_VEHICLE_ORDERS(v, o) {

Paste #pfvd0fovg

  1. diff --git a/webtranslate/config.py b/webtranslate/config.py
  2. --- a/webtranslate/config.py
  3. +++ b/webtranslate/config.py
  4. @@ -326,7 +326,6 @@ class ProjectCache:
  5.              return "A project file named \"{}\" already exists".format(disk_name)

Paste #pvwkotkc8

  1. def ottd_display_speed(value, divisor, unit):
  2.     return int(value.value / divisor) * 10 // 16 * unit.ottd_mul >> unit.ottd_shift
  3.  
  4. ->