View Single Post
  #1  
Old 01-14-2010, 01:59 PM
Frumph
Fire Beetle
 
Join Date: Jan 2010
Posts: 17
Default svn rev 1102, bot ghost adjustment

Queluum: This revision is making the client update on the bots look clunky and out of sync with the server. Since running with your bots keeps the bots in isMoving() state the continual sendposupdate will refresh consistantly. Is qglobal_position_update_timer.Check() not working where it can be


if(qglobal_position_update_timer.Check())
SendPosUpdate();

which will send the position update at the timers interval instead?

Kinda just getting into the code so unsure of a valid fix but currently pre-1102rev was a much smoother client visual of the bots.
Reply With Quote