home *** CD-ROM | disk | FTP | other *** search
-
- ----------------------------------------------------------------------------------------------------
- (44.1.1) (08/04/00) - Work:sc/Programs/Boopsi/Reaction/Dev/Source/supermodel/model_SuperModel.c
- Description: was orignally freeing u.gpu_AttrsList, which may have been changed by glue code
- ...
- SMTAG_FreeTags(mytags);
- ...
-
-
- ----------------------------------------------------------------------------------------------------
- (44.1.3) (08/04/00) - Work:sc/Programs/Boopsi/Reaction/Dev/Source/supermodel/model_SuperModel.c
- Description: Added
- ...
- case SMA_CacheStringTag:// (44.1.3) (08/04/00)
- // DKP("SMA_CacheStringTag %lx\n",d);// (44.1.3) (08/04/00)
- SMTAG_AddTag(data->CachedStringTags, d, AllocVec(258,MEMF_PUBLIC));// (44.1.3) (08/04/00)
- c--;// (44.1.3) (08/04/00)
- break;
- ...
-
- ----------------------------------------------------------------------------------------------------
- (44.1.4) (08/04/00) - Work:sc/Programs/Boopsi/Reaction/Dev/Source/supermodel/model_SuperModel.c
- Description: function added
- ...
- void UpdateCachedStrings(struct SuperModelData *data, struct TagItem *NewTags)
- ...
-
-
- ----------------------------------------------------------------------------------------------------
- (44.1.6) (08/04/00) - Work:sc/Programs/Boopsi/Reaction/Dev/Source/supermodel/model_SuperModel.c
- Description: function added
- ...
- void FreeCachedStrings(struct SuperModelData *data)
- ...
-
- ----------------------------------------------------------------------------------------------------
- (44.1.7) (08/04/00) - Work:sc/Programs/Boopsi/Reaction/Dev/Source/supermodel/model_SuperModel.c
- Description: added
- ...
- case OM_DISPOSE:// (44.1.7) (08/04/00)
- {// (44.1.7) (08/04/00)
- FreeCachedStrings(data);
- ...
-