tp me
command it might as well be tp_me
/team -1
/top5 -5
me
args in first place?me
args in first place? tele me
all
you might accidentially type all, instead of my idint64_t
for file sizes and offsets of io_seek
, io_tell
, io_skip
and io_length
functions to support reading larger files, in particular Teehistorian demos larger than 2 GiB. Implement the io_seek
function using the _fseeki64
function on Windows and the fseeko
function on non-Windows. Implement the io_tell
function using the _ftelli64
function on Windows and the ftello
function on non-Windows. Define _FILE_OFFSET_BITS=64
to ensure that off_t
is a 64 bit type for th...