Loading

Paste #pifc4of5q

  1. /*
  2.    00 01 02 03 04 05 06 07 08 09 ->>> x
  3. 00 xx xx xx xx xx xx xx xx xx xx
  4. 01 xx                         xx
  5. 02 xx                         xx

Paste #ps6q2pxx0

  1. grf {
  2.  grfid: "RS\01\02";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 0;

Paste #phxirpwc5

  1. Index: src/saveload/game_sl.cpp
  2. ===================================================================
  3. --- src/saveload/game_sl.cpp    (revision 26763)
  4. +++ src/saveload/game_sl.cpp    (working copy)
  5. @@ -143,6 +143,9 @@

Paste #pqrfaafoh

  1. Index: src/3rdparty/squirrel/squirrel/sqcompiler.cpp
  2. ===================================================================
  3. --- src/3rdparty/squirrel/squirrel/sqcompiler.cpp       (revision 26763)
  4. +++ src/3rdparty/squirrel/squirrel/sqcompiler.cpp       (working copy)
  5. @@ -66,7 +66,7 @@

Paste #p3kamjev2

  1. grf {
  2.     grfid: "NML\33";
  3.     name: string(STR_REGRESSION_NAME);
  4.     desc: string(STR_REGRESSION_DESC);
  5.     version: 0;

Paste #pqkqld7wy

  1. /*
  2.    -4 -3 -2 -1 00 01 02 03 04 05 ->>> x
  3. -4 xx xx xx xx xx xx xx xx xx xx
  4. -3 xx                         xx
  5. -2 xx                         xx

Paste #pslxvnpmw

  1. Index: projects/generate_vs100.vcxproj
  2. ===================================================================
  3. --- projects/generate_vs100.vcxproj (revision 27153)
  4. +++ projects/generate_vs100.vcxproj (working copy)
  5. @@ -1,5 +1,5 @@

Paste #pbhhwlank

  1. openttd: /mnt/disk2/spiele/OpenTTD/trunk_clean/src/core/math_func.hpp:141: T Clamp(T, T, T) [with T = int]: Assertion `min <= max' failed.
  2.  
  3. Program received signal SIGABRT, Aborted.
  4. 0x00007ffff54574c9 in raise () from /lib64/libc.so.6
  5. (gdb) bt

renewed city growth 109 s

  1. --- Renewed_City_Growth-r109/lang/english.txt   2014-09-03 15:25:42.000000000 +0200
  2. +++ Renewed_City_Growth-r109/lang/english.txt.new       2014-09-07 20:56:07.549217081 +0200
  3. @@ -4,20 +4,20 @@
  4.  STR_TOWNBOX_3            :{STRING3}{STRING3}{STRING3}{STRING3}
  5.  STR_TOWNBOX_4            :{STRING3}{STRING3}{STRING3}{STRING3}{STRING3}

Paste #pfkbm8otk

  1. grf {
  2.  grfid: "RS\01\02";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 1;

Paste #pfhxmdmaf

  1. grf {
  2.  grfid: "RS\01\01";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 0;

Paste #pef0g4kgn

  1. Weight  Self Weight     Symbol Name
  2. 31.15 s  100.0% 0 s     openttd (44198)
  3. 30.71 s   98.5% 0 s      -[OTTD_QuartzView drawRect:]  0x2d39c
  4. 28.99 s   93.0% 0 s       -[OTTD_QuartzView drawRect:]
  5. 28.79 s   92.4% 0 s        CGContextDrawImage

Paste #pchthae2x

  1. grf {
  2.  grfid: "RS\01\02";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 0;

Paste #ps5yuueja

  1. Index: src/lang/english.txt
  2. ===================================================================
  3. --- src/lang/english.txt    (revision 26944)
  4. +++ src/lang/english.txt    (working copy)
  5. @@ -1101,9 +1101,9 @@

Paste #pitvvmta8

  1. diff --git a/nml/actions/action2var.py b/nml/actions/action2var.py
  2. index 878a789..6dd607e 100644
  3. --- a/nml/actions/action2var.py
  4. +++ b/nml/actions/action2var.py
  5. @@ -619,6 +619,9 @@ class Varaction2Parser: