RSS feed
	
	
	
		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
		 
	
		cf6e976f
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/07 12:39
		
Add missing SDL_thread include.
		 
	
		ad9f8107
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/07 12:35
		
Don't try to use the SDL DirectX driver under Windows CE.
		 
	
		1a54277a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/07 11:21
		
Fix setup tool compile on Windows CE.
		 
	
		fdfff2b9
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/07 11:15
		
Remove call to setbuf.
		 
	
		7b7076a2
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/07 10:35
		
Add IWAD search dirs for Windows CE.
		 
	
		5a1443a3
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/07 10:20
		
Exit with an error on failure to allocate zone memory.
		 
	
		45359954
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 22:10
		
Use MessageBoxW instead of MessageBox (doesn't exist on Windows CE)
		 
	
		cd07b206
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:59
		
Add README file for Windows CE library.
		 
	
		61d40373
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:56
		
Detect Windows CE target and build/include libc_wince files as
		 
	
		abc69c7c
		 – Russell Rice <rtc_marine@hotmail.com>
 authored
 on 2009/06/06 21:50
		
- Update textscreen codeblocks project to include txt_scrollpane.* and
		 
	
		3831ece1
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:33
		
Include libc_wince.h when on Windows CE.
		 
	
		7f9b5d41
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:32
		
Add CPU affinity function for Windows CE.
		 
	
		203e7e79
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:27
		
Add libc_wince.h header, and EISDIR error value.
		 
	
		52c83199
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:27
		
Use GetUserNameExW, not GetUserName (doesn't exist on WinCE)
		 
	
		2df46868
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:26
		
Fix compile with FEATURE_MULTIPLAYER disabled.
		 
	
		8a262fb9
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 21:24
		
Fix compile with FEATURE_SOUND disabled.
		 
	
		6d0bf918
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 20:56
		
Add Windows CE implementations of some ANSI C functions that are
		 
	
		dc8c45c6
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/06 17:13
		
Don't check for Steam/CD installer versions on Windows CE.
		 
	
		e3e71290
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/05 12:58
		
Add key binding variables for automap and weapon keys.
		 
	
		b30d83c5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 19:37
		
Increase height of menu bindings dialog.
		 
	
		22a70fe6
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 19:35
		
Use newer keyboard bindings dialog layout from raven-branch.
		 
	
		3c2e7735
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 19:20
		
Add unique key groups for menu navigation and shortcuts.
		 
	
		500bcb69
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 19:20
		
Use key for confirming menu messages, not typed char.
		 
	
		adcd838e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 16:45
		
Add dialog to setup tool for editing menu shortcuts.
		 
	
		334af5fd
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 16:18
		
Add config file variables to increase/decrease screen size.
		 
	
		b3a03a40
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 15:59
		
Fix shortcut keys for menu items.
		 
	
		5a19f1d8
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 15:55
		
Add configuration file entries for menu key bindings.
		 
	
		0794d30b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/06/03 15:37
		
Add key_ variables for the keys used to control the menu.
		 
	
		0be19fa1
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/26 18:14
		
Fix tags for functions using TXT_UNCAST_ARG.
		 
	
		7b70d415
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/26 17:13
		
Set appropriate vim 'tags' variable for ctags files.
		 
	
		bd20fc62
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/21 15:18
		
Set display settings window position based on screen dimensions, rather
		 
	
		2a60e32a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/19 13:07
		
Fix manpage documentation for DOOMWADPATH (thanks MikeRS)
		 
	
		1c78ab7f
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/18 14:30
		
Fix A_BossDeath behavior in v1.9 emulation mode (thanks entryway)
		 
	
		e80490d4
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/17 09:54
		
Always use an SDL buffer size that is a power of two. Reduce buffer size
		 
	
		144849ee
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2009/05/12 14:03
		
Add option to "join game" dialog in setup tool to autojoin a LAN game.
		 
Next