Remove obsolete autotools scripts from dist, require automake 1.8
Fix build failure when python is not installed.
Up the default sample rate to 44100.
Fix crash when playing long sounds (like DSBOSSIT)
Try to open /dev/speaker in the parent process, so that we can tell if
Add pcsound driver for OpenBSD.
Disable "saving config in ... " message for setup (thanks MikeRS)
Don't make novert affect the joystick as well (thanks Janizdreg)
Make SHORT and LONG macros return signed values; this is the behaviour
Use short for texpatch_t .originx, .originy: fixes problem caused by
Use gcc packed attribute for all structures read/written to disk. This
Fix bug where the automap always follows player 1 in multiplayer mode
Initialise tracksize variable before mus2mid conversion, otherwise it is
Use __APPLE__ instead of __MACOSX__.
Don't crash when all players have quit.
Disconnect any remaining drones when the last real player quits.
Remove M_FileExists check for steam directories and add them as possible
Add the default DEICE install directories to the IWAD search path on
Match steam IWAD directory order to IWAD search order.
Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants.
Make M_FileExists work on directories.
Add temporary debugging messages for Steam support.
Don't assume Steam InstallPath ends in a \
All of the steam IWADs are in \base subdirectories.
Autodetect IWADs installed by Steam.
Remove duplicate FileExists function.
Fix 'pop' at the end of sound effects caused by an audio conversion bug.
Set timedemo start time when demo playback begins, not when the level
Make the z_native "out of memory" error message match the normal z_zone
Fix bug in z_native linked list logic. Clear out all PU_CACHE blocks
Allow more than the standard three mouse buttons to be defined through
Add missing new mouse buttons to setup (thanks RazTK).
Make the numeric keypad behave like Vanilla does.
Add -netdemo for playing back netgame demos that only have a single
Make drones quit when disconnected from the server.
Don't grab the mouse if a drone player (no input, so it isn't needed).
Clearer prompt when asking whether to save settings on exit of setup.
Remove "startup delay" from the setup display configuration dialog.
Add pcsound_internal.h to dist.
Don't crash if there is a multiplayer demo in the demo loop.
Interpret skill level setting as a signed integer, to allow -skill 0.
Don't allow two actions bound to the same button in setup.
Replace 35 with TICRATE where appropriate.
Add a joystick dead zone for joysticks that don't have them.
Revert previous change from bitshifts to divides; this causes demo
Add arrlen() macro as a clearer way of doing sizeof(array) /
Add portability section to HACKING file.
Add x5 screen scale (thanks MikeRS!)
Add new configuration options for the mouse and joystick for controls
Update codeblocks projects for new sound stuff
Add -iwad when joining a game, as well as when creating one (thanks
Remove deleted headers from Makefile.am.
Make the music code modular as well, although for the time being there
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
Switch back to z_zone, not z_native (oops!)
Use divides instead of bitshifts, for clarity
Shut up strict aliasing warnings
Switch to djb2 hash function and shut up compiler warnings
Add configuration file variable to change the sound sample rate
Support up to 20 joystick buttons. Justification: most modern joysticks
Don't send joystick updates when the joystick is disabled. Shut up
Emulate overflows in P_FindNextHighestFloor. Thanks to entryway for this
Joystick calibration (untested)
Add stamp-h1 to svn:ignore.
Initial joystick calibration code.
Open the joystick when prompting for a new button.
Set svn:ignore on pcsound directory.
Remove unneeded SDL.h include.
Completed joystick button selection widget (untested)
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
Update codeblocks projects for joystick stuff
Display a meaningful message when trying to start with an invalid
Up the threshold for the always run hack to 20; it's conceivable that
Hide the joystick speed control when the always run hack is being used.
Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so that
Use I_Sleep in i_system.c instead of SDL_Delay directly.
Fix crash when converting audio down to a lower sample rate.
Stop music on sound shutdown so music isn't left playing at the ENDOOM
Initialise sound before network setup to fix bug with sound effects not
Don't allow idclev in netgames.
Fix tempo problems in pcsound linux driver.
Rejig net_cl_new_sync and drone to be in d_net.c instead of
Check in autoconf if python is installed; if not, don't run python
Add missing codeblocks workspace files to dist.