Age | Commit message (Expand) | Author |
2014-04-01 | Replace all snprintf() calls with M_snprintf(). | Simon Howard |
2014-03-30 | strife: Eliminate use of sprintf(). | Simon Howard |
2014-03-24 | Fix various Clang compiler warnings. | Simon Howard |
2013-10-31 | * Fix problem that crashes netdemos in ST_Drawer | James Haley |
2013-09-15 | Hopefully complete implementation of player names and Strife player chat | James Haley |
2013-09-15 | Frags are displayed on keys popup during deathmatch | James Haley |
2013-03-02 | Complete support for v1.31 behaviors in addition to v1.2, including the | James Haley |
2011-06-04 | Resolved some TODOs and fixed a couple of problem spots that were | James Haley |
2011-02-25 | Found the last difference causing the IWAD to desync - players | James Haley |
2011-02-14 | Fix to HUlib_drawYellowText (more Hex-Rays code-skipping shenanigans), | James Haley |
2011-02-13 | Added note about authentic typo copied from the binary in p_dialog. | James Haley |
2011-02-07 | Added graphical intro loading screen, and -nograph parameter which | James Haley |
2011-02-06 | Numerous fixes/adjustments: removed bodyque, restored "is turbo" (found | James Haley |
2011-02-04 | Finished second pass through p_mobj.c - module should now be finalized | James Haley |
2010-10-05 | Fix to LEGO cheat so it doesn't cause an invalid access to invsigil[-1] | James Haley |
2010-09-28 | Enable useyfont parameter of M_DialogDimMsg for proper dimensioning of | James Haley |
2010-09-28 | Correction to use ev->data1 in ST_Responder for normal keys. Fixes | James Haley |
2010-09-28 | Identified dword_88604 as st_keystate and made static to ST_Responder. | James Haley |
2010-09-27 | + V_DrawXlaPatch added | Samuel Villareal |
2010-09-25 | + stonecold, jimmy, gripper, donnytrump, and lego cheats added | Samuel Villareal |
2010-09-21 | Working health bars on the status bar, and numerous fixes to | James Haley |
2010-09-20 | Most status bar drawing finished. | James Haley |
2010-09-19 | Functional inventory status bar cursor and item rendering. Fix for | James Haley |
2010-09-18 | Tons of warnings fixed - now only 7 warnings at warning level 3, and | James Haley |
2010-09-16 | Work on cheats and on teleportation effects. | James Haley |
2010-09-11 | + P_GivePower update | Samuel Villareal |
2010-09-09 | Merge from raven-branch. | Simon Howard |
2010-09-02 | Tweaks to Kaiser's PIT_CheckThing work: moved up thing == tmthing check, | James Haley |
2010-09-01 | Started work on status bar, including loading and drawing some of the | James Haley |
2010-09-01 | Handle green palette flash powered by player->nukagecount, and added | James Haley |
2010-08-31 | Replace M_NEWG with M_NGAME in menus, disable DOOM status bar, and get | James Haley |
2010-08-31 | + Stripped out all doom states/sprites and added strife states/sprites. | Samuel Villareal |
2010-08-31 | + Strife music/sound implemented | Samuel Villareal |
2010-02-06 | Merge from trunk. | Simon Howard |
2010-02-01 | Create strife directory as a copy of doom directory, change Makefile.am | Simon Howard |
2010-02-01 | Remove improperly-created strife directory. | Simon Howard |
2010-02-01 | Populated src/strife with copy of source files from src/doom - TODOs: | James Haley |