Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5818 in orxonox.OLD


Ignore:
Timestamp:
Nov 29, 2005, 10:57:06 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/we: font is now a texture.

Location:
branches/world_entities/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/defs/class_id.h

    r5766 r5818  
    8181  CL_WEAPON                     =    0x00120000,
    8282
    83   // subsuper-classes derivations taken : 1, 5, a, b.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
     83  // subsuper-classes derivations taken : 1, 5, a, b, c.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    8484
    8585  // lowest level classes
     
    142142  CL_LASER                      =    0x00000242,
    143143  CL_BOMB                       =    0x00000243,
    144   CL_GROUND_TURRET              =    0x00000244,
     144  CL_GROUND_TURRET              =    0x00000244,
    145145  CL_GUIDED_MISSILE             =    0x00000245,
    146146
     
    171171
    172172  // graphical stuff (range from 0x00000800 to 0x000009ff)
     173  CL_TEXTURE                    =    0x00c01000,
    173174  CL_TEXT                       =    0x00b01801,
    174   CL_FONT                       =    0x00000802,
    175   CL_TEXTURE                    =    0x00000803,
     175  CL_FONT                       =    0x00c02802,
    176176  CL_MATERIAL                   =    0x00000804,
    177177  CL_MODEL                      =    0x00000805, //!< @todo make this a SUBCLASS maybe
  • branches/world_entities/src/story_entities/world.cc

    r5816 r5818  
    10421042}
    10431043
    1044 
    10451044void World::setPath( const char* name)
    10461045{
Note: See TracChangeset for help on using the changeset viewer.