| 2010-01-27 |
| Add tags files to svn:ignore properties. |
Simon Howard |
a9e2d244 |
| 2010-01-26 |
| Minor fix of British spelling -> American. |
Simon Howard |
cf4d0c3b |
| Fix glass hack windows where a linedef is flagged as two sided but has only one side. Fixes WADs such as OTTAWAU.WAD (thanks Never_Again). |
Simon Howard |
7c47cdf1 |
| Merge from raven-branch |
James Haley |
b8040920 |
| 2010-01-23 |
| Add menu item to launcher to open a terminal window that can be used to start the game. Add missing 'edit' menu. Set svn:ignore property for osx directory. |
Simon Howard |
bf8974e6 |
| 2010-01-18 |
| Fix package source URL. |
Simon Howard |
47f828ea |
| Tweak package description slightly. |
Simon Howard |
0a540b15 |
| Define project short description, copyright, maintainer and URL in configure.in. Use these for the Info-gnustep.plist file. Add generated .spec file for building RPM packages. |
Simon Howard |
7f7a7354 |
| 2010-01-17 |
| Update NEWS. |
Simon Howard |
34e73b9f |
| Restore the original cursor when shutting down video code, this should hopefully fix the problem with the mouse cursor disappearing when exiting on Win9x (thanks Janizdreg). |
Simon Howard |
b95262a1 |
| 2010-01-16 |
| Update TODO file. |
Simon Howard |
27b66df2 |
| 2010-01-15 |
| Don't open the configuration window when the launcher is first run; display an error message if the user tries to launch the game without an IWAD selected. |
Simon Howard |
6e0df0d0 |
| Fix GNUstep info panel. |
Simon Howard |
893c8dbe |
| Center the launcher window and config window on startup. |
Simon Howard |
cd8cf5f1 |
| Add wadfile.png for GNUstep build. |
Simon Howard |
571b9c32 |
| Extend osx makefile to allow building of a working GNUstep application, for testing purposes. Add GNUstep version of Info.plist, remove app-skeleton directory and move contents up. |
Simon Howard |
f176ac40 |
| 2010-01-14 |
| In Chex Quest, use the radiation suit colormap instead of the red colormaps that are usually used when taking damage (or using the berserk pack). This matches the Vanilla chex.exe behavior (thanks Fuzztooth). |
Simon Howard |
df6a7940 |
| 2010-01-12 |
| Oops. |
Simon Howard |
009c7a7d |
| Strip executables when building Windows CE packages. |
Simon Howard |
b6810a29 |
| Rearrange order of Makefile generation to alphabetical order. |
Simon Howard |
92eaebfb |
| Move Makefile definitions for CC and STRIP into config.make, use versions from autoconf. |
Simon Howard |
869447ff |
| Set main menu title based on package name, not fixed string. |
Simon Howard |
d1b08709 |
| Place commercial level name strings consecutively in the same array, so 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. |
Simon Howard |
b777eebd |
| Add missing connection for plutonia.wad set button. |
Simon Howard |
a33a26c2 |
| Add document icon file and use for file associations. |
Simon Howard |
96fc229a |
| 2010-01-11 |
| Insert new files into the command line at the correct location, allowing multiple files to be opened at once. |
Simon Howard |
160ff32f |
| When launching a file from the finder, add the new file into the command line at the appropriate position in the command line string. |
Simon Howard |
550b95f7 |
| 2010-01-10 |
| Change "@executable_path@" to "@executable_path" |
Simon Howard |
213b88ef |
| Install docs with a single cp, rather than using a for loop. |
Simon Howard |
7b07b99f |
| 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. |
Simon Howard |
da950e23 |
| 2010-01-09 |
| Clear existing arguments when adding a file. |
Simon Howard |
a4f038a3 |
| Add file to command line when opened; add link from AppController to LauncherManager. |
Simon Howard |
45f543db |
| Initial code to identify file type by extension and add file to command line. |
Simon Howard |
c2f2fa12 |
| Hook in AppController as delegate for application, add file associations to property list file. |
Simon Howard |
d109ab26 |
| 2010-01-05 |
| Add "clean" target to package makefiles. |
Simon Howard |
6fb7afc4 |
| 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. |
Simon Howard |
860a1749 |
| 2010-01-04 |
| Fix single space error when listing libraries. |
Simon Howard |
37325bbf |
| Copy binaries into app dir along with libraries. |
Simon Howard |
c401e515 |
| Include documentation files in package. |
Simon Howard |
dfff86eb |
| Fix GNUstep build. |
Simon Howard |
c9487078 |
| Generate Info.plist and config.make in configure and remove temporary versions. Include config.h from top level. |
Simon Howard |
afb95216 |
| Import OS X launcher code to trunk. |
Simon Howard |
6921f30a |
| 2010-01-03 |
| Add quotes around $@ in autogen script (thanks exp[x]) |
Simon Howard |
9b0b0629 |
| 2009-12-28 |
| When recording low resolution (non-longtics) Vanilla demos, carry forward the error from angleturn caused by the reduced resolution, so that consecutive errors can accumulate, possibly making turning slightly smoother. |
Simon Howard |
2e6406e0 |
| 2009-12-27 |
| Oops. |
Simon Howard |
51948fd7 |
| Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files, as well as directories in which to search for IWAD files. |
Simon Howard |
67e05587 |
| 2009-12-18 |
| Fix poor quality application icons seen when the game is running. 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. |
Simon Howard |
b5b2cea3 |
| Update generated source files containing icon data. |
Simon Howard |
8a58f6fb |
| Make ExecuteCommand() under Unix return a failure when the executable cannot be executed. |
Simon Howard |
e81acc7d |
| 2009-12-14 |
| Use GetModuleFileNameW to get the (Unicode) path to the Doom executable. This hopefully fixes problems with Unicode directory names. |
Simon Howard |
4f540343 |