Age | Commit message (Expand) | Author |
2009-04-03 | Fix up MIDI reading code; add test code. | Simon Howard |
2009-03-28 | Initial MIDI file parsing code. | Simon Howard |
2009-03-10 | Add initial GENMIDI lump loading, OPL detection. | Simon Howard |
2009-03-04 | Add initial stub for OPL backend. | Simon Howard |
2008-12-20 | Merge from trunk. | Simon Howard |
2008-12-09 | Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL | Simon Howard |
2008-12-05 | Auto-select the game type based on detected IWADs. If IWADs from | Simon Howard |
2008-11-27 | Add -game command-line parameter to control what game to configure | Simon Howard |
2008-11-24 | Make chocolate-setup use m_controls.c definitions for config file | Simon Howard |
2008-11-21 | Move setup/ into src/ and merge with main codebase. Remove duplicated | Simon Howard |
2008-11-09 | Recreate Hexen graphical startup in SDL. | Simon Howard |
2008-10-30 | Turn off warnings-as-errors. | Simon Howard |
2008-10-08 | Move chocolate-hexen to default build. | Simon Howard |
2008-09-30 | Add chocolate-heretic to default build. | Simon Howard |
2008-09-30 | Move d_iwad.c into common code and update Heretic to use it on startup | Simon Howard |
2008-09-28 | Tidy up heretic start up messages. | Simon Howard |
2008-09-20 | Add chocolate-heretic, chocolate-hexen build targets. | Simon Howard |
2008-09-20 | Move m_random.[ch] to doom/ (as Hexen uses a different random number | Simon Howard |
2008-09-10 | Split out variables for controls into common m_controls.c. | Simon Howard |
2008-09-10 | Split off game mode/mission/version definitions into common code, along | Simon Howard |
2008-09-09 | Replace Hexen CD music API with SDL-based equivalent (as yet untested). | Simon Howard |
2008-09-08 | Move s_sound.[ch] to doom/ | Simon Howard |
2008-09-08 | Split off some of the s_sound.c code into i_sound.c and reimplement the | Simon Howard |
2008-09-07 | Move m_bbox.[ch] back to common (needed by v_video.c). Remove some | Simon Howard |
2008-09-07 | Move dehacked code to doom/. Split dehacked string replacement code into | Simon Howard |
2008-09-07 | Move m_bbox.[ch], f_wipe.[ch] to doom/ | Simon Howard |
2008-09-06 | Split off patch code from r_defs.h into a common file. Remove dependency | Simon Howard |
2008-09-06 | Remove includes of doomdef.h where possible, move generic parts into top | Simon Howard |
2008-09-06 | Split event code into a separate d_event.c file. | Simon Howard |
2008-09-06 | Move doom-specific files to a separate directory. | Simon Howard |
2008-09-05 | Fix #include statements to use lower case filenames. Add automake | Simon Howard |
2008-05-04 | Fix win32 mmap driver and add to build. | Simon Howard |
2008-05-02 | Add WAD I/O abstraction layer - first step for mmapped WAD access. | Simon Howard |
2008-04-25 | Generate transparency mask for the application icon from black parts of | Simon Howard |
2008-03-09 | Split out configuration file code from m_misc.c into m_config.c. Move | Simon Howard |
2008-01-25 | Rename some files to be package name independent. | Simon Howard |
2007-06-18 | Remove deleted headers from Makefile.am. | Simon Howard |
2007-06-17 | Make the music code modular as well, although for the time being there | Simon Howard |
2007-06-17 | Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound | Simon Howard |
2007-06-16 | Switch back to z_zone, not z_native (oops!) | Simon Howard |
2007-05-31 | Initial joystick support. | Simon Howard |
2007-05-20 | Fix crash when converting audio down to a lower sample rate. | Simon Howard |
2007-05-16 | Add FEATURE_SOUND. | Simon Howard |
2007-05-16 | Oops! | Simon Howard |
2007-05-16 | Rejig net_cl_new_sync and drone to be in d_net.c instead of | Simon Howard |
2007-05-02 | Check in autoconf if python is installed; if not, don't run python | Simon Howard |
2007-03-15 | Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed | Simon Howard |
2007-03-09 | Move the pcsound library to the top level, alongside textscreen. | Simon Howard |
2007-03-07 | Use native endianness for sound output, rather than always LSB. Add PC | Simon Howard |
2006-12-21 | Split off IWAD-related code into separate d_iwad.c. On Windows, search | Simon Howard |