summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-27Use portable functions for reading/writing sector effect thinkerSimon Howard
structures. Subversion-branch: /branches/v2-branch Subversion-revision: 2685
2013-09-24Use portable functions to read/write mobj_t structures.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2684
2013-09-24Add portable functions to read/write player_t structures and use thisSimon Howard
rather than copying chunks of memory. Subversion-branch: /branches/v2-branch Subversion-revision: 2683
2013-09-24Add portable functions to read integers from savegame files and useSimon Howard
these instead of reading directly from memory buffers. Subversion-branch: /branches/v2-branch Subversion-revision: 2682
2013-09-24Split Heretic savegame code into a separate file.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2681
2013-09-22Call I_PrecacheSounds() in Heretic/Hexen startup code so that sounds areSimon Howard
resampled for libsamplerate users. Subversion-branch: /branches/v2-branch Subversion-revision: 2680
2013-09-22Small fix to a big problem regarding save slots.James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2679
2013-09-21Fix mouse "use" button in Heretic (thanks mooseman2).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2678
2013-09-21Fix rpm.spec subpackages.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2677
2013-09-21Fix make dist.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2676
2013-09-21Rename gamesdir to execgamesdir so that the binaries are installed bySimon Howard
install-exec rather than install-data (see "Two-Part Installation" in the automake manual). Subversion-branch: /branches/v2-branch Subversion-revision: 2675
2013-09-21Fix setup tool desktop file to point to chocolate-doom-setup.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2674
2013-09-21Update rpm.spec to build Strife package.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2673
2013-09-21Install documentation files into separate directories, one for eachSimon Howard
game. This will allow for easier Unix packaging. Subversion-branch: /branches/v2-branch Subversion-revision: 2672
2013-09-21Install multiple copies of the setup binary, one for each game.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2671
2013-09-21Sync -random command line parameter as part of game settings.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2670
2013-09-20Set setup tool title so that it it shows the name of the correct gameSimon Howard
being configured, not just always "Chocolate Doom". Subversion-branch: /branches/v2-branch Subversion-revision: 2669
2013-09-20Set a title on the ENDOOM window.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2668
2013-09-20Place the mouse cursor in a less distracting location when releasingSimon Howard
mouse grab. Subversion-branch: /branches/v2-branch Subversion-revision: 2667
2013-09-19Add missing newline.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2666
2013-09-19Fix crash at Heretic E2 end screen (thanks Leitbild).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2665
2013-09-19Change to using V_DrawFilledBox to clear the intro screen instead ofJames Haley
loading and drawing PANEL0. Subversion-branch: /branches/v2-branch Subversion-revision: 2664
2013-09-16Fix same error made before with -novoice command - grr!James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2663
2013-09-16Only include NOT-BUGS in releases of Doom binaries, not other games.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2662
2013-09-16Override the README distributed with Chocolate Strife Windows binariesSimon Howard
and include the custom version. Also include a copy in the Mac documentation folder. Subversion-branch: /branches/v2-branch Subversion-revision: 2661
2013-09-16Add Chocolate Strife README file.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2660
2013-09-16Support for the -random parameter. Needs netcode support (passing theJames Haley
ball to fraggle). Subversion-branch: /branches/v2-branch Subversion-revision: 2657
2013-09-15Name OS X CMDLINE.game files as CMDLINE-game, so that they are notSimon Howard
considered as invalid file extensions. Subversion-branch: /branches/v2-branch Subversion-revision: 2656
2013-09-15Open appropriate CMDLINE file depending on the currently-selected game.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2655
2013-09-15Fix copying of CMDLINE files for Mac package build.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2654
2013-09-15Fix INSTALL generation for source code and Mac binary distribution.Simon Howard
Include CMDLINE files in Mac packages. Subversion-branch: /branches/v2-branch Subversion-revision: 2653
2013-09-15Rework documentation system to generate INSTALL files tailored for theSimon Howard
different games. Subversion-branch: /branches/v2-branch Subversion-revision: 2652
2013-09-15Reword CMDLINE template lead-in text to be game agnostic.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2651
2013-09-15Update Windows build to generate multiple .zip packages, one for eachSimon Howard
game. Subversion-branch: /branches/v2-branch Subversion-revision: 2650
2013-09-15Update README to reflect the fact that Chocolate Doom now includesSimon Howard
multiple games. Subversion-branch: /branches/v2-branch Subversion-revision: 2649
2013-09-15Remove top-level CMDLINE documentation file and generate multipleSimon Howard
CMDLINE files, one for each game. Subversion-branch: /branches/v2-branch Subversion-revision: 2648
2013-09-15Re-enable netgame check on code that enters chat state.James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2647
2013-09-15Hopefully complete implementation of player names and Strife player chatJames Haley
features, which work differently than they did in DOOM. If working properly, then this fully completes Chocolate Strife, aside from any presently unknown issues. Subversion-branch: /branches/v2-branch Subversion-revision: 2646
2013-09-15Frags are displayed on keys popup during deathmatchJames Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2645
2013-09-08Fix backwards logic for -novert handling.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2640
2013-09-08Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2639
2013-09-08Fix file select widget to emit "changed" signal properly. Reset variableSimon Howard
value to empty string rather than NULL if cancel is pressed in dialog (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2638
2013-09-04Update TODO files.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2637
2013-09-04Update INSTALL file to cover non-Doom games and GUS emulation feature.Simon Howard
Remove note about CDs that don't contain the IWADs on-disk as I don't think any exist. Subversion-branch: /branches/v2-branch Subversion-revision: 2636
2013-09-04Don't show ENDOOM screen when aborting netgame startup (thanks AlexandreSimon Howard
Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2635
2013-09-04Fix Hexen -class parameter when starting a single player game from theSimon Howard
command line (thanks Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2634
2013-09-04Fix setup tool defaults for GUS/Timidity path config variables (thanksSimon Howard
Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2633
2013-09-04Extend "emulation" of menu pause key behavior to caps/num/scroll lockSimon Howard
keys, which cause the same behavior. Subversion-branch: /branches/v2-branch Subversion-revision: 2632
2013-09-02Fix net_gamesettings_t checking code to use common function for checkingSimon Howard
for episode/map number validation. Subversion-branch: /branches/v2-branch Subversion-revision: 2631
2013-09-01Read/write thinker structures portably. Hexen savegames should now beSimon Howard
Vanilla compatible. Subversion-branch: /branches/v2-branch Subversion-revision: 2630