- Dec 04, 2005
-
-
rswindell authored
-
- Dec 03, 2005
-
-
rswindell authored
-
rswindell authored
(via the alias.cfg file) no longer worked because the ":port" portion of the destination address wasn't being removed.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
most of the small menus are working. Email and File Transfers are currently broken and/or not completely implemented.
-
deuce authored
-
deuce authored
Properly support \r and \n
-
deuce authored
-
- 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