summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-08Merge opl-branch to trunk.Simon Howard
2010-03-08Load advapi32.dll pointers dynamically at runtime. This should fix anySimon Howard
2010-03-04- Fix codeblocks project buildRussell Rice
2010-02-27Use wide-character versions of Win32 API functions. Clean up properly ifSimon Howard
2010-02-27When loading driver, pass the full path to the ioperm.sys file.Simon Howard
2010-02-27Fix race condition with condition variable freed before it is signaled.Simon Howard
2010-02-26Minor documentation fixups.Simon Howard
2010-02-26Add OPL hardware playback support for Windows NT-based systems.Simon Howard
2010-02-10Bump version number, update ChangeLog and NEWS.Simon Howard
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
2010-02-08Move action function prototypes in info.c into separate p_action.hSimon Howard
2010-02-08Call DEH_Init on Heretic startup so that patches will be loaded.Simon Howard
2010-02-08Only call InitializeSections() when a dehacked patch is actually loaded.Simon Howard
2010-02-08Add HHE 1.0 header signature to list of accepted signatures.Simon Howard
2010-02-08Add case-insensitive version of strstr(), and use this instead ofSimon Howard
2010-02-07When initializing to load an HHE patch, patch the states[] table to beSimon Howard
2010-02-07Initial code for HHE patch support.Simon Howard
2010-02-07Move sound structure and ammo definitions into headers. Add #ifndefSimon Howard
2010-02-07Refactor dehacked structure mapping code to support string fields inSimon Howard
2010-02-07Oops.Simon Howard
2010-02-07Add back unused phoenix rod object, frames, and dummy action pointer.Simon Howard
2010-02-06Fix Heretic/Hexen "noise" sound debug cheats.Simon Howard
2010-02-05Update OS X Makefile to include Heretic and Hexen executables, and toSimon Howard
2010-02-05Rearrange Makefile definitions.Simon Howard
2010-02-05Merge from trunk.Simon Howard
2010-02-05Add a hint message about permissions if unable to get I/O permissionsSimon Howard
2010-02-05Only distribute README.OPL in the Windows package, don't botherSimon Howard
2010-02-05Add README.OPL to list of documentation files to distribute.Simon Howard
2010-02-02Move parts of dehacked code into top-level common code, to allow futureSimon Howard
2010-01-31Change Windows resource file to use PACKAGE_COPYRIGHT andSimon Howard
2010-01-30Change directory to home directory before launching the game, so thatSimon Howard
2010-01-30Set launch button as default button, so that it is possible to launchSimon Howard
2010-01-30Rename mus2mid functions to be consistent with coding standard.Simon Howard
2010-01-29Remove unused PACKAGE_LONGDESC.Simon Howard
2010-01-29When doing a MUS to MID conversion, allocate MIDI channels so that theSimon Howard
2010-01-29Fix indentation/style etc. in mus2mid.c.Simon Howard
2010-01-27Merge from trunk.Simon Howard
2010-01-27Add tags files to svn:ignore properties.Simon Howard
2010-01-26Minor fix of British spelling -> American.Simon Howard
2010-01-26Fix glass hack windows where a linedef is flagged as two sided but hasSimon Howard
2010-01-23Add menu item to launcher to open a terminal window that can be used toSimon Howard
2010-01-18Fix package source URL.Simon Howard
2010-01-18Tweak package description slightly.Simon Howard
2010-01-18Define project short description, copyright, maintainer and URL inSimon Howard
2010-01-17Update NEWS.Simon Howard
2010-01-17Restore the original cursor when shutting down video code, this shouldSimon Howard
2010-01-16Update TODO file.Simon Howard
2010-01-15Don't open the configuration window when the launcher is first run;Simon Howard
2010-01-15Fix GNUstep info panel.Simon Howard
2010-01-15Center the launcher window and config window on startup.Simon Howard