Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2006, 2:32:16 PM (18 years ago)
Author:
patrick
Message:

network: implemented network cd system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/synchronizeable.h

    r6868 r6937  
    3434  NWT_SS_VELZ,
    3535  NWT_SS_PL_SYNC,
    36  
     36  NWT_SS_CO_N,
     37  NWT_SS_CO_CLID,
     38
    3739  NWT_HS_HOST_ID,
    3840  NWT_HS_NGM_ID,
    39  
     41
    4042  NWT_PL_FLAGS,
    41  
     43
    4244  NWT_PN_BO_WRITESTATE,
    4345  NWT_PN_PARENTMODE,
     
    4951  NWT_PN_ROTZ,
    5052  NWT_PN_ROTV,
    51  
     53
    5254  NWT_PN_FLAGS,
    5355  NWT_PN_SCOORX,
     
    5860  NWT_PN_SROTZ,
    5961  NWT_PN_SROTV,
    60  
     62
    6163  NWT_BO_NAME,
    62  
     64
    6365  NWT_WE_PN_WRITESTATE,
    6466  NWT_WE_PN_MODELFILENAME,
    6567  NWT_WE_PN_SCALING,
    66  
     68
    6769  NWT_GT_WE_STATE,
    68  
     70
    6971  NWT_SB_WE_STATE,
    7072  NWT_SB_SIZE,
    7173  NWT_SB_TEXTURENAME,
    72  
     74
    7375  NWT_TER_WE_STATE,
    74  
     76
    7577  NWT_PU_WE_STATE,
    76  
     78
    7779  NWT_TPU_WE_STATE,
    78  
     80
    7981  NWT_LPU_WE_STATE,
    80  
     82
    8183  NWT_WPU_WE_STATE,
    82  
     84
    8385  NWT_PPU_WE_STATE,
    8486  NWT_PPU_TYPE,
     
    133135 *  delete[] textureName;
    134136 *  textureName = NULL;
    135  *  SYNCHELP_READ_STRINGM( texturename );      //this will call new char[strlen()+1] 
     137 *  SYNCHELP_READ_STRINGM( texturename );      //this will call new char[strlen()+1]
    136138 *
    137139 * Example 2:
     
    142144 *
    143145 */
    144  
     146
    145147#define SYNCHELP_WRITE_DEBUG(n) {\
    146148  __synchelp_write_n = Converter::intToByteArray( n, data+__synchelp_write_i, maxLength-__synchelp_write_i ); \
Note: See TracChangeset for help on using the changeset viewer.