summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.c
AgeCommit message (Expand)Author
2014-12-15Upstream fix from SVE: Missing break statementJames Haley
2014-09-13Add vld_ prefix for vldoor_e enum values.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-03-29strife: Eliminate use of unsafe string functions.Simon Howard
2013-03-02Noticed another non-authentic error in a built-in dialog message for theJames Haley
2013-03-02Complete support for v1.31 behaviors in addition to v1.2, including theJames Haley
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
2012-04-02Fix to undefined sprintf behavior in the dialog engine (thanks toJames Haley
2012-02-12* Correct an error in one of the beta-like Beggar internal dialogueJames Haley
2011-06-04Resolved some TODOs and fixed a couple of problem spots that wereJames Haley
2011-03-02Fixed automap background color, size of plrkilledmsg buffer, a bug whichJames Haley
2011-02-20Removed ability to disable messages, and replaced with configurationJames Haley
2011-02-13Added note about authentic typo copied from the binary in p_dialog.James Haley
2011-02-13Stop Macil's planes from falling :)James Haley
2011-02-06Numerous fixes/adjustments: removed bodyque, restored "is turbo" (foundJames Haley
2010-09-28Fix compile warnings.Simon Howard
2010-09-28Enable useyfont parameter of M_DialogDimMsg for proper dimensioning ofJames Haley
2010-09-22Rewrote P_GiveItemToPlayer to exactly match binary, particularly withJames Haley
2010-09-19Functional inventory status bar cursor and item rendering. Fix forJames Haley
2010-09-19+ Renaming MF_INCOMBAT to MF_NODIALOGSamuel Villareal
2010-09-18More use of DEH_String and DEH_snprintf, especially in the dialogJames Haley
2010-09-18Tons of warnings fixed - now only 7 warnings at warning level 3, andJames Haley
2010-09-18Upped warning level and started fixing warnings - can't believe someJames Haley
2010-09-18+ healthamounts array addedSamuel Villareal
2010-09-14Fully implemented all finale code, including "intermission" speeches byJames Haley
2010-09-13Use DEH_snprintf where appropriate.Simon Howard
2010-09-11Added code (some possibly temporary?) to load voices.wad. Fixed severalJames Haley
2010-09-11+ P_GivePower updateSamuel Villareal
2010-09-11+ Comments addedSamuel Villareal
2010-09-10+ P_GiveItemToPlayer fleshed outSamuel Villareal
2010-09-09+ More codepointers implementedSamuel Villareal
2010-09-09Changed mobj_t::allegiance to mobj_t::miscdata due to the fact it hasJames Haley
2010-09-08Work on P_DialogDoChoice.James Haley
2010-09-08Fix static function mismatch build error.Simon Howard
2010-09-08Functional menupause/menupausetime, fix to wait when there's not aJames Haley
2010-09-08+ Converting needamountx and needitemx to arrays in choice structSamuel Villareal
2010-09-08Proper dialog jumptoconv logic, and more commenting in P_DialogStart.James Haley
2010-09-08+ Update to mapdialog structSamuel Villareal
2010-09-08+ Added check if linetarget is null in P_StartDialogSamuel Villareal
2010-09-07+ P_DialogStart implementedSamuel Villareal
2010-09-07+ P_DialogStart implementedSamuel Villareal
2010-09-05Corrections to some of Kaiser's previous commits. Also, significant workJames Haley
2010-09-03Code to read dialog lump field-by-field to avoid any possible problemsJames Haley
2010-09-02Added p_dialog module and header. Started work on dialog engine.James Haley