summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-02Fix crash due to timer thread starting before resources allocated.Simon Howard
2009-05-31Fix OPL callback queue.Simon Howard
2009-05-30Add initial callback/timer API.Simon Howard
2009-05-28Set channel bits for OPL3 so that OPL2 traces will play back properly.Simon Howard
2009-05-28Fix OPL detect.Simon Howard
2009-05-28Add droplay example program from /research, adapted to work with OPLSimon Howard
2009-05-27Add initial SDL driver.Simon Howard
2009-05-27Oops.Simon Howard
2009-04-15Parse MIDI events that reuse the event type from the previous event.Simon Howard
2009-04-13Extend MIDI file code to support reading multi-track files.Simon Howard
2009-04-03Show MIDI event types with string identifiers.Simon Howard
2009-04-03Fix up MIDI reading code; add test code.Simon Howard
2009-03-29Clean up error messages, minor bugs etc.Simon Howard
2009-03-29Fix compile warning.Simon Howard
2009-03-29Parse SysEx, meta eventsSimon Howard
2009-03-28Initial MIDI file parsing code.Simon Howard
2009-03-12Make base_note_offset a 16-bit integer rather than an 8-bit integer.Simon Howard
2009-03-12Read from register port when doing register writes during startup phase;Simon Howard
2009-03-11More accurate initialisation; set registers to match what Doom does.Simon Howard
2009-03-11Debug trace code for register writes.Simon Howard
2009-03-10Add delay to allow OPL detection to work.Simon Howard
2009-03-10Fix outb() call, display error message if unable to gain portSimon Howard
2009-03-10Set svn:ignore property.Simon Howard
2009-03-10Add OPL lib plumbing and Linux native driver.Simon Howard
2009-03-10Initialise OPL registers on startup, initialise voices.Simon Howard
2009-03-10Add initial GENMIDI lump loading, OPL detection.Simon Howard
2009-03-10Add opl library main header and stub functions.Simon Howard
2009-03-09Make global variables static. Replace uint with uint32_t.Simon Howard
2009-03-04Add initial stub for OPL backend.Simon Howard
2009-03-04Fix up fmopl code to remove ScummVM dependencies and compile as C. AddSimon Howard
2009-03-04Add fmopl files from ScummVM.Simon Howard
2009-03-04Create branch for OPL emulation.Simon Howard
2009-03-03Look up SetProcessAffinityMask function at runtime, so that the programSimon Howard
2009-01-30Fix layout of widgets within scroll panes. Scroll scroll panes inSimon Howard
2009-01-29Shrink text box slightly.Simon Howard
2009-01-29Allow clicking within scroll bars to set position.Simon Howard
2009-01-29Add scrollable pane widget to textscreen library.Simon Howard
2009-01-17Fix '-mmap' command line parameter.Simon Howard
2009-01-07Create the ~/.chocolate-doom/savegames directory on startup if it doesSimon Howard
2009-01-07Replace -nommap with -mmap; do not use mmap()ed file access by default.Simon Howard
2008-12-10Bump version to 1.2.1, update NEWS and ChangeLog.Simon Howard
2008-12-10Fix crash when playing Doom 1 levels.Simon Howard
2008-12-10Bump version to 1.2.0, update NEWS and ChangeLog.Simon Howard
2008-12-10Undo previous change.Simon Howard
2008-12-10Set icon before calling TXT_Init, for setup and ENDOOM screens.Simon Howard
2008-12-10Fix window icon/title under Windows XP Luna theme.Simon Howard
2008-12-09Make intermission screen work on MAP33, to be consistent with VanillaSimon Howard
2008-12-09Add check for sched_setaffinity to configure and only use it if it isSimon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2008-12-03Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for mapping filesSimon Howard