RSS feed
6ec6095c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/10/06 10:58
Finish implementation of Hexen CD audio music mode.
9a4f30c2
– Simon Howard <fraggle@gmail.com>
authored
on 2013/10/06 10:53
Change netgame version mismatch message to be reminiscent of the Vanilla
976ba58a
– Simon Howard <fraggle@gmail.com>
authored
on 2013/10/06 10:44
Fix RANGECHECK on V_DrawPatch() functions, so the game exits with an
ae972140
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/28 21:49
Preserve libsamplerate_scale in the setup tool.
0e839534
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/28 21:07
Add config file variable for controlling libsamplerate conversion scale
efdd44c1
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/27 18:57
Update HH-TODO.
600ac5db
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/27 18:54
Translate HHE thing numbers according to patch exe version number, as
3ab0057e
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/27 17:53
Fix comments: HHE, not Dehacked.
c4873e6c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/27 17:50
Map thing type and state table indexes to those used by Vanilla Heretic
e5f5cd88
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/27 15:05
Use portable functions for reading/writing sector effect thinker
ae839e5c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/24 17:38
Use portable functions to read/write mobj_t structures.
5932e291
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/24 17:10
Add portable functions to read/write player_t structures and use this
551df9d9
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/24 16:52
Add portable functions to read integers from savegame files and use
0ac39490
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/24 16:02
Split Heretic savegame code into a separate file.
c2f1c3bf
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/22 18:03
Call I_PrecacheSounds() in Heretic/Hexen startup code so that sounds are
20fcb605
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/22 15:19
Small fix to a big problem regarding save slots.
77965313
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 13:55
Fix mouse "use" button in Heretic (thanks mooseman2).
092ed7a5
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 01:54
Fix rpm.spec subpackages.
0bbfb99e
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 01:50
Fix make dist.
f4b37734
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 00:51
Rename gamesdir to execgamesdir so that the binaries are installed by
0e7f83f0
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 00:49
Fix setup tool desktop file to point to chocolate-doom-setup.
2933ccf0
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 00:37
Update rpm.spec to build Strife package.
a853a1ef
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 00:35
Install documentation files into separate directories, one for each
9330b5da
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/21 00:34
Install multiple copies of the setup binary, one for each game.
26446dde
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/20 23:08
Sync -random command line parameter as part of game settings.
5af0b045
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/20 19:50
Set setup tool title so that it it shows the name of the correct game
f1d79f49
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/20 19:08
Set a title on the ENDOOM window.
2abeaa31
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/20 00:48
Place the mouse cursor in a less distracting location when releasing
5364e94a
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/19 00:03
Add missing newline.
157725a6
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/18 23:51
Fix crash at Heretic E2 end screen (thanks Leitbild).
0ef3690c
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/18 23:37
Change to using V_DrawFilledBox to clear the intro screen instead of
265b86d0
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/15 22:24
Fix same error made before with -novoice command - grr!
e197f3e5
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 22:05
Only include NOT-BUGS in releases of Doom binaries, not other games.
716a3694
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 21:43
Override the README distributed with Chocolate Strife Windows binaries
710403d3
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 21:37
Add Chocolate Strife README file.
83d832ee
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/15 20:29
Support for the -random parameter. Needs netcode support (passing the
e4e5387b
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 19:37
Name OS X CMDLINE.game files as CMDLINE-game, so that they are not
d0874f31
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 19:22
Open appropriate CMDLINE file depending on the currently-selected game.
a1e79a3b
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 19:22
Fix copying of CMDLINE files for Mac package build.
3cd3810c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 18:52
Fix INSTALL generation for source code and Mac binary distribution.
b0a0f90c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 18:41
Rework documentation system to generate INSTALL files tailored for the
d2e79e32
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 18:20
Reword CMDLINE template lead-in text to be game agnostic.
fff9267c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 17:09
Update Windows build to generate multiple .zip packages, one for each
9bf4b180
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 17:08
Update README to reflect the fact that Chocolate Doom now includes
110d2793
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/15 17:04
Remove top-level CMDLINE documentation file and generate multiple
9771bde7
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/15 16:28
Re-enable netgame check on code that enters chat state.
f4eb9088
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/15 16:24
Hopefully complete implementation of player names and Strife player chat
3ce2a53b
– James Haley <haleyjd@hotmail.com>
authored
on 2013/09/15 11:32
Frags are displayed on keys popup during deathmatch
f2c204cc
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/08 15:10
Merge from trunk.
e10af521
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/08 14:57
Fix file select widget to emit "changed" signal properly. Reset variable
f3afff09
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/04 00:38
Update TODO files.
ffb162b3
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/04 00:36
Update INSTALL file to cover non-Doom games and GUS emulation feature.
466e0915
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/04 00:07
Don't show ENDOOM screen when aborting netgame startup (thanks Alexandre
4e4f77f1
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/03 23:52
Fix Hexen -class parameter when starting a single player game from the
2d837ce8
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/03 22:44
Fix setup tool defaults for GUS/Timidity path config variables (thanks
5139df0e
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/03 22:41
Extend "emulation" of menu pause key behavior to caps/num/scroll lock
54432020
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/02 02:14
Fix net_gamesettings_t checking code to use common function for checking
d7a54ff9
– Simon Howard <fraggle@gmail.com>
authored
on 2013/09/01 17:58
Read/write thinker structures portably. Hexen savegames should now be
37e1dbf1
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/30 20:13
Add notification window to the waiting screen to show whether the server
58fba347
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/30 20:12
Add textscreen functions to raise and lower windows.
4a005eaf
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/25 18:13
Read/write mobj_t structures to savegame files portably.
21bc4c4a
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/25 01:44
First step towards portable Hexen savegames. Perform endianness
7f27444e
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/17 17:34
Fix Chocolate Doom/Strife to emulate weird Vanilla behavior when the
1e0abaad
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/17 17:08
Fix IWAD auto-selection when joining a game in the setup tool (thanks
0a94c0f9
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/17 16:53
Fix IWAD registry locations when using 64-bit Windows. Change imported
46547d4b
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/11 14:03
Tweak intros to manpages. Fix category for -hhever argument.
63acb55b
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/11 13:32
Remove Windows CE support.
b1d51276
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/10 19:32
Split manpage.template into separate files for different games.
e33e4427
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/10 19:27
Fix Strife documentation comments. Remove -episode which does not exist
b536405f
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/10 17:45
Tweak Strife documentation comments.
17c10da2
– Simon Howard <fraggle@gmail.com>
authored
on 2013/08/10 17:30
Add documentation comments for Heretic and Hexen command line arguments.
50289818
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2013/07/03 17:41
- Update codeblocks projects
81e92c1b
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2013/07/03 17:35
- Update codeblocks projects
431b7953
– Simon Howard <fraggle@gmail.com>
authored
on 2013/06/19 16:50
Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).
0fea3b6c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/06/17 19:02
Refactor handling of novert to take place at the lower layers rather
ba1c0277
– Simon Howard <fraggle@gmail.com>
authored
on 2013/05/27 13:56
Remove use of WINAPI macro to fix compile under MSVC.
95cc9103
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/06 11:48
Run I_ShutdownJoystick on exit (thanks Brad Harding).
de482094
– James Haley <haleyjd@hotmail.com>
authored
on 2013/04/05 21:41
Updated project file to add gusconf module
245f0054
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 21:37
Increase netgame timeout to 30 seconds.
126e7b23
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 21:36
Handle client disconnects when waiting for the game to start. Abort game
2a6a4f36
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 20:48
Don't hog the CPU when waiting for the game to start.
cffe694c
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 17:23
Use two-stage netgame startup for Strife, and restore the previous
f1bde3d5
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 17:01
Use two-stage startup for Hexen, and add netgame startup callback for
d3cd96a9
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 16:24
Use two-stage netgame startup for Heretic.
d71cfa9e
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 16:15
Split Doom netgame startup into two stages.
6617f41d
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/05 15:42
Split D_InitNetGame() into two separate functions for startup.
28402136
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/03 19:47
Don't start the game until all players are ready. Send waiting data to
48b1728d
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/02 16:44
Split game start sequence into two-stage process. This is the first
ce8a95a5
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/01 12:38
Correct incorrect doc comment.
609e5d29
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/01 12:14
Add configuration boxes for GUS and Timidity configuration.
47af28e1
– Simon Howard <fraggle@gmail.com>
authored
on 2013/04/01 10:59
Merge from trunk.
bd0f3869
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 16:38
Fix Doxygen comments.
f346e339
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 15:38
Add back call to TXT_Delay to fix OS X freeze.
daa0897e
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 15:32
Allow backspace or delete to clear the contents of an input box.
9963de83
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 15:32
Don't hog the CPU while waiting for the file selector.
a16cb18b
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 15:16
Change WAD selectors in setup tool to file selection widgets.
fdd021c5
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 15:09
Fix file selector issues with Windows build.
3ac14402
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/31 14:46
Add file selector widget to textscreen library.
917aa5b1
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/26 22:25
Remove duplicate definition of M_OEMToUTF8() (thanks exp(x)).
f0f56055
– Simon Howard <fraggle@gmail.com>
authored
on 2013/03/23 21:38
Initial docgen changes to generate manpages for Heretic, Hexen, Strife.
Next