Age | Commit message (Expand) | Author |
2010-11-24 | Detect when running on Windows Vista or later, and switch to 32 bpp | Simon Howard |
2010-11-24 | Add configuration file parameter and command line option to specify the | Simon Howard |
2010-11-24 | Add workaround to stop freezeups with old versions of SDL_mixer. | Simon Howard |
2010-11-21 | Add -8in32 command line parameter to make the game run in 32-bit color | Simon Howard |
2010-11-20 | Remove dependency of network code on Doom code. | Simon Howard |
2010-10-08 | Fix end game confirmation message. | Simon Howard |
2010-10-08 | Add m_saves.c to build. | Simon Howard |
2010-10-05 | Fix for menu messages - unpause when dismissed. | James Haley |
2010-10-05 | Weird side effects of sigil -1 turned out to be due to small error in | James Haley |
2010-10-05 | Fix to LEGO cheat so it doesn't cause an invalid access to invsigil[-1] | James Haley |
2010-10-04 | Strife changed lowerAndCrush ceiling actions so that they actually do | James Haley |
2010-10-04 | Programmer should attack the player and not his own location :) | James Haley |
2010-10-04 | Added mobjinfo/state adjustments for various skill levels. Changed sky | James Haley |
2010-10-03 | Eliminated the rest of the notion of an episode, added proper sky | James Haley |
2010-10-03 | Added beginnings of Strife hub save code. ATTN fraggle: please add | James Haley |
2010-09-29 | Significant work on savegames. | James Haley |
2010-09-28 | Fix compile warnings. | Simon Howard |
2010-09-28 | Fix warnings about unhandled enumeration values. | Simon Howard |
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 | Code for line types 196 and 212 (thought I committed that already o_O), | James Haley |
2010-09-27 | + V_DrawXlaPatch added | Samuel Villareal |
2010-09-26 | Identified quest #7 (killed Blue Acolytes), fixed a bug in P_SpawnMobj | James Haley |
2010-09-26 | Restructure player quit code to take place on the first tic after the | Simon Howard |
2010-09-26 | Implemented cross type 179 and fixed cross type 184. I *believe* that | James Haley |
2010-09-25 | ALL line types implemented in P_UseSpecialLine! | James Haley |
2010-09-25 | + stonecold, jimmy, gripper, donnytrump, and lego cheats added | Samuel Villareal |
2010-09-25 | + Fixed fluke with upWaitDownStay plat type | Samuel Villareal |
2010-09-25 | + Plats finished | Samuel Villareal |
2010-09-24 | Added buildDown16 stairs to EV_BuildStairs, and implemented all new S/W | James Haley |
2010-09-24 | Started work on P_UseSpecialLine cuz I was bored. | James Haley |
2010-09-24 | Fixes for P_GiveBody. | James Haley |
2010-09-24 | Implementation of teleflags for EV_Teleport. Fix to somewhat serious bug | James Haley |
2010-09-22 | Added linetype 180 to P_ShootSpecialLine and vetted other line types. | James Haley |
2010-09-22 | Rewrote P_GiveItemToPlayer to exactly match binary, particularly with | James Haley |
2010-09-22 | P_CrossSpecialLine is approximately 95% complete. | James Haley |
2010-09-22 | Fixed firing of missiles when looking up/down so that the aimslope | James Haley |
2010-09-21 | Working health bars on the status bar, and numerous fixes to | James Haley |
2010-09-21 | + topo cheat added to am_map | Samuel Villareal |
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-19 | + P_PlayerThink: Inventorydown bug fixed | Samuel Villareal |
2010-09-19 | Read response file in binary mode, to fix incomplete response file bug. | Simon Howard |
2010-09-19 | + Line types 194 and 211 added | Samuel Villareal |
2010-09-19 | + Several more line types added | Samuel Villareal |
2010-09-19 | + Fixed a minor fluke with type 165 in EV_VerticalDoor | Samuel Villareal |
2010-09-19 | + EV_VerticalDoor: Missed type 165 added | Samuel Villareal |
2010-09-19 | + SetVideoMode - center window on desktop when not in fullscreen mode | Samuel Villareal |
2010-09-19 | + Renaming MF_INCOMBAT to MF_NODIALOG | Samuel Villareal |