shithub: choc

RSS feed

2c2e0d5a – Simon Howard <fraggle@gmail.com> authored on 2008/12/02 14:02
Fix setup to show the correct available sfx/music options, depending on

4af7ea5b – Simon Howard <fraggle@gmail.com> authored on 2008/12/02 13:59
Use PROGRAM_PREFIX for defining config file filenames.

a55ed79b – Simon Howard <fraggle@gmail.com> authored on 2008/12/02 13:58
Fix endianness bug with Hexen ACS code.

e3a806cc – Simon Howard <fraggle@gmail.com> authored on 2008/12/01 17:16
Do endianness conversion when accessing patch->width fields.

c8ef0c4a – Simon Howard <fraggle@gmail.com> authored on 2008/12/01 17:13
Add missing header includes.

f871c15b – Simon Howard <fraggle@gmail.com> authored on 2008/12/01 16:43
Remove 'uint' type.

2805b879 – Simon Howard <fraggle@gmail.com> authored on 2008/12/01 16:34
Remove #pragma statements.

8f0c7980 – Simon Howard <fraggle@gmail.com> authored on 2008/12/01 16:16
Fix make dist.

e4d5a1e0 – Simon Howard <fraggle@gmail.com> authored on 2008/11/28 17:56
Update HH-TODO.

f062903b – Simon Howard <fraggle@gmail.com> authored on 2008/11/28 17:54
Add function to get the number of episodes.

38f09a6c – Simon Howard <fraggle@gmail.com> authored on 2008/11/28 17:50
Set svn:ignore properties on directories.

50aa3823 – Simon Howard <fraggle@gmail.com> authored on 2008/11/28 17:47
Add Heretic/Hexen controls to setup program.

a33d2359 – Simon Howard <fraggle@gmail.com> authored on 2008/11/27 14:45
Add -game command-line parameter to control what game to configure

2b5de0ba – Simon Howard <fraggle@gmail.com> authored on 2008/11/26 16:09
Add bindings for remaining missing config file variables, to get

2f673252 – Simon Howard <fraggle@gmail.com> authored on 2008/11/24 14:01
Make chocolate-setup use m_controls.c definitions for config file

09f98f80 – Simon Howard <fraggle@gmail.com> authored on 2008/11/23 12:52
Shut up some Hexen compiler warnings.

828b0991 – Simon Howard <fraggle@gmail.com> authored on 2008/11/23 12:39
Shut up compiler warnings in Heretic code.

ae18d8c4 – Simon Howard <fraggle@gmail.com> authored on 2008/11/21 13:03
Move setup/ into src/ and merge with main codebase. Remove duplicated

9646b03b – Russell Rice <rtc_marine@hotmail.com> authored on 2008/11/21 04:37
Update msvc project

bf1980da – Russell Rice <rtc_marine@hotmail.com> authored on 2008/11/21 04:33
Update codeblocks project

e4aa7597 – Simon Howard <fraggle@gmail.com> authored on 2008/11/09 11:39
Recreate Hexen graphical startup in SDL.

71d013a4 – Simon Howard <fraggle@gmail.com> authored on 2008/11/08 01:58
Recreate Heretic startup progress bar using textscreen library.

bce9b6d6 – Simon Howard <fraggle@gmail.com> authored on 2008/11/08 01:57
Use sizeof(short) to calculate size for allocation.

76e08671 – Simon Howard <fraggle@gmail.com> authored on 2008/11/03 14:04
Add NULL terminator to Hexen sprite names list.

8c78e065 – Simon Howard <fraggle@gmail.com> authored on 2008/11/03 14:02
Add NULL terminator to sprite names list.

65c1c988 – Simon Howard <fraggle@gmail.com> authored on 2008/11/02 18:53
Fix up raven-branch copyright notices.

046f9226 – Simon Howard <fraggle@gmail.com> authored on 2008/11/02 18:36
Remove Hexen TIMEBOMB code.

96879d84 – Simon Howard <fraggle@gmail.com> authored on 2008/10/31 16:28
Move gamma correction table to tables.c.

280ae3a4 – Simon Howard <fraggle@gmail.com> authored on 2008/10/31 13:27
Don't set processor affinity on OSX, as it does not support

56e56f79 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/31 05:12
- Delete the "all-in-one" project file and rename the solution file to

6d54e2df – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/31 05:03
- Update codeblocks projects

4ae59946 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/29 23:08
- Add missing m_random.h for hexen

091f9380 – Simon Howard <fraggle@gmail.com> authored on 2008/10/29 22:10
Factor out Heretic and Hexen versions of m_misc.c. Make -file for

8c045b4b – Simon Howard <fraggle@gmail.com> authored on 2008/10/29 22:08
Turn off warnings-as-errors.

c2fb9dc5 – Simon Howard <fraggle@gmail.com> authored on 2008/10/29 17:04
Update Hexen to use common cheats code.

4cb20a81 – Simon Howard <fraggle@gmail.com> authored on 2008/10/29 16:57
Add packed structure attribute for structures read from disk.

b0cc15b6 – Simon Howard <fraggle@gmail.com> authored on 2008/10/26 00:00
Update HH-TODO.

06790ce0 – Simon Howard <fraggle@gmail.com> authored on 2008/10/24 14:03
Further fixes to stop lumps being modified.

80eacd13 – Simon Howard <fraggle@gmail.com> authored on 2008/10/24 13:28
Fix Heretic/Hexen implementations of P_LoadBlockmap to not modify the

8022c5cc – Simon Howard <fraggle@gmail.com> authored on 2008/10/24 13:12
Endianness fixes for ACS code.

a3abf64a – Simon Howard <fraggle@gmail.com> authored on 2008/10/23 17:34
Fix Heretic/Hexen demo desyncs.

69116f7c – Simon Howard <fraggle@gmail.com> authored on 2008/10/13 17:29
Set window title for chocolate-hexen.

09847863 – Simon Howard <fraggle@gmail.com> authored on 2008/10/13 17:20
Update HH-TODO.

7eb3ddaf – Simon Howard <fraggle@gmail.com> authored on 2008/10/13 17:19
Perform necessary shutdown tasks on exit of Hexen.

6f116526 – Simon Howard <fraggle@gmail.com> authored on 2008/10/12 11:45
Don't hog the CPU.

1901777a – Simon Howard <fraggle@gmail.com> authored on 2008/10/12 11:41
Fix autorun hack for Hexen.

a2fe8877 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/11 03:17
- Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for memory mapped

78e4c283 – Simon Howard <fraggle@gmail.com> authored on 2008/10/10 19:54
Convert Heretic/Hexen menu code to use translated key value when

32565063 – Simon Howard <fraggle@gmail.com> authored on 2008/10/10 19:44
Move shiftxform table to i_video.c; make 'data2' for key events

ea4e1fcf – Simon Howard <fraggle@gmail.com> authored on 2008/10/10 19:41
Fix crash at Hexen title screen.

53fa8e08 – Simon Howard <fraggle@gmail.com> authored on 2008/10/10 14:01
Set SavePath correctly and create the directory if necessary.

0aa90653 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/09 18:37
Update codeblocks project for hexen, which builds successfully now.

d0531706 – Simon Howard <fraggle@gmail.com> authored on 2008/10/09 15:40
Fix crashes when loading the same level twice.

88dd6235 – Simon Howard <fraggle@gmail.com> authored on 2008/10/09 15:23
Add mouse grab callback for Hexen.

bb9ceef0 – Simon Howard <fraggle@gmail.com> authored on 2008/10/09 14:46
Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*

9736ada9 – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 18:44
Fix sound effects!

7f69666e – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 18:24
Save config file at exit and initialise sound (fixes music)

1670801d – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 15:34
Replace hexen "shareware" variable with gamemode/gamemission. Use

65404cbe – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 15:13
Move chocolate-hexen to default build.

f75d8a50 – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 15:12
Minor tweaks to get chocolate-hexen to build.

a045c309 – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 15:01
Remove unused tsm_ID reference.

066b90fc – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 14:58
Use internal DisplayTicker variable for hexen/sb_bar.c.

d4d0f994 – Simon Howard <fraggle@gmail.com> authored on 2008/10/08 14:47
Switch configuration file code to common configuration file code, and

dc7d7279 – Simon Howard <fraggle@gmail.com> authored on 2008/10/05 14:29
Perform bounds checking on separation and volume values passed to the

da447edc – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/05 00:18
- Rename main.workspace to chocolate.workspace (since we have doom.cbp,

1c93a6a6 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/05 00:05
Include missing files in hexen project

da7f8071 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/10/04 23:39
Update codeblocks projects

62aa3c85 – Simon Howard <fraggle@gmail.com> authored on 2008/10/04 10:45
Draw loading disk into a temporary buffer rather than the screen, to fix

43552743 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 13:50
Disable calls into low-level netgame code, until netgames are fixed.

5839f530 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 13:49
Remove calls to Logitech Cyberman code.

46aeb066 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 13:49
Remove #defines for hexen/r_draw.c; we are only using the C versions of

0e5fce06 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 13:48
Add missing UpdateState variable.

0f4fc306 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 13:12
Fix bug in previous commit.

8878f9e7 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 13:06
Fix crash with P_FindNextHighestFloor.

fdd2fe63 – Simon Howard <fraggle@gmail.com> authored on 2008/10/03 12:57
Rename Hexen main function to common D_DoomMain function.

939e0411 – Simon Howard <fraggle@gmail.com> authored on 2008/10/02 20:46
Fix Steam search path for Heretic.

51efdd70 – Simon Howard <fraggle@gmail.com> authored on 2008/10/02 14:46
Split out high-level sound code from hexen/i_ibm.c and refactor to use

525e8d80 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 16:35
Merge from trunk.

21d9d4e2 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 16:22
Add .lvimrc local vim project settings.

b574dd5b – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 15:56
Update HH-TODO.

3f035363 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 15:38
Remove duplicate SlopeDiv function.

89d95067 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 15:20
Remove some redundant DOS and NeXT-related code.

313e5680 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 15:14
Remove some duplicate definitions from h2def.h.

16e36195 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 15:10
Remove Hexen duplicate KEY_ definitions.

d35a4b7c – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 15:03
Merge tinttable variable to common.

738e91cd – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 14:31
Finish merge of hexen/v_video.c to common (oops)

4385c78e – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 14:30
Merge hexen/v_video.c to common.

c137615a – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 14:19
Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code to

f8b21652 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 14:00
Use common versions of ticcmd_t and event_t for Hexen code. Remove old

bf5e8485 – Simon Howard <fraggle@gmail.com> authored on 2008/10/01 13:31
Merge Hexen fixed_t and angle definitions to common code, plus byte

fde2f788 – Simon Howard <fraggle@gmail.com> authored on 2008/09/30 19:01
Add steam paths for finding Heretic/Hexen IWAD files.

40fddbd7 – Simon Howard <fraggle@gmail.com> authored on 2008/09/30 18:59
Add chocolate-heretic to default build.

8cae6e48 – Simon Howard <fraggle@gmail.com> authored on 2008/09/30 18:50
Move d_iwad.c into common code and update Heretic to use it on startup

84552e7d – Russell Rice <rtc_marine@hotmail.com> authored on 2008/09/29 02:50
- Set project dependencies for heretic and hexen to build libtextscreen

dd48cee4 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/09/28 23:39
- Fix chocolate-server build

c1440000 – Russell Rice <rtc_marine@hotmail.com> authored on 2008/09/28 23:23
- Create separate codeblocks project files for doom, heretic and hexen,

18a8d8a3 – Simon Howard <fraggle@gmail.com> authored on 2008/09/28 13:16
Expand number of joystick buttons supported by Heretic to the number

0c740718 – Simon Howard <fraggle@gmail.com> authored on 2008/09/28 13:02
Make the joybspeed autorun hack work in Heretic.

32cdd54b – Simon Howard <fraggle@gmail.com> authored on 2008/09/28 12:38
Move novert support into common i_video.c code.

bde39eee – Simon Howard <fraggle@gmail.com> authored on 2008/09/28 11:53
Tidy up heretic start up messages.

Next