foxygit
/
doom
Log in
Files
Commits
Refs
git clone https://git.kristoffersson.info/repos/doom.git
commits
tags
2008-12-05
Auto-select the game type based on detected IWADs. If IWADs from multiple games are detected, pop up a dialog box to prompt the user to select a game to configure.
Simon Howard
bb58e40a
2008-12-03
Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for mapping files (thanks to Christian Chech).
Simon Howard
3fd9acf6
Oops.
Simon Howard
d9f9a3b4
Centralise the list of IWAD files and use bitmasks to select which mission types are valid.
Simon Howard
27f8ea9f
2008-12-02
Add missing include.
Simon Howard
02f2b37c
Use the hardware palette for textscreen and Hexen graphical startup.
Simon Howard
a2afcffe
Fix setup to show the correct available sfx/music options, depending on the game type. Add CD music option for Hexen.
Simon Howard
2c2e0d5a
Use PROGRAM_PREFIX for defining config file filenames.
Simon Howard
4af7ea5b
Fix endianness bug with Hexen ACS code.
Simon Howard
a55ed79b
2008-12-01
Do endianness conversion when accessing patch->width fields.
Simon Howard
e3a806cc
Add missing header includes.
Simon Howard
c8ef0c4a
Remove 'uint' type.
Simon Howard
f871c15b
Remove #pragma statements.
Simon Howard
2805b879
Fix make dist.
Simon Howard
8f0c7980
Don't try to read SDL events until initialised.
Simon Howard
653bf3a0
2008-11-28
Update HH-TODO.
Simon Howard
e4d5a1e0
Add function to get the number of episodes.
Simon Howard
f062903b
Set svn:ignore properties on directories.
Simon Howard
38f09a6c
Add Heretic/Hexen controls to setup program.
Simon Howard
50aa3823
2008-11-27
Add -game command-line parameter to control what game to configure settings for.
Simon Howard
a33d2359
2008-11-26
Add bindings for remaining missing config file variables, to get chocolate-setup functional again.
Simon Howard
2b5de0ba
2008-11-24
Make chocolate-setup use m_controls.c definitions for config file keyboard/mouse/joystick variables. Make other configuration file variables static and add bind functions.
Simon Howard
2f673252
2008-11-23
Shut up some Hexen compiler warnings.
Simon Howard
09f98f80
Shut up compiler warnings in Heretic code.
Simon Howard
828b0991
2008-11-21
Move setup/ into src/ and merge with main codebase. Remove duplicated code. Split out I_Endoom to separate i_endoom.c file.
Simon Howard
ae18d8c4
Update msvc project
Russell Rice
9646b03b
Update codeblocks project
Russell Rice
bf1980da
2008-11-09
Recreate Hexen graphical startup in SDL.
Simon Howard
e4aa7597
2008-11-08
Recreate Heretic startup progress bar using textscreen library.
Simon Howard
71d013a4
Use sizeof(short) to calculate size for allocation.
Simon Howard
bce9b6d6
2008-11-03
Add NULL terminator to Hexen sprite names list.
Simon Howard
76e08671
Add NULL terminator to sprite names list.
Simon Howard
8c78e065
2008-11-02
Fix up raven-branch copyright notices.
Simon Howard
65c1c988
Remove Hexen TIMEBOMB code.
Simon Howard
046f9226
2008-10-31
Move gamma correction table to tables.c.
Simon Howard
96879d84
Don't set processor affinity on OSX, as it does not support sched_setaffinity.
Simon Howard
280ae3a4
- Delete the "all-in-one" project file and rename the solution file to chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc
Russell Rice
56e56f79
- Update codeblocks projects
Russell Rice
6d54e2df
2008-10-30
- Add missing m_random.h for hexen - Update codeblocks projects
Russell Rice
4ae59946
Factor out Heretic and Hexen versions of m_misc.c. Make -file for Heretic and Hexen use WAD path lookup.
Simon Howard
091f9380
Turn off warnings-as-errors.
Simon Howard
8c045b4b
2008-10-29
Update Hexen to use common cheats code.
Simon Howard
c2fb9dc5
Add packed structure attribute for structures read from disk.
Simon Howard
4cb20a81
2008-10-26
Update HH-TODO.
Simon Howard
b0cc15b6
2008-10-24
Further fixes to stop lumps being modified.
Simon Howard
06790ce0
Fix Heretic/Hexen implementations of P_LoadBlockmap to not modify the lump.
Simon Howard
80eacd13
Endianness fixes for ACS code.
Simon Howard
8022c5cc
2008-10-23
Fix Heretic/Hexen demo desyncs.
Simon Howard
a3abf64a
2008-10-13
Set window title for chocolate-hexen.
Simon Howard
69116f7c
Update HH-TODO.
Simon Howard
09847863
← newer
older →