RSS feed
cd8cf5f1
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 13:51
Center the launcher window and config window on startup.
571b9c32
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 13:40
Add wadfile.png for GNUstep build.
f176ac40
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 13:13
Extend osx makefile to allow building of a working GNUstep application,
df6a7940
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/14 13:47
In Chex Quest, use the radiation suit colormap instead of the red
009c7a7d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:16
Oops.
b6810a29
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:15
Strip executables when building Windows CE packages.
92eaebfb
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:14
Rearrange order of Makefile generation to alphabetical order.
869447ff
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:12
Move Makefile definitions for CC and STRIP into config.make, use
d1b08709
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:09
Set main menu title based on package name, not fixed string.
b777eebd
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:09
Place commercial level name strings consecutively in the same array, so
a33a26c2
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/11 20:32
Add missing connection for plutonia.wad set button.
96fc229a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/11 20:20
Add document icon file and use for file associations.
160ff32f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/11 14:10
Insert new files into the command line at the correct location, allowing
550b95f7
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 20:35
When launching a file from the finder, add the new file into the command
213b88ef
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 15:46
Change "@executable_path@" to "@executable_path"
7b07b99f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 13:48
Install docs with a single cp, rather than using a for loop.
da950e23
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 13:42
Recursively copy library dependencies into destination package. Identify
a4f038a3
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 16:06
Clear existing arguments when adding a file.
45f543db
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 15:42
Add file to command line when opened; add link from AppController to
c2f2fa12
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 13:54
Initial code to identify file type by extension and add file to command
d109ab26
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 13:38
Hook in AppController as delegate for application, add file associations
6fb7afc4
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/05 12:20
Add "clean" target to package makefiles.
860a1749
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/05 10:52
Move config.make up to pkg/ directory. Use static makefiles to generate
37325bbf
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:53
Fix single space error when listing libraries.
c401e515
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:45
Copy binaries into app dir along with libraries.
dfff86eb
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:24
Include documentation files in package.
c9487078
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:19
Fix GNUstep build.
afb95216
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:11
Generate Info.plist and config.make in configure and remove temporary
6921f30a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:01
Import OS X launcher code to trunk.
9b0b0629
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/02 22:49
Add quotes around $@ in autogen script (thanks exp[x])
2e6406e0
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/28 15:57
When recording low resolution (non-longtics) Vanilla demos, carry
51948fd7
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/26 20:42
Oops.
67e05587
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/26 19:11
Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files,
b5b2cea3
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/18 17:11
Fix poor quality application icons seen when the game is running.
8a58f6fb
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/18 16:11
Update generated source files containing icon data.
e81acc7d
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/18 16:10
Make ExecuteCommand() under Unix return a failure when the executable
4f540343
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/14 15:57
Use GetModuleFileNameW to get the (Unicode) path to the Doom executable.
ef736b3d
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/14 13:54
Add Chocolate Doom/setup icons with scaled versions for various
7972eefb
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/11 20:20
Fix textscreen black border bug.
c09be2cd
– Simon Howard <fraggle@gmail.com>
authored
on 2009/12/08 21:40
Fix the setup tool on Windows Vista/7 to not prompt for elevated
d27d3bb8
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/29 17:50
Add other missing files to dist.
c42cd2a3
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/29 17:25
Include .lvimrc in dist.
2c6e7b2f
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/20 22:56
Add Makefile to build Win32 packages.
944a39e9
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/20 21:05
Use execvp() rather than execv(), to look up Doom binary in the PATH if
892ad7c0
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/20 19:40
Apply configuration file invalid key setting fix to setup code.
1dfad758
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/20 19:38
Don't crash if key settings are set in a configuration file that are out
f9c92214
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/20 19:24
Fix crash with chocolate-setup under Windows (thanks Janizdreg).
43b0dbd2
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/19 16:49
Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes the
e62fdd77
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/19 16:07
Make chocolate-setup use its own location in the filesystem to find the
9ea3cb62
– Simon Howard <fraggle@gmail.com>
authored
on 2009/11/05 14:57
Perform bounds checking on values passed to TXT_UpdateScreenArea() to
37711266
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/26 15:28
Initial hacks for compiling under SDL 1.3.
42454af8
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/17 16:13
Fix error in last change.
1290c249
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/17 15:39
Use M_StrToInt() when processing values passed with -spechit, so that
a3ab0a69
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/17 15:29
Import donut overrun emulation code from PrBoom+ (Thanks entryway).
df496028
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/16 14:10
Fix compilation under MSVC (thanks entryway).
86d78634
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/10 18:58
Rename pkg/wince/Makefile to pkg/wince/GNUmakefile (it uses GNU
6e717690
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/10 17:46
Add pkg directory to make dist.
cc92d31e
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/09 21:02
Don't crash when using the donut special type and the joining linedef is
a91a40f1
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/05 16:25
Fix desync in ep1-0500.lmp on 64-bit (thanks exp(x)).
55789cf1
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/04 19:38
Provide pointer to STARTUPINFO structure when calling CreateProcessW, to
a034c665
– Simon Howard <fraggle@gmail.com>
authored
on 2009/10/01 15:08
Oops.
508c3fd3
– Simon Howard <fraggle@gmail.com>
authored
on 2009/09/30 21:04
Oops.
410579ec
– Simon Howard <fraggle@gmail.com>
authored
on 2009/09/30 19:07
Change British English spellings to American English, for consistency.
42f7a9b8
– Simon Howard <fraggle@gmail.com>
authored
on 2009/09/20 11:27
Use "const char" in libtextscreen where appropriate (thanks entryway).
10da45b9
– Simon Howard <fraggle@gmail.com>
authored
on 2009/09/11 17:56
Add (lack of) copyright notice for SDL workaround.
be3bba2a
– Simon Howard <fraggle@gmail.com>
authored
on 2009/09/07 15:43
Fix compilation under MacOS X.
0de7210f
– Simon Howard <fraggle@gmail.com>
authored
on 2009/09/06 14:15
Fixes for MSVC compile (thanks entryway).
ec81c27e
– Simon Howard <fraggle@gmail.com>
authored
on 2009/08/27 19:27
Allow PGUP/PGDN to scroll up and down in scroll panes (thanks
1715116e
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/20 18:27
Remove redundant variable assignment (thanks Quasar/Yagisan)
f1596273
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/19 20:37
Save and display the loading disk icon as a fixed 16x16 square, from an
63b550c0
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/13 18:43
Add stdio.h include to fix MSVC build (thanks Kaiser)
e66653a8
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/12 12:47
Fix compile with libsamplerate.
1dbed306
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/12 10:00
On Windows CE, use the Windows API to find the amount of available
24db815f
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/11 07:15
Add missing item to NEWS.
24783792
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/07 15:46
Update NEWS.
e806e6a6
– Simon Howard <fraggle@gmail.com>
authored
on 2009/07/07 15:38
Fix launching of the game from the setup tool in Windows CE.
8777a967
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/21 15:33
Add Makefile for building CAB files, dependency calculation.
4981903f
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/21 15:19
Use correct filename for SDL_net DLL.
48f39f1e
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/21 15:03
Remove temporary files after generating CAB file.
d131bab5
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/20 18:13
Add script to generate Windows CE install package.
9d9d55a9
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/16 15:47
Automatically allocate a smaller zone size if it was not possible to
356cc402
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/13 13:10
Don't post zero key events.
d4863b4c
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/12 15:07
On Windows CE systems without a keyboard, patch the default settings to
a3b1c4e9
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/12 13:58
Remove debug messages.
9fc871cd
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/12 13:35
Set the USER environment variable based on the owner information from
c80600ef
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/12 13:34
Always grab input on Windows CE.
43748a36
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/11 17:34
Include libc_wince.a in chocolate-server build.
779a2157
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/11 15:41
Grab the input in setup when reading a new key binding, so that Windows
3a4db250
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/11 14:19
Include libc_wince.h on Windows CE.
1a5c3bc6
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/11 14:18
Declare getenv/putenv on Windows CE for recent SDL versions that do not
ac28eb40
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/10 15:03
Add key bindings for pause, message refresh.
b6491fa4
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/08 15:26
Remove debugging code.
a91a1c60
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/08 14:15
Use SDL's getenv/putenv implementation, and populate at startup.
bdeaec12
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 19:41
Use CreateFileW instead of OpenFile (doesn't exist on Windows CE)
d9be0682
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 15:08
Fix header includes (thanks exp[x])
ea3b0114
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 14:18
Don't add DirectX/Windib selector on Windows CE.
0e3e4653
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 13:53
Use home dir to store configuration and savegames under Windows CE.
ef459ab9
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 13:33
Fix setup tool display configuration dialog when fullscreen is not
5d99eee5
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 13:10
Make auto-adjust code switch to windowed mode if no fullscreen modes are
895f4406
– Simon Howard <fraggle@gmail.com>
authored
on 2009/06/07 12:41
Catch errors when initialising SDL. Use the small textscreen font by
Next