foxygit / doom Log in
commits tags
2008-02-09
Remove some unneeded functions from i_system.c. Make I_Error exit using exit() rather than abort(). Display a message box with the error on Windows. Simon Howard 059c2fc6
2008-02-06
Use geometric distance to find the nearest mode when autoadjusting, rather than number of pixels. Simon Howard 57eeaf1d
Add -geometry command line parameter to allow the screen size to be specified with one combined option. Simon Howard 631baaaa
Make 320x240 a "good" mode when aspect ratio correction is turned off. Don't switch to "bad" modes when changing other settings. Simon Howard 85b1dacd
2008-02-05
Set screen_{width,height} when finding the nearest mode. Save the last mode explicitly selected and use this as criteria for which mode is nearest. Align the display window so that the top always stays still. Simon Howard 9145cb3f
fix a few warnings Russell Rice bfe674a8
2008-02-04
Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen). Makes 640x480 the default when 320x200 mode is not available. Simon Howard 4fdfcb28
Update chocolate-setup to the new screen mode config system. Simon Howard 65ed2a32
2008-01-31
Use project names as binary names Russell Rice aff2bd33
2008-01-30
Be more accurate in describing windowboxed modes as either "pillarboxed", "letterboxed" or "windowboxed". Simon Howard 89c9c251
2008-01-26
Update make dist for new codeblocks files. Simon Howard d9ba3b38
2008-01-25
Change filenames to be name independant Update the project files and main workspace Russell Rice fe5645bb
Update win32 resource files for the new icon filenames. Simon Howard 0224c049
Rename some files to be package name independent. Simon Howard 092e2c4f
2008-01-24
Update NEWS. Simon Howard 0103f6b6
Add manpages for chocolate-setup, chocolate-server, based on the versions by Jon Dowland for the Chocolate Doom debian package (thanks!) Simon Howard 4896a171
Make lookup tables const where possible. Simon Howard 7cd5bca9
Fix fast / respawning monsters parameter not exchanged when starting netgames (thanks GhostlyDeath). Simon Howard aedc1c2d
2008-01-23
Add URLs for patches. Simon Howard a802be4c
2008-01-22
Use MEM_SEEK_SET for memio, not SEEK_SET. Simon Howard c3c3f52a
Add SDL_mixer, SDL_net URLs and a section on timidity. Simon Howard fc70cdbb
Include MSVC project files in make dist. Simon Howard be9a3b43
Add INSTALL file. Simon Howard e81a8b99
2008-01-21
Removed spaces from VC9 Project GhostlyDeath 744a0f91
2008-01-20
Fix loading disk icon. Add back -1, -2, -3 command line options for scale. Only allow 320x200, 640x400 special case for aspect ratio correct when running fullscreen. Clean up "nearest mode" autoadjustment. Fix crash with autoadjust when running windowed. Simon Howard 63624d71
Add -width, -height command line parameters for specifying the screen mode. Simon Howard e29c27e3
Refactor the video mode configuration system. The previous system was built around the program choosing a screen mode from the user's settings, this is based around choosing settings from the specified screen mode. As such, the old screenmultiply config variable is now gone. Also, aspect ratio correction is now on by default. Add new aspect ratio correction functions for horizontal squashing (as a complement to the existing vertical stretching). Simon Howard 142a9488
Use strcmp(), not strcasecmp() for checking driver name Simon Howard 6805e192
Revert doomdef.h include added to pcsound.c. Simon Howard 764f451c
2008-01-16
Fix build Remove unused libraries from certain projects Russell Rice afd49cf2
Updated VC9 project, -setup and -server now build correctly GhostlyDeath 48fb4384
Added MSVC9 (2k8 Express) Project File; The client builds but -setup and -server just need to have files excluded/included from the project GhostlyDeath dd32de55
Update config.h to 1.0.0 for the codeblocks projects Russell Rice 095d69a9
2008-01-12
Make sure we credit Id in the manpage as well. Update copyright to 2008. Simon Howard e6917741
2008-01-10
Use the same spechits magic value that PrBoom-plus uses (thanks Lemonzest). Simon Howard bdcc178d
2007-12-30
Add environment variable section to manpage. Simon Howard f5040263
2007-12-18
Don't center the mouse on startup if the mouse is disabled (thanks Siggi) Reset the palette when the window is restored to clear any screen corruption (thanks Catoptromancy) Simon Howard 2b733d6a
2007-12-14
Don't grab the mouse if the mouse is disabled by -nomouse or through use_mouse in the configuration file (thanks MikeRS). Simon Howard 030b38de
Update NEWS. Simon Howard 94bca7e1
Include doomfeatures.h in deh_misc.h so that FEATURE_DEHACKED is checked properly. Fixes STRAIN desyncs with BFG Cells/Shot not set properly. Simon Howard dabe5d55
2007-12-13
Add a list of wiki pages to link to and automatically insert links. Simon Howard 0054a2e1
Add missing argument to the extraconfig command line parameter. Simon Howard 75e34879
Add mmapped file IO note to TODO. Simon Howard dd7adf99
Add @vanilla tag for Vanilla doom command line options. Add missing documentation for -nosound, -nomusic, -nosfx. Fix up some bugs with the docgen wikitext output and allow control over output of Vanilla options. Simon Howard 21a82fa1
2007-12-10
Bump version to 1.0.0 and update ChangeLog. Simon Howard 5df59601
2007-12-08
Update NEWS. Simon Howard 679fdc21
2007-11-23
Use _spawnv() to invoke Doom under Windows, rather than system(). Fixes bug with DOS window "flashing up" when opening the multiplayer dialogs. Simon Howard 8b1a30c7
2007-10-18
Reorder actionf_t union members to fix warnings in info.c. Simon Howard 59c07099
Shut up signed / unsigned comparison warnings. Simon Howard e6e58680
#define snprintf, vsnprintf to _snprintf, _vsnprintf in MSVC. Simon Howard 7c2cc3e0

← newer older →