Contact me on Synchronix if you have an questions, or requests.
Download binary for:OS | Last recompiled | File Size |
---|---|---|
Win32 | Wed Mar 14 2012 22:04:25 | 494.738K |
Linux (Current) | Sat Sep 12 2009 05:55:30 | 254.058K |
Linux (Old versions) | Sat Feb 24 2007 11:22:20 | 238.002K |
FreeBSD | Fri Oct 19 2012 04:33:33 | 126.176K |
NetBSD | Tue Jan 22 2008 03:05:12 | 224.796K |
OpenBSD | Mon Jan 28 2008 05:18:00 | 99.044K |
Solaris/SPARC | Wed Jan 11 2006 03:22:42 | 244.135K |
Apple OSX | Mon Jun 05 2006 19:33:15 | 800.000K |
Modified Files:
src/conio/ciolib.c | 1.203 | 1.204 | diff |
Log Message: Fix compiler error: 'true': undeclared identifier
Modified Files:
src/uifc/uifc32.c | 1.266 | 1.267 | diff |
Log Message: Initial RIP and SkyPix support. Very rough many bugs. So alpha. There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
Modified Files:
Log Message: Initial RIP and SkyPix support. Very rough many bugs. So alpha. There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
Modified Files:
src/syncdraw/save.c | 1.4 | 1.5 | diff |
Log Message: Address warning: `__builtin___sprintf_chk' writing a terminating nul past the end of the destination reported by Nelgin via irc.
Modified Files:
src/conio/sdl_con.c | 1.312 | 1.313 | diff |
Log Message: Clamp the rectangle height to the texture height when copying pixel data. May fix https://sf.net/p/syncterm/tickets/19/ Please try to log in to SourceForge when creating issues or I won't be able to contact you with follow-up questions or get confirmation when an issue is resolved.
Modified Files:
src/uifc/uifc32.c | 1.265 | 1.266 | diff |
Log Message: Add some paranoia around paste buffers.
Modified Files:
src/conio/sdl_con.c | 1.311 | 1.312 | diff |
Log Message: Work around issue in SDL2 (or OpenGL? Or nvidia driver?) where creating a new texture with the same address as a destroyed texture causes crashes. Just allocate the new texture before freeing the old one to prevent that from occuring.
Modified Files:
src/conio/sdl_con.c | 1.310 | 1.311 | diff |
Log Message: Support building with ancient versions of SDL2 from six years ago.
Modified Files:
src/conio/ciolib.c | 1.201 | 1.202 | diff |
src/conio/ciolib.h | 1.123 | 1.124 | diff |
src/conio/sdl_con.c | 1.309 | 1.310 | diff |
Log Message: Add new ciolib_initial_window_height/ciolib_initial_window_width globals. These allow setting the initial window size for modes that don't force integer scaling (ie: SDL). While we're here, clear a renderer before free()ing the texture to prevent crashing on some nVidia cards. Addresses https://sf.net/p/syncterm/feature-requests/17/
Modified Files:
src/conio/ciolib.h | 1.122 | 1.123 | diff |
src/conio/sdl_con.c | 1.308 | 1.309 | diff |
src/conio/win32cio.c | 1.113 | 1.114 | diff |
src/conio/x_events.c | 1.74 | 1.75 | diff |
Log Message: Fix up the insert and delete CIO_KEY things. There's still some shittiness with the keypad, but nobody really knows how that works anyway.
Modified Files:
src/conio/sdl_con.c | 1.307 | 1.308 | diff |
Log Message: Fix error which caused keypad with NumLock on to send both the arrow and number to the remote. Fixes bug https://sourceforge.net/p/syncterm/tickets/15/
Modified Files:
src/conio/ciolib.c | 1.200 | 1.201 | diff |
src/conio/sdl_con.c | 1.306 | 1.307 | diff |
src/conio/sdl_con.h | 1.18 | 1.19 | diff |
src/conio/sdlfuncs.c | 1.53 | 1.54 | diff |
src/conio/sdlfuncs.h | 1.32 | 1.33 | diff |
Log Message: Implement mousepointer() for SDL mode.
Modified Files:
src/uifc/uifc32.c | 1.264 | 1.265 | diff |
Log Message: Use CIOLIB_MOUSEPTR_BAR in uifc mode.
Modified Files:
Log Message: Add mousepointer() function to set the mouse pointer type.
Modified Files:
src/conio/curs_cio.c | 1.58 | 1.59 | diff |
Log Message: Clamp curses maxx/maxy to 255 each.
Added Files:
src/conio/makefont.pl | NONE | 1.1 | diff |
Log Message: Start of unicode support... perl script to translate unifont to a C table.
Modified Files:
src/uifc/uifc32.c | 1.263 | 1.264 | diff |
Log Message: Do some crappy scroll-wheel stuff.
Modified Files:
Log Message: Fix error where SDL mode would not get button up events. Add support for scroll "buttons" (buttons 4 and 5).
Modified Files:
src/conio/cterm.c | 1.311 | 1.312 | diff |
Log Message: Fix the last fix so it's fixed.
Modified Files:
src/conio/cterm.c | 1.310 | 1.311 | diff |
Log Message: Fix weird font reset issue in PETSCII emulation.