Loading

Paste #pj0ywzrna

  1. ~/ottd/pp$ ./bin/pp -o test.nml tests/tokenize_test.txt
  2. Traceback (most recent call last):
  3.   File "./bin/pp", line 15, in <module>
  4.     from pp import main
  5.   File "/home/ingo/ottd/pp/pp/main.py", line 4, in <module>

gobbledegook

  1. execve("/usr/bin/openttd", ["openttd", "-D"], 0x7ffc083adcc8 /* 15 vars */) = 0
  2. brk(NULL)                               = 0x5586fc6b7000
  3. access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
  4. openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  5. openat(AT_FDCWD, "/usr/lib/tls/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

Paste #pbrq6lrsm

  1. src/gfx_layout.cpp:674:16: warning: unused variable 'old_str' [-Wunused-variable]
  2.                         const char *old_str = str;
  3.  
  4.  
  5. src/music/cocoa_m.cpp:25:9: warning: 'Rect' macro redefined [-Wmacro-redefined]

Paste #pvb5lnrj7

  1. src/video/cocoa/event.mm:267:22: warning: 'NSShiftKeyMask' is deprecated: first deprecated
  2.       in macOS 10.12 [-Wdeprecated-declarations]
  3.         if (_current_mods & NSShiftKeyMask)     key |= WKC_SHIFT;
  4.                             ^~~~~~~~~~~~~~
  5.                             NSEventModifierFlagShift

Paste #ppjajx8dt

  1. src/economy.cpp:702:20: error: expected expression
  2.                 c->cur_economy = {};
  3.                                  ^
  4. 1 error generated.
  5. make[1]: *** [economy.o] Error 1

Paste #p5lquxty0

  1. openttd:
  2. * grfcodec/renum
  3. * nml
  4. * opengfx
  5. * opensfx

Paste #pu7chmicp

  1. repo conversion:
  2.  - authors: "yexo" -> "yexo@openttdcoop.org"
  3.  
  4. "openttdcoop" organisation
  5.  - hosts repositories like "nml"

Paste #pyp8qrujr

  1. tilelayout small_airport_layout_seaplane_north {
  2.  rotation: DIRECTION_NORTH;
  3.  0, 0: seaplane_dock_negative_tile;
  4.  1, 0: water_tile;
  5.  2, 0: seaplane_dock_negative_tile;

Paste #pshv2njgd

  1. planetmaker@localhost:~/ottd/grfdev/ogfx-airports$ nmlc ogfx-airports.nml
  2.  nmlc info: 478 sprites, 0 cached, 384 orphaned, 94 duplicates, 384 newly encoded (native)
  3.  nmlc info: Airport items: 14/128
  4.  nmlc info: Airport Tile items: 147/256
  5.  nmlc info: Concurrent Action10 labels: 1/240 ("sprites/header.pnml", line 8)

Paste #pikzlfahy

  1. - Feature: increase cargo ID range from 32 to 64, to support 64 cargos in OpenTTD 11ab3c4ea2f6a6d29efda8c9ba2af04194621ea7
  2. - Change: Support more DCxx strings for OpenTTD r27769.
  3. - Change: Support more DCxx strings for OpenTTD r27769.
  4. - Add: Properties for vehicle sprite stack.
  5. - Add: CB_FLAG_MORE_SPRITES, PALETTE_IDENTITY

Paste #pqxxhvpef

  1. variant 1)
  2.  
  3. switch(..., blah, num_houses >= 10) {
  4.  1: return 0;
  5.  return 1;

Paste #pxouetc0k

  1. planetmaker@localhost:~/dev/unknown-horizons$ ./run_uh.py
  2. Traceback (most recent call last):
  3.   File "/usr/lib64/python3.6/site-packages/fife/fife.py", line 18, in swig_import_helper
  4.     return importlib.import_module(mname)
  5.   File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module

Paste #paubadsyy

  1. dayh=1
  2.     if (_dayn > _settings_game.game_creation.slow_time_factor){
  3.         _dayn  = 1;
  4.         _date++;
  5.         OnNewDayS();

Paste #p71e4pnrl

  1. uint16 _slowD;       ///< factor of slowing game down , 1 is normal speed
  2. uint64 _dateS;
  3. uint16 _dayn;       ///< factor of slowing game down , 1 is normal speed
  4. Date      _date;       ///< Current date in days (day counter)
  5. unsigned char _yearn ;       ///< regular game year

Paste #p5wy9orf7

  1. uint16 _slowD;       ///< factor of slowing game down , 1 is normal speed
  2. uint64 _dateS;
  3. uint16 _dayn(0);       ///< factor of slowing game down , 1 is normal speed
  4. Date      _date;       ///< Current date in days (day counter)
  5. unsigned char _yearn ;       ///< regular game year