summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.c
AgeCommit message (Expand)Author
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