summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-11Remove Windows CE support.Simon Howard
What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615
2013-08-10Split manpage.template into separate files for different games.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2614
2013-08-10Fix Strife documentation comments. Remove -episode which does not existSimon Howard
in Vanilla Strife. Subversion-branch: /branches/v2-branch Subversion-revision: 2613
2013-08-10Tweak Strife documentation comments.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2612
2013-08-10Add documentation comments for Heretic and Hexen command line arguments.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2611
2013-07-03- Update codeblocks projectsRussell Rice
Subversion-branch: /branches/v2-branch Subversion-revision: 2609
2013-04-06Run I_ShutdownJoystick on exit (thanks Brad Harding).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2591
2013-04-06Updated project file to add gusconf moduleJames Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2590
2013-04-06Increase netgame timeout to 30 seconds.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2589
2013-04-06Handle client disconnects when waiting for the game to start. Abort gameSimon Howard
startup if a player disconnects, or continue gracefully if a drone disconnects. Subversion-branch: /branches/v2-branch Subversion-revision: 2588
2013-04-06Don't hog the CPU when waiting for the game to start.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2587
2013-04-05Use two-stage netgame startup for Strife, and restore the previousSimon Howard
startup splash-screen behavior (before it was modified in r2435). Subversion-branch: /branches/v2-branch Subversion-revision: 2586
2013-04-05Use two-stage startup for Hexen, and add netgame startup callback forSimon Howard
the spinal loading screen. Subversion-branch: /branches/v2-branch Subversion-revision: 2585
2013-04-05Use two-stage netgame startup for Heretic.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2584
2013-04-05Split Doom netgame startup into two stages.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2583
2013-04-05Split D_InitNetGame() into two separate functions for startup.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2582
2013-04-03Don't start the game until all players are ready. Send waiting data toSimon Howard
players that are ready for startup progress screens. Subversion-branch: /branches/v2-branch Subversion-revision: 2581
2013-04-02Split game start sequence into two-stage process. This is the firstSimon Howard
stage in refactoring the way that network startup works. Subversion-branch: /branches/v2-branch Subversion-revision: 2580
2013-04-01Add configuration boxes for GUS and Timidity configuration.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2578
2013-04-01Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2577
2013-03-31Fix Doxygen comments.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2576
2013-03-31Add back call to TXT_Delay to fix OS X freeze.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2575
2013-03-31Allow backspace or delete to clear the contents of an input box.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2574
2013-03-31Don't hog the CPU while waiting for the file selector.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2573
2013-03-31Change WAD selectors in setup tool to file selection widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2572
2013-03-31Fix file selector issues with Windows build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2571
2013-03-31Add file selector widget to textscreen library.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2570
2013-03-27Remove duplicate definition of M_OEMToUTF8() (thanks exp(x)).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2569
2013-03-24Initial docgen changes to generate manpages for Heretic, Hexen, Strife.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2568
2013-03-04Display a message if gus_patch_path hasn't been configured.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2567
2013-03-03Add GUS pseudo-emulation.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2566
2013-03-03Fix improper freeing of temp_timidity_cfg.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2565
2013-03-03Add configuration file variable to specify path to a Timidity configSimon Howard
file. Subversion-branch: /branches/v2-branch Subversion-revision: 2564
2013-03-02Big bug fix: player->damage is not capped on the low end to 0 inJames Haley
P_DamageMobj. This means you *do* have to heal negative damage when auto-using inventory, and is why telefrags can still insta-kill you in vanilla - they were NOT doing so previously. Subversion-branch: /branches/v2-branch Subversion-revision: 2563
2013-03-02Noticed another non-authentic error in a built-in dialog message for theJames Haley
Acolyte. Subversion-branch: /branches/v2-branch Subversion-revision: 2562
2013-03-02Complete support for v1.31 behaviors in addition to v1.2, including theJames Haley
ability to save on multiple save slots. Subversion-branch: /branches/v2-branch Subversion-revision: 2561
2013-02-25Portability tweak when adding quest flags from collected items, due toJames Haley
the Broken Power Coupling's anomalous speed value of 512*FRACUNIT (verified against binary). Added note about this in the quest flags enumeration as well; bit 31 (quest #32) is accidentally set by this item, but is never checked for anywhere. Subversion-branch: /branches/v2-branch Subversion-revision: 2560
2013-02-10* Made formatting consistent in T_MovePlane so code could be readJames Haley
* Fixed an error in the translation of T_MovePlane changes; floors moving up SHOULD test crush == true before calling P_ChangeSector again. Subversion-branch: /branches/v2-branch Subversion-revision: 2559
2013-02-09* Update MSVC project fileJames Haley
* Add /msvc/strfsav* and *.pcx to ignore list * Fix for Strife crushAndRaise, silentCrushAndRaise types identified by Gez and verified with the disassembly - these types do not inflict crushing damage in Strife. Subversion-branch: /branches/v2-branch Subversion-revision: 2558
2013-01-03Refactor skill selector to change automatically when switching characterSimon Howard
class in Hexen mode. Add Strife skills list. Subversion-branch: /branches/v2-branch Subversion-revision: 2557
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2555
2012-12-24Reduce window height of .dmg Finder window - this reverts r2371.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2554
2012-12-24Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2553
2012-12-23Fix compiler warnings caused by unused variables.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2552
2012-12-23Add standalone build target for mus2mid binary.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2551
2012-12-23Fix Doom episode 4 par time selection.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2550
2012-12-23Fix up weird looking '9' character in large font.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2549
2012-12-22Add some extra zero-fill to the end of .DS_store.Simon Howard
Recent versions of Mac OS X Finder seem to generate slightly fatter .DS_store files. This can cause a problem where there is insufficient free space in tmp.dmg to generate the modified .DS_store file. Adding some zero-fill to the end of the base one fixes this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2547
2012-12-14Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2546
2012-12-14Rename function, as ShowCursor is a Windows function and this conflictsSimon Howard
with it (thanks exp(x)). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2545