Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: attackmess | |||
Revision 1.13 | qal21 | 2006/08/31 00:34:23 | +2 -2 |
Fix missing space in a 'type 17' attack message. | |||
Show difference between Revision 1.12 and 1.13 | |||
Revision 1.12 | akirschbaum | 2006/05/21 14:17:06 | +4 -4 |
Remove trailing white space from attack messages. | |||
Show difference between Revision 1.11 and 1.12 | |||
Revision 1.11 | garbled | 2002/10/28 00:04:04 | +112 -13 |
Add messages for crash and bludgeon. Fix a typo in pierce | |||
Show difference between Revision 1.10 and 1.11 | |||
Revision 1.10 | darth_bob | 2001/11/07 00:22:16 | +2 -2 |
Fixed up type which somehow didn't get updated properly.. ? dnh 7/11/02 | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | garbled | 2001/11/01 00:29:29 | +34 -34 |
Implement suffering and poison messages from Darth Bob. Fix a few typos and turn the gore up a notch. garbled 2001-10-31 | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | darth_bob | 2001/10/31 23:48:49 | +42 -1 |
This hurts me just reading it, garbled (Tim) is a sick monkey dnh 1/11/01 | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | garbled | 2001/10/31 22:37:21 | +133 -15 |
Add messages for pierce stab and cleave. Not for the faint of heart. garbled 2001-10-31 | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | darth_bob | 2001/10/31 04:40:02 | +7 -3 |
Fixed once again, alot of fixing going on here =) dnh 31/10/01 | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | garbled | 2001/10/31 04:05:01 | +3 -1 |
fixup slightly garbled 2001-10-31 | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | darth_bob | 2001/10/31 03:56:58 | +29 -1 |
Some test messages for hurting poor innocent doors, dnh 31/10/01 | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | garbled | 2001/10/31 02:30:42 | +133 -22 |
new attack messages for slash slice and whip. garbled 2001-10-31 | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | garbled | 2001/10/31 01:00:24 | +67 -3 |
Big commit time. This does the following: Add weapontypes to the game. These are currently used for nothing other than messages, which are not fully written yet. Players should not see them appear yet. Fix the bug where you opened a door with a key and saw "You ." Fix a bug in the PLUGIN code where current_weapon wasn't set when the player loaded from savefile. Take the setting of current_weapon out of #ifdef PLUGIN garbled 2001-10-31 | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | garbled | 2001/10/07 02:21:53 | None |
Modify the changes file to reflect the attackmessage stuff, and add the lib/attackmess file for loading the damage messages. Now DM's can edit the attackmessages that the player sees. garbled 2001-10-06 | |||
First version |