Age | Commit message (Expand) | Author |
2013-10-12 | Tweak mouse grab behavior: don't arbitrarily warp the mouse at game | Simon Howard |
2013-10-08 | Set window title/icon for Heretic/Hexen startup windows, to match the | Simon Howard |
2013-09-27 | Translate HHE thing numbers according to patch exe version number, as | Simon Howard |
2013-09-27 | Fix comments: HHE, not Dehacked. | Simon Howard |
2013-09-27 | Map thing type and state table indexes to those used by Vanilla Heretic | Simon Howard |
2013-09-27 | Use portable functions for reading/writing sector effect thinker | Simon Howard |
2013-09-24 | Use portable functions to read/write mobj_t structures. | Simon Howard |
2013-09-24 | Add portable functions to read/write player_t structures and use this | Simon Howard |
2013-09-24 | Add portable functions to read integers from savegame files and use | Simon Howard |
2013-09-24 | Split Heretic savegame code into a separate file. | Simon Howard |
2013-09-22 | Call I_PrecacheSounds() in Heretic/Hexen startup code so that sounds are | Simon Howard |
2013-09-21 | Fix make dist. | Simon Howard |
2013-09-19 | Fix crash at Heretic E2 end screen (thanks Leitbild). | Simon Howard |
2013-09-04 | Don't show ENDOOM screen when aborting netgame startup (thanks Alexandre | Simon Howard |
2013-08-11 | Tweak intros to manpages. Fix category for -hhever argument. | Simon Howard |
2013-08-10 | Add documentation comments for Heretic and Hexen command line arguments. | Simon Howard |
2013-04-05 | Use two-stage startup for Hexen, and add netgame startup callback for | Simon Howard |
2013-04-05 | Use two-stage netgame startup for Heretic. | Simon Howard |
2013-04-05 | Split Doom netgame startup into two stages. | Simon Howard |
2013-04-05 | Split D_InitNetGame() into two separate functions for startup. | Simon Howard |
2012-12-24 | Fix compiler warnings by removing variables that are set but not used. | Simon Howard |
2012-10-28 | Merge from trunk. | Simon Howard |
2012-09-07 | Fix crash when updating sounds with a NULL listener. | Simon Howard |
2011-10-29 | Enable gcc warning to detect redundant declarations, and clean up | Simon Howard |
2011-10-23 | Fix compiler warnings (thanks Edward-San). | Simon Howard |
2011-10-22 | Change KEY_BACKSPACE to 0x7f to fix problems with the backspace key not | Simon Howard |
2011-10-22 | Fix Heretic and Hexen multiplayer chat. | Simon Howard |
2011-10-22 | Fix crash when pressing escape in help screens. | Simon Howard |
2011-10-20 | Confirm quit game when the window close button is clicked a second time. | Simon Howard |
2011-10-19 | Send MAXPLAYERS value for game on connect to server. Make server adapt | Simon Howard |
2011-10-19 | Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERS | Simon Howard |
2011-10-17 | Fix crash on respawn in Heretic (same as previously-fixed Hexen respawn | Simon Howard |
2011-10-17 | Always show the Strife intro splash screen in windowed mode, and finish | Simon Howard |
2011-10-17 | Rework net_connect_data_t structure to include WAD and Dehacked | Simon Howard |
2011-10-15 | Add weapon cycling keys for Heretic. | Simon Howard |
2011-10-15 | Fix desyncs when playing back multiplayer demos. | Simon Howard |
2011-10-15 | Remove duplicate definitions. | Simon Howard |
2011-10-14 | Fix player exit message in Hexen, and add note to player exit code in | Simon Howard |
2011-10-13 | Convert Heretic code to use common main loop code. Working multiplayer! | Simon Howard |
2011-09-25 | Fix special1/special2 values so that they can properly hold pointer | Simon Howard |
2011-09-25 | Fix warning message when loading a HHE patch with the wrong version. | Simon Howard |
2011-09-24 | Don't allow menu actions when running with -testcontrols. Quit | Simon Howard |
2011-09-24 | Don't show graphical startup for Heretic, Hexen or Strife when running | Simon Howard |
2011-09-24 | Add -testcontrols to Heretic. | Simon Howard |
2011-09-05 | Store Heretic savegames in the configuration directory, as with Doom | Simon Howard |
2011-02-24 | Load response files from main() before calling D_DoomMain, so that all | Simon Howard |
2010-08-31 | Merge from trunk. | Simon Howard |
2010-06-12 | Add tags files to svn:ignore. | Simon Howard |
2010-05-03 | Shut up compiler warnings. | Simon Howard |
2010-05-03 | Use dehacked printf functions in Heretic code where appropriate. | Simon Howard |