Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: quest.c | |||
Revision 1.7 | tchize | 2006/04/06 16:18:34 | +5 -5 |
finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | akirschbaum | 2006/02/08 18:48:36 | +10 -10 |
Apply patch #1427979 (code-cleanup: add const, fix warnings) by Stefan Huehner. | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | mwedel | 2005/10/13 02:22:43 | +16 -13 |
No actual code change - just use #if 0/#endif to comment out of blocks - gcc generates warnings on comments being inside comments, generate a bunch of warning messages that one has to then ignore. MSW 2005-10-13 | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | ryo_saeba | 2005/09/25 13:36:02 | +259 -35 |
Changed quest system, needs tweaks and fixes. | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | ryo_saeba | 2005/08/12 08:46:34 | +261 -261 |
Fields changed from char* to const char*, cleanup. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | ryo_saeba | 2005/08/12 03:18:59 | +5 -5 |
Use const char* instead of char* when possible | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | ryo_saeba | 2005/07/14 11:21:31 | None |
Quest handling | |||
First version |