foxygit
/
doom
Log in
Files
Commits
Refs
git clone https://git.kristoffersson.info/repos/doom.git
commits
tags
2010-08-21
Change default mouse acceleration in setup tool to match the game's default.
Simon Howard
beaff1d6
"Bug fix".
Simon Howard
3c1733b7
2010-08-20
Remove debug printf().
Simon Howard
1d828364
Align memory allocated by zone memory system to 8 byte boundaries on 64-bit machines. Possibly fixes problems on sparc64?
Simon Howard
d6a51683
Extend mouse code to support up to 8 buttons (allows mouse wheel to be used).
Simon Howard
aa5b8eba
2010-08-15
Fix volume multiply; DBOPL now generating output.
Simon Howard
60226b11
Hook DBOPL into OPL library and remove FMOPL. Does not generate any sound yet.
Simon Howard
578a06c7
2010-08-13
Add C-converted version of DOSbox OPL emulator.
Simon Howard
6ebf557c
2010-08-09
Add weapon cycling bindings for mouse and joystick buttons. Add weapon cycling bindings to configuration file and setup tool.
Simon Howard
f3d3b038
2010-08-07
Change back filter frequency. Add debug code to dump resampled sound effects to WAV files.
Simon Howard
f291db8f
Fix sound resampling low pass filter.
Simon Howard
5e9a9a52
2010-08-04
Initial code for previous/next weapon switching keys.
Simon Howard
05cafe91
2010-08-03
When in windowed mode, allow the screen size to be dynamically resized by dragging the window borders.
Simon Howard
ad8d7a1e
2010-07-31
Add multiplayer spy key binding.
Simon Howard
4319d9cd
2010-07-28
Add config file parameter to set OPL I/O port.
Simon Howard
232fba47
2010-07-17
Check for libm, to fix Fedora compile issues.
Simon Howard
b457a1c9
2010-07-14
Set MACOSX_DEPLOYMENT_TARGET to target 10.4, so that the launcher will work on older versions.
Simon Howard
fea1fb2a
2010-07-10
Update NEWS and ChangeLog, bump version number.
Simon Howard
133a09f0
Add key bindings for multiplayer messaging.
Simon Howard
79300a83
Add key binding to change demo recording quit key.
Simon Howard
bb3f64f2
2010-06-12
Add tags files to svn:ignore.
Simon Howard
f391d85c
2010-05-30
Add INSTALL to all distribution packages, add note in README.
Simon Howard
373a8dd0
Clarify/update install instructions.
Simon Howard
f0057507
2010-05-14
Don't grab the mouse when the demo sequence advances.
Simon Howard
39494b5a
2010-05-03
Fix compiler warnings.
Simon Howard
7a3249ce
Shut up compiler warnings.
Simon Howard
c37f757b
Use dehacked printf functions in Heretic code where appropriate.
Simon Howard
e9c62890
Merge from trunk.
Simon Howard
4767ddcc
Oops.
Simon Howard
aa35a71b
Update NEWS.
Simon Howard
b3d5b801
2010-05-01
Further sanity checking on use of strcpy() with dehacked string replacements.
Simon Howard
6787e90d
Silence printf(DEH_String(...)) warnings, by providing a DEH_printf function that checks the format string is a valid replacement. Also add DEH_fprintf and DEH_snprintf functions to use throughout the code to do similar checking.
Simon Howard
da43e275
Fix compiler warnings with savegame and response file code.
Simon Howard
92896365
2010-04-30
Scale up music volume from configuration file value in Heretic/Hexen.
Simon Howard
af48a630
Merge from trunk.
Simon Howard
1162b2c6
Merge contents of OPL-TODO into TODO file.
Simon Howard
f151517b
Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add opl ctags file to localvimrc.
Simon Howard
6f8ac36f
2010-04-24
Add -reject_pad_with_ff parameter to allow padding value to be specified.
Simon Howard
e7f0d272
2010-04-23
Add REJECT buffer overflow emulation, based on code from PrBoom+ (thanks entryway). Fixes YDFEAR25.LMP.
Simon Howard
4070ecd9
2010-04-22
Disable OPL debugging messages.
Simon Howard
13d87ff8
2010-04-18
Fix svn:ignore properties.
Simon Howard
63ff4879
Add missing header.
Simon Howard
f7ab7d9f
Split out WAD command line parsing code into common code shared between games.
Simon Howard
2bfd7c43
Suggest a different Heretic version when an invalid string or code offset is encountered.
Simon Howard
d29437d4
Remove unused strings.
Simon Howard
72afdec7
Do dehacked string substitution for end of episode text.
Simon Howard
9c97b50a
Fix unsigned integer overflow with calls to M_StrCaseStr where strlen(haystack) < strlen(needle)
Simon Howard
59bc6523
Make tables const, minor commenting and formatting fixes.
Simon Howard
fe49cfc0
Add WAD merging command line options to Heretic.
Simon Howard
38c31575
Add -hhever command line parameter to select patch version number.
Simon Howard
8069d8a0
← newer
older →