RSS feed
005747a6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/11/20 11:45
Remove dependency of network code on Doom code.
4dac08c8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/09/25 21:21
Restructure player quit code to take place on the first tic after the
63712ec1
– Simon Howard <fraggle@gmail.com>
authored
on 2010/09/18 12:58
Move Doom-specific code from net_client.c into d_net.c.
ea810eee
– Simon Howard <fraggle@gmail.com>
authored
on 2010/09/14 13:47
Re-enable multiplayer support for Doom only, in preparation for network
523f786f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/09/11 16:29
Fix docgen error with key_multi_msgplayer8 config file variable.
22fc4057
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/31 15:26
Merge from trunk.
64918568
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/28 14:35
Update NEWS.
b582e476
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/28 14:28
Include INSTALL file in distribution packages.
966089e8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/22 13:59
Shut up compiler warning.
14cf34bc
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/21 21:21
Change span drawing functions to work the same as Vanilla, so that in
beaff1d6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/21 14:49
Change default mouse acceleration in setup tool to match the game's
3c1733b7
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/21 13:47
"Bug fix".
1d828364
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/20 09:01
Remove debug printf().
d6a51683
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/20 08:20
Align memory allocated by zone memory system to 8 byte boundaries on
aa5b8eba
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/20 07:30
Extend mouse code to support up to 8 buttons (allows mouse wheel to be
60226b11
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/15 11:23
Fix volume multiply; DBOPL now generating output.
578a06c7
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/15 10:57
Hook DBOPL into OPL library and remove FMOPL. Does not generate any
6ebf557c
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/13 14:42
Add C-converted version of DOSbox OPL emulator.
f3d3b038
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/09 13:53
Add weapon cycling bindings for mouse and joystick buttons. Add weapon
f291db8f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/07 13:23
Change back filter frequency. Add debug code to dump resampled sound
5e9a9a52
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/07 12:07
Fix sound resampling low pass filter.
05cafe91
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/04 14:25
Initial code for previous/next weapon switching keys.
ad8d7a1e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/08/03 16:12
When in windowed mode, allow the screen size to be dynamically resized
4319d9cd
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/31 15:25
Add multiplayer spy key binding.
232fba47
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/28 16:39
Add config file parameter to set OPL I/O port.
b457a1c9
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/16 20:33
Check for libm, to fix Fedora compile issues.
fea1fb2a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/14 16:36
Set MACOSX_DEPLOYMENT_TARGET to target 10.4, so that the launcher will
133a09f0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/10 12:06
Update NEWS and ChangeLog, bump version number.
79300a83
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/10 11:56
Add key bindings for multiplayer messaging.
bb3f64f2
– Simon Howard <fraggle@gmail.com>
authored
on 2010/07/10 11:27
Add key binding to change demo recording quit key.
f391d85c
– Simon Howard <fraggle@gmail.com>
authored
on 2010/06/12 15:38
Add tags files to svn:ignore.
373a8dd0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/29 23:03
Add INSTALL to all distribution packages, add note in README.
f0057507
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/29 22:56
Clarify/update install instructions.
39494b5a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/14 14:42
Don't grab the mouse when the demo sequence advances.
7a3249ce
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/03 14:23
Fix compiler warnings.
c37f757b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/03 13:41
Shut up compiler warnings.
e9c62890
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/03 13:21
Use dehacked printf functions in Heretic code where appropriate.
4767ddcc
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/03 13:07
Merge from trunk.
aa35a71b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/03 12:47
Oops.
b3d5b801
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/03 11:58
Update NEWS.
6787e90d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/01 17:47
Further sanity checking on use of strcpy() with dehacked string
da43e275
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/01 17:20
Silence printf(DEH_String(...)) warnings, by providing a DEH_printf
92896365
– Simon Howard <fraggle@gmail.com>
authored
on 2010/05/01 15:22
Fix compiler warnings with savegame and response file code.
af48a630
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 17:48
Scale up music volume from configuration file value in Heretic/Hexen.
1162b2c6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 16:53
Merge from trunk.
f151517b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 15:58
Merge contents of OPL-TODO into TODO file.
6f8ac36f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 15:38
Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add
e7f0d272
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/24 19:53
Add -reject_pad_with_ff parameter to allow padding value to be
4070ecd9
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/23 16:46
Add REJECT buffer overflow emulation, based on code from PrBoom+ (thanks
13d87ff8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/22 17:38
Disable OPL debugging messages.
63ff4879
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 18:37
Fix svn:ignore properties.
f7ab7d9f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 17:38
Add missing header.
2bfd7c43
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 17:29
Split out WAD command line parsing code into common code shared between
d29437d4
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 17:28
Suggest a different Heretic version when an invalid string or code
72afdec7
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:59
Remove unused strings.
9c97b50a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:54
Do dehacked string substitution for end of episode text.
59bc6523
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:48
Fix unsigned integer overflow with calls to M_StrCaseStr where
fe49cfc0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:30
Make tables const, minor commenting and formatting fixes.
38c31575
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 13:15
Add WAD merging command line options to Heretic.
8069d8a0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 12:40
Add -hhever command line parameter to select patch version number.
0c0d4ed5
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 12:13
Use DEH_String() around TXT_ definitions from dstrings.h.
b365656c
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 11:42
Add new string tables.
bc4a39b2
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 10:52
Add new action pointer lookup table, and find offset based on patch
53ba7baf
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 10:51
Add deh_hhe_version variable to specify version of executable used to
d76bed74
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 10:30
Add some DEH_String() calls where appropriate.
695b64ce
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/08 13:52
Add OPL-TODO to dist, set svn:ignore properties.
2f3b2889
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/08 13:50
Use native MIDI music by default.
448adb31
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/07 20:14
Merge opl-branch to trunk.
b9e18229
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/07 19:51
Load advapi32.dll pointers dynamically at runtime. This should fix any
662ad8cb
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2010/03/03 20:36
- Fix codeblocks project build
92c9d5c3
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/27 14:11
Use wide-character versions of Win32 API functions. Clean up properly if
77ea97c6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/27 13:57
When loading driver, pass the full path to the ioperm.sys file.
1398c8ae
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/27 12:48
Fix race condition with condition variable freed before it is signaled.
5f2cfb50
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/26 16:32
Minor documentation fixups.
06b97d2d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/26 16:07
Add OPL hardware playback support for Windows NT-based systems.
c4fe7aa8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/10 15:21
Bump version number, update ChangeLog and NEWS.
56412813
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 16:14
Add Heretic implementation of HHE "Text" section, add DEH_String()
08e0b147
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:18
Move action function prototypes in info.c into separate p_action.h
9769464e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:16
Call DEH_Init on Heretic startup so that patches will be loaded.
c09b386e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:15
Only call InitializeSections() when a dehacked patch is actually loaded.
b83a1ed0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:13
Add HHE 1.0 header signature to list of accepted signatures.
26bafb10
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:12
Add case-insensitive version of strstr(), and use this instead of
ea89b7c4
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 22:26
When initializing to load an HHE patch, patch the states[] table to be
6a92bc54
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 22:04
Initial code for HHE patch support.
f0432526
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 22:02
Move sound structure and ammo definitions into headers. Add #ifndef
e22d6a0d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 21:59
Refactor dehacked structure mapping code to support string fields in
b786d601
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 21:04
Oops.
abb5f331
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 19:59
Add back unused phoenix rod object, frames, and dummy action pointer.
c33c1fa0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 10:54
Fix Heretic/Hexen "noise" sound debug cheats.
52f81b4e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/05 18:30
Update OS X Makefile to include Heretic and Hexen executables, and to
3c18831a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/05 18:23
Rearrange Makefile definitions.
677729c6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/05 18:08
Merge from trunk.
cdacf59a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/04 22:27
Add a hint message about permissions if unable to get I/O permissions
ff7fff78
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/04 22:27
Only distribute README.OPL in the Windows package, don't bother
b42f8f4f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/04 22:23
Add README.OPL to list of documentation files to distribute.
8a77b34e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/02 14:02
Move parts of dehacked code into top-level common code, to allow future
b4f2d75b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/31 13:21
Change Windows resource file to use PACKAGE_COPYRIGHT and
fdcd8dda
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/30 11:14
Change directory to home directory before launching the game, so that
a0544759
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/30 11:04
Set launch button as default button, so that it is possible to launch
41e8417f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/29 19:37
Rename mus2mid functions to be consistent with coding standard.
Next