From: "George Greer" <greerga@circlemud.org> > On Mon, 2 Jul 2001, Carlos Myers wrote: > > >From: "George Greer" <greerga@circlemud.org> > >> > >http://www.circlemud.org/pub/CircleMUD/contrib/olc/online/OasisOLCv2.0.1-bpl > >17.README > >> > >> OasisOLC version 2.0.1, patched against CircleMUD bpl17 > > > >Is it me or did the patch file between 2.0 and 2.0.1 only include the > >changes between pre3 and pre4 plus code for the bpl19 zone system and what I > >submited? Essentally, it's missing the changes made in pre1, pre2 and pre3. > > > >Don't know if this problem exists in the full version. > > It's diff'ed versus Julian's OasisOLCv2.0a-bpl18.patch.gz. Or at least, it > should be. One of the problems of working on it over the past year has > been losing bug reports and forgetting exactly what was in what tree. You > can look at: > > http://www.circlemud.org/~greerga/working/oasis_compendium/oasis20-bpl17/ > > that's the source of what I diffed it against. I took a quick look at it and compared it to the diff of 2.0 to 2.0.1 pre3 that I have. It definitely appears that Julian's 2.0a version is in fact 2.0.1 pre3. However I did see one thing that was missing that I have in the diff. Carlos diff -upNB OasisOLCv2.0/oedit.c OasisOLCv2.0.1/oedit.c --- OasisOLCv2.0/oedit.c Mon Jul 10 18:17:56 2000 +++ OasisOLCv2.0.1/oedit.c Wed Mar 29 23:52:10 2000 @@ -902,6 +902,10 @@ void oedit_parse(struct descriptor_data min_val = 0; max_val = NUM_LIQ_TYPES - 1; break; + case ITEM_KEY: + min_val = 0; + max_val = 32099; + break; default: min_val = -32000; max_val = 32000; -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST