Loading

Paste #pzrn5no1x

  1. [SRC] Linking openttd
  2. make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/release'
  3. [11:08 lordaro@Apollo openttd] > git d
  4. diff --git a/src/fontcache.cpp b/src/fontcache.cpp
  5. index 7c358145b..b7df8df7f 100644

Paste #p5pkub5ce

  1. [SRC] Linking openttd
  2. Undefined symbols for architecture x86_64:
  3.   "_deflate", referenced from:
  4.       ZlibSaveFilter::Write(unsigned char*, unsigned long) in saveload.o
  5.       ZlibSaveFilter::Finish() in saveload.o

temporary transparency

  1. Index: src/dock_gui.cpp
  2. ===================================================================
  3. --- src/dock_gui.cpp    (revision 27772)
  4. +++ src/dock_gui.cpp    (working copy)
  5. @@ -27,6 +27,7 @@

temporary transparency

  1. Index: src/dock_gui.cpp
  2. ===================================================================
  3. --- src/dock_gui.cpp    (revision 27772)
  4. +++ src/dock_gui.cpp    (working copy)
  5. @@ -27,6 +27,7 @@

Paste #pwcgpradb

  1. [SRC] Linking openttd
  2. station.o:(.bss+0x60): multiple definition of `SmallStack<unsigned short, unsigned short, (unsigned short)65535, (unsigned short)8, (unsigned short)65533>::_pool'
  3. aircraft_cmd.o:(.bss._ZN10SmallStackIttLt65535ELt8ELt65533EE5_poolE[_ZN10SmallStackIttLt65535ELt8ELt65533EE5_poolE]+0x0): first defined here
  4. collect2: error: ld returned 1 exit status

temporary transparency

  1. Index: src/dock_gui.cpp
  2. ===================================================================
  3. --- src/dock_gui.cpp    (revision 27772)
  4. +++ src/dock_gui.cpp    (working copy)
  5. @@ -27,6 +27,7 @@

temporary transparency

  1. Index: src/dock_gui.cpp
  2. ===================================================================
  3. --- src/dock_gui.cpp    (revision 27772)
  4. +++ src/dock_gui.cpp    (working copy)
  5. @@ -27,6 +27,7 @@

Paste #puldgo83o

  1. Index: src/saveload/newgrf_sl.cpp
  2. ===================================================================
  3. --- src/saveload/newgrf_sl.cpp  (revision 27770)
  4. +++ src/saveload/newgrf_sl.cpp  (working copy)
  5. @@ -96,8 +96,14 @@

Paste #pv4hpnauh

  1.         int mass = t->cache.num_houses / 8;
  2.         /* Actually we are proportional to sqrt() but that's right because we are covering an area.
  3.          * The offsets are to make sure the radii do not decrease in size when going from the table
  4.          * to the calculated value.*/
  5.         t->cache.squared_town_zone_radius[0] = mass * 15 - 40;

wire templates

  1. template tmpl_wire_normal(file) {
  2.     [ 10, 10, 64, 47, -31, -16, file]
  3.     [ 80, 10, 64, 47, -31, -16, file]
  4.  
  5.     [150, 10, 64, 47, -31, -16, file]

Paste #pu93ocyjb

  1. .PHONY: all
  2. all:
  3.     bin/compile
  4.  
  5. .PHONY: release

Paste #pt8sdmz22

  1. diff -r 1cb585403212 nml/grfstrings.py
  2. --- a/nml/grfstrings.py Sat Mar 04 19:32:22 2017 +0100
  3. +++ b/nml/grfstrings.py Sat Mar 04 19:57:24 2017 +0100
  4. @@ -944,7 +944,7 @@
  5.              parsed_string += SET_STRING_GENDER[str_type] + '\\{:02X}'.format(self.genders[self.strings[string_id].gender])

Paste #pybhina4m

  1. -        10 02 "Majandus" 9A 10 03 "Majandus" 9A 10 01 "Majandus" 9A
  2. +        10 02 "Majandus" 9A 10 01 "Majandus" 9A 10 03 "Majandus" 9A

Paste #ptvy7ysmq

  1. Index: lang/english.txt
  2. ===================================================================
  3. --- lang/english.txt    (revision 27764)
  4. +++ lang/english.txt    (working copy)
  5. @@ -3689,7 +3689,9 @@

Paste #pgzr2xfsv

  1. ---- vanilla NML ----
  2.  
  3. switch (FEAT_ROADVEHS, SELF, acton_switch_loading_speed_by_cargo_0, cargo_classes & bitmask(CC_MAIL, CC_ARMOURED)) {
  4.     bitmask(CC_MAIL): return 5;
  5.     bitmask(CC_ARMOURED): return 5;