Set display settings window position based on screen dimensions, rather
Fix manpage documentation for DOOMWADPATH (thanks MikeRS)
Fix A_BossDeath behavior in v1.9 emulation mode (thanks entryway)
Always use an SDL buffer size that is a power of two. Reduce buffer size
Add character class selectors for Hexen.
Merge from trunk. Note that src/i_sdlsound.c has not yet been merged as
Add option to "join game" dialog in setup tool to autojoin a LAN game.
Make txt_inputboxes emit a "changed" signal when their value is changed.
Fix crash on Heretic startup.
Remove left-over debug message.
Set appropriate skill strings for Heretic/Hexen.
Use the internal IWAD search for the setup multiplayer dialogs rather
Choose appropriate executable depending on game type.
Set gamesdir variable in Makefile.
Diff tics containing Heretic/Hexen fields.
Calculate SDL buffer size automatically based on sample rate.
Fix conflict between 'time' variable and libc time function.
Autogenerate setup-manifest.xml with the current version.
Fix window close button to bring up F10 quit message.
Add copyright headers to textscreen examples.
Fix up some extended ASCII characters.
Add small textscreen font for low resolution displays, based on the
Fix clipped sounds when using libsamplerate (thanks David Flater)
Add check to allow sched_setaffinity code to work on older versions of
Define INVALID_SET_FILE_POINTER if it is not defined, to fix compilation
Remove WATCOMC usage (thanks Quasar)
Fix -cdrom command line parameter to work with Heretic and Hexen;
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
Add documentation for high-level txt_desktop.h functions.
Add documentation for high-level textscreen functions.
Fix signed/unsigned conversion warning.
Look up SetProcessAffinityMask function at runtime, so that the program
Fix layout of widgets within scroll panes. Scroll scroll panes in
Allow clicking within scroll bars to set position.
Add scrollable pane widget to textscreen library.
Calculate size of linebuffer using sizeof (64-bit fix)
Fix for R_InitTranslationTables to not align on a 256 byte boundary
Don't align "colormaps" on a 256 byte boundary (fix for 64 bit)
Change obsolete pointer field to an integer field (fix for 64 bit)
Use sizeof() to calculate amounts to allocate, rather than hard-coded
Fix '-mmap' command line parameter.
Add back missing "FINISHED" graphic to intermission screen.
Create the ~/.chocolate-doom/savegames directory on startup if it does
Replace -nommap with -mmap; do not use mmap()ed file access by default.
Fix Hexen startup code to set window title before setting video mode
Bump version to 1.2.1, update NEWS and ChangeLog.
Fix crash when playing Doom 1 levels.
Bump version to 1.2.0, update NEWS and ChangeLog.
Set icon before calling TXT_Init, for setup and ENDOOM screens.
Fix window icon/title under Windows XP Luna theme.
Make intermission screen work on MAP33, to be consistent with Vanilla
Add check for sched_setaffinity to configure and only use it if it is
Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL
Update lists of keyboard/mouse/joystick buttons.
Flip the screen buffers after changing palette when doing the Hexen
Auto-select the game type based on detected IWADs. If IWADs from
Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for mapping files
Centralise the list of IWAD files and use bitmasks to select which
Use the hardware palette for textscreen and Hexen graphical startup.
Fix setup to show the correct available sfx/music options, depending on
Use PROGRAM_PREFIX for defining config file filenames.
Fix endianness bug with Hexen ACS code.
Do endianness conversion when accessing patch->width fields.
Add missing header includes.
Don't try to read SDL events until initialised.
Add function to get the number of episodes.
Set svn:ignore properties on directories.
Add Heretic/Hexen controls to setup program.
Add -game command-line parameter to control what game to configure
Add bindings for remaining missing config file variables, to get
Make chocolate-setup use m_controls.c definitions for config file
Shut up some Hexen compiler warnings.
Shut up compiler warnings in Heretic code.
Move setup/ into src/ and merge with main codebase. Remove duplicated
Recreate Hexen graphical startup in SDL.