summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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-03-08Add OPL-TODO to dist, set svn:ignore properties.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1880
2010-03-08Use native MIDI music by default.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1879
2010-03-08Merge opl-branch to trunk.Simon Howard
OPL support still isn't perfect, and it certainly isn't complete. However, for now, it's good enough. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1878
2010-03-08Load advapi32.dll pointers dynamically at runtime. This should fix anySimon Howard
potential problems with that library not existing on Win9x. Subversion-branch: /branches/opl-branch Subversion-revision: 1877
2010-03-04- Fix codeblocks project buildRussell Rice
Subversion-branch: /branches/opl-branch Subversion-revision: 1876
2010-02-27Use wide-character versions of Win32 API functions. Clean up properly ifSimon Howard
it was not possible to start the ioperm service. Subversion-branch: /branches/opl-branch Subversion-revision: 1875
2010-02-27When loading driver, pass the full path to the ioperm.sys file.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1874
2010-02-27Fix race condition with condition variable freed before it is signaled.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1873
2010-02-26Minor documentation fixups.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1872
2010-02-26Add OPL hardware playback support for Windows NT-based systems.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1871
2010-02-10Bump version number, update ChangeLog and NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1869
2010-02-05Add a hint message about permissions if unable to get I/O permissionsSimon Howard
for hardware OPL access. Subversion-branch: /branches/opl-branch Subversion-revision: 1844
2010-02-05Only distribute README.OPL in the Windows package, don't botherSimon Howard
including it in the Mac OS X package. Subversion-branch: /branches/opl-branch Subversion-revision: 1843
2010-02-05Add README.OPL to list of documentation files to distribute.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1842
2010-01-31Change Windows resource file to use PACKAGE_COPYRIGHT andSimon Howard
PACKAGE_LICENSE macros. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1836
2010-01-30Change directory to home directory before launching the game, so thatSimon Howard
recorded demos go somewhere sensible. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1835
2010-01-30Set launch button as default button, so that it is possible to launchSimon Howard
the game by pressing return. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1834
2010-01-30Rename mus2mid functions to be consistent with coding standard.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1833
2010-01-29Remove unused PACKAGE_LONGDESC.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1832
2010-01-29When doing a MUS to MID conversion, allocate MIDI channels so that theSimon Howard
lowest-numbered MIDI channels are used before higher-numbered ones. Fixes ear-piercing whistle sound in the MAP05 music when playing with timidity and EAWPATS (thanks entryway / HackNeyed). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1831
2010-01-29Fix indentation/style etc. in mus2mid.c.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1830
2010-01-27Merge from trunk.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1829
2010-01-27Add tags files to svn:ignore properties.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1828
2010-01-26Minor fix of British spelling -> American.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1827
2010-01-26Fix glass hack windows where a linedef is flagged as two sided but hasSimon Howard
only one side. Fixes WADs such as OTTAWAU.WAD (thanks Never_Again). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1826
2010-01-23Add menu item to launcher to open a terminal window that can be used toSimon Howard
start the game. Add missing 'edit' menu. Set svn:ignore property for osx directory. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1824
2010-01-18Fix package source URL.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1823
2010-01-18Tweak package description slightly.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1822
2010-01-18Define project short description, copyright, maintainer and URL inSimon Howard
configure.in. Use these for the Info-gnustep.plist file. Add generated .spec file for building RPM packages. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1821
2010-01-17Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1820
2010-01-17Restore the original cursor when shutting down video code, this shouldSimon Howard
hopefully fix the problem with the mouse cursor disappearing when exiting on Win9x (thanks Janizdreg). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1819
2010-01-16Update TODO file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1818
2010-01-15Don't open the configuration window when the launcher is first run;Simon Howard
display an error message if the user tries to launch the game without an IWAD selected. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1817