Age | Commit message (Collapse) | Author |
|
(Watcom for the win!)
Subversion-branch: /branches/strife-branch
Subversion-revision: 2005
|
|
with structure packing. Also a minor fix to Kaiser's key look code.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2004
|
|
+ Looking/jumping implemented
+ Jump/look/center keys supported
+ Strife mouse firing bug implemented
Subversion-branch: /branches/strife-branch
Subversion-revision: 2003
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2002
|
|
definition.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2001
|
|
current behavior of Choco Doom in treating configuration variable
strings as case-sensitive, because these are the real values used by
Rogue in their config, and they differ from some Heretic/Hexen config
strings only by case.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2000
|
|
+ button code/flags added for cmd->buttons2
Subversion-branch: /branches/strife-branch
Subversion-revision: 1999
|
|
verified clipping and missile stuff, added MF_SPECTRAL check for
missiles, and changed missile damage formula to match binary. Major
status bar work: STlib rewritten, health and ammo widgets appear on bar.
Most DOOM cruft removed.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1998
|
|
- Add it to main workspace
Subversion-branch: /branches/strife-branch
Subversion-revision: 1997
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1996
|
|
+ Renamed MF_SKULLFLY to MF_BOUNCE
+ Updated P_ZMovement with Strife changes
+ Updates to PIT_CheckThing
+ Removed most references to MF_SKULLFLY
Subversion-branch: /branches/strife-branch
Subversion-revision: 1995
|
|
background graphics. Added ST_DrawExternal routine and corresponding
call logic in D_Display for drawing popups and other bits that are
outside the normal statbar. Moved automap mapname widget up 7 pixels.
Needs verification via screenshots.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1994
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1993
|
|
+ Feet clipping support added (drawing and player viewz) (TODO: Need
FeetClipping support done for P_ZMovement)
Subversion-branch: /branches/strife-branch
Subversion-revision: 1992
|
|
Strife mapnames.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1991
|
|
the proper music playing on all levels. This really feels like Strife
now :)
Subversion-branch: /branches/strife-branch
Subversion-revision: 1990
|
|
+ Strife mobjinfo structure filled
+ strife mobj flags added
Subversion-branch: /branches/strife-branch
Subversion-revision: 1986
|
|
+ Strife mobjinfo structure filled
+ strife mobj flags added
Subversion-branch: /branches/strife-branch
Subversion-revision: 1985
|
|
All strife codepointers are set as placeholders
+ Strife weapons implemented
+ All state references commented out
+ All weapon references commented out
Subversion-branch: /branches/strife-branch
Subversion-revision: 1984
|
|
crashing.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1983
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1982
|
|
enum-determined arrays which will be tackled individually. Removed
player itemcount, secretcount, and didsecret fields. Changed
armorpoints, armortype, and killcount to shorts. Added all runtime
Strife sector types and changed handling of DOOM types where
appropriate. Added nukagecount handling in P_PlayerThink.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1981
|
|
+ All doom sound references replaced with sfx_swish as placeholder
+ Removed all but MT_PLAYER mobjinfo in mobjinfo struct
Subversion-branch: /branches/strife-branch
Subversion-revision: 1980
|
|
MAXANIMLINES limit to 96 to match binary.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1979
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1978
|
|
+ Disabling all animdefs and switchdefs for now
+ Setting sky texture to use SKY03 as a placeholder
Subversion-branch: /branches/strife-branch
Subversion-revision: 1977
|
|
Strife IWAD.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1976
|
|
sound play in P_MoveWall since it's a sound that's shared with DOOM :)
Subversion-branch: /branches/strife-branch
Subversion-revision: 1975
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1974
|
|
bar redraw when menus are active as in Strife. Finished up the Strife
"settings" menu which was only for sound volumes in vanilla Doom.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1973
|
|
all the V_DrawPatch functions that it uses to return if the patch
overlaps the edge of or is completely outside of the framebuffer. This
could be extended to handle Final DOOM as well if it proves
satisfactory.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1972
|
|
correctly. Do *NOT* access the help screens, as they currently draw a
patch partway off the bottom of the screen - needs/relies on a fix to
V_DrawPatchDirect.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1971
|
|
system including working Sigil cursor, alignment changes, shortcut
character changes, and removal of items from the options menu that
Strife put elsewhere. Initial sweep for global lump name changes
completed: AMMNUM%d -> PLMNUM%d, M_DOOM -> M_STRIFE, M_OPTTTL ->
M_OPTION, STTMINUS -> STCFN045, et al. A dummy modified Strife IWAD must
be loaded over DOOM.WAD at this point in order to run.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1968
|
|
setting of destmap, riftdest, and riftangle (previously unknown variable
dword_9F138). Added functions G_RiftExitLevel, G_RiftPlayer, and
G_RiftCheat. Removed G_WorldDone and secretexit variable.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1967
|
|
added DoTimeBomb function for historical interest, removed
GS_INTERMISSION and #if 0'd all of wi_stuff.c/.h. Removed DOOM level
transfer logic from G_DoCompleted - note that you cannot currently go to
the next level at *all*. Removed G_SecretExitLevel and DOOM par times.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1966
|
|
Added Visual Studio autogenerated files and directories to appropriate
ignore lists. Started some modifications of strings and version checking
in d_englsh.h and d_main.c.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1965
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1849
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1848
|
|
correct the setup location.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1847
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1846
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1845
|
|
HHE and SEH support.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1841
|
|
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
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 1837
|
|
PACKAGE_LICENSE macros.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1836
|
|
recorded demos go somewhere sensible.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1835
|
|
the game by pressing return.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1834
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1833
|