summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-01-06Set svn:ignore properties on directories.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 824
2007-01-06Hide the mouse cursor using SDL_SetCursor to a blank cursor, notSimon Howard
SDL_ShowCursor. This fixes mouse lag on Windows. Thanks to entryway. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 823
2007-01-06temp -> tempdirRussell Rice
update codeblocks projects (which is a new format, latest cb svn build is needed) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 822
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 821
2007-01-05Add quit prompt message missing in the Doom source release.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 818
2007-01-05Move response file code to m_argv.cSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 817
2006-12-26On OSX, make MIDI music disabled by default. There are problems with theSimon Howard
native MIDI code in SDL_mixer. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 811
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 806
2006-12-24Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.phpSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 805
2006-12-23Add '-findiwads' command line hack so that the setup program can findSimon Howard
out what games are installed. Provide a drop-down list in setup to allow the game type to be selected. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 803
2006-12-22Add definitions for PATH and directory separators.Simon Howard
Allow multiple directories to be specified in DOOMWADDIR, in the same way as PATH. Make -iwad search through all search paths for the specified IWAD. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 799
2006-12-22Switch from stdint.h to inttypes.h (which includes stdint.h). OldSimon Howard
pre-C99 versions of Solaris only have inttypes.h. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 796
2006-12-22Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 793
2006-12-21Add registry key for Doom 95 shareware version.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 792
2006-12-21Split off IWAD-related code into separate d_iwad.c. On Windows, searchSimon Howard
the registry to automatically find the locations of installed IWADs. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 791
2006-12-18Add missing copyright statement, comments.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 787
2006-12-18x3, x4 aspect ratio corrected scale functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 786
2006-12-16Allow -warp 1 to warp to E1M1, -warp 2 -> E2M1, etc. when playing DoomSimon Howard
1. Thanks for RazTK for pointing this out. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 783
2006-12-16Fix value in autoadjust message.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 782
2006-12-16Add icon for setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 777
2006-12-16"\0" -> NULLSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 775
2006-12-15Fix episode 3 bunny end screen (oops!!!!)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 772
2006-12-15Split off scaling code into i_scale.c. Add aspect ratio correctionSimon Howard
stretching (fullscreen 320x240, 640x480, etc)! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 771
2006-12-08Make trig tables const.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 770
2006-12-01Fixups to make compiles work under the Solaris/SPARC compiler. Thanks toSimon Howard
Mike Spooner <spooferman@excite.com> for his work on porting this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 763
2006-11-27* removal of FEATURE_* defines from codeblocks projectRussell Rice
* silence some warnings Subversion-branch: /trunk/chocolate-doom Subversion-revision: 760
2006-11-25Use C99 types.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 759
2006-11-25Remove FixedDiv2; use actual fixed point version of FixedDiv (wtf?)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 758
2006-11-19Silence warnings in debug buildRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 756
2006-11-16Display lowres turning warning message client-side, not throughSimon Howard
server-side broadcast messages. This avoids the possibility of malicious servers that might not send the message. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 755
2006-11-16Increase buffer size to fixes crashes due to buffer overruns.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 754
2006-11-15Use booleans in place of ints where possible.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 753
2006-11-15Fix endianness problem in mus2mid code (thanks denis)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 752
2006-11-14Use getenv/putenv, not SDL_getenv/SDL_putenv.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 751
2006-11-14Support running as a screensaver under X!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 750
2006-11-10Fix for playing demos on PPC (actually, fix for loading single lumpSimon Howard
files on non-little-endian machines). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 749
2006-11-10Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windibSimon Howard
on Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 748
2006-11-06Use DirectX by default on Windows.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 747
2006-11-06Center the mouse on startup to prevent abrupt turns when launching aSimon Howard
game from the command line. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 746
2006-10-31Simulate overflowing the Doom frame table in dehacked patches (DOSSimon Howard
dehacked's behavior). Overwrite the weaponinfo table instead when changes are made to the last element in states[]. Thanks to grazza for pointing out that Chococlate Doom did not emulate this bug. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 744
2006-10-28Explicitly support dehacked patches that overflow the ammo[] array withSimon Howard
an invalid ammo type, allowing weapons that decrease the max ammo of other weapons. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 743
2006-10-28Display a warning when setting dehacked fields that would overflowSimon Howard
buffers in Vanilla dehacked. This should help pick up bugs like the one in Batman Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 742
2006-10-27Allow multiple dehacked patches to be specified with the -deh commandSimon Howard
line paramter, as with -file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 741
2006-10-25Allow F10 to exit in testcontrols mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 740
2006-10-25"Always run" trick should only be when joyb_speed >= 10. Use 29 as theSimon Howard
ideal value in setup as this works in Original, Ultimate and Final Doom, Heretic, Hexen and Strife. Thanks to Janizdreg for this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 739
2006-10-25Don't print arguments read from response files - Vanilla Doom doesn't doSimon Howard
it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 737
2006-10-24Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 728
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
error mess age. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 727
2006-10-23Add missing header.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 722
2006-10-23Detect when keyboard variables are changed and convert back so that theSimon Howard
new values are saved to the config file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 721