Loading

Paste #ptefugd4c

  1. Feature: Add option to adjust font size separately from GUI size. (#7003)
  2. Add: News menu entry and shortcut for deleting all messages. (#7240)
  3. Add: Show performance of AI and GS in framerate window
  4. Change #6800: [OSX] Use high-precision scrolling deltas for 2D scrolling
  5. Change: Add scrollbar to cargo legend in cargo payment rates window.

Paste #pthkwwqir

  1. /**
  2.  * Check whether growing on a half-tile coast tile ends up blocking a water connection
  3.  *
  4.  * @param tile The target tile
  5.  * @return true if building here blocks a water connection

Paste #pee8qlkwu

  1. /**
  2.  * Check whether growing on a half-tile coast tile ends up blocking a water connection
  3.  *
  4.  * @param tile The target tile
  5.  * @return true if building here blocks a water connection

Paste #pvtw9ecev

  1. D:\developpement\GitHub\vcpkg [master ≡]> .\vcpkg.exe list
  2. bzip2:x64-windows-static                           1.0.6-4          High-quality data compressor.
  3. bzip2:x86-windows-static                           1.0.6-4          High-quality data compressor.
  4. freetype:x64-windows-static                        2.9.1-1          A library to render fonts.
  5. freetype:x86-windows-static                        2.9.1-1          A library to render fonts.

Paste #p84xxtbjf

  1. [ 99%] Linking CXX executable openttd
  2. CMakeFiles/openttd.dir/generated/rev.cpp.o: In Funktion »IsReleasedVersion()«:
  3. rev.cpp:(.text+0x0): Mehrfachdefinition von »IsReleasedVersion()«
  4. CMakeFiles/openttd.dir/src/rev.cpp.o:rev.cpp:(.text+0x0): hier zuerst definiert
  5. CMakeFiles/openttd.dir/generated/rev.cpp.o:(.rodata+0x0): Mehrfachdefinition von »_openttd_revision«

Paste #pyhxujcqj

  1. diff --git a/nml/parser.py b/nml/parser.py
  2. index 8d28382..d23764b 100644
  3. --- a/nml/parser.py
  4. +++ b/nml/parser.py
  5. @@ -441,8 +441,12 @@ class NMLParser(object):

Paste #ptxdthou9

  1. ~/ottd/OpenTTD-master/.git$ cat config
  2. [core]
  3.     repositoryformatversion = 0
  4.     filemode = true
  5.     bare = false

Paste #p081e9gnw

  1.     produce (aluminium_plant_simple_produce,
  2.                 waiting_cargo_1,
  3.                 waiting_cargo_2,
  4.                 waiting_cargo_3,
  5.                 LOAD_PERM(4) * LOAD_PERM(1) * LOAD_TEMP(4) / (64) +

Paste #pzkhn4386

  1.         /* This station can be used, add it to st1/st2 */
  2.         if (st1 == NULL) {
  3.             st1 = st; best_rating1 = st->goods[type].rating;
  4.         } else if (owner == MAX_COMPANIES || st1->owner == OWNER_NONE || st->owner == OWNER_NONE || (st->owner == owner && st->owner == st1->owner) || (st->owner != owner && st1->owner != owner)) {
  5.             if (st->goods[type].rating >= best_rating1) {

Paste #pzk83sgm1

  1.         /* This station can be used, add it to st1/st2 */
  2.         if (st1 == NULL) {
  3.             st1 = st; best_rating1 = st->goods[type].rating;
  4.         } else {
  5.             if (owner == MAX_COMPANIES || st1->owner == OWNER_NONE || st->owner == OWNER_NONE || (st->owner == owner && st->owner == st1->owner) || (st->owner != owner && st1->owner != owner)) {

Paste #ptsdqblf6

  1.         /* This station can be used, add it to st1/st2 */
  2.         if (owner == MAX_COMPANIES || owner == INVALID_OWNER || st->owner == OWNER_NONE || st->owner == owner) {
  3.             if (st1 == NULL || st->goods[type].rating >= best_rating1) {
  4.                 st2 = st1; best_rating2 = best_rating1; st1 = st; best_rating1 = st->goods[type].rating;
  5.             } else if (st2 == NULL || st->goods[type].rating >= best_rating2) {

Paste #pepir7ja6

  1. /**
  2.  * Test whether a vehicle can load cargo at a station even if exclusive transport rights are present.
  3.  * @param st Station with cargo waiting to be loaded.
  4.  * @param v Vehicle loading the cargo.
  5.  * @return true when a vehicle can load the cargo.

Paste #py6mtez6a

  1. OpenTTD.andythenorth(7213)$ make run-lldb
  2. [SRC] No such source-file: run-lldb.[c|cpp|mm|rc]
  3. cc   run-lldb.o   -o run-lldb
  4. clang: error: no such file or directory: 'run-lldb.o'
  5. clang: error: no input files

Paste #pqhbaoyzr

  1. OpenTTD.andythenorth(7213)$ lldb ./bin/openttd
  2. (lldb) target create "./bin/openttd"
  3. Current executable set to './bin/openttd' (x86_64).
  4. (lldb)
  5. Current executable set to './bin/openttd' (x86_64).

Paste #pqkpfycxi

  1. [2019-02-20 13:40:20] dbg: [misc] Repositioning Main Toolbar...
  2. [2019-02-20 13:40:20] dbg: [misc] Repositioning statusbar...