summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2015-08-24osx: Add CFBundleIdentifier to Info.plist.Simon Howard
The preferences for the OS X launcher are currently stored in a file ambiguously named "launcher.plist" that could conflict with any other app on the system that chose to use the same moniker. Use the more specific identifier of org.chocolate-doom.launcher to avoid conflicts. Also set NSHumanReadableCopyright so that we get more detail on the "About" window in the launcher app. This fixes #570. Thanks to Xeriphas1994 for the suggestion to tweak the identifier.
2014-05-05Clean up file headers.Simon Howard
This change rewrites and simplifies the copyright headers at the top of all source files: * Remove "Emacs style mode select" line; this line was included in the headers for the originally released source files and appears to be to set the file type for old versions of Emacs. I'm not sure entirely why it was required but I don't think it is any more. * Remove "You should have received a copy of..." text from copyright header. This refers to the old 59 Temple Place address where the FSF headquarters used to be located and is no longer correct. Rather than change to the new address, just remove the paragraph as it is superfluous anyway. This fixes #311. * Remove ---- separator lines so that the file headers are barer and more simplified.
2014-04-26osx: Handle .hhe, .seh file extensions.Simon Howard
These are the equivalents of .deh for Heretic and Strife. Add these as file associations and auto-switch to the appropriate game type when opened.
2014-04-05Rename README.OPL to README.Music and extend.Simon Howard
Chocolate Doom now has a bewildering array of different options for music playback and it's worth documenting them properly. Extend the existing README.OPL file to describe the other options that are available, and rename it to README.Music as it's no longer just about OPL playback.
2014-04-01osx: Use safe string functions for launcher.Simon Howard
The OS X launcher used a few unsafe string functions; use snprintf() or strlcpy,strlcat here - as this is the launcher for OS X we don't need to care about portability.
2013-09-16Only include NOT-BUGS in releases of Doom binaries, not other games.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2662
2013-09-16Override the README distributed with Chocolate Strife Windows binariesSimon Howard
and include the custom version. Also include a copy in the Mac documentation folder. Subversion-branch: /branches/v2-branch Subversion-revision: 2661
2013-09-15Name OS X CMDLINE.game files as CMDLINE-game, so that they are notSimon Howard
considered as invalid file extensions. Subversion-branch: /branches/v2-branch Subversion-revision: 2656
2013-09-15Open appropriate CMDLINE file depending on the currently-selected game.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2655
2013-09-15Fix copying of CMDLINE files for Mac package build.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2654
2013-09-15Fix INSTALL generation for source code and Mac binary distribution.Simon Howard
Include CMDLINE files in Mac packages. Subversion-branch: /branches/v2-branch Subversion-revision: 2653
2013-09-15Rework documentation system to generate INSTALL files tailored for theSimon Howard
different games. Subversion-branch: /branches/v2-branch Subversion-revision: 2652
2013-09-15Update Windows build to generate multiple .zip packages, one for eachSimon Howard
game. Subversion-branch: /branches/v2-branch Subversion-revision: 2650
2013-09-15Remove top-level CMDLINE documentation file and generate multipleSimon Howard
CMDLINE files, one for each game. Subversion-branch: /branches/v2-branch Subversion-revision: 2648
2013-08-11Remove Windows CE support.Simon Howard
What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615
2012-12-24Reduce window height of .dmg Finder window - this reverts r2371.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2554
2012-12-24Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2553
2012-12-22Add some extra zero-fill to the end of .DS_store.Simon Howard
Recent versions of Mac OS X Finder seem to generate slightly fatter .DS_store files. This can cause a problem where there is insufficient free space in tmp.dmg to generate the modified .DS_store file. Adding some zero-fill to the end of the base one fixes this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2547
2011-09-12Update OS X launcher to include box for Strife IWAD.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2372
2011-09-12Increase window size in .dmg package, so that there is no verticalSimon Howard
scroll bar. Subversion-branch: /branches/v2-branch Subversion-revision: 2371
2011-09-11Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2367
2011-06-13Rework configuration window; add Heretic/Hexen configuration boxes.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2348
2011-06-13Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2347
2011-05-14Convert build system to using the PROGRAM_PREFIX system used onSimon Howard
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
2011-05-08Allow IWAD files to be double-clicked in the finder to set the IWADSimon Howard
configuration. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2334
2011-05-07Rework OS X launcher package. Include documentation files within theSimon Howard
application bundle and add a help menu with links. Rework .dmg generation to generate a file with a "fancy" background image and overall nicer appearance. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2332
2011-03-30Add a symlink hack to work around the fact that OS X doesn't like pathsSimon Howard
in MANPATH to contain spaces. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2318
2011-03-28Remove the BUGS file as it doesn't really contain any usefulSimon Howard
information. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2316
2011-03-10Include Unix manpages in MacOS package, and set MANPATH to point to themSimon Howard
when opening a terminal window. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2302
2011-03-10Replace the INSTALL file with a template version that is customized toSimon Howard
different platforms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2299
2011-03-06Add Strife to OS X launcher.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2294
2011-02-24Make code changes to add Heretic/Hexen support to OS X launcher.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2277
2011-02-12Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2258
2011-01-02Remove redundant package version label from top of OS X launcher window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2234
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
several days ago. Subversion-branch: /branches/raven-branch Subversion-revision: 2212
2010-11-30Add NOT-BUGS file with some common Vanilla gotchas.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2175
2010-11-09Update Python scripts to work in Python 3.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2162
2010-08-31Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1987
2010-08-28Include INSTALL file in distribution packages.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1969
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-04-30Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1924
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-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-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-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-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