Age | Commit message (Expand) | Author |
2010-01-12 | Add missing connection for plutonia.wad set button. | Simon Howard |
2010-01-12 | Add document icon file and use for file associations. | Simon Howard |
2010-01-11 | Insert new files into the command line at the correct location, allowing | Simon Howard |
2010-01-11 | When launching a file from the finder, add the new file into the command | Simon Howard |
2010-01-10 | Change "@executable_path@" to "@executable_path" | Simon Howard |
2010-01-10 | Install docs with a single cp, rather than using a for loop. | Simon Howard |
2010-01-10 | Recursively copy library dependencies into destination package. Identify | Simon Howard |
2010-01-09 | Clear existing arguments when adding a file. | Simon Howard |
2010-01-09 | Add file to command line when opened; add link from AppController to | Simon Howard |
2010-01-09 | Initial code to identify file type by extension and add file to command | Simon Howard |
2010-01-09 | Hook in AppController as delegate for application, add file associations | Simon Howard |
2010-01-05 | Add "clean" target to package makefiles. | Simon Howard |
2010-01-05 | Move config.make up to pkg/ directory. Use static makefiles to generate | Simon Howard |
2010-01-04 | Fix single space error when listing libraries. | Simon Howard |
2010-01-04 | Copy binaries into app dir along with libraries. | Simon Howard |
2010-01-04 | Include documentation files in package. | Simon Howard |
2010-01-04 | Fix GNUstep build. | Simon Howard |
2010-01-04 | Generate Info.plist and config.make in configure and remove temporary | Simon Howard |
2010-01-04 | Import OS X launcher code to trunk. | Simon Howard |
2010-01-03 | Add quotes around $@ in autogen script (thanks exp[x]) | Simon Howard |
2009-12-28 | When recording low resolution (non-longtics) Vanilla demos, carry | Simon Howard |
2009-12-27 | Oops. | Simon Howard |
2009-12-27 | Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files, | Simon Howard |
2009-12-18 | Fix poor quality application icons seen when the game is running. | Simon Howard |
2009-12-18 | Update generated source files containing icon data. | Simon Howard |
2009-12-18 | Make ExecuteCommand() under Unix return a failure when the executable | Simon Howard |
2009-12-14 | Use GetModuleFileNameW to get the (Unicode) path to the Doom executable. | Simon Howard |
2009-12-14 | Add Chocolate Doom/setup icons with scaled versions for various | Simon Howard |
2009-12-12 | Fix textscreen black border bug. | Simon Howard |
2009-12-09 | Fix the setup tool on Windows Vista/7 to not prompt for elevated | Simon Howard |
2009-11-29 | Add other missing files to dist. | Simon Howard |
2009-11-29 | Include .lvimrc in dist. | Simon Howard |
2009-11-21 | Add Makefile to build Win32 packages. | Simon Howard |
2009-11-21 | Use execvp() rather than execv(), to look up Doom binary in the PATH if | Simon Howard |
2009-11-21 | Apply configuration file invalid key setting fix to setup code. | Simon Howard |
2009-11-21 | Don't crash if key settings are set in a configuration file that are out | Simon Howard |
2009-11-21 | Fix crash with chocolate-setup under Windows (thanks Janizdreg). | Simon Howard |
2009-11-19 | Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes the | Simon Howard |
2009-11-19 | Make chocolate-setup use its own location in the filesystem to find the | Simon Howard |
2009-11-05 | Perform bounds checking on values passed to TXT_UpdateScreenArea() to | Simon Howard |
2009-10-26 | Initial hacks for compiling under SDL 1.3. | Simon Howard |
2009-10-17 | Fix error in last change. | Simon Howard |
2009-10-17 | Use M_StrToInt() when processing values passed with -spechit, so that | Simon Howard |
2009-10-17 | Import donut overrun emulation code from PrBoom+ (Thanks entryway). | Simon Howard |
2009-10-16 | Fix compilation under MSVC (thanks entryway). | Simon Howard |
2009-10-10 | Rename pkg/wince/Makefile to pkg/wince/GNUmakefile (it uses GNU | Simon Howard |
2009-10-10 | Add pkg directory to make dist. | Simon Howard |
2009-10-10 | Don't crash when using the donut special type and the joining linedef is | Simon Howard |
2009-10-05 | Fix desync in ep1-0500.lmp on 64-bit (thanks exp(x)). | Simon Howard |
2009-10-04 | Provide pointer to STARTUPINFO structure when calling CreateProcessW, to | Simon Howard |