3
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changes reflecting joystick remapping More... over 23 years ago
Added joystick remapping patch by <[email protected]> More... over 23 years ago
Fixed my email address. More... almost 24 years ago
Fixed version number (it's "devel" again, not 0.74) More... almost 24 years ago
added news for version 0.74 More... almost 24 years ago
moved some global data from *_config structs to *_data structs. More... almost 24 years ago
Updated help for --format=... More... almost 24 years ago
sound.c: sound sample formats have more reasonable names, and they're in synch with soundcard.h AFMT_* symbols again More... almost 24 years ago
branch changes for 0.74 release More... almost 24 years ago
Updated the version number in README to 0.74 More... almost 24 years ago
emu.c (loadpal): Added support for iNES-style hexadecimal palette files. More... almost 24 years ago
README (Palettes): Added a pointer to rvu's NES Palette Zoo. More... almost 24 years ago
README (ROMs): Added a pointer to Chris Covell's website, and mentioned Solar Wars. More... almost 24 years ago
renderer.c (InitDisplayAuto): X11 renderers now take precedence over the W renderer More... almost 24 years ago
Added the following line: chris Chris Covell's NES palette More... almost 24 years ago
emu.c (palettes): Added a new NES palette as "chris", thanks to Chris Covell <[email protected]> More... almost 24 years ago
w.c (InitDisplayW): fixed scanline color problem in static-color mode, removed workarounds for old W server bugs More... almost 24 years ago
fixed bug which prevented compilation with W Window System renderer More... almost 24 years ago
fixed a typo which broke the GGI renderer (it wouldn't compile!) More... almost 24 years ago
Enlargements >=3 *really* work in -rdiff now :) More... almost 24 years ago
The renderers now use the abstract interface in renderer.h. The implementation is in renderer.c. As a side-effect, only enabled renderers are known at run-time now. More... almost 24 years ago
Did a little cleanup. X11 display code should now dispose of shared-memory IDs more reliably (a separate process is forked now in InitDisplayX11.) More... almost 24 years ago
Pixmaps and GCs used by the old X11 renderer are now optional, which allows TuxNES to work with Xsun on the NetBSD Sun 3/50 Xterminal I use. The "old" renderer won't work, but the "x11" renderer does, and the "diff" renderer absolutely rocks here (over 10BaseT.) More... almost 24 years ago
changed a teensy bug in --help More... almost 24 years ago
w.c (InitDisplayW): fixed alternate scanline intensity with --in-root emu.c (main): added option -b, --bw to convert palette to grayscale w.c (InitDisplayW): fixed screenshots for 8bpp with --static-color emu.c (main): --renderer=auto now checks /tmp/wserver to make sure it's a writable socket (when trying to detect W) More... about 24 years ago
The Mu-Law log table is now in its own file (ulaw.c.) More... about 24 years ago
Added a renderer for the W Window System Added support for differential X11 rendering (-r diff, --renderer=diff) More... about 24 years ago
Added support for GGI double buffering and page flipping. Added -I, --in-root option to render in X11 root window. More... about 24 years ago
Updated the ChangeLog. Forgot to do so yesterday! More... about 24 years ago
X11 is once again the default renderer chosen by the "auto" renderer setting. More... about 24 years ago