summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2010-01-15Fix GNUstep info panel.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1816
2010-01-15Center the launcher window and config window on startup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1815
2010-01-15Add wadfile.png for GNUstep build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1814
2010-01-15Extend osx makefile to allow building of a working GNUstep application,Simon Howard
for testing purposes. Add GNUstep version of Info.plist, remove app-skeleton directory and move contents up. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1813
2010-01-14In Chex Quest, use the radiation suit colormap instead of the redSimon Howard
colormaps that are usually used when taking damage (or using the berserk pack). This matches the Vanilla chex.exe behavior (thanks Fuzztooth). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1812
2010-01-12Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1811
2010-01-12Strip executables when building Windows CE packages.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1810
2010-01-12Rearrange order of Makefile generation to alphabetical order.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1809
2010-01-12Move Makefile definitions for CC and STRIP into config.make, useSimon Howard
versions from autoconf. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1808
2010-01-12Set main menu title based on package name, not fixed string.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1807
2010-01-12Place commercial level name strings consecutively in the same array, soSimon Howard
that overflowing the end of one list accesses the start of the next. This trick is used by pl2.wad for its MAP33 secret level. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1806
2010-01-12Add missing connection for plutonia.wad set button.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1805
2010-01-12Add document icon file and use for file associations.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1804
2010-01-11Insert new files into the command line at the correct location, allowingSimon Howard
multiple files to be opened at once. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1803
2010-01-11When launching a file from the finder, add the new file into the commandSimon Howard
line at the appropriate position in the command line string. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1802
2010-01-10Change "@executable_path@" to "@executable_path"Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1799
2010-01-10Install docs with a single cp, rather than using a for loop.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1797
2010-01-10Recursively copy library dependencies into destination package. IdentifySimon Howard
libraries to be installed based on the path in which they are located, rather than whether there is "libSDL" in the name. Use install_name_tool to change the search path so that the system looks for libraries in @executable_path@ rather than their location on the machine upon which the program was built. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1796
2010-01-09Clear existing arguments when adding a file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1795
2010-01-09Add file to command line when opened; add link from AppController toSimon Howard
LauncherManager. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1794
2010-01-09Initial code to identify file type by extension and add file to commandSimon Howard
line. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1793
2010-01-09Hook in AppController as delegate for application, add file associationsSimon Howard
to property list file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1792
2010-01-05Add "clean" target to package makefiles.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1791
2010-01-05Move config.make up to pkg/ directory. Use static makefiles to generateSimon Howard
all packages, rather than dynamically generated makefiles. Add pkg/osx to dist. Make OS X staging directory depend on top level documentation files. Generate CMDLINE as part of standard build if it is not already present. Set svn:ignore properties. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1790
2010-01-04Fix single space error when listing libraries.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1789
2010-01-04Copy binaries into app dir along with libraries.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1788
2010-01-04Include documentation files in package.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1787
2010-01-04Fix GNUstep build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1786
2010-01-04Generate Info.plist and config.make in configure and remove temporarySimon Howard
versions. Include config.h from top level. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1785
2010-01-04Import OS X launcher code to trunk.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1784
2010-01-03Add quotes around $@ in autogen script (thanks exp[x])Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1771
2009-12-28When recording low resolution (non-longtics) Vanilla demos, carrySimon Howard
forward the error from angleturn caused by the reduced resolution, so that consecutive errors can accumulate, possibly making turning slightly smoother. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1770
2009-12-27Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1767
2009-12-27Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files,Simon Howard
as well as directories in which to search for IWAD files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1766
2009-12-18Fix poor quality application icons seen when the game is running.Simon Howard
Add back 8-bit icon files alongside files including both 8-bit and high quality 32-bit versions. Use the high quality icon files for resource files includes, and the low quality ones for in-game SDL. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1750