Age | Commit message (Collapse) | Author |
|
These were caused by loops which caused overflow of variables of type
angle_t (= unsigned) by multiplication with iterators of typed int in
angle calculations. Changing the type of the iterator variables to
"unsigned int" prevents the undefined behavior.
|
|
This change rewrites and simplifies the copyright headers at the top
of all source files:
* Remove "Emacs style mode select" line; this line was included in
the headers for the originally released source files and appears
to be to set the file type for old versions of Emacs. I'm not sure
entirely why it was required but I don't think it is any more.
* Remove "You should have received a copy of..." text from copyright
header. This refers to the old 59 Temple Place address where the
FSF headquarters used to be located and is no longer correct.
Rather than change to the new address, just remove the paragraph
as it is superfluous anyway. This fixes #311.
* Remove ---- separator lines so that the file headers are barer
and more simplified.
|
|
Subversion-branch: /branches/v2-branch
Subversion-revision: 2755
|
|
values. This fixes Heretic under 64-bit.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2406
|
|
These were in Heretic 1.0 but were later removed. Also add comments to
info.h noting fire-death frames that were added Heretic 1.0. This is
necessary for HHE support.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1854
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1718
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1375
|
|
swapping macros, bounding box checking, read/write file, screenshot and
command line argument code. Update Heretic code to use ANG1_X rather
than the new (correct) ANG1 definition.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1311
|
|
heretic ticcmd_t to common type.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1261
|
|
table). Split RNG code out of heretic/m_misc.c to a separate m_random.c.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1256
|
|
Replace "shareware" variable with gamemode, as in doom code. Merge angle
definitions into common code.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1240
|
|
soundst.h to s_sound.h to fit. Reformat sounds.c files to declare sounds
through macros and harmonise on the common sfxinfo_t. Fix up Heretic
sound code to use common sound API.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1236
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1228
|
|
configuration for building heretic/hexen code.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1198
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1197
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1195
|