shithub: choc

RSS feed

877604dc – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 20:56
Add aspect ratio correction to setup tool. Redesign the display settings

20a1417b – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 20:53
Add function to set radio button labels.

e54cabaa – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 20:53
Make dropdown lists emit a signal when set.

2aa16d0f – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 19:58
Add icon for setup tool.

f13ccd91 – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 19:54
Shut up datarootdir warnings.

6151447a – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 19:53
"\0" -> NULL

cb2b499e – Russell Rice <rtc_marine@hotmail.com> authored on 2006/12/15 18:15
Fix build

2213e743 – Russell Rice <rtc_marine@hotmail.com> authored on 2006/12/15 16:51
update project file to accomodate scaling code.

11c9d97f – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 16:10
Fix episode 3 bunny end screen (oops!!!!)

265c0de3 – Simon Howard <fraggle@gmail.com> authored on 2006/12/15 14:35
Split off scaling code into i_scale.c. Add aspect ratio correction

136009e7 – Simon Howard <fraggle@gmail.com> authored on 2006/12/08 11:37
Make trig tables const.

c1cc26b1 – Simon Howard <fraggle@gmail.com> authored on 2006/12/06 04:14
Add notes about packages to TODO.

2a1edf60 – Simon Howard <fraggle@gmail.com> authored on 2006/12/05 16:45
More TODO items. That's all I can think of for now.

e6b5dcbc – Simon Howard <fraggle@gmail.com> authored on 2006/12/05 16:10
Update TODO list: remove some things which are now complete and add some

15dda77c – Simon Howard <fraggle@gmail.com> authored on 2006/12/05 16:05
Update BUGS list.

38d45b87 – Simon Howard <fraggle@gmail.com> authored on 2006/12/05 16:05
Add missing #include.

e840f2d7 – Simon Howard <fraggle@gmail.com> authored on 2006/12/01 04:04
Add SPARC note to NEWS.

75291ab3 – Simon Howard <fraggle@gmail.com> authored on 2006/12/01 03:57
Fixups to make compiles work under the Solaris/SPARC compiler. Thanks to

a67482a1 – Simon Howard <fraggle@gmail.com> authored on 2006/11/28 19:53
Remove use of m4; use "Chocolate Doom" when referring to the program by

f29cec15 – Simon Howard <fraggle@gmail.com> authored on 2006/11/28 19:49
Use my gmail.com email address.

bcb17676 – Russell Rice <rtc_marine@hotmail.com> authored on 2006/11/27 16:45
* removal of FEATURE_* defines from codeblocks project

aed91e3c – Simon Howard <fraggle@gmail.com> authored on 2006/11/25 15:14
Use C99 types.

9815f0f2 – Simon Howard <fraggle@gmail.com> authored on 2006/11/25 14:45
Remove FixedDiv2; use actual fixed point version of FixedDiv (wtf?)

61049461 – Simon Howard <fraggle@gmail.com> authored on 2006/11/25 13:31
Remove version from msvc/config.h. This is not generated automatically,

824508f7 – Russell Rice <rtc_marine@hotmail.com> authored on 2006/11/18 23:53
Silence warnings in debug build

accfe832 – Simon Howard <fraggle@gmail.com> authored on 2006/11/15 19:12
Display lowres turning warning message client-side, not through

9d60c396 – Simon Howard <fraggle@gmail.com> authored on 2006/11/15 19:05
Increase buffer size to fixes crashes due to buffer overruns.

2c2e33f9 – Simon Howard <fraggle@gmail.com> authored on 2006/11/14 19:25
Use booleans in place of ints where possible.

c440a622 – Simon Howard <fraggle@gmail.com> authored on 2006/11/14 19:16
Fix endianness problem in mus2mid code (thanks denis)

cbbb10ac – Simon Howard <fraggle@gmail.com> authored on 2006/11/14 15:31
Use getenv/putenv, not SDL_getenv/SDL_putenv.

dd4e95dc – Simon Howard <fraggle@gmail.com> authored on 2006/11/14 15:09
Support running as a screensaver under X!

daaf0d1f – Simon Howard <fraggle@gmail.com> authored on 2006/11/10 12:32
Fix for playing demos on PPC (actually, fix for loading single lump

1d6a613b – Simon Howard <fraggle@gmail.com> authored on 2006/11/10 02:50
Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windib

d0d6c729 – Simon Howard <fraggle@gmail.com> authored on 2006/11/06 13:04
Use DirectX by default on Windows.

3e9f2abe – Simon Howard <fraggle@gmail.com> authored on 2006/11/06 12:59
Center the mouse on startup to prevent abrupt turns when launching a

61e6842f – Simon Howard <fraggle@gmail.com> authored on 2006/11/02 14:01
Update NEWS file.

8258632f – Simon Howard <fraggle@gmail.com> authored on 2006/10/30 20:01
Simulate overflowing the Doom frame table in dehacked patches (DOS

4ed8566a – Simon Howard <fraggle@gmail.com> authored on 2006/10/28 15:30
Explicitly support dehacked patches that overflow the ammo[] array with

c39b3722 – Simon Howard <fraggle@gmail.com> authored on 2006/10/27 20:23
Display a warning when setting dehacked fields that would overflow

3579a07a – Simon Howard <fraggle@gmail.com> authored on 2006/10/27 19:15
Allow multiple dehacked patches to be specified with the -deh command

3ab5b528 – Simon Howard <fraggle@gmail.com> authored on 2006/10/25 19:44
Allow F10 to exit in testcontrols mode.

5ce7f5cd – Simon Howard <fraggle@gmail.com> authored on 2006/10/25 16:04
"Always run" trick should only be when joyb_speed >= 10. Use 29 as the

33304ee6 – Simon Howard <fraggle@gmail.com> authored on 2006/10/25 14:12
Make the "test controls" option work - write the current config to

3fd97506 – Simon Howard <fraggle@gmail.com> authored on 2006/10/25 14:07
Don't print arguments read from response files - Vanilla Doom doesn't do

028cf7e2 – Russell Rice <rtc_marine@hotmail.com> authored on 2006/10/24 18:30
update chocolate-setup codeblocks project

da4d5c22 – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 18:26
Don't rely on INSTALL_DIR for the Win32 build.

f25e3e2d – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 18:25
Add missing header for Win32 build.

5984d4f3 – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 16:07
Tweak capitalisation on the main menu to be more like setup.exe.

d331243c – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 16:00
Escape WAD filenames passed to Doom with " quotes, to allow WAD

5f96cc7f – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 15:58
Pass through config variables into response file when launching Doom.

4a31b4fb – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 15:50
Fix player name option in setup tool.

dce196fc – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 15:44
Make "hurt me plenty" the default skill.

eb0a57a2 – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 15:32
Shut up compiler warnings.

939bb4cf – Simon Howard <fraggle@gmail.com> authored on 2006/10/24 15:23
Detect failures to initialise textscreen library and bomb out with an

79ce35e8 – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 19:15
Build command line parameters for starting multiplayer games and joining

b212241c – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 19:14
Write newlines in response files to separate parameters.

8efab8a2 – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 18:27
Rename testconfig.[ch] to execute.[ch], add generalised framework for

5c456761 – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 18:00
Add missing header.

3e9f6993 – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 14:32
Detect when keyboard variables are changed and convert back so that the

d57d467f – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 14:16
Load configuration on startup and save on quit. Functional setup

30b2e71c – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 14:00
Add m_argv.[ch] from Doom, fix up configfile.c so that it compiles

9326506e – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 13:59
Shut up compiler warnings.

5e322196 – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 13:58
Change config variable names to be the same as used in Doom.

6ffcadb7 – Simon Howard <fraggle@gmail.com> authored on 2006/10/23 13:57
Change config variable names to be the same as used in Doom.