Age | Commit message (Collapse) | Author |
|
It was pointed out to me recently that vldoor_e has enum values
named 'open' and 'close'. These can potentially conflict with POSIX
standard functions that have the same names, if the right header
files are included.
This doesn't currently cause any problems. However, to avoid any
possibility of a conflict occurring if a different compiler is used,
add a vld_ prefix to all the enum values, to namespace them.
|
|
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/strife-branch
Subversion-revision: 2150
|
|
+ All plat line types identified
Subversion-branch: /branches/strife-branch
Subversion-revision: 2136
|
|
stair types. Also added a few other new lines to P_UseSpecialLine and
fixed some of the existing ones a bit.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2135
|
|
that let 0-damage tracers pass through walls. Other changes are only
comments or formatting.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2132
|
|
genius had them completely disabled... Also, a bug fix to
EV_ClearForceFields so that it continues running on all tagged sectors
even if sec->linecount is 0, and so that it returns a value. Made
dialogtext and M_WriteText's 3rd parameter const for safety.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2108
|
|
Finished up line type 145, WR Exit Level to Spot, and added the
G_RiftPlayer call to G_DoWorldDone.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2096
|
|
+ New door types added to enum
+ T_VerticalDoor updated
+ Split Door mechanic implemented
+ Linetypes 40, 174, 183 implemented
Subversion-branch: /branches/strife-branch
Subversion-revision: 2088
|
|
+ EV_SlideDoor updated
+ Linetypes 207 (RemoteSlideDoor) and linetype 229 (Sigil SlideDoor)
added
+ T_MovePlane updated
Subversion-branch: /branches/strife-branch
Subversion-revision: 2085
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2084
|
|
+ R_SoundNumForDoor implemented
+ opensound/closesound variables added to vldoor_t struct
Subversion-branch: /branches/strife-branch
Subversion-revision: 2053
|
|
+ All switches implemented
+ Switch structure updated
+ Linetype 182 implemented
Subversion-branch: /branches/strife-branch
Subversion-revision: 2050
|
|
+ Feet clipping support added (drawing and player viewz) (TODO: Need
FeetClipping support done for P_ZMovement)
Subversion-branch: /branches/strife-branch
Subversion-revision: 1992
|
|
to build libstrife.a rather than libdoom.a, add chocolate-strife to
src/Makefile.am.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1840
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1839
|
|
needs own Makefile.am, and eventual removal of modules not used by
Strife / addition of modules not sharable with Doom.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1838
|