summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-01Up the threshold for the always run hack to 20; it's conceivable thatSimon Howard
2007-06-01Hide the joystick speed control when the always run hack is being used.Simon Howard
2007-05-31Initial joystick support.Simon Howard
2007-05-24Fix ByteSwapBlock macro.Simon Howard
2007-05-24Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so thatSimon Howard
2007-05-24Use I_Sleep in i_system.c instead of SDL_Delay directly.Simon Howard
2007-05-20Fix crash when converting audio down to a lower sample rate.Simon Howard
2007-05-20Stop music on sound shutdown so music isn't left playing at the ENDOOMSimon Howard
2007-05-20Initialise sound before network setup to fix bug with sound effects notSimon Howard
2007-05-19Update NEWS.Simon Howard
2007-05-19Don't allow idclev in netgames.Simon Howard
2007-05-19Fix tempo problems in pcsound linux driver.Simon Howard
2007-05-16Add FEATURE_SOUND.Simon Howard
2007-05-16Oops!Simon Howard
2007-05-16Rejig net_cl_new_sync and drone to be in d_net.c instead ofSimon Howard
2007-05-09Fix ticdup.Simon Howard
2007-05-02Check in autoconf if python is installed; if not, don't run pythonSimon Howard
2007-05-02Add missing files to dist.Simon Howard
2007-04-29Add missing codeblocks workspace files to dist.Simon Howard
2007-04-16Fix crash: don't check for client resends after they have disconnected.Simon Howard
2007-04-03Fix building with gcc 4.xRussell Rice
2007-03-27Update NEWS.Simon Howard
2007-03-27Update ChangeLog.Simon Howard
2007-03-27<SDL.h> -> "SDL.h"Simon Howard
2007-03-26Fix docgen makefile dependencies.Simon Howard
2007-03-26Fix manpage copyright footer to include id as well as me.Simon Howard
2007-03-26Search WAD search dirs when loading dehacked patches.Simon Howard
2007-03-19Update TODO; PC speaker is supported now.Simon Howard
2007-03-16Add back shiftxform table so that the shift key works in multiplayerSimon Howard
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
2007-03-16Update codeblocks projectRussell Rice
2007-03-15Change MD5 code to use the standard types used elsewhere in the program.Simon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-03-14Use SDL's built-in audio conversion routines to convert sound effects toSimon Howard
2007-03-12Change "sound effects enabled" checkbox to a dropdown, allowing PCSimon Howard
2007-03-10Minor changes:Russell Rice
2007-03-10Ignore the HOME environment variable on Windows - just behave likeSimon Howard
2007-03-10Lots of changes/additions:Russell Rice
2007-03-09Add pcsound Linux driver.Simon Howard
2007-03-09Don't build console mode apps; use the default -mwindows until theSimon Howard
2007-03-09Move the pcsound library to the top level, alongside textscreen.Simon Howard
2007-03-09Partially revert the last change. I'm going with a mixed approach forSimon Howard
2007-03-09Pay closer attention to keyboard mappings. In the menu code, distinguishSimon Howard
2007-03-09Fix discrepancy between Doom and setup program when prompting for keys.Simon Howard
2007-03-07Update projectRussell Rice
2007-03-07Use native endianness for sound output, rather than always LSB. Add PCSimon Howard
2007-02-24Fix up setup tool to display the video driver setting tabulated with allSimon Howard
2007-02-24Fix video_driver setting.Simon Howard
2007-02-24Fix library ordering for libtextscreen.a; fixes windows compile.Simon Howard
2007-02-23Fix compile errors.Simon Howard