Home
last modified time | relevance | path

Searched refs:marshallByte (Results 1 – 13 of 13) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dtags.cc639 marshallByte(th, 25); in tag_construct_you()
643 marshallByte(th, 52); in tag_construct_you()
647 marshallByte(th, 52); in tag_construct_you()
652 marshallByte(th, 50); in tag_construct_you()
667 marshallByte(th, 30); in tag_construct_you()
739 marshallByte(th, 5); in tag_construct_you_items()
741 marshallByte(th, 50); in tag_construct_you_items()
750 marshallByte(th, 4); in tag_construct_you_items()
752 marshallByte(th, 50); in tag_construct_you_items()
767 marshallByte(th, 50); in tag_construct_you_items()
[all …]
H A Dtags.h35 void marshallByte(struct tagHeader &th, char data);
H A Dfiles.cc254 marshallByte(versionTag, majorVersion); in write_tagged_file()
255 marshallByte(versionTag, minorVersion); in write_tagged_file()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc778 marshallByte(th, nlast); in _run_length_encode()
1437 marshallByte(th, you.piety); in _tag_construct_you()
1507 marshallByte(th, 52); in _tag_construct_you()
1511 marshallByte(th, 52); in _tag_construct_you()
1597 marshallByte(th, NUM_GODS); in _tag_construct_you()
1655 marshallByte(th, da); in _tag_construct_you()
2092 marshallByte(th, vp.seen); in marshall_vault_placement()
5631 marshallByte(th, m.speed); in marshallMonster()
5641 marshallByte(th, help); in marshallMonster()
5667 marshallByte(th, m.god); in marshallMonster()
[all …]
H A Ddlua.cc71 marshallByte(outf, CT_EMPTY); in write()
77 marshallByte(outf, CT_COMPILED); in write()
82 marshallByte(outf, CT_SOURCE); in write()
H A Dl-file.cc41 marshallByte(th, lua_toboolean(ls, 2)); in file_marshall()
120 marshallByte(th, static_cast<int8_t>(ptype)); in file_marshall_meta()
H A Dstore.cc441 marshallByte(th, (char) _type); in write()
442 marshallByte(th, (char) flags); in write()
451 marshallByte(th, val.byte); in write()
1394 marshallByte(th, 0); in write()
1400 marshallByte(th, static_cast<char>(type)); in write()
1401 marshallByte(th, (char) default_flags); in write()
H A Dstash.cc520 marshallByte(outf, pos.x); in save()
521 marshallByte(outf, pos.y); in save()
523 marshallByte(outf, feat); in save()
524 marshallByte(outf, trap); in save()
528 marshallByte(outf, visited? 1 : 0); in save()
H A Dmapmark.cc267 marshallByte(outf, lua_init); in write()
866 marshallByte(out, ctype); in write()
869 marshallByte(out, max_rad); in write()
873 marshallByte(out, kcat); in write()
H A Dtags.h93 void marshallByte (writer &, int8_t);
H A Dmaps.cc1401 marshallByte(outf, WORD_LEN); in _write_map_prelude()
1417 marshallByte(outf, WORD_LEN); in _write_map_full()
1434 marshallByte(outf, WORD_LEN); in _write_map_index()
H A Dtravel.cc3355 marshallByte(outf, type); in save()
3363 marshallByte(outf, guessed_pos? 1 : 0); in save()
3364 marshallByte(outf, type); in save()
3848 marshallByte(outf, NUM_DACTION_COUNTERS); in save()
H A Ddungeon.cc6678 marshallByte(th, region[0]); in write()
6679 marshallByte(th, region[1]); in write()
6680 marshallByte(th, region[2]); in write()