Age | Commit message (Expand) | Author |
2009-05-28 | Add droplay example program from /research, adapted to work with OPL | Simon Howard |
2009-05-27 | Add initial SDL driver. | Simon Howard |
2009-05-27 | Oops. | Simon Howard |
2009-05-26 | Fix tags for functions using TXT_UNCAST_ARG. | Simon Howard |
2009-05-26 | Set appropriate vim 'tags' variable for ctags files. | Simon Howard |
2009-05-21 | Set display settings window position based on screen dimensions, rather | Simon Howard |
2009-05-19 | Fix manpage documentation for DOOMWADPATH (thanks MikeRS) | Simon Howard |
2009-05-18 | Fix A_BossDeath behavior in v1.9 emulation mode (thanks entryway) | Simon Howard |
2009-05-17 | Always use an SDL buffer size that is a power of two. Reduce buffer size | Simon Howard |
2009-05-12 | Add option to "join game" dialog in setup tool to autojoin a LAN game. | Simon Howard |
2009-05-12 | Make txt_inputboxes emit a "changed" signal when their value is changed. | Simon Howard |
2009-05-07 | Calculate SDL buffer size automatically based on sample rate. | Simon Howard |
2009-05-05 | Better ASCII chart. | Simon Howard |
2009-05-04 | Minor smallfont fixups. | Simon Howard |
2009-05-01 | Add copyright headers to textscreen examples. | Simon Howard |
2009-04-26 | More smallfont fixups. | Simon Howard |
2009-04-23 | Fix up some extended ASCII characters. | Simon Howard |
2009-04-23 | Oops. | Simon Howard |
2009-04-23 | Add small textscreen font for low resolution displays, based on the | Simon Howard |
2009-04-15 | Parse MIDI events that reuse the event type from the previous event. | Simon Howard |
2009-04-13 | Extend MIDI file code to support reading multi-track files. | Simon Howard |
2009-04-03 | Show MIDI event types with string identifiers. | Simon Howard |
2009-04-03 | Fix up MIDI reading code; add test code. | Simon Howard |
2009-03-29 | Clean up error messages, minor bugs etc. | Simon Howard |
2009-03-29 | Fix compile warning. | Simon Howard |
2009-03-29 | Parse SysEx, meta events | Simon Howard |
2009-03-28 | Initial MIDI file parsing code. | Simon Howard |
2009-03-15 | Fix clipped sounds when using libsamplerate (thanks David Flater) | Simon Howard |
2009-03-14 | Add check to allow sched_setaffinity code to work on older versions of | Simon Howard |
2009-03-12 | Define INVALID_SET_FILE_POINTER if it is not defined, to fix compilation | Simon Howard |
2009-03-12 | Make base_note_offset a 16-bit integer rather than an 8-bit integer. | Simon Howard |
2009-03-12 | Read from register port when doing register writes during startup phase; | Simon Howard |
2009-03-11 | More accurate initialisation; set registers to match what Doom does. | Simon Howard |
2009-03-11 | Debug trace code for register writes. | Simon Howard |
2009-03-10 | Add delay to allow OPL detection to work. | Simon Howard |
2009-03-10 | Fix outb() call, display error message if unable to gain port | Simon Howard |
2009-03-10 | Set svn:ignore property. | Simon Howard |
2009-03-10 | Add OPL lib plumbing and Linux native driver. | Simon Howard |
2009-03-10 | Initialise OPL registers on startup, initialise voices. | Simon Howard |
2009-03-10 | Add initial GENMIDI lump loading, OPL detection. | Simon Howard |
2009-03-10 | Add opl library main header and stub functions. | Simon Howard |
2009-03-09 | Make global variables static. Replace uint with uint32_t. | Simon Howard |
2009-03-08 | Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags | Simon Howard |
2009-03-07 | Add documentation for high-level txt_desktop.h functions. | Simon Howard |
2009-03-07 | Add documentation for high-level textscreen functions. | Simon Howard |
2009-03-06 | Fix signed/unsigned conversion warning. | Simon Howard |
2009-03-04 | Add initial stub for OPL backend. | Simon Howard |
2009-03-04 | Fix up fmopl code to remove ScummVM dependencies and compile as C. Add | Simon Howard |
2009-03-04 | Add fmopl files from ScummVM. | Simon Howard |
2009-03-04 | Create branch for OPL emulation. | Simon Howard |