Loading

Paste #pucuvxx6y

  1. Trans-Siberian
  2.  
  3. Check map dimensions
  4.  
  5. If rectangular:
  - choose long axis

Paste #p56ra315c

  1.                         if (this.rankings[rank].goal_id != null) {
  2.                             if (update_method == null) {
  3.                                 if (debug_messages == true) GSLog.Info("Removing goal_id " + this.rankings[rank].goal_id + " from this.rankings[" + rank + "].goal_id");
  4.                                 GSGoal.Remove(this.rankings[rank].goal_id);
  5.                                 this.rankings[rank].goal_id = null;

Paste #pbi1mdbva

  1. class CompanyValue extends GSController
  2. {
  3.     global_goal = null;
  4.    
  5.     function Start();

Paste #p85gqz7pt

  1. #!/usr/bin/env python3
  2. import numpy as np
  3.  
  4. # Storage needed without normal storage and 1st level 20 great storage:
  5. needed_storage = 600000

Paste #ptoawmtv0

  1.  local goalcid = [null]
  2.  
  3.  for (local cid = GSCompany.COMPANY_FIRST; cid != GSCompany.COMPANY_LAST; cid++) {
  4.   GSLog.Info(cid)
  5.   goalcid[cid] = GSGoal.New(cid, GSText(GSText.STR_GOAL_COMPANY_SELF, GSCompany.GetQuarterlyCompanyValue(cid, GSCompany.CURRENT_QUARTER)), GSGoal.GT_COMPANY, cid)
  6.   }

Paste #pikaktc2j

  1. class CompanyValue extends GSController
  2. {
  3.   function Start()
  4.   function Save()
  5.   function Load(version, data);

Paste #ptsyp5qb2

  1. class CompanyValue extends GSInfo
  2. {
  3.  function GetAuthor()        { return "Samu"; }
  4.  function GetName()          { return "Company Value GS"; }
  5.  function GetDescription()   { return "A game script that pauses the game once the target company value is reached"; }

Paste #phvyja9wq

  1. class CompanyValue extends GSController
  2. {
  3.   function Start()
  4.   function Save()
  5.   function Load(version, data);

Paste #pnqweidrz

  1. class MyNewGS extends GSController
  2. {
  3.  
  4.   function Start()
  5.   {

Paste #ppl8yzr9f

  1. class MyNewAI extends AIController
  2. {
  3.  
  4.   function Start()
  5.   {

Paste #pijrjcpdk

  1. class MyNewAI extends AIController
  2. {
  3.  
  4.   function Start()
  5.   {

Paste #p5iyzcmek

  1. Приветствую Вас друзья!
  2.  
  3.  
  4. Производство грузозахватных приспособлений.

openttd_vs140.vcxproj.use

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ImportGroup Label="PropertySheets" />
  4.   <PropertyGroup Label="UserMacros" />
  5.   <PropertyGroup>

Paste #pgisqpmga

  1. Index: projects/openttd_vs140.vcxproj
  2. ===================================================================
  3. --- projects/openttd_vs140.vcxproj  (revision 27795)
  4. +++ projects/openttd_vs140.vcxproj  (working copy)
  5. @@ -91,6 +91,22 @@

Paste #pmagjxrkt

  1. # HG changeset patch
  2. # User Ricardo@FX-8150
  3. # Date 1516994947 0
  4. #      Fri Jan 26 19:29:07 2018 +0000
  5. # Branch trunk