Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pj0ywzrna
Show paste
~/ottd/pp$ ./bin/pp -o test.nml tests/tokenize_test.txt
Traceback (most recent call last):
File "./bin/pp", line 15, in <module>
from pp import main
File "/home/ingo/ottd/pp/pp/main.py", line 4, in <module>
gobbledegook
Show paste
execve("/usr/bin/openttd", ["openttd", "-D"], 0x7ffc083adcc8 /* 15 vars */) = 0
brk(NULL) = 0x5586fc6b7000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Paste #pbrq6lrsm
Show paste
src/gfx_layout.cpp:674:16: warning: unused variable 'old_str' [-Wunused-variable]
const char *old_str = str;
src/music/cocoa_m.cpp:25:9: warning: 'Rect' macro redefined [-Wmacro-redefined]
Paste #pvb5lnrj7
Show paste
src/video/cocoa/event.mm:267:22: warning: 'NSShiftKeyMask' is deprecated: first deprecated
in macOS 10.12 [-Wdeprecated-declarations]
if (_current_mods & NSShiftKeyMask) key |= WKC_SHIFT;
^~~~~~~~~~~~~~
NSEventModifierFlagShift
Paste #ppjajx8dt
Show paste
src/economy.cpp:702:20: error: expected expression
c->cur_economy = {};
^
1 error generated.
make[1]: *** [economy.o] Error 1
Paste #p5lquxty0
Show paste
openttd:
* grfcodec/renum
* nml
* opengfx
* opensfx
Paste #pu7chmicp
Show paste
repo conversion:
- authors: "yexo" -> "yexo@openttdcoop.org"
"openttdcoop" organisation
- hosts repositories like "nml"
Paste #pyp8qrujr
Show paste
tilelayout small_airport_layout_seaplane_north {
rotation: DIRECTION_NORTH;
0, 0: seaplane_dock_negative_tile;
1, 0: water_tile;
2, 0: seaplane_dock_negative_tile;
Paste #pshv2njgd
Show paste
planetmaker@localhost:~/ottd/grfdev/ogfx-airports$ nmlc ogfx-airports.nml
nmlc info: 478 sprites, 0 cached, 384 orphaned, 94 duplicates, 384 newly encoded (native)
nmlc info: Airport items: 14/128
nmlc info: Airport Tile items: 147/256
nmlc info: Concurrent Action10 labels: 1/240 ("sprites/header.pnml", line 8)
Paste #pikzlfahy
Show paste
- Feature: increase cargo ID range from 32 to 64, to support 64 cargos in OpenTTD 11ab3c4ea2f6a6d29efda8c9ba2af04194621ea7
- Change: Support more DCxx strings for OpenTTD r27769.
- Change: Support more DCxx strings for OpenTTD r27769.
- Add: Properties for vehicle sprite stack.
- Add: CB_FLAG_MORE_SPRITES, PALETTE_IDENTITY
Paste #pqxxhvpef
Show paste
variant 1)
switch(..., blah, num_houses >= 10) {
1: return 0;
return 1;
Paste #pxouetc0k
Show paste
planetmaker@localhost:~/dev/unknown-horizons$ ./run_uh.py
Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/fife/fife.py", line 18, in swig_import_helper
return importlib.import_module(mname)
File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
Paste #paubadsyy
Show paste
dayh=1
if (_dayn > _settings_game.game_creation.slow_time_factor){
_dayn = 1;
_date++;
OnNewDayS();
Paste #p71e4pnrl
Show paste
uint16 _slowD; ///< factor of slowing game down , 1 is normal speed
uint64 _dateS;
uint16 _dayn; ///< factor of slowing game down , 1 is normal speed
Date _date; ///< Current date in days (day counter)
unsigned char _yearn ; ///< regular game year
Paste #p5wy9orf7
Show paste
uint16 _slowD; ///< factor of slowing game down , 1 is normal speed
uint64 _dateS;
uint16 _dayn(0); ///< factor of slowing game down , 1 is normal speed
Date _date; ///< Current date in days (day counter)
unsigned char _yearn ; ///< regular game year
«
1
2
...
32
33
34
35
36
37
38
...
133
134
»