Commit graph

132 commits

Author SHA1 Message Date
Simon Howard
d1b0870951 Set main menu title based on package name, not fixed string.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1807
2010-01-12 20:09:54 +00:00
Simon Howard
a33a26c2c4 Add missing connection for plutonia.wad set button.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1805
2010-01-12 01:32:24 +00:00
Simon Howard
96fc229a12 Add document icon file and use for file associations.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1804
2010-01-12 01:20:48 +00:00
Simon Howard
160ff32f2f Insert new files into the command line at the correct location, allowing
multiple files to be opened at once.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1803
2010-01-11 19:10:42 +00:00
Simon Howard
550b95f79c When launching a file from the finder, add the new file into the command
line at the appropriate position in the command line string.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1802
2010-01-11 01:35:04 +00:00
Simon Howard
213b88ef35 Change "@executable_path@" to "@executable_path"
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1799
2010-01-10 20:46:15 +00:00
Simon Howard
7b07b99fa2 Install docs with a single cp, rather than using a for loop.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1797
2010-01-10 18:48:21 +00:00
Simon Howard
da950e2321 Recursively copy library dependencies into destination package. Identify
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-10 18:42:35 +00:00
Simon Howard
a4f038a364 Clear existing arguments when adding a file.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1795
2010-01-09 21:06:31 +00:00
Simon Howard
45f543dbe6 Add file to command line when opened; add link from AppController to
LauncherManager.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1794
2010-01-09 20:42:30 +00:00
Simon Howard
c2f2fa12a6 Initial code to identify file type by extension and add file to command
line.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1793
2010-01-09 18:54:04 +00:00
Simon Howard
d109ab268f Hook in AppController as delegate for application, add file associations
to property list file.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1792
2010-01-09 18:38:48 +00:00
Simon Howard
6fb7afc47c Add "clean" target to package makefiles.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1791
2010-01-05 17:20:58 +00:00
Simon Howard
860a17497b Move config.make up to pkg/ directory. Use static makefiles to generate
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-05 15:52:12 +00:00
Simon Howard
37325bbfc1 Fix single space error when listing libraries.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1789
2010-01-04 22:53:44 +00:00
Simon Howard
c401e515b0 Copy binaries into app dir along with libraries.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1788
2010-01-04 22:45:45 +00:00
Simon Howard
dfff86ebef Include documentation files in package.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1787
2010-01-04 22:24:48 +00:00
Simon Howard
c94870783a Fix GNUstep build.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1786
2010-01-04 22:19:53 +00:00
Simon Howard
afb95216af Generate Info.plist and config.make in configure and remove temporary
versions. Include config.h from top level.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1785
2010-01-04 22:11:11 +00:00
Simon Howard
6921f30a44 Import OS X launcher code to trunk.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1784
2010-01-04 22:01:32 +00:00
Simon Howard
d27d3bb8b6 Add other missing files to dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1743
2009-11-29 22:50:17 +00:00
Simon Howard
8f6edc1f74 Fix win32 package Makefile.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1741
2009-11-21 17:18:11 +00:00
Simon Howard
afa0c4c797 Merge from trunk.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1737
2009-11-21 16:36:46 +00:00
Simon Howard
2c6e7b2f10 Add Makefile to build Win32 packages.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1736
2009-11-21 03:56:59 +00:00
Simon Howard
86d7863428 Rename pkg/wince/Makefile to pkg/wince/GNUmakefile (it uses GNU
extensions).

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1714
2009-10-10 22:58:25 +00:00
Simon Howard
6e71769007 Add pkg directory to make dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1712
2009-10-10 21:46:14 +00:00
Simon Howard
62df1ab1dd Select the game to configure automatically if the game name is found
inside the name of the executable. Rename the executable for the Windows
CE install packages.

Subversion-branch: /branches/raven-branch
Subversion-revision: 1612
2009-07-09 20:08:20 +00:00
Simon Howard
d03dd75b5c Generate separate install packages for Doom, Heretic, Hexen.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1611
2009-07-09 19:00:55 +00:00
Simon Howard
8777a9672e Add Makefile for building CAB files, dependency calculation.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1607
2009-06-21 19:33:35 +00:00
Simon Howard
4981903f7c Use correct filename for SDL_net DLL.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1606
2009-06-21 19:19:43 +00:00
Simon Howard
48f39f1ee5 Remove temporary files after generating CAB file.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1605
2009-06-21 19:03:38 +00:00
Simon Howard
d131bab501 Add script to generate Windows CE install package.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1604
2009-06-20 22:13:44 +00:00