[Gtkradiant] [Bug 815] New: remove dupe and useless string_t from include/qertypes.h

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Fri, 16 May 2003 04:57:54 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=815

           Summary: remove dupe and useless string_t from include/qertypes.h
           Product: GtkRadiant
           Version: 1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: editor
        AssignedTo: ttimo@idsoftware.com
        ReportedBy: ttimo@idsoftware.com


string_t class in qertypes.h

http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qertypes.h?annotate=1.36.2.5&only_with_tag=merge-1_2_10-post

introduced by spog in 23/12/2002 checkin

23/12/2002
SPoG
- Added model cache API, moved model cache implementation from entity module to
core. 
- Added file-type registry API, replaced core file-type manager with registry.
- Changed model module to register supported file types with core registry.
- Removed or #ifdef'd non-functional code from model module.
- Added support for misc_gamemodel and model_static to entity module.
- Cleaned up entity module's on-epair-changed API.
- Moved light-entity-specific code to a seperate file in entity module.
- Cleaned up file dialog interface - specify file-type-lists with a string.

class is a dupe of pre-existing libs/Str.h

fortunately it is not used in too many places yet, so it can be cleaned up