Commit graph

15 commits

Author SHA1 Message Date
mycroft
cb99b77e5e Fix ridiculously stupid unaligned accesses. 2002-08-22 05:29:50 +00:00
mycroft
4164402d80 Fix more obvious word size cruft. 2002-08-22 05:08:30 +00:00
mycroft
1c5bda26b8 Deal with some obvious pointer size issues that prevent xdoom even loading the
WAD file on LP64.  Whether it works beyond that point now, I don't know.
2002-08-22 04:18:43 +00:00
mycroft
cb7b5f2c89 Fix the WAD version number printf(), which is very obviously broken. 2002-08-19 14:49:47 +00:00
blymn
b8094222a3 Fix for PR 17741, m_swap.h needs to have sys/endian.h included to
correctly determine the endian of the host machine.
2002-07-29 11:09:50 +00:00
abs
5f205db74b Work with xpkgwedge 2001-07-27 11:05:58 +00:00
mycroft
52436f757f int32_t -> int
This broke on -current, because int32_t isn't defined by default.  In addition,
it's kinda dumb to do this in one particular place, leaving the rest of the
structures defined to use non-fixed types.
2000-10-21 21:57:39 +00:00
abs
fa022bb0af Update to 1.10nb1
Actually work with the supplied WAD file
        One file-to-patch per patchfile
        Remove strange 'post-patch' substitute X11_BASE phase
        Fix numerous coredumps
        Add a '-h' usage
        Handle the sndserver dying
        Make it work on little endian systems
        Add a '-volume X' flag, and skip all sound code if 0
        Other cleanup in some of the more repellant code areas.
2000-02-03 16:01:14 +00:00
tron
0de3d8f719 Use "/dev/sound" instead of "/dev/dsp" as sound device. Fixes PR pkg/9066
by Richard Rauch.
1999-12-29 21:47:03 +00:00
sommerfe
f2f4690647 Fix PR7160: critical bug fix to xdoom 1999-03-15 01:54:32 +00:00
mycroft
f027bbff92 Fix alignment problems on arm32. 1998-12-14 14:43:10 +00:00
mycroft
fd29275a41 Use -O2, not -O6. 1998-11-24 05:23:23 +00:00
hubertf
d321453dc8 optimize, for mycroft 1998-11-24 00:38:20 +00:00
hubertf
75b9690c3f Boom - make da noise! (add soundserver) 1998-09-06 16:37:44 +00:00
garbled
c54bfe9f06 xdoom-1.10: a 3D shoot-em-up for 8-bit X11 displays.
Many thanks to Matthias Drochner for giving me his framework on the pkg
as a starting point.
1998-08-28 12:53:03 +00:00