Remove setbuf() call from Heretic/Hexen code.
Make Hexen weapon and map keys reconfigurable.
Make Hexen menu keys reconfigurable.
Make Heretic weapon keys reconfigurable.
Make Heretic map reconfigurable.
Make Heretic menu controls reconfigurable.
Move menu/map/weapon key variables into common code, and bind variables.
Rearrange the keyboard controls dialog. Move weapons controls into the
Use SDL's getenv/putenv implementation, and populate at startup.
Use CreateFileW instead of OpenFile (doesn't exist on Windows CE)
Fix header includes (thanks exp[x])
Don't add DirectX/Windib selector on Windows CE.
Use home dir to store configuration and savegames under Windows CE.
Fix setup tool display configuration dialog when fullscreen is not
Make auto-adjust code switch to windowed mode if no fullscreen modes are
Catch errors when initialising SDL. Use the small textscreen font by
Add missing SDL_thread include.
Don't try to use the SDL DirectX driver under Windows CE.
Fix setup tool compile on Windows CE.
Add IWAD search dirs for Windows CE.
Exit with an error on failure to allocate zone memory.
Use MessageBoxW instead of MessageBox (doesn't exist on Windows CE)
Add README file for Windows CE library.
Detect Windows CE target and build/include libc_wince files as
- Update textscreen codeblocks project to include txt_scrollpane.* and
Include libc_wince.h when on Windows CE.
Add CPU affinity function for Windows CE.
Add libc_wince.h header, and EISDIR error value.
Use GetUserNameExW, not GetUserName (doesn't exist on WinCE)
Fix compile with FEATURE_MULTIPLAYER disabled.
Fix compile with FEATURE_SOUND disabled.
Add Windows CE implementations of some ANSI C functions that are
Don't check for Steam/CD installer versions on Windows CE.
Add key binding variables for automap and weapon keys.
Increase height of menu bindings dialog.
Use newer keyboard bindings dialog layout from raven-branch.
Add unique key groups for menu navigation and shortcuts.
Use key for confirming menu messages, not typed char.
Add dialog to setup tool for editing menu shortcuts.
Add config file variables to increase/decrease screen size.
Fix shortcut keys for menu items.
Add configuration file entries for menu key bindings.
Add key_ variables for the keys used to control the menu.
Fix tags for functions using TXT_UNCAST_ARG.
Set appropriate vim 'tags' variable for ctags files.
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