Loading

The Porn-hoard

  1. http://p4rsl5vnyumjwkncw3bu6ewufrxplr6t5wwpbkvxqkdxtaodzdbxnkyd.onion/

Paste #pa7nscczm

  1. void ScriptConfig::ResetChangeableSettings()
  2. {
  3.     if (this->info == NULL) return;
  4.  
  5.     for (SettingValueList::iterator it = this->settings.begin(); it != this->settings.end(); it++) {

rcon3.diff

  1. Index: src/console_cmds.cpp
  2. ===================================================================
  3. --- src/console_cmds.cpp    (Revision 20473)
  4. +++ src/console_cmds.cpp    (Arbeitskopie)
  5. @@ -18,6 +18,7 @@

Paste #pikaktc2j

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

Paste #pcfxdrh8h

  1. UnicodeDecodeError('utf-8', b'\xb0!"\xa7$%&/()=?`@QWERTZUIOP\xdc{{}*ASDFGHJKL\xd6\xc4\'>YXCVBNM;:_ .', 0, 1, 'invalid start byte')
  2.  
  3. Traceback (most recent call last):
  4.   File "/home/openttd/eints/webtranslate/bottle.py", line 862, in _handle
  5.     return route.call(**args)

Paste #pcocnay3q

  1. Default openttd.cfg with fixed Generation Seed: 731201923
  2.  
  3. AI name        (version) - status    ;  company value;  trs  rvs  shs  acs; profit vs  %; served sts  %;   profit ly;   profit tr;   profit rv;  profit sh;   profit ac;      avg/best tr     %;     avg/best rv    %;     avg/best sh     %;      avg/best ac     %; pieces rl; pieces rd; pieces cl; pieces ap; eff rl; eff rd;  eff cl;    eff ap;
  4.  
  5. AdmiralAI          (v25) - finished  ;   £709,649,137;  93t 371r       43a; 446/507  88%;  104/123  85%; £18,509,957;  £6,403,582;  £2,347,311;           ;  £9,759,064;  £68,856/£409,302  17%;  £6,327/£16,411  39%;                      ; £226,955/£914,547  25%;

Paste #pnh7qtkyt

  1. diff --git a/src/newgrf_roadtype.cpp b/src/newgrf_roadtype.cpp
  2. index ddacaaf..64eaeca 100644
  3. --- a/src/newgrf_roadtype.cpp
  4. +++ b/src/newgrf_roadtype.cpp
  5. @@ -131,7 +131,7 @@ uint8 GetReverseRoadTypeTranslation(RoadTypeIdentifier rti, const GRFFile *grffi

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

  1. Best industry colors for "green" map, according to CIE2000:
  2. [215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 180, 204, 198, 165, 177, 64, 132, 70, 161, 211, 33, 142, 9, 191, 157, 45, 4, 189, 147, 167, 183, 186, 127, 116, 140, 171, 104, 35, 37, 12, 102, 213, 60, 194, 43, 133, 130, 6, 118, 255, 26, 214, 134, 203, 48, 69, 155, 62, 162, 41, 85, 111, 1, 126, 19, 209, 63, 168, 124, 65, 143, 17, 100, 166, 200, 24, 207, 190, 83, 55, 121, 61, 101, 128, 148, 56, 52, 68, 30, 99, 38, 49, 172, 77, 103, 163, 196, 164, 173, 44, 141, 115, 153, 152, 75, 57, 18, 20, 81, 28, 98, 187, 185, 79, 170, 135, 22, 106, 46, 181, 109, 205, 192, 47, 86, 29, 10, 7, 34, 178, 154, 184, 76, 1

Paste #pbi1mdbva

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

Paste #peugklr8z

  1. SVN style:
  2.   [branch] -Keyword [FS#12345] (r12345): [section] Message. (credits)
  3.   [1.8] -Fix [FS#12345] (r12345): [NewGRF] Everything. (wizzzard)
  4.  
  5. Discussion:

Wolf01

  1. Game launched
  2. dbg: [misc] [GenerateWorld] Game seed: 0; New game seed: 0
  3. dbg: [misc] [_GenerateWorld] Game seed: 0; New game seed: 0
  4. dbg: [misc] [SwitchToMode] SM_MENU

Paste #paxqo42ed

  1.     virtual void DrawWidget(const Rect &r, int widget) const
  2.     {
  3.         uint widest_icon = 0;
  4.         static const SpriteID icons[] = { SPR_AICONFIG_DEAD, SPR_AICONFIG_ELIGIBLE, SPR_AICONFIG_ALIVE, SPR_AICONFIG_HUMAN, SPR_AICONFIG_RANDOM };
  5.         for (uint i = 0; i < lengthof(icons); i++) {

Paste #p8tmhtbch

  1. # target 'install' which installs the grf
  2. ################################################################
  3. # Install targets
  4. ################################################################
  5. ################################################################

Paste #po0sy3phj

  1. // Global function for checking if SCP is enabled at all
  2. function IsSCPEnabled()
  3. {
  4.     return GSController.GetSetting("scp_support");
  5. }