shithub: choc

RSS feed

a0ab1947 – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 17:20
Add note that the "Monsters Infight" setting is not supported.

7e57759e – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 17:14
Ignore comments in dehacked files.

9c4ef6cc – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 17:09
Dehacked Misc support: Controls for the armor and armor class set when

1d597be8 – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 17:02
Dehacked Misc support: Max soulsphere, Soulsphere+Megasphere health bonus

ae8ca20a – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 16:49
Add dehacked "Misc" implementations for max armor+health, blue+green

4dc1ca19 – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 16:27
Start of Dehacked 'Misc' section support. Initial Health+Bullets,

eb11f9bf – Simon Howard <fraggle@gmail.com> authored on 2005/10/17 15:46
Guard against multiple video shutdowns better. Fix crash due to improper

860c6b86 – Simon Howard <fraggle@gmail.com> authored on 2005/10/16 16:55
Fix the '-cdrom' command-line option.

e2c0f46e – Simon Howard <fraggle@gmail.com> authored on 2005/10/16 12:16
Set the default number of channels to a more sensible 8

8d9ee825 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 21:18
Global "configdir" variable with directory to store config files in.

6dfceb2c – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 18:50
Fix pink icon on startup

5040fc24 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 13:57
Add warning message for WADs with FF_START or SS_START in, suggesting

72a451c5 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 13:42
Mention dehacked banners

ef22ea7e – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 13:38
Print startup banners which have been modified by dehacked.

99dddb94 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 13:09
Add blackbug note

1ba7b1dd – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 12:58
Fix MIDI music not pausing when using SDL_mixer's native MIDI playback.

02a491c0 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 11:59
Map mouse buttons correctly.

50613891 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 11:47
Update NEWS with info about bugs fixed.

21510ef9 – Simon Howard <fraggle@gmail.com> authored on 2005/10/15 11:45
Check the return code from SDL_LockSurface to ensure a surface has been

1d4f9587 – Simon Howard <fraggle@gmail.com> authored on 2005/10/13 19:12
Fix Doom 1 skies

29571c16 – Simon Howard <fraggle@gmail.com> authored on 2005/10/13 18:23
Fix logic for lost soul bounce

b9a5732a – Simon Howard <fraggle@gmail.com> authored on 2005/10/12 17:52
doomfeatures.h to allow certain features to be disabled in the build

859fc3d3 – Simon Howard <fraggle@gmail.com> authored on 2005/10/10 13:02
Update to do list

75296da3 – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 19:52
Fix DEH_Warning call

577b422b – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 17:22
Update ChangeLog

2cc38e4d – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 17:20
v0.1.0

a7f36c7c – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 17:19
Include libtextscreen include in the right place, include deh_main.h

443163fc – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 16:19
Handle blinking text in ENDOOM lumps properly.

c8b201dd – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 16:06
Check the header of dehacked files and make sure we only load valid

6a9e5dd7 – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 12:42
Cannot do arithmetic on void pointers in standard C

a5473268 – Simon Howard <fraggle@gmail.com> authored on 2005/10/09 10:34
Fix banner string for ultimate doom

6520e0ef – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 20:25
Improved sprite merging

c1de8d06 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 20:20
Detect registered DOOM banner in dehacked patches

f9d08985 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 17:02
Allow dehacked substitutions on sprite names

50bdeb95 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 17:01
Change dehacked startup message

5547ba06 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 16:54
Proper dehacked error/warning framework. Catch a load more errors.

25f6da18 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 16:14
Dehacked "Sound" section support

992ccb3a – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 16:14
Add the ability to specify unsupported fields

d944e441 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 16:10
Shut up compiler warning

2cac2377 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 15:52
Update NEWS, ChangeLog

a4707e1b – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 15:33
Allow dehacked patches to override the name of the game via the

5dd09ed9 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 14:34
Print startup message to stdout, not stderr

3519b53f – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 14:23
WAD merging code

968c30b0 – Simon Howard <fraggle@gmail.com> authored on 2005/10/08 14:22
Store the cache as part of the lumpinfo_t struct. Add W_AddFile prototype

9dbacdc2 – Simon Howard <fraggle@gmail.com> authored on 2005/10/06 15:36
Must use the right no clipping cheat for the right game.

ba0fc6d9 – Simon Howard <fraggle@gmail.com> authored on 2005/10/06 15:32
Allow changing the background flats in finale text screens via dehacked

6da59f6f – Simon Howard <fraggle@gmail.com> authored on 2005/10/04 18:10
Dehacked "Misc" section parser (currently a dummy)

f4f051d3 – Simon Howard <fraggle@gmail.com> authored on 2005/10/04 18:04
Parse dehacked "Ammo" sections properly

a077c664 – Simon Howard <fraggle@gmail.com> authored on 2005/10/04 17:41
Rewrite cheats code. Add dehacked cheat replacement.

e98e86a6 – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 20:41
Move call to dehacked entrypoint to stop crashes

4dfffeb5 – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 17:39
Dehacked text substitutions

c41381ea – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 09:44
Update ChangeLog

91d265df – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 09:21
Weapons mapping code

27901a5b – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 07:08
Replace end of section functions with NULLs as they arent currently being

cbe3f178 – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 07:02
Add a weaponinfo_t mapping

aff12461 – Simon Howard <fraggle@gmail.com> authored on 2005/10/03 06:25
Add mapping code to map out structures and switch thing/frame code to use

33313564 – Simon Howard <fraggle@gmail.com> authored on 2005/10/02 20:42
Frame numbers are indexed from 0

d0ab12d7 – Simon Howard <fraggle@gmail.com> authored on 2005/10/02 19:49
The beginnings of dehacked support

33b6861e – Simon Howard <fraggle@gmail.com> authored on 2005/10/02 16:23
Guard against music lumps containing non-MUS data, document in bugs list

5657765b – Simon Howard <fraggle@gmail.com> authored on 2005/10/02 00:23
Update NEWS

1ae1c29e – Simon Howard <fraggle@gmail.com> authored on 2005/10/02 00:22
Fix Final Doom automap level name display

1df239e4 – Simon Howard <fraggle@gmail.com> authored on 2005/10/02 00:16
Fixes for Final Doom

2e2f520f – Simon Howard <fraggle@gmail.com> authored on 2005/10/01 23:23
Fix the length of time that ENDOOM is displayed for

2f20195e – Simon Howard <fraggle@gmail.com> authored on 2005/10/01 23:16
ENDOOM support using text mode emulation

f75826fa – Simon Howard <fraggle@gmail.com> authored on 2005/10/01 23:16
Text mode emulation code

8f20863e – Simon Howard <fraggle@gmail.com> authored on 2005/10/01 23:03
Make sure loading disk is only shown if the display is initialised

abc595e8 – Simon Howard <fraggle@gmail.com> authored on 2005/10/01 11:50
Update ChangeLog

2644ac3d – Simon Howard <fraggle@gmail.com> authored on 2005/10/01 11:49
automake doesn't recognise .rc files unless there is a rule like this in

40ee5260 – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 20:08
Update ChangeLog

f22561be – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 18:33
Always use SDL_Flip to update the screen. Fixes problems in Windows when

f69e905d – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 18:25
Fix .rc -> .o rule

f9e914f9 – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 18:24
Add chocolate_doom_icon.c to CVS. This is kind of bad but saves having

e2896ba2 – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 18:23
Don't write converted output file unless everything went through

8ade4fd1 – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 17:46
0.0.4

d7f9fa82 – Simon Howard <fraggle@gmail.com> authored on 2005/09/27 17:46
Update ChangeLog

308464a0 – Simon Howard <fraggle@gmail.com> authored on 2005/09/26 17:44
Fix melting crap on startup - oops

33fa8bcf – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 20:31
Fix disk icon appearing before palette is set (pink disk!)

a74f73ec – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 19:46
Update ChangeLog

cbe85d9d – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 19:45
Remove leftover debug code

099b0d4b – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 19:44
Enforce sane screenmultiply values

5ed6a965 – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 19:41
Fix "loading" icon for all video modes

84d4d107 – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 19:16
Remove icon border

af3ae597 – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 18:58
Commit uac_dead fix

fb638874 – Simon Howard <fraggle@gmail.com> authored on 2005/09/24 18:04
Add application icon to running program

6945d15b – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 17:42
64-bit fixes

7e52d346 – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 09:57
Add some more useful information to the README

450b69a3 – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 09:23
Update ChangeLog

d3c020f0 – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 09:22
Update NEWS

0a9fe2c2 – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 09:20
Update bugs/todo lists

b30d12e1 – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 09:13
Remove external statistics driver support (-statcopy):

d29e73f0 – Simon Howard <fraggle@gmail.com> authored on 2005/09/22 08:58
Use a new PU_FREE tag to mark free blocks, rather than the 'user' field

53a7ee34 – Simon Howard <fraggle@gmail.com> authored on 2005/09/20 17:20
Generate chocolate-doom-res.rc with version and product info

1c850569 – Simon Howard <fraggle@gmail.com> authored on 2005/09/20 16:55
Conditionally build the resource file, dependent on whether windres exists

7dd596e0 – Simon Howard <fraggle@gmail.com> authored on 2005/09/20 16:13
Update to do list

f8d14bad – Simon Howard <fraggle@gmail.com> authored on 2005/09/20 16:13
Include icon in exe, rather than the default icon. Thanks to Joe Kennedy

1f2a875a – Simon Howard <fraggle@gmail.com> authored on 2005/09/17 17:37
Update changelog

c2070729 – Simon Howard <fraggle@gmail.com> authored on 2005/09/17 17:17
0.0.3

3e0f56f7 – Simon Howard <fraggle@gmail.com> authored on 2005/09/17 16:50
Mouse acceleration code to emulate old DOS drivers

8c0e2a02 – Simon Howard <fraggle@gmail.com> authored on 2005/09/17 16:25
Set the default values for variables in their initialisers. Remove the

66bf226f – Simon Howard <fraggle@gmail.com> authored on 2005/09/17 16:06
Rewrite configuration loading code; assign a type to each configuration

Next