summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-28Added crossfade wipe and code to load XLATAB lump. Changes to the menuJames Haley
system including working Sigil cursor, alignment changes, shortcut character changes, and removal of items from the options menu that Strife put elsewhere. Initial sweep for global lump name changes completed: AMMNUM%d -> PLMNUM%d, M_DOOM -> M_STRIFE, M_OPTTTL -> M_OPTION, STTMINUS -> STCFN045, et al. A dummy modified Strife IWAD must be loaded over DOOM.WAD at this point in order to run. Subversion-branch: /branches/strife-branch Subversion-revision: 1968
2010-08-25Added riftSpots and fleshed out Strife level exit behavior as far asJames Haley
setting of destmap, riftdest, and riftangle (previously unknown variable dword_9F138). Added functions G_RiftExitLevel, G_RiftPlayer, and G_RiftCheat. Removed G_WorldDone and secretexit variable. Subversion-branch: /branches/strife-branch Subversion-revision: 1967
2010-08-24Removed storedemo and Chex Quest cruft, adjusted screenwipe loop timing,James Haley
added DoTimeBomb function for historical interest, removed GS_INTERMISSION and #if 0'd all of wi_stuff.c/.h. Removed DOOM level transfer logic from G_DoCompleted - note that you cannot currently go to the next level at *all*. Removed G_SecretExitLevel and DOOM par times. Subversion-branch: /branches/strife-branch Subversion-revision: 1966
2010-08-23Made some repairs to VC2008 solution and added Chocolate Strife project.James Haley
Added Visual Studio autogenerated files and directories to appropriate ignore lists. Started some modifications of strings and version checking in d_englsh.h and d_main.c. Subversion-branch: /branches/strife-branch Subversion-revision: 1965
2010-08-22Shut up compiler warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1964
2010-08-22Change span drawing functions to work the same as Vanilla, so that inSimon Howard
screenshots, floors and ceilings are pixel-perfect identical to Vanilla Doom (thanks Porsche Monty). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1963
2010-08-21Change default mouse acceleration in setup tool to match the game'sSimon Howard
default. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1962
2010-08-21"Bug fix".Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1961
2010-08-20Remove debug printf().Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1960
2010-08-20Align memory allocated by zone memory system to 8 byte boundaries onSimon Howard
64-bit machines. Possibly fixes problems on sparc64? Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1959
2010-08-20Extend mouse code to support up to 8 buttons (allows mouse wheel to beSimon Howard
used). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1958
2010-08-15Fix volume multiply; DBOPL now generating output.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1957
2010-08-15Hook DBOPL into OPL library and remove FMOPL. Does not generate anySimon Howard
sound yet. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1956
2010-08-13Add C-converted version of DOSbox OPL emulator.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1955
2010-08-09Add weapon cycling bindings for mouse and joystick buttons. Add weaponSimon Howard
cycling bindings to configuration file and setup tool. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1953
2010-08-07Change back filter frequency. Add debug code to dump resampled soundSimon Howard
effects to WAV files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1952
2010-08-07Fix sound resampling low pass filter.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1951
2010-08-04Initial code for previous/next weapon switching keys.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1950
2010-08-03When in windowed mode, allow the screen size to be dynamically resizedSimon Howard
by dragging the window borders. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1949
2010-07-31Add multiplayer spy key binding.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1948
2010-07-28Add config file parameter to set OPL I/O port.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1947
2010-07-17Check for libm, to fix Fedora compile issues.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1946
2010-07-14Set MACOSX_DEPLOYMENT_TARGET to target 10.4, so that the launcher willSimon Howard
work on older versions. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1944
2010-07-10Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1941
2010-07-10Add key bindings for multiplayer messaging.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1940
2010-07-10Add key binding to change demo recording quit key.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1939
2010-06-12Add tags files to svn:ignore.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1938
2010-05-30Add INSTALL to all distribution packages, add note in README.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1937
2010-05-30Clarify/update install instructions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1936
2010-05-14Don't grab the mouse when the demo sequence advances.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1935
2010-05-03Fix compiler warnings.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1934
2010-05-03Shut up compiler warnings.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1933
2010-05-03Use dehacked printf functions in Heretic code where appropriate.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1932
2010-05-03Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1931
2010-05-03Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1930
2010-05-03Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1929
2010-05-01Further sanity checking on use of strcpy() with dehacked stringSimon Howard
replacements. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1928
2010-05-01Silence printf(DEH_String(...)) warnings, by providing a DEH_printfSimon Howard
function that checks the format string is a valid replacement. Also add DEH_fprintf and DEH_snprintf functions to use throughout the code to do similar checking. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1927
2010-05-01Fix compiler warnings with savegame and response file code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1926
2010-04-30Scale up music volume from configuration file value in Heretic/Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1925
2010-04-30Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1924
2010-04-30Merge contents of OPL-TODO into TODO file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1923
2010-04-30Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. AddSimon Howard
opl ctags file to localvimrc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1922
2010-04-24Add -reject_pad_with_ff parameter to allow padding value to beSimon Howard
specified. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1915
2010-04-23Add REJECT buffer overflow emulation, based on code from PrBoom+ (thanksSimon Howard
entryway). Fixes YDFEAR25.LMP. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1914
2010-04-22Disable OPL debugging messages.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1913
2010-04-18Fix svn:ignore properties.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1912
2010-04-18Add missing header.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1911
2010-04-18Split out WAD command line parsing code into common code shared betweenSimon Howard
games. Subversion-branch: /branches/raven-branch Subversion-revision: 1910
2010-04-18Suggest a different Heretic version when an invalid string or codeSimon Howard
offset is encountered. Subversion-branch: /branches/raven-branch Subversion-revision: 1909