summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-04-18Remove unused strings.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1908
2010-04-18Do dehacked string substitution for end of episode text.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1907
2010-04-18Fix unsigned integer overflow with calls to M_StrCaseStr whereSimon Howard
strlen(haystack) < strlen(needle) Subversion-branch: /branches/raven-branch Subversion-revision: 1906
2010-04-18Make tables const, minor commenting and formatting fixes.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1904
2010-04-18Add WAD merging command line options to Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1903
2010-04-18Add -hhever command line parameter to select patch version number.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1902
2010-04-18Use DEH_String() around TXT_ definitions from dstrings.h.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1901
2010-04-18Add new string tables.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1900
2010-04-18Add new action pointer lookup table, and find offset based on patchSimon Howard
executable version. Subversion-branch: /branches/raven-branch Subversion-revision: 1897
2010-04-18Add deh_hhe_version variable to specify version of executable used toSimon Howard
generate HHE patch. Refine DEH_MapHereticFrameNumber based on patch version. Subversion-branch: /branches/raven-branch Subversion-revision: 1895
2010-04-18Add some DEH_String() calls where appropriate.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1894
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-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
around appropriate strings to allow string replacements. Subversion-branch: /branches/raven-branch Subversion-revision: 1867
2010-02-08Move action function prototypes in info.c into separate p_action.hSimon Howard
header. Add table of action functions along with their location in the Heretic 1.0 executable, so that the "Action pointer" frame property can be set. Subversion-branch: /branches/raven-branch Subversion-revision: 1865
2010-02-08Call DEH_Init on Heretic startup so that patches will be loaded.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1864
2010-02-08Only call InitializeSections() when a dehacked patch is actually loaded.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1863
2010-02-08Add HHE 1.0 header signature to list of accepted signatures.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1862
2010-02-08Add case-insensitive version of strstr(), and use this instead ofSimon Howard
strstr() in dehacked code to determine when to map frame numbers. Subversion-branch: /branches/raven-branch Subversion-revision: 1861
2010-02-07When initializing to load an HHE patch, patch the states[] table to beSimon Howard
like Heretic 1.0. Subversion-branch: /branches/raven-branch Subversion-revision: 1859
2010-02-07Initial code for HHE patch support.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1858
2010-02-07Move sound structure and ammo definitions into headers. Add #ifndefSimon Howard
guards around info.h. Subversion-branch: /branches/raven-branch Subversion-revision: 1857
2010-02-07Refactor dehacked structure mapping code to support string fields inSimon Howard
addition to integer fields. Subversion-branch: /branches/raven-branch Subversion-revision: 1856
2010-02-07Oops.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1855
2010-02-07Add back unused phoenix rod object, frames, and dummy action pointer.Simon Howard
These were in Heretic 1.0 but were later removed. Also add comments to info.h noting fire-death frames that were added Heretic 1.0. This is necessary for HHE support. Subversion-branch: /branches/raven-branch Subversion-revision: 1854
2010-02-06Fix Heretic/Hexen "noise" sound debug cheats.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1850
2010-02-05Update OS X Makefile to include Heretic and Hexen executables, and toSimon Howard
correct the setup location. Subversion-branch: /branches/raven-branch Subversion-revision: 1847
2010-02-05Rearrange Makefile definitions.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1846
2010-02-05Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1845
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