summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-22Replace 35 with TICRATE where appropriate.Simon Howard
2007-06-21Add a joystick dead zone for joysticks that don't have them.Simon Howard
2007-06-21Revert previous change from bitshifts to divides; this causes demoSimon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-06-21Add portability section to HACKING file.Simon Howard
2007-06-20Update TODO.Simon Howard
2007-06-20Add x5 screen scale (thanks MikeRS!)Simon Howard
2007-06-20Add new configuration options for the mouse and joystick for controlsSimon Howard
2007-06-18Update codeblocks projects for new sound stuffRussell Rice
2007-06-18Add -iwad when joining a game, as well as when creating one (thanksSimon Howard
2007-06-18Remove deleted headers from Makefile.am.Simon Howard
2007-06-17Make the music code modular as well, although for the time being thereSimon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard
2007-06-16Switch back to z_zone, not z_native (oops!)Simon Howard
2007-06-16Clean up sound codeSimon Howard
2007-06-16Use divides instead of bitshifts, for claritySimon Howard
2007-06-16Shut up strict aliasing warningsSimon Howard
2007-06-16Switch to djb2 hash function and shut up compiler warningsSimon Howard
2007-06-14Update codeblocks projectRussell Rice
2007-06-14Add configuration file variable to change the sound sample rateSimon Howard
2007-06-14Support up to 20 joystick buttons. Justification: most modern joysticksSimon Howard
2007-06-14Don't send joystick updates when the joystick is disabled. Shut upSimon Howard
2007-06-13Working joystick code.Simon Howard
2007-06-12Emulate overflows in P_FindNextHighestFloor. Thanks to entryway for thisSimon Howard
2007-06-09Joystick calibration (untested)Simon Howard
2007-06-09Add stamp-h1 to svn:ignore.Simon Howard
2007-06-09Add *.exe to svn:ignore.Simon Howard
2007-06-09Initial joystick calibration code.Simon Howard
2007-06-09Open the joystick when prompting for a new button.Simon Howard
2007-06-09Set svn:ignore on pcsound directory.Simon Howard
2007-06-04Remove unneeded SDL.h include.Simon Howard
2007-06-04Oops!Simon Howard
2007-06-04Completed joystick button selection widget (untested)Simon Howard
2007-06-04Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific APISimon Howard
2007-06-02Update codeblocks projects for joystick stuffRussell Rice
2007-06-01Display a meaningful message when trying to start with an invalidSimon Howard
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