Modified Files:
| src/sbbs3/sexyz.c | 1.86 | 1.87 | diff |
Log Message: Fix for tool chains where CLOCKS_PER_SEC is defined as a floating point value (e.g. 1000.0) instead of an integer (e.g. 1000). Borland C++ is one example.
Modified Files:
| exec/mailproc_util.js | 1.9 | 1.10 | diff |
Log Message: Fix folded header field parsing bug in parse_msg_header(), if the folded data portion contained a colon, it would be interpretted as a new header field.
Modified Files:
| exec/mailproc_example.js | 1.3 | 1.4 | diff |
Log Message: Updated comments (with instructions).
Modified Files:
| src/syncterm/syncterm.c | 1.152 | 1.153 | diff |
Log Message: Use "correct" paths under OS X
Modified Files:
| src/sbbs3/writemsg.cpp | 1.78 | 1.79 | diff |
Log Message: Create a log entry every time a user edits a text file (using internal editor).
Modified Files:
| src/sbbs3/writemsg.cpp | 1.77 | 1.78 | diff |
Log Message: Create a log entry every time a user edits a text file.
Modified Files:
| src/syncterm/st_crypt.c | 1.18 | 1.19 | diff |
Log Message: Remove incorrect size specifier
Modified Files:
| src/syncterm/Macintosh | Users.rtf | 1.1 | diff |
Log Message: Updates.
Modified Files:
| src/syncterm/st_crypt.c | 1.17 | 1.18 | diff |
Log Message: Add cl32 and cl33 to libnames for cryptlib (should fix SSH on Win32)
Modified Files:
| src/syncterm/term.c | 1.260 | 1.261 | diff |
Log Message: Keep the sound device opened the whole time while running in OOTerm mode.
Modified Files:
| src/xpdev/GNUmakefile | 1.57 | 1.58 | diff |
Log Message: Allow ALSA to be used in builds
Modified Files:
| src/xpdev/xpbeep.c | 1.72 | 1.73 | diff |
Log Message: Use an optimal number of 256-byte buffers for PortAudio playback (fixes stuttering problems)
Modified Files:
| src/xpdev/xpbeep.c | 1.71 | 1.72 | diff |
Log Message: Fix partial writei()
Modified Files:
| src/xpdev/xpbeep.c | 1.70 | 1.71 | diff |
Log Message: Fix UP version of portaudio support
Modified Files:
| src/xpdev/xpbeep.c | 1.69 | 1.70 | diff |
Log Message: Copy/paste bug
Modified Files:
| src/xpdev/xpbeep.c | 1.68 | 1.69 | diff |
Log Message: Fix typo in last commit
Modified Files:
| src/xpdev/xpbeep.c | 1.67 | 1.68 | diff |
Log Message: Watch for short ALSA writes (even though we're in blocking mode)
Modified Files:
| src/xpdev/xpbeep.c | 1.66 | 1.67 | diff |
Log Message: Do not close the sound output if a new sound is pending.
Modified Files:
| src/xpdev/xpbeep.c | 1.65 | 1.66 | diff |
Log Message: Ensure snd_pcm_drain() completes
Modified Files:
| src/xpdev/xpbeep.c | 1.64 | 1.65 | diff |
Log Message: Remove excess ALSA paranoia
Modified Files:
| src/xpdev/xpbeep.c | 1.63 | 1.64 | diff |
Log Message: Call snd_pcm_hw_params_free() right after they are used.
Modified Files:
| src/xpdev/xpbeep.c | 1.62 | 1.63 | diff |
Log Message: Fix last commit
Modified Files:
| src/xpdev/xpbeep.c | 1.61 | 1.62 | diff |
Log Message: Use the new v19 blocking writes with PortAudio output.
Modified Files:
| src/xpdev/xpbeep.c | 1.60 | 1.61 | diff |
Log Message: Fix portaudio init check
Modified Files:
| src/xpdev/xpbeep.c | 1.59 | 1.60 | diff |
Log Message: Add use of snd_pcm_drain()
Modified Files:
| src/xpdev/xpbeep.c | 1.58 | 1.59 | diff |
Log Message: Fixes for ALSA and PortAudio output modes.
Modified Files:
| src/syncterm/syncterm.c | 1.151 | 1.152 | diff |
Log Message: Bump version to 0.9.3 beta.
Modified Files:
| src/syncterm/st_crypt.c | 1.16 | 1.17 | diff |
Log Message: #include st_crypt.h first to avoid Windows.h stupidity
Modified Files:
| src/xpdev/xp_dl.h | 1.3 | 1.4 | diff |
Log Message: #include <windows.h> Apparently, I can't just #include <Winbase.h> for LoadLibrary()
Modified Files:
| src/syncterm/bbslist.c | 1.179 | 1.180 | diff |
Log Message: Fix use of current in load_bbslist() Previously resulted in keeping a pointer across a free() and (hopefully) a new malloc(). Obviously broken. Tnaks deathr0w-!
Modified Files:
| src/xpdev/xp_dl.c | 1.4 | 1.5 | diff |
Log Message: Add default return value for xp_dlopen() on Win32
Modified Files:
| src/xpdev/xp_dl.c | 1.3 | 1.4 | diff |
Log Message: Fix Win32 compile bug reported by Toolman (Thanks!)
Modified Files:
Log Message: More xp_dl updates... actually use it everywhere that uses run-time linking (exept Win32-specific stuff)
Modified Files:
| src/syncterm/GNUmakefile | 1.50 | 1.51 | diff |
| src/syncterm/st_crypt.c | 1.15 | 1.16 | diff |
Log Message: More xp_dl updates... actually use it everywhere that uses run-time linking (exept Win32-specific stuff)
Modified Files:
| src/conio/sdl_con.c | 1.167 | 1.168 | diff |
| src/conio/sdlfuncs.c | 1.25 | 1.26 | diff |
| src/conio/x_cio.c | 1.28 | 1.29 | diff |
Log Message: More xp_dl updates... actually use it everywhere that uses run-time linking (exept Win32-specific stuff)
Modified Files:
| src/xpdev/xp_dl.c | 1.1 | 1.2 | diff |
| src/xpdev/xp_dl.h | 1.1 | 1.2 | diff |
Log Message: Add support for STATIC_LINK macro
Added Files:
| src/xpdev/xp_dl.c | NONE | 1.1 | diff |
| src/xpdev/xp_dl.h | NONE | 1.1 | diff |
Log Message: Add a cross-platform dlopen() implementation which searches on *nix for the library since many Linux distros today do not symlink to the *.so file (I mean you Ubuntu!)
Modified Files:
| src/xpdev/xpbeep.c | 1.56 | 1.57 | diff |
Log Message: Fix ALSA compile
Modified Files:
| docs/sbbsunix.txt | 1.65 | 1.66 | diff |
Log Message: "Unix install commands for dummies." Should we combine these into a downloadable shell script? :-)
Added Files:
| src/syncterm/Users.rtf | NONE | 1.1 | diff |
Log Message: Add notes file written by Jeff Snyder
Modified Files:
Log Message: More Operation: Overkill terminal fixups.
Modified Files:
| src/syncterm/term.c | 1.258 | 1.259 | diff |
Log Message: Disable hold_update while prompting for filename changes Return cursor to prior position after duplicate menu
Modified Files:
| src/syncterm/CHANGES | 1.1 | 1.2 | diff |
Log Message: Add X/YModem support to the change log
Added Files:
| src/syncterm/CHANGES | NONE | 1.1 | diff |
Log Message: Start a change log.
Modified Files:
| src/syncterm/term.c | 1.257 | 1.258 | diff |
Log Message: Adjust the window size before initializing UIFC in the duplicate callbacks.
Modified Files:
| src/syncterm/ooii.c | 1.14 | 1.15 | diff |
| src/syncterm/ooii.h | 1.2 | 1.3 | diff |
| src/syncterm/term.c | 1.256 | 1.257 | diff |
Log Message: Enable fill client/server version negotiation.
Modified Files:
| src/syncterm/menu.c | 1.46 | 1.47 | diff |
| src/syncterm/syncterm.h | 1.22 | 1.23 | diff |
| src/syncterm/term.c | 1.255 | 1.256 | diff |
Log Message: Use a platform-specific string to describe the KMOD_ALT key... "Command/COMMAND/CMD" for OS X and "Alt/ALT" for everything else.
Modified Files:
| exec/mailproc_util.js | 1.8 | 1.9 | diff |
Log Message: convert_msg_header() fixes: Reference the header field name (f) correctly (copy/pasted "line" from newsutil.js). Removed unnecessary reassignment of header field array element. Return newly created object instead of adding properties to passed array. Can you tell I'm not actually testing these modifications? :-)
Modified Files:
| src/conio/bitmap_con.c | 1.25 | 1.26 | diff |
Log Message: Add negative value paranoia
Modified Files:
| src/conio/bitmap_con.c | 1.24 | 1.25 | diff |
Log Message: More paranoia for bitmap_draw_cursor() I really can't think of any case where we can crash in here now.
Modified Files:
| src/syncterm/ooii.c | 1.13 | 1.14 | diff |
| src/syncterm/term.c | 1.254 | 1.255 | diff |
Log Message: Do not negotiate OOII 1.22 (\xaf1|) but OOII1.23 (\xaf2|)
Modified Files:
| exec/mailproc_util.js | 1.7 | 1.8 | diff |
Log Message: Added RFC822HEADER definition.
Modified Files:
| src/syncterm/term.c | 1.253 | 1.254 | diff |
Log Message: More auto-init fixes
Modified Files:
| src/syncterm/term.c | 1.252 | 1.253 | diff |
Log Message: Do NOT hide detection sequences while parsing them... there is no guarantee that the sequence will be broken before the other end blocks. (Doh!)
Modified Files:
Log Message: Update to support v1.22 NOTE: remote auto-detection still doesn't work. :-(
Modified Files:
| src/conio/bitmap_con.c | 1.23 | 1.24 | diff |
Log Message: Work around possible NULL dereference if the mode is not initialized within .5 seconds of initialization. This may fix the reported crashes on OS X at startup using SDL mode.
Modified Files:
| src/xpdev/xpbeep.c | 1.55 | 1.56 | diff |
Log Message: Remove duplicate code
Modified Files:
| src/syncterm/ooii.c | 1.11 | 1.12 | diff |
Log Message: Fix length of clear screen sequence.
Modified Files:
| exec/mailproc_util.js | 1.6 | 1.7 | diff |
Log Message: Update convert_msg_header() to preserve all header fields. This is to fix a reported problem with posting MIME/HTML encoded emails to a hosted list server: The MIME-Version and Content-Type header fields would be lost in translation. This function was mostly copied from parse_news_header() in newsutil.js, so it should work, though I haven't tested yet.
Modified Files:
| src/syncterm/ooii.c | 1.10 | 1.11 | diff |
Log Message: Fix escape sequences
Modified Files:
| src/xpdev/xpbeep.c | 1.54 | 1.55 | diff |
Log Message: Fix Win32 single-thread xp_play_sample implementation
Modified Files:
| src/syncterm/ooii.c | 1.9 | 1.10 | diff |
Log Message: Use cterm_write() for attribute and position changes as well... this ensures that capture and scrollback always works correctly.
Modified Files:
Log Message: Use ANSIs from the game rather than PIX files for source generation. Provides a number of advantages: 1) They're smaller. 2) They go into the scrollback buffer. 3) They are guaranteed to match the 1.20 menus
Modified Files:
| src/syncterm/term.c | 1.250 | 1.251 | diff |
Log Message: Add overwrite/new filename to X/Ymodem Loop overwrite/rename menu when filename is unchanged.
Modified Files:
| src/syncterm/term.c | 1.249 | 1.250 | diff |
Log Message: Allow overwriting/renaming when download a duplicate filename with a different CRC value.
Modified Files:
| src/sbbs3/zmodem.c | 1.83 | 1.84 | diff |
Log Message: continue, not break when looping.
Modified Files:
| src/syncterm/ooii.c | 1.7 | 1.8 | diff |
Log Message: Clear screen before putting a menu in case we're in a mode with more than 24 lines.
Modified Files:
| src/sbbs3/zmodem.c | 1.82 | 1.83 | diff |
Log Message: Change level of duplicate download message.
Modified Files:
| src/sbbs3/zmodem.c | 1.81 | 1.82 | diff |
Log Message: Do not resume downloads if local and remote files match.
Modified Files:
| src/sbbs3/zmodem.c | 1.80 | 1.81 | diff |
Log Message: Modify local file size check for duplicate callback.
Modified Files:
| src/sbbs3/zmodem.c | 1.79 | 1.80 | diff |
Log Message: Fix typo.
Modified Files:
| src/sbbs3/zmodem.h | 1.43 | 1.44 | diff |
Log Message: A typedef struct apparently can't reference itself... change type of second parameter to duplicate callback to a void *
Modified Files:
| src/sbbs3/zmodem.c | 1.78 | 1.79 | diff |
| src/sbbs3/zmodem.h | 1.42 | 1.43 | diff |
Log Message: Add a zmodem_t * parameter to the duplicate callback.
Modified Files:
| src/sbbs3/zmodem.c | 1.77 | 1.78 | diff |
| src/sbbs3/zmodem.h | 1.41 | 1.42 | diff |
Log Message: Add a duplicate_filename() callback called when the file exists and the CRC is different. If it returns true, it is assumed the current_file_name has changed.
Modified Files:
| src/syncterm/GNUmakefile | 1.49 | 1.50 | diff |
| src/syncterm/Makefile | 1.18 | 1.19 | diff |
Log Message: Make OO][ support the default.
Modified Files:
| src/syncterm/ooii.c | 1.6 | 1.7 | diff |
Log Message: Fix visual glitch in stats display.
Modified Files:
| xtrn/dicewarz/ai.js | 1.8 | 1.9 | diff |
Log Message: Make Deep Blue fall back to paranoid unless he has his fair share of territories.
Modified Files:
| src/xpdev/xpbeep.c | 1.53 | 1.54 | diff |
Log Message: Fix recent changes to WaveOut Win32 output mode
Modified Files:
| src/conio/cterm.c | 1.109 | 1.110 | diff |
Log Message: If buflen is -1, use strlen() to calculate the number of bytes to write.
Modified Files:
| src/syncterm/ooii.c | 1.5 | 1.6 | diff |
Log Message: Fix BCC warnings
Modified Files:
| src/syncterm/Makefile | 1.17 | 1.18 | diff |
Log Message: Fix makefile changes for OOII
Modified Files:
| src/xpdev/xpbeep.c | 1.52 | 1.53 | diff |
| src/xpdev/xpbeep.h | 1.11 | 1.12 | diff |
Log Message: Make xp_play_sample() take a const sample buffer.
Modified Files:
| src/syncterm/Makefile | 1.16 | 1.17 | diff |
Log Message: Add OOII stuff to the Borland makefile.
Modified Files:
| src/syncterm/ooii.h | NONE | 1.1 | diff |
| src/syncterm/term.c | 1.248 | 1.249 | diff |
Added Files: ooii.h Log Message: Add an ooii.h header file. Hopefully this will fix the probem build on Win32 reported by Toolman.
Modified Files:
| src/syncterm/ooii.c | 1.4 | 1.5 | diff |
Log Message: More parsing/display fixes for OOII
Modified Files:
| src/xpdev/xpbeep.c | 1.51 | 1.52 | diff |
Log Message: If XPDEV_THREAD_SAFE is not defined, do NOT use a separate sample thread and do not support background samples.
Modified Files:
| src/xpdev/xpbeep.c | 1.50 | 1.51 | diff |
Log Message: Make the sample playing occur in a separate thread which allows the background flag to work correctly.
Modified Files:
| src/syncterm/ooii.c | 1.3 | 1.4 | diff |
| src/syncterm/term.c | 1.247 | 1.248 | diff |
Log Message: automatically enable/disable OOII terminal emulation.
Modified Files:
| src/syncterm/ooii.c | 1.2 | 1.3 | diff |
Log Message: Add support for OOII sound codes.
Modified Files:
| src/xpdev/xpbeep.c | 1.49 | 1.50 | diff |
| src/xpdev/xpbeep.h | 1.10 | 1.11 | diff |
Log Message: Split out sample playing code from tone playing code. Add xp_play_sample() function (background option non-functional at this time) Only very lightly tested. :-)
Modified Files:
| src/syncterm/GNUmakefile | 1.48 | 1.49 | diff |
| src/syncterm/ooii.c | 1.1 | 1.2 | diff |
| src/syncterm/ooii_sounds.c | NONE | 1.1 | diff |
| src/syncterm/ooii_sounds.h | NONE | 1.1 | diff |
Added Files: ooii_sounds.c ooii_sounds.h Log Message: Add OOII sounds in 22050Hz, one channel, 8-bit unsigned format.
Modified Files:
Added Files: ooii.c ooii_bmenus.c ooii_bmenus.h ooii_cmenus.c ooii_cmenus.h ooii_logons.c ooii_logons.h Log Message: Start of support for Operation Overkill II terminal mode. Does not yet do sound and is not well tested. Disabled by default for now, enable with WITH_OOII=1 on the make command line.
Modified Files:
| xtrn/dovebowl/dovebowl.js | 1.6 | 1.7 | diff |
Log Message: Add missing ) Thanks Toolman!
Modified Files:
| xtrn/dovebowl/dovebowl.js | 1.5 | 1.6 | diff |
Log Message: Store every game date in the local copy.
Modified Files:
| xtrn/dovebowl/dovebowl.js | 1.4 | 1.5 | diff |
Log Message: Fix typo
Modified Files:
| xtrn/dovebowl/dovebowl.js | 1.3 | 1.4 | diff |
Log Message: Only show schedules which have not yet started in the list.
Modified Files:
| xtrn/dovebowl/dovebowl.ini | 1.2 | 1.3 | diff |
| xtrn/dovebowl/dovebowl.js | 1.2 | 1.3 | diff |
| xtrn/dovebowl/resultslist.asc | NONE | 1.1 | diff |
Added Files: resultslist.asc Log Message: Add all the functionality except for statistics... Anyone feel like designing the ANSI screens for this?
Modified Files:
| xtrn/dovebowl/dovebowl.ini | 1.1 | 1.2 | diff |
| xtrn/dovebowl/dovebowl.js | 1.1 | 1.2 | diff |
| xtrn/dovebowl/gamelist.asc | NONE | 1.1 | diff |
| xtrn/dovebowl/picklist.asc | NONE | 1.1 | diff |
Added Files: gamelist.asc picklist.asc Log Message: League owner can now create schedules. Local voting is now stored in the data file. Left To Do: Post votes in the message base (trivial) Import votes from the message base (easy) Owner adding results (trivial) Import results from the message base (easy) Statistics generation (hard)
Added Files:
| xtrn/dovebowl/create.asc | NONE | 1.1 | diff |
| xtrn/dovebowl/dovebowl.ini | NONE | 1.1 | diff |
| xtrn/dovebowl/dovebowl.js | NONE | 1.1 | diff |
| xtrn/dovebowl/leagues.asc | NONE | 1.1 | diff |
| xtrn/dovebowl/owner.asc | NONE | 1.1 | diff |
Log Message: Add the dovebowl script I started working on last year. Not actually functional yet, but there's a good start on it.
xtrn/dovebowl - New directory NONE NONE Update of /cvsroot/sbbs/xtrn/dovebowl In directory cvs.synchro.net:/tmp/cvs-serv10114/dovebowl Log Message: Directory /cvsroot/sbbs/xtrn/dovebowl added to the repository
Modified Files:
Added Files: dupefind.dsp slog.dsp smbactiv.dsp Log Message: Created projects for and added dupefind, slog, and smbactiv to msvc6 workspace. Fixed msvc6 warnings and errors.
Modified Files:
| src/sbbs3/js_conio.c | 1.4 | 1.5 | diff |
Log Message: Resolved bcc32 errors and warnings.
Modified Files:
| xtrn/dicewarz/dice.js | 1.24 | 1.25 | diff |
| xtrn/dicewarz/maps.js | 1.5 | 1.6 | diff |
Log Message: Fixed single player game ending to set game status to "complete" upon losing Added score reset point display to rankings Fixed game list filtering
Modified Files:
| exec/chateng.js | 1.4 | 1.5 | diff |
Log Message: made input line clearing clear the width of the input line itself, not the width of the chat window
Modified Files:
| exec/ |