- Dec 03, 2005
- Dec 02, 2005
- Dec 01, 2005
-
-
rswindell authored
-
- Nov 30, 2005
- Nov 29, 2005
-
-
rswindell authored
JS_ValueToInt32 fails - could this've been the cause of Deuce's mysterious file.read() problems?
-
deuce authored
<DigitalMan> bad <DigitalMan> and referencing file.length could very well reset the ferror() value, so sample and save the file.error value immediately after error
-
deuce authored
-
deuce authored
forcing the log level to at least LOG_INFO when an item is read from the .ini file.
-
deuce authored
This *should* result in the highest possible resolution.
-
deuce authored
-
deuce authored
-
deuce authored
to be able to accurately cast a long long int to a long double. Replace: (long double)x/y WITH (x/y)+((long double)(x%y)/y) Can everyone look for a problem with assuming those two are interchangeable with the second being more accurate?
-
deuce authored
Hopefully, this will fix the massively negative times.
-
deuce authored
are apparently the same thing, not so for nost *nix systems. Unsure of BCC. At the very least, MSVC doesn't support a long double type with *printf() whereas *nix does. This does not *seem* to be causing a problem, but it may.
-
rswindell authored
method would insert keys at end of the input ring buffer. This was fine if there weren't already chars in the buffer. But if there were already chars in the input buffer, ansi_getxy() would then move keys to the end of the input buffer until it found the <ESC>[y;xR response it was looking for. This garbled the user's input in split-screen chat as reported by JasHud and others. If there was a RingBufInsert() routine, we could use that instead, but this separate "ungetkey" buf will do for now.
-
- Nov 28, 2005
-
-
rswindell authored
if Synchronet NT services were installed, but disabled.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
<DigitlMan> the colons in the "Program Settings" menu are kinda ugly :-)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Make scrollback buffer shared.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-