- Mar 08, 2010
- Mar 07, 2010
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed the %V (Synchronet version) specifier - it's apparently never worked. Added support for %C and %I for command-line use in other servers.
-
rswindell authored
"UP:n", "DOWN:n" codes (and other sequences) and the "LEFT" code didn't work since it was superceded by the (Wildcat-compatible) "LEFT" code for time remaining.
-
- Mar 06, 2010
- Mar 05, 2010
-
-
rswindell authored
is defined.
-
rswindell authored
than just filewrap.c or it's consumers).
-
rswindell authored
is defined (for MSVC only, currently).
-
rswindell authored
milliseconds.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
printf() and sscanf().
-
rswindell authored
-
rswindell authored
in size (or >4G-1byte depending on how the return value was used). This is going to trigger a bunch of warnings like this: conversion from '__int64 ' to 'unsigned long ', possible loss of data which will be fixed over type (either with typecasts or by supporting 64-bit file sizes, as the case may be).
-
deuce authored
-
deuce authored
1) We know it's not empty -- and -- 2) We want to wait until it is
-
deuce authored
-
deuce authored
-
- Mar 04, 2010
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
*stab*
-
deuce authored
to actually work).
-
mcmlxxix authored
fixed numerous scoring bugs (that have been plagueing me for 2 years)
-
deuce authored
Clear the outbuf empty event BEFORE writing a byte to prevent clearing the event if the output thread sends the newly added byte before the event is cleared: ie: Main Output RingBufWrite RingBufRead SetEvent ClearEvent
-