summaryrefslogtreecommitdiff
path: root/src/strife
AgeCommit message (Expand)Author
2015-08-24Remove duplicate variable definitions.Simon Howard
2015-06-03Fix demo desyncs caused by P_RunThinkers() change.Simon Howard
2015-05-27Merge pull request #516 from khokh2001/oldoplSimon Howard
2015-05-10Merge branch 'master' of github.com:chocolate-doom/chocolate-doomSimon Howard
2015-05-10Add back the Doom PWAD reload hack.Simon Howard
2015-05-08warnings: fix "variable ‘..’ set but not used" warningsFabian Greffrath
2015-05-08warnings: fix "redundant redeclaration of ‘player_names’"Fabian Greffrath
2015-05-04warnings: fix some cast to/from pointer from/to int warningsFabian Greffrath
2015-05-01Perform case-insensitive check for .lmp extension.Simon Howard
2015-04-26Don't read currentthinker->next after Z_Free().Simon Howard
2015-03-26Add a wrapper with "void (void)" signature around G_CheckDemoStatusFabian Greffrath
2015-03-09Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ....khokh2001
2015-02-20Strife sound priority fixJames Haley
2015-02-20Refactor config file API.Simon Howard
2015-02-20Fix game code that makes false boolean assumptions.Simon Howard
2015-01-19Add extra checks to weapon cycling loops.Simon Howard
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-12-18Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doomFabian Greffrath
2014-12-18fix a bug that causes monsters to become partly invisibleFabian Greffrath
2014-12-16strife: Fix the name of MAP29, should be "Entity's Lair"Mike Swanson
2014-12-15Upstream fix from SVE: MF_MVIS flagJames Haley
2014-12-15Upstream fix from SVE: Missing break statementJames Haley
2014-11-01Remove unreferenced "grid" variableJames Haley
2014-11-01Automap accuracy fixes (against proper game)James Haley
2014-11-01Revert "Automap accuracy fixes"James Haley
2014-11-01Automap accuracy fixesJames Haley
2014-10-27Default screenblocks 10, not 9James Haley
2014-10-27Missed change for startskill initJames Haley
2014-10-26Another teleport beacon correctionJames Haley
2014-10-26Rogue fixed DOOM bug regarding switch sound originsJames Haley
2014-10-25Must allow HU_CHANGENAME in chat_dest rangeJames Haley
2014-10-24Fix 4: Changing player name on local clientJames Haley
2014-10-24Upstream fix 3James Haley
2014-10-24Upstream fix 2James Haley
2014-10-24Upstream fix 1James Haley
2014-10-18Fix dehacked patch loading order.Simon Howard
2014-09-24Upstream fix to torpedo weapon changingJames Haley
2014-09-19Upstream fixes to stair building issuesJames Haley
2014-09-18Upstream bug fix to teleport beacon allegianceJames Haley
2014-09-13Add vld_ prefix for vldoor_e enum values.Simon Howard
2014-08-16Fix finding of voices.wad when -iwad is only hintJames Haley
2014-05-05Clean up file headers.Simon Howard
2014-04-30strife: Fix joystick jump button.Simon Howard
2014-04-19Exit with error on startup if using the wrong IWAD.Simon Howard
2014-04-19joystick: Add joystick button to toggle menu.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-31strife: Add missing NULL to M_StringJoin call.Simon Howard
2014-03-31Fix typo in src/strife/p_saveg.cFabian Greffrath
2014-03-30strife: Eliminate use of sprintf().Simon Howard