Show
Ignore:
Timestamp:
11/19/08 13:46:22 (17 years ago)
Author:
yumileroy
Message:

[svn] * Improve some arena team related DB access
* Cache GM tickets on server startup.
* Remove unused src/game/HateMatrix.h and references.
* Better check client inventory pos data received in some client packets to
skip invalid cases

Original author: KingPin?
Date: 2008-11-10 09:04:23-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Object.h

    r206 r207  
    3434 
    3535#define CONTACT_DISTANCE            0.5f 
    36 #define INTERACTION_DISTANCE        5 
    37 #define ATTACK_DISTANCE             5 
    38 #define DETECT_DISTANCE             20                      // max distance to successful detect stealthed unit 
     36#define INTERACTION_DISTANCE        5.0f 
     37#define ATTACK_DISTANCE             5.0f 
    3938#define MAX_VISIBILITY_DISTANCE  (5*SIZE_OF_GRID_CELL/2.0f) // max distance for visible object show, limited by active zone for player based at cell size (active zone = 5x5 cells) 
    4039#define DEFAULT_VISIBILITY_DISTANCE (SIZE_OF_GRID_CELL)     // default visible distance